@font-face {
  font-family: "yekan";
  src: url(../../public/font/Yekan.eot);
  src:
    url(../../public/font/Yekan.eot?#iefix) format("embedded-opentype"),
    url(../../public/font/Yekan.woff) format("woff"),
    url(../../public/font/Yekan.ttf) format("truetype"),
    url(../../public/font/Yekan.svg#BYekan) format("svg");
}

@font-face {
  font-family: "tanha";
  src: url(../../public/font/Tanha.eot);
  src:
    url(../../public/font/Tanha.eot?#iefix) format("embedded-opentype"),
    url(../../public/font/Tanha.woff) format("woff"),
    url(../../public/font/Tanha.ttf) format("truetype"),
    url(../../public/font/Tanha.svg#BTanha) format("svg");
}

@font-face {
  font-family: "samim";
  src: url(../../public/font/Vazir-Medium-FD-WOL.eot);
  src:
    url(../../public/font/Vazir-Medium-FD-WOL.eot?#iefix)
      format("embedded-opentype"),
    url(../../public/font/Vazir-Medium-FD-WOL.woff) format("woff"),
    url(../../public/font/Vazir-Medium-FD-WOL.ttf) format("truetype"),
    url(../../public/font/Vazir-Medium-FD-WOL.svg#BSamim) format("svg");
}

@font-face {
  font-family: "icomoon";
  src: url("../../public/font/icomoon.eot");
  src:
    url("../../public/font/icomoon.eot#iefix") format("embedded-opentype"),
    url("../../public/font/icomoon.ttf") format("truetype"),
    url("../../public/font/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gooshvareh:before {
  content: "\e901";
}

.icon-dastband:before {
  content: "\e900";
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

#tag_list {
  height: 200px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

body {
  margin: 0;
  padding: 0;
  font-family: "samim";
  font-size: 15px;
  font-weight: bold;
  direction: rtl;
  overflow-x: hidden;
}

i {
  text-decoration: none;
  font-style: normal;
}

i.fas {
  font-size: 20px;
  cursor: pointer;
}

i.fas:hover {
  color: #b8860b;
}

i.far {
  font-size: 20px;
  cursor: pointer;
}

i.far:hover {
  color: #b8860b;
}

i.fab {
  font-size: 22px;
  cursor: pointer;
}

i.fab:hover {
  color: #b8860b;
}

#msg_banner {
  position: fixed;
  top: 15%;
  right: 0;
  left: 0;
  width: auto;
  max-width: 50%;
  margin: 0 auto;
  z-index: 999999999;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#msg_banner > div {
  flex: 1;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 3px;
  cursor: pointer;
}

.msg_green {
  background-color: green;
  color: white;
  border: solid 1px greenyellow;
}

.msg_blue {
  background-color: blue;
  color: white;
  border: solid 1px rgb(83, 83, 213);
}

.msg_red {
  background-color: red;
  color: white;
  border: solid 1px rgb(250, 101, 101);
}

#alert_banner {
  position: fixed;
  top: 30%;
  right: 0;
  left: 0;
  width: auto;
  max-width: 40%;
  margin: 0 auto;
  padding: 10px;
  z-index: 999999999;
  flex-direction: column;
  text-align: center;
  background-color: white;
  border-radius: 7px;
  border: solid 2px black;
  display: none;
}

#alert_banner > div {
  flex: 1;
  padding: 20px;
  margin-bottom: 3px;
}

#alert_banner > div i {
  margin-left: 20px;
  cursor: pointer;
}

table {
  white-space: nowrap;
}

input {
  outline: none;
}

input[type="text"] {
  font-family: "samim";
  font-size: 17px;
}

textarea {
  outline: none;
}

input[list] {
  font-family: "samim";
  font-size: 17px;
  width: 98%;
  padding: 2px 1%;
  border: solid 1px #aaaaae;
  text-align: center;
}

input[type="number"] {
  border: none;
  direction: ltr;
  font-family: "samim";
  font-size: 17px;
  width: 40px;
}

input[type="file"] {
  width: 98%;
  border: solid 1px #aaaaae;
  text-align: left;
  padding: 10px 1%;
}

select {
  font-family: "samim";
  font-size: 17px;
}

textarea {
  font-family: "samim";
  font-size: 17px;
}

img {
  padding: 0;
  margin: 0;
}

.black {
  color: black;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
}

.shadow-gold {
  box-shadow: goldenrod 0px 0px 3px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: goldenrod;
}

.btn_green {
  background-color: #00705a;
  border-radius: 5px;
  text-align: center;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
  padding: 8px 15px;
  cursor: pointer;
}

.btn_green:hover {
  box-shadow: white 0 0 8px inset;
}

.btn_red {
  background-color: red;
  border-radius: 5px;
  text-align: center;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
  padding: 8px 15px;
  cursor: pointer;
}

.btn_red:hover {
  box-shadow: white 0 0 8px inset;
  color: white;
}

.btn_blue {
  background-color: #000080;
  border-radius: 5px;
  text-align: center;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
  padding: 8px 15px;
  cursor: pointer;
}

.btn_blue:hover {
  box-shadow: white 0 0 8px inset;
}

.btn_gold_address {
  background-color: #d8a706;
  border-radius: 5px;
  text-align: center;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
  padding: 5px 10px;
  cursor: pointer;
}

.btn_gold_address:hover {
  box-shadow: white 0 0 8px inset;
}

.btn_gold {
  background-color: #b8860b;
  border-radius: 5px;
  text-align: center;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 15px !important;
}

.btn_gold:hover {
  box-shadow: white 0 0 8px inset;
  color: white !important;
}

.flex_dir_col {
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.container {
  display: flex;
  justify-content: space-around;
  padding: 10px 2px;
  align-items: center;
  width: calc(100%-4px);
  align-content: center;
}

.culomn {
  flex-direction: column;
}

#logo img {
  width: 150px;
}

.container_item_item i {
  padding: 0 15px;
  font-size: 18px;
  color: #41414b;
}

.light_icon_enter i {
  padding: 0 15px;
  font-size: 18px;
  color: #41414b;
  cursor: pointer;
}

.container_item_item {
  position: relative;
  z-index: 8;
}

tooltip {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #41414b;
  font-size: 12px;
  color: white;
  box-shadow: inset 0 0 10px white;
  z-index: 9;
  padding: 10px;
  border-radius: 5px;
  width: max-content;
  text-align: center;
}

tooltip:hover {
  display: inline-block;
}

.container_item_item span {
  /* display: none; */
  position: absolute;
  top: -15px;
  right: 0px;
  background-color: green;
  color: white;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  padding: 2px;
  width: 17px;
  height: 17px;
  line-height: 17px;
}

.container .nav {
  display: flex;
}

.container .nav i {
  color: darkgoldenrod;
  font-size: 20px;
  font-weight: bolder;
}

.container .nav div {
  padding: 10px 15px;
}

.container .col {
  width: calc(33.33% - 2%);
  margin: 5px 0;
  justify-content: space-around;
  overflow: hidden;
  position: relative;
  padding: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.container .col img {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

/* .container .col:last-child {
  width: 98%;
  height: 170px;
  margin: 20px 0;
} */

.container .col i:hover {
  border: solid 2px white !important;
}

.col i:hover {
  border: solid 2px white !important;
}

.col:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.col:hover {
  border-radius: 30px;
  overflow: hidden;
}

.col i {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  color: white;
}

.col:hover i {
  background-color: #f8e6b9;
  border-radius: 20px;
  color: black;
}

.col i:hover {
  background-color: #fad780;
}

#head {
  /* position: sticky;
    top:0; */
  z-index: 1000;
}

.collection {
  flex-wrap: wrap;
  margin: 0 auto;
}

@keyframes weight_anim {
  0% {
    scale: 1;
  }

  100% {
    scale: 1.05;
  }
}

#price_tala {
  animation-name: weight_anim;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  text-align: center;
}

.blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

.dp-wrap {
  margin: 10px auto;
  position: relative;
  perspective: 1000px;
  height: 100%;
}

.dp-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

.dp-slider div {
  transform-style: preserve-3d;
}

.dp_item {
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: transform 1.2s;
  border: solid 2px #d6d1be;
  background-color: #d6d1be;
}

.dp-img img {
  border-left: 1px solid #fff;
}

#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(0px) !important;
  background-color: #d6d1be;
}

#dp-slider2 .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(0px) !important;
  background-color: #d6d1be;
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0deg) translateX(10%) scale(0.9);
  filter: blur(1px);
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0deg) translateX(20%) scale(0.8);
  filter: blur(2px);
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0deg) translateX(30%) scale(0.7);
  filter: blur(3px);
}

.dp_item[data-position="5"] {
  z-index: 6;
  transform: rotateY(0deg) translateX(40%) scale(0.6);
  filter: blur(4px);
}

.dp_item[data-position="6"] {
  z-index: 5;
  transform: rotateY(0deg) translateX(50%) scale(0.5);
  filter: blur(5px);
}

.dp_item[data-position="7"] {
  z-index: 4;
  transform: rotateY(0deg) translateX(60%) scale(0.4);
  filter: blur(6px);
}

#dp-next,
#dp-prev {
  position: absolute;
  top: 50%;
  right: 16%;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
}

#dp-prev {
  left: 15px;
  transform: rotate(180deg);
}

#dp-dots {
  position: absolute;
  bottom: 25px;
  z-index: 12;
  left: 38%;
  cursor: default;
}

#dp-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
}

#dp-dots li:hover {
  cursor: pointer;
  background: goldenrod;
  transition: background 0.3s;
}

#dp-dots li.active {
  background: goldenrod;
}

#dp-next2,
#dp-prev2 {
  position: absolute;
  top: 50%;
  right: 16%;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
}

#dp-prev2 {
  left: 15px;
  transform: rotate(180deg);
}

#dp-dots2 {
  position: absolute;
  bottom: 25px;
  z-index: 12;
  left: 38%;
  cursor: default;
}

#dp-dots2 li {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
}

#dp-dots2 li:hover {
  cursor: pointer;
  background: goldenrod;
  transition: background 0.3s;
}

#dp-dots2 li.active {
  background: goldenrod;
}

.dp_item {
  width: 85%;
}

.dp-content,
.dp-img {
  text-align: center;
}

.dp_item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border-top: none;
}

.dp-content {
  /* padding-left: 100px;
  padding-right: 0; */
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  width: 100%;
}

.dp-content .site-btn {
  border: solid 2px goldenrod;
}

.dp-content .site-btn:hover {
  background: white;
  color: goldenrod;
  border: solid 2px goldenrod;
  text-shadow: 1px 1px 1px #aaaaae;
}

.dp-content h2 {
  /* color: #41414b; */
  color: #81795a;
  /* font-family: Circular Std Bold; */
  font-size: 48px;
  max-width: 460px;
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 18px !important;
}

.dp-content p {
  color: #74747f;
  max-width: 490px;
  margin-top: 15px;
  font-size: 18px !important;
  direction: rtl;
}

.dp-content .site-btn {
  margin-top: 15px;
  font-size: 16px;
  padding: 10px 20px;
}

.dp-img:before {
  background: -webkit-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0)
  );
  background: -o-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0)
  );
  background: -moz-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
  content: "";
  position: absolute;
  height: 100%;
  width: 25%;
  z-index: 1;
  top: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
  background: -o-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
  background: -moz-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.dp-img img {
  object-fit: cover;
  object-position: right;
}

#dp-slider,
.dp-img img {
  /* height: 738px; */
  height: 570px;
}

#dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer;
}

#dp-slider2,
.dp-img img {
  /* height: 738px; */
  height: 570px;
}

#dp-slider2 .dp_item:hover:not(:first-child) {
  cursor: pointer;
}

.site-btn {
  color: #fff;
  font-size: 18px;
  /* font-family: "Circular Std Medium"; */
  background: goldenrod;
  padding: 14px 33px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: -10px;
  text-decoration: none;
}

.site-btn:hover {
  text-decoration: none;
  color: #fff;
}

#slider_product_new {
  background-image: url("../images/pattern-nood.jpg");
  background-size: 5% 10%;
  background-repeat: repeat;
  background-attachment: fixed;
  box-shadow:
    inset 0 30px 30px white,
    inset 0 -30px 30px white;
}

#slider_product_sale {
  background-image: url("../images/pattern-nood.jpg");
  background-size: 5% 10%;
  background-repeat: repeat;
  background-attachment: fixed;
  box-shadow:
    inset 0 30px 30px white,
    inset 0 -30px 30px white;
}

#footer {
  /* background-image: url("../images/bg-footer.jpg");
  background-size: 100%;
  background-attachment: fixed; */
  border-top: 3px solid #f0e1c5;
  min-height: 300px;
  margin-top: 30px;
  flex-wrap: wrap;
  width: 99%;
}

#footer .item_footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: center;
  justify-content: center;
}

#footer .item_footer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0 5px;
}

#footer .item_footer .item .item_row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  text-align: justify;
  width: 90%;
  line-height: 25px;
  font-size: 12px;
  padding: 3px 0;
}

#footer .item_footer .item .title {
  border: solid 1px #b8860b;
  padding: 3px;
  margin: 3px 0;
  width: 50%;
}

#footer .item div {
  margin-top: 20px;
  text-align: center;
}

#footer .item hr {
  color: #e6e6e9;
}

#footer .item > img {
  width: 100%;
}

#footer .item .insta {
  color: #74747f;
}

.logo:hover {
  transform: rotateY(360deg);
  transition: all 2s;
}

.dark {
  position: fixed;
  top: 0;
  right: 0;
  background: black;
  width: 75%;
  height: 100vh;
  opacity: 50%;
  z-index: 9999999;
  display: none;
  background-image: url("../images/logo.png");
  background-size: 100% 100%;
  filter: blur(3px);
}

.light {
  display: none;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 22%;
  height: 100vh;
  z-index: 99999999;
  padding: 2%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.light hr {
  width: 90%;
  margin: 0 auto;
  color: black;
}

.light > div {
  display: flex;
  flex-direction: column;
}

#light_basket,
#light_favorit {
  position: relative;
  margin-bottom: 90px;
}

.light_basket_title,
.light_favorit_title {
  position: fixed;
  top: 0;
  left: 0;
  width: 26%;
  background-color: white;
  z-index: 888888;
}

.light_basket_body,
.light_favorit_body {
  margin-top: 30px;
  margin-bottom: 50px;
}

.basket_item,
.favorit_item {
  border-bottom: solid 1px #aaaaae;
  margin-top: 10px;
  align-items: center;
}

.basket_item i:hover {
  color: red;
}

.favorit_item i:hover {
  color: red;
}

.basket_light_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 26%;
  background-color: white;
}

#body_right {
  flex: 1;
  padding: 10px 1%;
  align-self: flex-start;
  position: sticky;
  top: 75px;
}

#body_left {
  flex: 4;
  padding: 10px 1%;
  align-self: flex-start;
}

#body_right .item {
  margin: 10px 0;
  border: rgb(178, 154, 20) solid 1px;
  text-align: right;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

#body_right .item:last-child {
  margin-bottom: 0;
}

#body_right .item > div {
  width: 50%;
}

#body_right .item > div:first-child {
  text-align: right;
}

#body_right .item > div:last-child {
  text-align: right;
}

#body_right .item > div {
  text-align: left;
}

#body_right .item > div img {
  width: 13%;
}

#body_right .item .detail {
  width: 100%;
  display: none;
  margin-top: 10px;
  padding-top: 10px;
}

#body_right .item .detail div {
  margin: 5px 10px;
}

#body_right .item .detail input[type="text"] {
  padding: 10px 5px;
  width: 35%;
  border: none;
  background-color: #f1e5a1;
}

#body_right .item .detail input[type="checkbox"] {
  transform: scale(1.3);
  accent-color: gold;
}

#body_right .item .detail .price_btn {
  text-align: center;
  margin-top: 15px;
}

#body_left .up {
  margin: 10px 0;
  border: rgb(178, 154, 20) solid 1px;
  padding: 10px;
}

#body_left .up .title {
  text-align: center;
  color: #b8860b;
}

#body_left .up .filter_item {
  padding: 0 20px;
  margin-bottom: 20px;
  display: flex;
}

#body_left .up .filter_item span {
  border: solid 1px goldenrod;
  padding: 10px;
  margin: 5px 7px;
  font-size: 15px;
  position: relative;
  text-align: center;
}

#body_left .up .filter_item span i {
  position: absolute;
  top: -10px;
  left: -5px;
}

#body_left .up .filter_item span i:hover {
  transform: scale(1.2);
  color: red;
}

.up_item_bottom {
  display: flex;
  color: #74747f;
}

.up_item_bottom .item_sort {
  flex: 1;
  padding: 2px;
  display: flex;
}

.up_item_bottom .item_sort .left {
  padding: 0 2px;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-right: 5px;
}

.up_item_bottom .item_sort .left img {
  width: 30%;
}

.up_item_bottom .item_sort .left .select {
  border: rgb(178, 154, 20) solid 1px;
  display: flex;
  padding: 2px 10px;
  position: relative;
  cursor: pointer;
}

.up_item_bottom .item_sort .left .options {
  display: none;
  text-align: right;
  border: rgb(178, 154, 20) solid 1px;
  position: absolute;
  width: 100%;
  right: 0;
  top: 28px;
  background-color: white;
  padding: 5px 0;
  font-size: 13px;
  z-index: 1000;
}

.up_item_bottom .item_sort .left .options div {
  padding: 2px 10px;
  border-bottom: rgb(178, 154, 20) dashed 1px;
}

.up_item_bottom .item_sort .left .options div:hover {
  background-color: rgb(178, 154, 20);
  color: white;
}

.up_item_bottom .item_page {
  flex: 1;
  padding: 2px;
  text-align: left;
  direction: ltr;
}

.up_item_bottom .item_page span {
  display: inline-block;
  padding: 1px 10px;
  margin: 0 2px;
  overflow: hidden;
  cursor: pointer;
  border: rgb(178, 154, 20) solid 1px;
}

.up_item_bottom .item_page ul {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}

.up_item_bottom .item_page ul li {
  list-style: none;
  float: right;
  margin: 0 2px;
  cursor: pointer;
  padding: 1px 10px;
  overflow: hidden;
  border: rgb(178, 154, 20) solid 1px;
}

.up_item_bottom .item_page ul li.active {
  background-color: rgb(178, 154, 20);
  color: white;
}

.up_item_bottom.bottom {
  background-color: white;
  margin: 10px 0;
  border: rgb(178, 154, 20) solid 1px;
  padding: 10px;
}

#body_left .down {
  border: rgb(178, 154, 20) solid 1px;
  padding: 10px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#body_left .down .product {
  position: relative;
  display: flex;
  flex-direction: column;
  border: rgb(178, 154, 20) solid 1px;
  width: 30%;
  margin: 10px 0;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
}

.active_favorite_i {
  color: rgb(240, 39, 39) !important;
}

.active_favorite_product {
  box-shadow: red 0px 0px 5px !important;
}

.notactive_favorite_i {
  color: rgb(178, 154, 20) !important;
}

.notactive_favorite_product {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px !important;
}

#body_left .down .product:hover {
  box-shadow: rgb(178, 154, 20) 0px 0px 5px;
}

#body_left .down .product .product_image img {
  width: 100%;
}

#body_left .down .product .product_title h3 {
  font-size: 18px;
}

#body_left .down .product .product_price {
  margin: 5px 0;
}

#body_left .down .product .product_price_discount {
  margin: 5px 0;
  color: red;
  text-decoration: line-through;
}

#body_left .down .product .notexist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70%;
}

#body_left .down .product .notexist .title {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  background-color: red;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: white;
  height: 50px;
  width: 50px;
  line-height: 50px;
  box-shadow: inset white 0 0 20px;
  z-index: 9;
  border: solid 3px white;
}

#body_left .down .product .notexist .order {
  position: absolute;
  top: 12px;
  right: 32px;
  height: 30px;
  max-height: 30px;
  border: solid 3px white;
  background-color: green;
  color: white;
  z-index: 8;
  font-size: 14px;
  width: 100%;
  border-radius: 20px;
  line-height: 28px;
  display: none;
  overflow: hidden;
  cursor: pointer;
}

#body_left .down .product .notexist .order:hover {
  background-color: rgb(10, 198, 10);
}

#body_left .down .product .discount {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background-color: green;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: white;
  height: 50px;
  width: 50px;
  line-height: 50px;
  box-shadow: inset white 0 0 20px;
  direction: rtl;
  letter-spacing: 3px;
  border: solid 3px white;
}

#body_left .down .product .new {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background-color: rgb(178, 154, 20);
  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: white;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: solid 3px white;
  direction: rtl;
  letter-spacing: 3px;
}

#body_left .down .product .favorit {
  position: absolute;
  bottom: -20px;
  left: -11px;
  cursor: pointer;
}

#body_left .down .product .favorit i {
  font-size: 22px;
  color: rgb(178, 154, 20);
}

.des_body {
  border: rgb(178, 154, 20) solid 1px;
  flex: 0.98;
  padding: 5px 25px;
}

.des_body .title {
  color: rgb(178, 154, 20);
}

.des_body .des {
  text-align: justify;
  line-height: 35px;
  color: #74747f;
}

.product_body {
  border: rgb(175, 171, 148) solid 1px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex: 0.98;
}

.product_body_right {
  flex: 1;
  flex-direction: column;
}

.product_body_right .image_big img {
  width: 100%;
}

.product_body_right .image_big video {
  width: 100%;
}

.product_body_right .big_list {
  position: relative;
  z-index: 1;
}

.product_body_right .big_list .tab {
  position: absolute;
  top: -29px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #ffffff;
  width: 50%;
  display: none;
  flex-direction: row;
  justify-content: space-around;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  overflow: hidden;
  border: solid 3px white;
}

.product_body_right .big_list .tab div {
  flex: 1;
  text-align: center;
}

.active_tab_image {
  background-color: rgb(178, 154, 20);
  color: white;
}

.product_body_right .image_list {
  display: flex;
  flex-direction: row;
  width: 84%;
  overflow-x: scroll;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
  padding-right: 8%;
  padding-left: 8%;
}

.product_body_right .arrow_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: white;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: inset 0px 0px 8px #efebeb;
  cursor: pointer;
}

.product_body_right .arrow_right img {
  width: 70%;
}

.product_body_right .arrow_left img {
  width: 70%;
}

.product_body_right .arrow_left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: white;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: inset 0px 0px 8px #efebeb;
  justify-content: end;
  cursor: pointer;
}

.product_body_right .big_list #image_list {
  display: none;
}

.product_body_right .big_list #video_list {
  display: none;
}

.product_body_right .image_list div {
  min-width: 20%;
  max-width: 20%;
  margin: 0 5px;
  align-content: center;
}

.product_body_right .video_list div {
  min-width: 35% !important;
  max-width: 35%;
  margin: 0 5px;
}

.product_body_right .image_list div img {
  width: 100%;
}

.product_body_right .image_list div video {
  width: 100%;
}

.product_body_left {
  flex: 2;
  display: flex;
  flex-direction: column;
  margin-right: 5px;
  position: relative;
}

.product_body_left .share {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.product_body_left_top {
  padding: 10px 20px;
  border-bottom: rgb(178, 154, 20) solid 1px;
  display: flex;
}

.product_body_left_top .title {
  display: flex;
  flex-direction: column;
}

.product_body_left_top .title .title_bottom {
  font-size: 13px;
  color: #41414b;
  margin-top: -15px;
  margin-bottom: 15px;
}

.product_body_left_top h1 {
  font-size: 25px;
  color: rgb(178, 154, 20);
}

.product_body_left_top .idp {
  text-align: left;
  flex: 1;
  line-height: 70px;
}

.product_body_left_top .idp span i {
  font-size: 18px;
}

.product_body_left_top .idp span {
  line-height: 10px;
}

.product_body_left_bottom {
  display: flex;
}

.product_body_left_bottom_right {
  flex: 2;
  padding: 20px;
}

.product_body_left_bottom_right > div {
  display: flex;
  flex-wrap: wrap;
}

.product_body_left_bottom_right > div div:first-child {
  width: 40px;
  text-align: right;
}

.product_body_left_bottom_right > div .title {
  padding-top: 18px;
}

.product_body_left_bottom_right > div .item {
  border: rgb(178, 154, 20) solid 1px;
  min-width: 15%;
  height: 25px;
  padding: 5px;
  position: relative;
  display: flex;
  margin: 10px;
  cursor: pointer;
}

.product_body_left_bottom_right > div .item label {
  text-align: center;
  flex: 1;
  margin-right: 40px;
  margin-top: 2px;
  cursor: pointer;
}

.product_body_left_bottom_right > div .item span {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 26%;
  min-height: fit-content;
  border-radius: 50%;
  border: solid 1px black;
  z-index: 9;
  cursor: pointer;
}

.product_body_left_bottom_right > div .item span i {
  background-image: url("../../public/images/checked.png");
  background-size: 22px 22px;
  height: 22px;
  position: absolute;
  right: -4px;
  top: -3px;
  width: 22px;
  z-index: 10;
  display: none;
}

.active_check {
  display: block !important;
}

.product_body_left_bottom_left {
  flex: 1;
  padding: 20px;
  margin-bottom: 50px;
  position: relative;
}

.product_body_left_bottom_left .bg {
  background-color: #ffffff;
  padding: 10px;
}

.product_body_left_bottom_left .bg .bg_item_size {
  display: none;
}

.product_body_left_bottom_left .bg .bg_item_tool {
  display: none;
}

.product_body_left_bottom_left .bg .bg_item_sood {
  display: none;
}

.product_body_left_bottom_left .bg .bg_item_vazn {
  display: none;
}

.product_body_left_bottom_left .bg .bg_item_ojrat {
  display: none;
}

.product_body_left_bottom_left .bg .bg_item_other {
  display: none;
}

.product_body_left_bottom_left .bg .bg_item_off {
  display: none;
}

.product_body_left_bottom_left .bg .hr {
  display: none;
}

.product_body_left_bottom_left .bg .price {
  display: none;
}

.product_body_left_bottom_left .bg .btn_add_cart {
  display: none;
}

.product_body_left_bottom_left .bg div {
  margin: 10px;
}

.product_body_left_bottom_left .price {
  color: rgb(178, 154, 20);
  font-size: 24px;
  text-align: center;
}

.product_body_left_bottom_left .price span {
  margin: 0 2px;
}

.product_body_left_bottom_left .bg .btn_add_cart {
  flex: 1;
  text-align: center;
  margin-top: 20px;
}

.product_body_left_bottom_left .bg .btn_add_cart i {
  margin: 20px auto;
}

.product_description {
  border: rgb(175, 171, 148) solid 1px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 0.98;
  padding: 20px;
}

.product_description .title_des {
  font-size: 18px;
  text-align: right;
}

.i_icon {
  font-size: 20px;
  margin-left: 5px;
}

.product_description .title {
  color: rgb(178, 154, 20);
  margin-right: 20px;
}

.product_description .des {
  text-align: justify;
  margin: 0 20px;
  line-height: 35px;
  color: #74747f;
  overflow: hidden;
}

.product_description .more {
  text-align: center;
  flex: 1;
  color: rgb(109, 109, 236);
  cursor: pointer;
  position: relative;
}

.product_description .more::before {
  content: " ";
  width: 100%;
  height: 50px;
  opacity: 0.7;
  background-color: white;
  position: absolute;
  top: -50px;
  right: 0;
}

.product_tabs {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 0.98;
  padding: 20px;
}

.product_tabs .tabs {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgb(178, 154, 20);
}

.product_tabs .tabs .item {
  padding: 15px;
  border: 1px solid rgb(178, 154, 20);
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  margin-left: 5px;
  cursor: pointer;
}

.product_tabs .tabs .item:last-child {
  position: relative;
}

.product_tabs .tabs .item:last-child .num_comment {
  position: absolute;
  top: -15px;
  left: 0px;
  background-color: green;
  color: white;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  padding: 2px;
  width: 17px;
  height: 17px;
  line-height: 17px;
}

.product_tabs section {
  border: solid 1px rgb(178, 154, 20);
  border-top: none;
  padding: 20px;
  display: none;
  line-height: 35px;
  text-align: justify;
}

.active_tab {
  background-color: rgb(178, 154, 20);
  color: white;
  border-bottom: solid 3px white !important;
}

.product_tabs .detail > .title {
  color: rgb(178, 154, 20);
  display: flex;
  align-items: center;
}

.product_tabs .detail .items {
  display: flex;
  flex-direction: column;
}

.product_tabs .detail .item {
  display: flex;
  flex-direction: row;
  margin: 10px 20px;
}

.product_tabs .detail .item .label {
  background-color: #d9a626;
  padding: 5px 20px;
  color: white;
}

.product_tabs .detail .item .title {
  border: solid 1px rgb(178, 154, 20);
  padding: 5px 20px;
  margin: 0 5px;
}

.product_tabs .detail .item i {
  color: #d9a626;
  font-size: 37px;
  line-height: 44px;
}

.product_tabs .question {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.product_tabs .question .first {
  margin-bottom: 5px;
  color: #74747f;
  font-size: 13px;
}

.product_tabs .question .title {
  margin-bottom: 15px;
  font-size: 20px;
}

.product_tabs .question .txt textarea {
  width: 98%;
  height: 100px;
  padding: 1%;
  font-family: "samim";
  font-size: 13px;
  border: #aaaaae solid 1px;
}

.product_tabs .question .btn {
  text-align: left;
  padding: 20px 0;
}

.product_tabs .question .items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.product_tabs .question .item {
  display: flex;
  flex-direction: column;
  margin: 1%;
  min-width: 48%;
  max-width: 100%;
  background-color: #f5f7f3;
}

.product_tabs .question .item .question_body .head {
  display: flex;
  flex-direction: row;
  background-color: rgb(178, 154, 20);
  padding: 1px 10px;
  justify-content: space-between;
  color: white;
}

.product_tabs .question .item .question_body .body {
  padding-bottom: 30px;
}

.product_tabs .question .item .question_body .body .txt {
  padding: 20px;
}

.product_tabs .question .item .question_body .body .answer_body {
  width: 80%;
  margin: 0 auto;
}

.product_tabs .question .item .question_body .body .answer_body .txt {
  background-color: white;
}

.product_tabs .question .item .question_body .body .answer_body .head {
  display: flex;
  flex-direction: row;
  background-color: #77bfef;
  padding: 1px 10px;
  justify-content: space-between;
  color: white;
}

.product_other {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 0.98;
  padding: 20px;
}

.product_other .head {
  background-color: rgb(178, 154, 20);
  padding: 10px 10px;
  color: white;
}

.product_other .body {
  display: flex;
  flex-direction: row;
  padding: 20px 10px;
  border: solid 1px rgb(178, 154, 20);
  overflow-x: scroll;
  scrollbar-width: none;
  width: 100%;
}

.product_other .body .item {
  display: flex;
  flex-direction: column;
  min-width: 13%;
  max-width: 16%;
  border: solid 1px rgb(178, 154, 20);
  text-align: center;
  margin: 0 10px;
}

.product_other .body .item:first-child {
  margin-right: 2%;
}

.product_other .body .item:last-child {
  margin-left: 2%;
}

.product_other .body .item .image img {
  width: 100%;
  height: max-content;
}

.product_other .body .item .title {
  margin: 3px 0;
}

.product_other .body .item .price {
  color: #b29a14;
}

.product_other .bdy {
  display: flex;
  flex-direction: row;
  position: relative;
}

.product_other .bdy .arrow_right {
  position: absolute;
  right: 0.5px;
  top: 1px;
  z-index: 2;
  background-color: white;
  height: 99%;
  display: flex;
  align-items: center;
  box-shadow: inset 0px 0px 8px #efebeb;
  cursor: pointer;
}

.product_other .bdy .arrow_left {
  position: absolute;
  left: 0.5px;
  top: 1px;
  z-index: 2;
  background-color: white;
  height: 99%;
  display: flex;
  align-items: center;
  box-shadow: inset 0px 0px 8px #efebeb;
  cursor: pointer;
}

.product_tag {
  border: solid 1px rgb(178, 154, 20);
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex: 0.98;
  padding: 20px 40px;
}

.product_tag .title {
  display: flex;
  flex-direction: row;
}

.product_tag .title label {
  background-color: #d9a626;
  padding: 5px 20px;
  color: white;
}

.product_tag .title i {
  color: #d9a626;
  font-size: 44px;
  line-height: 33px;
}

.product_tag .item {
  margin: 0 7px;
  padding: 5px 10px;
  border: solid 1px rgb(178, 154, 20);
}

.checkout {
  border: rgb(175, 171, 148) solid 1px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex: 0.98;
}

.checkout .title {
  width: 100%;
  text-align: center;
}

.checkout .body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex: 1;
}

.checkout .body .body_right {
  padding: 10px 20px;
  flex: 0.6;
  margin-right: 50px;
}

.checkout .body .body_right .new_address {
  display: none;
}

.checkout .body .body_right .select_address {
  display: none;
}

.checkout .body .body_right .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
}

.checkout .body .body_right .row div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
}

.checkout .body .body_right .row div span b {
  color: red;
}

.checkout .body .body_right .get {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-bottom: 20px;
}

.checkout .body .body_right .get .title {
  margin-bottom: 7px;
}

.checkout .body .body_right .select_get {
  display: flex;
  flex-direction: row;
  flex: 1;
  border: 1px solid black;
  border-radius: 10px;
  overflow: hidden;
}

.active_get {
  background-color: #00705a;
  color: white;
}

.checkout .body .body_right .select_get div {
  padding: 5px 20px;
  cursor: pointer;
}

.checkout .body .body_right .row div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-left: 3%;
  line-height: 40px;
}

.checkout .body .body_right .row input[type="text"] {
  flex: 1;
  padding: 7px;
  font-size: 15px;
  font-family: "samim";
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
}

.checkout .body .body_right .row select {
  flex: 1;
  padding: 7px;
  border: solid 1px #9b9b9b;
  background-color: white;
  font-size: 15px;
  font-family: "samim";
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
}

.checkout .body .body_right .row select option {
  font-size: 15px;
  font-family: "samim";
}

.checkout .body .body_right .row textarea {
  font-size: 15px;
  font-family: "samim";
  height: 120px;
  padding: 7px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
}

.checkout .body .body_left {
  padding: 0 10px;
  flex: 1;
  margin-left: 20px;
  position: sticky;
  top: 70px;
  left: 0;
  align-self: flex-start;
}

.checkout .body .body_left .body {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
}

.checkout .body .body_left .body .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgb(202, 200, 200);
}

.checkout .body .body_left .body .subrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgb(202, 200, 200);
  padding: 5px 100px;
}

.checkout .body .body_left .body .row:first-child {
  background-color: #e0b954;
  padding: 10px;
  color: white;
}

.checkout .body .body_left .body .row div {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.checkout .body .body_left .body .row div:first-child {
  flex: 2;
}

.checkout .body .body_left .body .row div label {
  font-size: 12px;
  color: #41414b;
}

.admin_body {
  border: rgb(175, 171, 148) solid 1px;
  margin-top: 10px;
  display: flex;
  flex: 0.98;
  padding: 20px;
  width: 97%;
}

.admin_body .right {
  /* flex: 0.25; */
  min-width: 20%;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.admin_body .right .title {
  text-align: center;
  border: solid 3px #b8860b;
  color: #b8860b;
  padding: 5px;
  border-radius: 20px 20px 0 0;
}

.admin_body .right .nav {
  display: flex;
  flex-direction: column;
}

.admin_body .right .nav .row {
  padding: 0 10px;
  background-color: #b8860b;
  border-radius: 30px 0 30px 0;
  margin-top: 5px;
  color: white;
}

.admin_body .right .nav .row a {
  display: block;
  color: white;
  padding: 10px;
}

.admin_body .right .nav .row:hover {
  background-color: #d6a220;
  cursor: pointer;
}

.admin_body .right i {
  color: #efc55c;
  font-size: 17px;
}

.admin_body .left {
  /* flex: 1; */
  width: 78%;
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
  scrollbar-width: none;
}

.admin_body .left .title {
  text-align: center;
  color: #b8860b;
  border-bottom: 1px solid #aaaaae;
  margin-bottom: 10px;
}

.admin_body .left .body {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.admin_body .left .body .dashboard {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.admin_body .left .body .dashboard .item {
  display: flex;
  flex-direction: column;
  width: 18%;
  border: solid 2px #b8860b;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 3px;
  overflow: hidden;
  min-height: 120px;
}

.admin_body .left .body .dashboard .item .title {
  border-radius: 0 0 30px 30px;
  background-color: #b8860b;
  color: white;
  padding: 3px 0;
  margin-top: 3px;
}

.admin_body .left .body .dashboard .item .body {
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* .admin_body .left .body .dashboard <<<<<<<////////example//////// {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
} */

.admin_body .left .body .admin {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.admin_body .left .body .admin .tab {
  display: flex;
  flex-direction: row;
}

.admin_body .left .body .admin .tab .item {
  background-color: #d6d6db;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.admin_body .left .body .admin .tab .item:hover {
  background-color: #cacacc;
}

.admin_body .left .body .user .tab_sub {
  display: flex;
  flex-direction: row;
}

.admin_body .left .body .user .tab_sub .item_sub {
  background-color: #d6d6db;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.admin_body .left .body .user .tab_sub .item_sub:hover {
  background-color: #cacacc;
}

.admin_body .left .body .user .section {
  display: none;
}

.admin_body .left .body .user .section .des_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.admin_body .left .body .user .section .des_item textarea {
  width: 50%;
  margin-left: 20px;
}

.admin_body .left .body .user .section .des_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: right;
  margin-top: 20px;
  text-align: right;
}

.admin_body .left .body .user .section .des_txt .des_txt_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.admin_body .left .body .user .section .des_txt label {
  margin: 0 5px;
}

.admin_body .left .body .user .section .des_txt label:first-child {
  margin: 0;
  padding: 5px;
  background-color: #b8860b;
  color: white;
}

.admin_body .left .body .user .section .des_txt i {
  padding: 0px;
  color: #b8860b;
  font-size: 40px;
  line-height: 0px;
  margin-left: 5px;
}

.activetab {
  background-color: #d6a220 !important;
  color: white !important;
}

.admin_body .left .body .admin section {
  display: none;
  border: solid 2px #d6d6db;
  padding: 20px 10px;
  width: 98%;
}

.admin_body .left .body .admin table {
  width: 40%;
  text-align: right;
  margin: 0 auto;
  white-space: nowrap;
}

.admin_body .left .body .admin table tr td {
  padding: 10px 0;
}

.admin_body .left .body .admin table tr th {
  padding: 10px 0;
  cursor: pointer;
}

.admin_body .left .body .admin table tr td:first-child {
  width: 25%;
}

.admin_body .left .body .admin table tr th:first-child {
  width: 25%;
}

.admin_body .left .body .admin table input[type="text"] {
  width: 98%;
  text-align: center;
}

.admin_body .left .body .admin table select {
  width: 100%;
}

.admin_body .left .body .admin table textarea {
  width: 98%;
  height: 100px;
}

.admin_body .left .body .admin .list table {
  width: 100%;
  text-align: center;
}

.admin_body .left .body .admin .search_list table {
  width: 100%;
  text-align: center;
}

.admin_body .left .body .admin .list table img {
  width: 50%;
}

.admin_body .left .body .admin .list table tr:hover {
  background-color: #ceede7;
}

.admin_body .left .body .admin .list table i {
  font-size: 20px;
  cursor: pointer;
}

.admin_body .left .body .admin .list table i:hover {
  color: orange;
}

.admin_body .left .body .admin .list table tr:first-child {
  background-color: #00705a;
  color: white;
}

.admin_body .left .body .admin .list table tr td {
  padding: 10px;
  border-bottom: solid 1px #00705a;
  width: 2%;
}

.admin_body .left .body .admin .list table tr th {
  padding: 10px;
  border-bottom: solid 1px #00705a;
  width: 2%;
}

.admin_body .left .body .admin .list table tr td:nth-child(2) {
  width: 30%;
}

.admin_body .left .body .admin .list table tr th:nth-child(2) {
  width: 30%;
}

.admin_body .left .body .admin .search_list table img {
  width: 100%;
}

.admin_body .left .body .admin .search_list table tr:hover {
  background-color: #ceede7;
}

.admin_body .left .body .admin .search_list table i {
  font-size: 20px;
  cursor: pointer;
}

.admin_body .left .body .admin .search_list table i:hover {
  color: orange;
}

.admin_body .left .body .admin .search_list table tr:first-child {
  background-color: #00705a;
  color: white;
}

.admin_body .left .body .admin .search_list table tr td {
  padding: 10px;
  border-bottom: solid 1px #00705a;
  width: 2%;
}

.admin_body .left .body .admin .search_list table tr td:nth-child(2) {
  width: 30%;
}

.admin_body .left .body .product .list table tr:first-child td:first-child {
  width: 10%;
}

.admin_body .left .body .product .addprice .list table tr td {
  width: auto !important;
}

.admin_body .left .body .invoice .list table tr td {
  padding: 10px;
  border-bottom: solid 1px #00705a;
}

.admin_body .left .body .invoice .list table tr td:nth-child(2) {
  width: 20%;
}

.admin_body .left .body .invoice .list table tr td:nth-child(1) {
  padding: 3px 0;
}

.admin_body .left .body .invoice .list table tr:first-child td:first-child {
  width: 5%;
}

.admin_body .left .body .product .add table tr:first-child td:first-child {
  width: 30%;
}

.admin_body .left .body .product .edit table tr:first-child td:first-child {
  width: 30%;
}

.admin_body
  .left
  .body
  .admin
  .list
  table
  tr
  td:first-child
  input[type="text"] {
  width: 95%;
  text-align: center;
}

.admin_body .left .body .category .property table tr:first-child td {
  padding: 0;
}

.admin_body .left .body .category .property table tr td:last-child i {
  font-size: 17px;
  margin-right: 20px;
  cursor: pointer;
}

.admin_body .left .body .category .property table tr td:last-child i:hover {
  color: red;
}

.admin_body .left .body .category .property table tr:first-child td i {
  font-size: 25px;
  color: green;
  cursor: pointer;
}

.admin_body .left .body .category .property table tr:first-child i:hover {
  font-size: 25px;
  color: rgb(68, 218, 68);
}

.admin_body .left .body .category .property .title_cat {
  flex: 1;
  text-align: center;
  font-size: 18px;
}

.admin_body .left .body .category .property .title_cat label {
  color: #000080;
}

.admin_body .left .body .category .content table tr:first-child td {
  padding: 0;
}

.admin_body .left .body .category .content table tr td:last-child i {
  font-size: 17px;
  margin-right: 20px;
  cursor: pointer;
}

.admin_body .left .body .category .content table tr td:last-child i:hover {
  color: red;
}

.admin_body .left .body .category .content table tr:first-child td i {
  font-size: 25px;
  color: green;
  cursor: pointer;
}

.admin_body .left .body .category .content table tr:first-child i:hover {
  font-size: 25px;
  color: rgb(68, 218, 68);
}

.admin_body .left .body .category .content .title_cont {
  flex: 1;
  text-align: center;
  font-size: 18px;
}

.admin_body .left .body .category .content .title_cont label {
  color: #000080;
}

.admin_body .left .body .category .icon .title_icon {
  flex: 1;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.admin_body .left .body .category .icon .title_icon label {
  color: #000080;
}

.admin_body .left .body .product .title_property {
  flex: 1;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.admin_body .left .body .product .title_property label {
  color: #000080;
}

.admin_body .left .body .product .title_description {
  flex: 1;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.admin_body .left .body .product .title_description label {
  color: #000080;
}

.admin_body .left .body .product .property table {
  width: 90%;
}

.admin_body .left .body .product .property table tr td:first-child {
  width: 10%;
}

.admin_body .left .body .product .property table tr td:nth-child(2) {
  width: 30%;
}

.admin_body .left .body .product .property table tr td:nth-child(3) {
  width: 70%;
}

.admin_body .left .body .product .property table tr td span {
  margin: 5px;
  border: solid 1px black;
  border-radius: 10px;
  padding: 5px 20px;
  cursor: pointer;
}

.admin_body .left .body .product .description .bdy_description {
  text-align: center;
}

.admin_body .left .body .product .description .bdy_description div:last-child {
  margin-top: 40px;
}

.admin_body .left .body .product .addprice .add {
  margin-bottom: 20px;
}

.admin_body .left .body .product .addprice table {
  width: 100%;
}

.admin_body .left .body .product .addprice .add table tr td {
  width: auto;
}

.admin_body .left .body .product .addprice .add table tr td:nth-child(odd) {
  width: 7%;
  text-align: left;
}

.admin_body .left .body .product .gallery {
  display: flex;
  flex-direction: column;
}

.admin_body .left .body .product .gallery .add {
  margin-bottom: 20px;
}

.admin_body .left .body .product .gallery table {
  width: 100%;
}

.admin_body .left .body .product .gallery .add table tr td {
  width: auto;
}

.admin_body .left .body .product .gallery .add table tr td:nth-child(odd) {
  width: 20%;
  text-align: left;
}

.admin_body .left .body .product .gallery .add table tr td:nth-child(2) {
  width: 20%;
  text-align: left;
}

.admin_body .left .body .product .gallery .add table tr td:last-child {
  width: 20%;
  text-align: center;
}

.admin_body .left .body .product .gallery .list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}

.admin_body .left .body .product .gallery .list .gallery_item {
  width: 20%;
  margin: 10px;
}

.admin_body .left .body .product .gallery .list .gallery_item div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #00705a;
  color: white;
  padding: 5px;
  margin-bottom: 3px;
}

.admin_body .left .body .product .gallery .list .gallery_item img {
  width: 100%;
}

.admin_body .left .body .product .gallery .list .gallery_item video {
  width: 100%;
}

.admin_body .left .body .product .gallery .list .gallery_item i {
  cursor: pointer;
}

.admin_body .left .body .product .gallery .list .gallery_item i:hover {
  color: red;
}

.admin_body .left .body .product .gallery .box {
  display: flex;
  flex-direction: row;
  border: solid 1px black;
  margin: 0 auto;
  width: 30%;
  border-radius: 20px;
  justify-content: space-around;
  overflow: hidden;
}

.admin_body .left .body .product .gallery .box .item-box {
  padding: 5px;
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.admin_body .left .body .product .gallery .subbox {
  display: none;
}

.box-active {
  background-color: #00705a;
  border-radius: 30px;
  color: white;
}

.admin_body .left .body .product .gallery .add {
  background-color: #eaeaea;
  margin-top: 20px;
  border-radius: 30px;
}

.admin_body .left .body .title_table {
  position: relative;
  background-color: #00705a;
  padding: 5px;
  text-align: center;
  color: white;
  margin-bottom: 1px;
}

.admin_body .left .body .title_table .count_show {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 10px;
}

.admin_body .left .body .title_table .count_show_invoice {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.admin_body .left .body .admin.customer .list .title_table {
  background-color: #00705a;
  padding: 5px;
  text-align: center;
  color: white;
  margin-bottom: 1px;
}

.admin_body .left .body .admin.customer .search_list .title_table {
  background-color: #00705a;
  padding: 5px;
  text-align: center;
  color: white;
  margin-bottom: 1px;
}

.admin_body .left .body .admin.invoice .list .title_table {
  display: flex;
  flex-direction: row;
  justify-content: space-around !important;
}

.admin_body .left .body .admin.customer .list .title_table input[type="text"] {
  width: 10%;
  text-align: center;
}

.admin_body .left .body .admin.customer .search_list .title_table input {
  width: 10%;
  text-align: center;
}

.admin_body .left .body .invoice .resultdiv {
  position: absolute;
  right: 0;
  left: 0;
  top: 43px;
  background-color: #f3f3f3;
  padding: 1%;
  width: 99%;
  max-height: 180px;
  overflow-y: scroll;
  display: none;
  z-index: 999999;
}

.admin_body .left .body .invoice .resultdiv .itemsearch {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex: 0.5;
  border-bottom: solid 3px white;
  cursor: pointer;
}

.admin_body .left .body .invoice .resultdiv .itemsearch img {
  width: 100%;
  flex: 0.5;
}

.admin_body .left .body .invoice .resultdiv .itemsearch div {
  text-align: center;
  flex: 1;
  color: #5b5b5b;
}

#resultsearch {
  position: absolute;
  right: 0;
  left: 0;
  top: 43px;
  background-color: #f3f3f3;
  padding: 1%;
  width: 99%;
  max-height: 180px;
  overflow-y: scroll;
  display: none;
  z-index: 999999;
}

#resultsearch .itemsearch {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex: 1;
  border-bottom: solid 3px white;
  cursor: pointer;
}

#resultsearch .itemsearch img {
  width: 100%;
  flex: 0.5;
}

#resultsearch .itemsearch div {
  text-align: center;
  flex: 1;
  color: #5b5b5b;
}

/* ............................................................................................... */

.admin_body .left .body .invoice .resultdivbuild {
  position: absolute;
  right: 0;
  left: 0;
  top: 43px;
  background-color: #f3f3f3;
  padding: 1%;
  width: 99%;
  max-height: 180px;
  overflow-y: scroll;
  display: none;
  z-index: 999999;
}

.admin_body .left .body .invoice .resultdivbuild .itemsearchbuild {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex: 0.5;
  border-bottom: solid 3px white;
  cursor: pointer;
}

.admin_body .left .body .invoice .resultdivbuild .itemsearchbuild img {
  width: 100%;
  flex: 0.5;
}

.admin_body .left .body .invoice .resultdivbuild .itemsearchbuild div {
  text-align: center;
  flex: 1;
  color: #5b5b5b;
}

/* ............................................................................................... */

.product_other .item {
  position: relative;
  padding-bottom: 5px;
}

.product_other .item h4 {
  padding: 0;
  margin: 0;
}

.product_other .notexist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70%;
}

.product_other .notexist .title {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  background-color: red;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: white;
  height: 50px;
  width: 50px;
  line-height: 50px;
  box-shadow: inset white 0 0 20px;
  z-index: 9;
  border: solid 3px white;
}

.product_other .notexist .order {
  position: absolute;
  top: 12px;
  right: 32px;
  height: 30px;
  max-height: 30px;
  border: solid 3px white;
  background-color: green;
  color: white;
  z-index: 8;
  font-size: 14px;
  width: 100%;
  border-radius: 20px;
  line-height: 28px;
  display: none;
  overflow: hidden;
  cursor: pointer;
}

.product_other .notexist .order:hover {
  background-color: rgb(10, 198, 10);
}

.product_other .discount {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background-color: green;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: white;
  height: 50px;
  width: 50px;
  line-height: 50px;
  box-shadow: inset white 0 0 20px;
  direction: rtl;
  letter-spacing: 3px;
  border: solid 3px white;
}

.product_other .new {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background-color: rgb(178, 154, 20);
  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: white;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: solid 3px white;
  direction: rtl;
  letter-spacing: 3px;
}

.product_other .favorit {
  position: absolute;
  bottom: -20px;
  left: -11px;
  cursor: pointer;
}

.product_other .favorit i {
  font-size: 22px;
  color: rgb(178, 154, 20);
}

.product_other .price_discount {
  margin: 5px 0;
  color: red;
  text-decoration: line-through;
}

.bg .priceorg {
  font-size: 20px;
  text-align: center;
  display: none;
}

.bg .priceorg span {
  margin: 5px 0;
  color: red;
  text-decoration: line-through;
}

.dis_basket {
  margin: 0;
  color: red;
  text-decoration: line-through;
  display: block;
}

.basket_item_title p {
  margin: 0;
}

.basket_item i {
  cursor: pointer;
}

.basket_item_title p:first-child {
  margin: 5px 0;
}

.basket_item_title p:last-child {
  color: rgb(178, 154, 20);
}

#light_login {
  position: relative;
  height: 100%;
}

#light_login .after_login .menu_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

#light_login .after_login .menu_left .item {
  background-color: #b8860b;
  border-radius: 30px 0 30px 0;
  margin-top: 5px;
  color: white;
  width: 70%;
  overflow: hidden;
}

#light_login .after_login .menu_left .item:hover {
  background-color: #d6a220;
  cursor: pointer;
}

#light_login .after_login .menu_left .item a {
  cursor: pointer;
  display: block;
  padding: 10px;
  color: white;
}

#light_login .after_login .menu_left i {
  background-color: #d6a220;
  cursor: pointer;
}

#light_login .after_login .menu_left_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

#light_login .after_login .menu_left_info .title {
  color: #b8860b;
}

#light_login .after_login .menu_left_info .item {
  padding: 10px;
  text-align: right;
  margin-top: 5px;
  width: 70%;
}

#light_login .after_login .menu_left_info .item .item_tavallod {
  display: flex;
  flex-direction: row;
  margin-right: -30px;
}

#light_login .after_login .menu_left_info .item .item_tavallod select {
  flex: 1;
  margin: 0 5px;
  background-color: white;
  border: solid 1px #74747f;
  padding: 0 10px;
}

#light_login .after_login .menu_left_info .item label span {
  color: red;
}

#light_login .after_login .menu_left_info .item_btn {
  padding: 10px;
  text-align: center;
  margin-top: 15px;
  margin-right: 20px;
  width: 70%;
}

.menu_left_after_complete {
  display: none;
}

.menu_left_before_complete {
  display: none;
}

.light_icon_enter {
  position: relative;
}

.light_icon_enter label {
  color: #b8860b;
  cursor: pointer;
}

.light_icon_enter i {
  font-size: 18px;
}

.light_icon_enter .fa-angle-down {
  font-size: 15px;
  padding-left: 0px;
  padding-right: 5px;
}

.light_icon_enter .fa-user-circle {
  padding-right: 10px;
}

#exit {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}

.girande {
  position: relative;
  border-right: 3px blue solid;
  padding-right: 10px;
  margin-bottom: 20px;
  display: none;
}

.girande .title {
  position: absolute;
  right: -50px;
  top: 27%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: blue;
  width: 10%;
}

.khodam {
  position: relative;
  padding-right: 10px;
  margin-bottom: 20px;
}

.khodam .title {
  display: none;
  position: absolute;
  right: -50px;
  top: 27%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: green;
  width: 10%;
}

.admin_body .left .body .user section {
  padding: 20px 10px;
  text-align: center;
  background: linear-gradient(white, rgb(225, 224, 224));
  border-radius: 30px;
}

.admin_body .left .body .user.profile table {
  width: 30%;
  text-align: right;
  margin: 0 auto;
  white-space: nowrap;
}

.admin_body .left .body .user.profile table tr td {
  padding: 15px 0;
}

.admin_body .left .body .user.profile table tr td:nth-child(2) {
  text-align: center;
}

.admin_body .left .body .user.orders section table {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  border: solid 1px #aaaaae;
}

.admin_body .left .body .user.orders section table img {
  width: 100px;
}

.admin_body .left .body .user.orders section table thead {
  background-color: #00705a;
  padding: 10px 0;
  color: white;
}

.admin_body .left .body .user.orders section table thead tr td {
  padding: 6px 0 !important;
}

.admin_body .left .body .user.orders section table table thead {
  background: linear-gradient(#00705a, #00705a);
  padding: 5px 0;
  color: white;
}

.admin_body .left .body .user.orders section table tbody div {
  margin: 10px 0;
}

.admin_body .left .body .user.orders section table tbody {
  background-color: white;
}

.admin_body .left .body .user.orders section table thead tr td {
  padding: 15px 0;
}

.admin_body .left .body .user.orders table tbody tr td {
  padding: 15px 0;
  border-bottom: solid 1px #cacacc;
}

.admin_body .left .body .user.orders.comments .answer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin_body .left .body .user.orders.comments .answer label {
  margin: 0 5px;
}

.admin_body .left .body .user.orders.comments .answer label:first-child {
  margin: 0;
  padding: 5px;
  background-color: #b8860b;
  color: white;
}

.admin_body .left .body .user.orders.comments .answer i {
  padding: 0px;
  color: #b8860b;
  font-size: 40px;
  line-height: 44px;
}

.admin_body .left .body .user.orders.comments .comment {
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin_body .left .body .user.orders.comments .comment label {
  margin: 0 5px;
}

.admin_body .left .body .user.orders.comments .comment label:first-child {
  margin: 0;
  padding: 5px;
  background-color: #b8860b;
  color: white;
}

.admin_body .left .body .user.orders.comments .comment i {
  padding: 0px;
  color: #b8860b;
  font-size: 40px;
  line-height: 44px;
}

.admin_body .left .body .user.orders.addresses .tab {
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #d6d6db;
}

.admin_body .left .body .user.orders.addresses .tab .item {
  background-color: #d6d6db;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.admin_body .left .body .user .tab {
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #d6d6db;
}

.admin_body .left .body .user .tab .item {
  background-color: #d6d6db;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.admin_body .left .body .user.orders.adminorders select {
  font-size: 13px;
}

.admin_body .left .body .user.orders.adminorders label {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.admin_body .left .body .user.orders.adminorders input.txt {
  max-width: 130px !important;
}

.admin_body .left .body .user.orders.adminorders input.txtarea {
  width: 80% !important;
}

.admin_body .left .body .user.orders.adminorders textarea.txtarea {
  width: 70% !important;
  height: 25px;
}

.admin_body .left .body .user.orders.adminorders .txt_input {
  display: none;
}

.admin_body .left .body .user.orders.addresses .item:hover {
  background-color: #cacacc;
}

.admin_body .left .body .user.orders.addresses #list_address_user i {
  font-size: 17px;
  margin: 0 5px;
}

.admin_body .left .body .user.orders.addresses #list_address_user i:hover {
  color: #b8860b;
  cursor: pointer;
}

#add_address_user table {
  width: 50%;
  border: none;
}

#add_address_user table tbody {
  width: 50%;
  border: none;
  background: none;
}

#add_address_user table tr td {
  border: none;
}

#add_address_user table td:nth-child(2) {
  text-align: right;
}

#add_address_user table tr:last-child td:nth-child(2) {
  text-align: center;
}

#add_address_user textarea {
  width: 90%;
}

#add_address_user select {
  width: 90%;
  background-color: white;
}

#edit_address_user table {
  width: 50%;
  border: none;
}

#edit_address_user table tbody {
  width: 50%;
  border: none;
  background: none;
}

#edit_address_user table tr td {
  border: none;
}

#edit_address_user table td:nth-child(2) {
  text-align: right;
}

#edit_address_user table tr:last-child td:nth-child(2) {
  text-align: center;
}

#edit_address_user textarea {
  width: 90%;
}

#edit_address_user select {
  width: 90%;
  background-color: white;
}

#pop_build {
  position: fixed;
  top: 0;
  right: 0;
  background: black;
  width: 100%;
  height: 100vh;
  opacity: 50%;
  z-index: 999999;
  display: none;
  background-image: url("../images/logo.png");
  background-size: 30% 30%;
  background-repeat: no-repeat;
  background-position: bottom;
  filter: blur(3px);
}

.pop {
  position: fixed;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: white;
  width: 50%;
  height: 60vh;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  display: none;
  background: linear-gradient(white, #f0f0f0);
}

.pop .pop_head {
  padding: 10px;
  font-size: 17px;
  color: black;
  background: linear-gradient(rgb(255, 255, 255), #cccccc);
  position: sticky;
  top: 0;
  right: 0;
}

.pop .pop_body {
  padding: 20px;
  text-align: justify;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #41414b;
}

.pop .pop_form {
  margin: 20px 0;
  padding: 10px 0;
  width: 60%;
  display: flex;
  justify-content: center;
  background: linear-gradient(rgb(255, 255, 255), #e4b130, rgb(255, 255, 255));
  border-radius: 10px;
}

.pop .pop_form table {
  width: 80%;
}

.pop .pop_form table tr td {
  padding: 5px 0;
}

.pop .pop_form table tr:last-child td:last-child {
  text-align: center;
  line-height: 50px;
}

.body_viewinvoice {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.body_viewinvoice .title {
  flex: 1;
  text-align: center;
  color: #b8860b;
}

.body_viewinvoice .navar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
  padding: 15px;
  background-color: #0096a8;
  border-radius: 5px;
}

.body_viewinvoice .navar .item {
  display: flex;
  flex-direction: row;
  flex: 0.3;
  border-radius: 50px;
  border: solid 1px white;
  overflow: hidden;
  color: white;
}

.body_viewinvoice .navar .item .item_right {
  padding: 5px 10px;
  border-left: solid 1px white;
  flex: 1;
  text-align: center;
}

.body_viewinvoice .navar .item .item_left {
  padding: 5px 10px;
  background-color: white;
  color: #0096a8;
  flex: 0.8;
  text-align: center;
}

.body_viewinvoice .body {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}

.body_viewinvoice .body .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px auto;
  margin-bottom: 0;
  background-color: white;
  border-radius: 10px;
  width: 100%;
}

.body_viewinvoice .body .item .subitem {
  padding: 0 10px;
  border-left: solid 1px white;
  flex: 1;
  text-align: center;
  margin: 0 10px;
}

.body_viewinvoice .body .item .subitem .title {
  margin: 10px auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #faf6ee;
  width: 70%;
}

.body_viewinvoice .body .item .subitem .title h4 {
  padding: 0;
  margin: 0;
}

.body_viewinvoice .body .item .subitem .body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: right;
  width: 100%;
  justify-self: center;
}

.body_viewinvoice .body .item .subitem .body span {
  width: 50%;
  font-size: 13px;
  margin: 5px 0;
}

.body_viewinvoice .body .item .subitem .body span label {
  padding: 0 5px;
}

.body_viewinvoice .body .item .subitem .body span label:nth-child(1) {
  background-color: #d9a626;
  color: white;
  border-radius: 3px;
}

.body_viewinvoice .body .item .subitem .body .tbl1 {
  margin: 20px 0;
}

.body_viewinvoice .body .item .subitem .body .tbl1 table {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.body_viewinvoice .body .item .subitem .body .tbl1 table thead tr td {
  background-color: #d9a626;
  color: white;
  padding: 5px;
}

.body_viewinvoice .body .item .subitem .body .tbl1 table tbody tr td {
  padding: 10px;
}

.body_viewinvoice .body .item .subitem .body .tbl2 {
  margin: 20px 0;
}

.body_viewinvoice .body .item .subitem .body .tbl2 table {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}

.body_viewinvoice .body .item .subitem .body .tbl2 table tr td {
  border-bottom: 1px solid #aaaaae;
}

.body_viewinvoice .body .item .subitem .body .tbl2 table tr td:first-child {
  background-color: #d9a626;
  color: white;
  padding: 5px;
}

#print_label {
  width: 88mm;
  background-color: rgb(222, 222, 139);
  /* margin: 10px auto; */
  margin: 0 auto;
  padding: 0.65mm 0;
  display: flex;
  flex-direction: column;
}

#print_label .item {
  /* width: 85.5mm; */
  width: 88mm;
  min-height: 10mm;
  max-height: 10mm;
  margin: 1.5mm 4.6mm;
  /* margin: -1mm 4.6mm; */
  flex: 1;
  display: flex;
  flex-direction: row;
}

#print_label .item .left_item {
  flex: 1;
}

#print_label .item .right_item {
  display: flex;
  flex-direction: row;
  flex: 1;
  background-color: white;
}

#print_label .item .right_item .right {
  display: flex;
  flex-direction: row;
  flex: 1;
}

#print_label .item .right_item .right .barcode {
  max-width: 10mm;
}

#print_label .item .right_item .right .barcode img {
  max-width: 100%;
}

#print_label .item .right_item .right .idpp {
  max-width: 2mm;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 6px;
  text-align: center;
  margin-right: 1mm;
}

#print_label .item .right_item .right .logo_label {
  max-width: 5mm;
  margin-right: 2mm;
  display: flex;
  align-items: center;
}

#print_label .item .right_item .right .logo_label img {
  max-width: 100%;
}

#print_label .item .right_item .left {
  flex: 1;
  /* border-right:0.1mm solid black; */
  display: flex;
  flex-direction: column;
}

#print_label .item .right_item .left .title_p {
  flex: 1;
  font-size: 6.5px;
  text-align: center;
  padding-top: 1mm;
}

#print_label .item .right_item .left .vazn_p {
  flex: 1;
  font-size: 8.5px;
  text-align: center;
}

.customer section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.customer section select {
  background-color: white;
  border: solid 1px #b9b9c1;
}

.customer section .info_customer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
}

.customer section .info_customer .item_info {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin: 10px 0;
}

.customer section .info_invoice {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.customer section .info_invoice input[type="text"] {
  width: 50%;
  text-align: center;
}

.customer section .info_invoice .item_invoice {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 10px auto;
  text-align: center;
}

.customer section .info_invoice .item_invoice #res_search {
  display: none;
  flex-direction: column;
  background-color: white;
  border: solid 1px #f3f3f5;
  position: absolute;
  top: -21px;
  right: 0;
  left: 0;
  max-height: 245px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  cursor: pointer;
  z-index: 999999999;
}

.customer section .info_invoice .item_invoice #res_search .res_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #aaaaae;
  min-height: 81px;
}

.customer section .info_invoice .item_invoice #res_search .res_row span {
  flex: 1;
}

.customer section .info_invoice .item_invoice .tbl_invoice {
  width: 100%;
}

.customer section .info_invoice .item_invoice .tbl_invoice .tbl1 {
  width: 100%;
  border: solid 2px black;
  text-align: center;
}

.customer section .info_invoice .item_invoice .tbl_invoice .tbl1 tr td {
  width: auto;
  border: solid 1px black;
}

.customer section .info_invoice .item_invoice .tbl_invoice .tbl1 thead tr td {
  background-color: #e4e4e4;
  border: solid 2px black;
}

.customer section .info_invoice .item_invoice .tbl_invoice .tbl1 tr {
  position: relative;
}

.customer section .info_invoice .item_invoice .tbl_invoice .tbl1 tr i {
  position: absolute;
  left: -40px;
  top: 10px;
  bottom: 0;
}

.customer section .info_invoice .item_invoice .tbl_invoice .tbl1 tr i.fab {
  background-color: #fccb4f;
  padding: 5px;
  left: -50px;
  border-radius: 20px;
}

.customer
  section
  .info_invoice
  .item_invoice
  .tbl_invoice
  .tbl1
  tr
  i.fab:hover {
  color: black;
}

.customer
  section
  .info_invoice
  .item_invoice
  .tbl_invoice
  .tbl1
  tr
  i.fab
  > span {
  display: none;
}

.customer
  section
  .info_invoice
  .item_invoice
  .tbl_invoice
  .tbl1
  tr
  i.fab
  span
  span {
  margin: 0 20px;
  font-size: 15px;
  padding: 0 5px;
  color: white;
  background-color: #e3b132;
  font-family: "samim";
}

.customer
  section
  .info_invoice
  .item_invoice
  .tbl_invoice
  .tbl1
  tfoot
  tr
  td
  select {
  text-align: center;
}

.customer section .info_invoice .item_invoice .tbl_invoice .tbl2 {
  width: 80%;
  border: solid 1px black;
  text-align: center;
}

.customer
  section
  .info_invoice
  .item_invoice
  .tbl_invoice
  .tbl2
  tr
  td:first-child {
  background-color: #fccb4f;
}

.customer section .info_invoice .item_invoice .tbl_invoice .tbl2 tr td {
  padding: 10px;
}

.faktor_customer {
  min-width: 13cm;
  min-height: 20cm;
  max-width: 13cm;
  max-height: 20cm;
  background-color: white;
  /* border: solid 1px black; */
  margin: 30px auto;
  position: relative;
}

.faktor_customer .faktor_top {
  width: 100%;
  min-height: 6.5cm;
  max-height: 6.5cm;
  display: flex;
  flex-direction: row;
  /* border-bottom: dashed 1px red; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.faktor_customer .faktor_top .faktor_top_top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.faktor_customer .faktor_top .faktor_top_top .faktor_top_right {
  width: 30%;
  margin: 15px;
}

.faktor_customer .faktor_top .faktor_top_top .faktor_top_left {
  text-align: left;
  margin: 15px;
  margin-top: 7px;
  display: flex;
  flex-direction: column;
}

.faktor_border {
  border: solid 2px rgb(179, 178, 178);
  padding: 5px 10px;
}

.faktor_customer .faktor_top .faktor_top_top .faktor_top_left span {
  margin-bottom: 5px;
  display: inline;
  border-radius: 30px 0 30px 0;
  font-size: 13px;
  text-align: center;
}

.faktor_customer .faktor_top .faktor_top_bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: -50px;
}

.faktor_customer .faktor_top .faktor_top_bottom .row {
  text-align: center;
}

.faktor_customer .faktor_top .faktor_top_bottom .row .item {
  border-radius: 30px 0 30px 0;
  padding: 10px 20px;
}

.faktor_customer .faktor_center {
  width: 100%;
  /* min-height: 7cm;
  max-height: 7cm; */
  min-height: 9cm;
  max-height: 9cm;
  /* border-bottom: dashed 1px red; */
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  position: relative;
}

.faktor_customer .faktor_center .faktor_center_top {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.faktor_customer .faktor_center .faktor_center_top .row {
  text-align: center;
  margin: 10px auto;
}

.faktor_customer .faktor_center .faktor_center_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.faktor_customer .faktor_center .faktor_center_bottom .row {
  width: 97%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 5px 0;
}

.faktor_customer .faktor_center .faktor_center_bottom .row:first-child .item {
  background-color: #f3f3f3;
  font-size: 12px;
}

.faktor_customer .faktor_center .faktor_center_bottom .row .item {
  border-radius: 30px 0 30px 0;
  text-align: center;
  max-height: 21px;
  overflow: hidden;
}

.faktor_customer .faktor_center .faktor_center_bottom .row .item:first-child {
  background-color: #f3f3f3;
}

.faktor_customer .faktor_bottom {
  width: 100%;
  /* min-height: 7cm;
  max-height: 7cm; */
  min-height: 5cm;
  max-height: 5cm;
}

.faktor_customer .faktor_bottom .row {
  width: 97%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: 5px 0;
  height: 160px;
  margin-top: 10px;
}

.faktor_customer .faktor_bottom .row .item {
  text-align: center;
}

.faktor_customer .faktor_bottom .row .item:first-child {
  text-align: justify;
  font-size: 10px;
  width: 50%;
  margin-left: 5px;
  padding: 10px;
  line-height: 20px;
}

.faktor_customer .faktor_bottom .row .item:last-child {
  border: solid 2px rgb(228, 228, 228);
  font-size: 11px;
  color: rgb(228, 228, 228);
  width: 44%;
}

.faktor_customer .faktor_shobe {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 11px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.admin.invoice section .kind_add {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}

.admin.invoice section .kind_add .kind_add_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: solid 1px black;
  border-radius: 20px;
  overflow: hidden;
  width: 30%;
}

.admin.invoice section .kind_add .kind_add_row span {
  text-align: center;
  background-color: white;
  padding: 5px 10px;
  flex: 1;
  cursor: pointer;
}

.admin.invoice section .kind_add .kind_add_row span.active {
  background-color: #00705a;
  color: white;
}

.admin.invoice section.add > div {
  display: none;
}

.admin.invoice .select_item {
  position: absolute;
  right: 265px;
  top: 0;
  bottom: 0;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.admin.invoice .select_item .item_price {
  border: solid 1px black;
  background-color: white;
  padding: 10px;
  margin: 3px;
}

.tr_productprice {
  display: none;
}

.tr_productprice select {
  font-size: 14px;
}

.report_customer_row {
  display: inline-block;
  margin: 0 10px;
}

.h3span {
  display: block;
  font-size: 17px;
  padding: 18px 0;
}

#certificate_item {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#certificate_item span {
  flex: 1;
}

#tbl_list_product_price {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

#tbl_list_product_price thead {
  background-color: #00705a;
  color: white;
}

.tbl_list_product_price {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.tbl_list_product_price thead {
  background-color: #00705a;
  color: white;
}

#list_code_store {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eeeeee;
  padding: 10px;
}

#list_code_store textarea {
  text-align: left;
  width: 90%;
  height: 100px;
}

#kind_of_invoice {
  border: solid 1px white;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 40%;
  margin: 10px auto;
}

#kind_of_invoice span {
  padding: 3px 10px;
  flex: 1;
}

#tablo {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px;
}

#tablo .banner_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #d6d1be;
  background: linear-gradient(
    180deg,
    rgba(214, 209, 190, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 999999;
  text-align: center;
  padding: 5px 0;
  border-top: solid 1px white;
}

#tablo .header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-image: linear-gradient(#d6d1be, white);
  padding: 10px 0;
  align-items: center;
}

#tablo .header .item {
  flex: 1;
  text-align: center;
}

#tablo .header .item img {
  width: 40%;
}

#tablo .body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 6px;
}

#tablo .body .item {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
  background-color: white;
  margin: 6px;
}

#tablo .body .item:nth-child(3) {
  width: 100%;
}

#tablo .body .item .title {
  background-image: linear-gradient(white, #d6d1be);
  text-align: center;
}

#tablo .body .item .title h2 {
  padding: 0;
  margin: 0;
}

#tablo .body .item .bdy {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px;
}

#tablo .body .item .bdy .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33%;
  margin: 10px;
}

#tablo .body.calc .item .bdy.calc .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 28%;
  margin: 10px;
}

#tablo .body.calc .item .bdy.calc .row:last-child {
  width: 40%;
}

#tablo .body.calc .item .bdy.calc .row input {
  width: 90%;
  text-align: center;
  font-size: 25px;
}

#tablo .body.calc .item {
  width: 49%;
  height: 60vh;
}

#tablo .body.calc .item {
  position: relative;
  background-image: linear-gradient(white, #d6d1be);
  text-align: center;
}

#tablo .body.calc .item .title {
  width: 100%;
  position: absolute;
  top: 0;
  background-image: linear-gradient(white, #d6d1be);
  text-align: center;
}

#tablo .body .item:last-child .bdy .row {
  width: 17%;
}

#tablo .body .item .bdy .row .top {
  text-align: center;
  padding: 10px;
  background-color: #d6d1be;
  width: 100%;
  border: 1px solid #d6d1be;
  border-bottom: none;
}

#tablo .body .item .bdy .row .bottom {
  text-align: center;
  padding: 28px 10px;
  font-size: 25px;
  width: 100%;
  border: 1px solid #d6d1be;
  border-top: none;
}

#tablo .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  margin-bottom: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
}

#tablo .content .title {
  text-align: center;
  width: 100%;
}

#tablo .content .title h1 {
  margin: 0;
  margin: 10px 0;
  font-size: 18px;
}

#tablo .content .title h2 {
  margin: 0;
  margin: 10px 0;
  font-size: 18px;
}

#tablo .content .item {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: white;
  margin: 6px 0;
  min-height: 200px;
  text-align: justify;
}

#tablo .content .item.faq {
  min-height: 150px;
}

#tablo .content .item .title {
  background-image: linear-gradient(white, #d6d1be);
  text-align: center;
}

#tablo .content .item .title h2 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

#tablo .content .item .title h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

#tablo .content .item .bdy {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px;
  color: #666665;
  line-height: 30px;
}

#tablo .content .item .bdy .form_price {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
}
#tablo .content .item .bdy .form_price .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
#tablo .content .item .bdy .form_price .row span {
  border: solid 2px #e4b130;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px 10px;
  margin-left: 7px;
  margin-bottom: 7px;
  cursor: pointer;
}
#tablo .content .item .bdy .form_price .row span:first-child {
  background-color: #e4b130;
  color: white;
  border-radius: 0 10px 10px 0;
  min-width: 70px;
  text-align: center;
}
#tablo .content .item .bdy .form_price .row input[type="text"] {
  border: 0;
  padding: 0 10px;
  color: #666665;
  border-radius: 10px;
}
.active_price_alert {
  background-color: #f5d78b;
}
#tablo .content .item .bdy .form_price .row:last-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 15px 0;
  flex-wrap: wrap;
}
#tablo .content .item .bdy .form_price .row:last-child span {
  background-color: white;
  color: #00705a;
  border-radius: 10px;
  min-width: 90%;
  text-align: center;
  border: solid 2px #00705a;
}

#tablo .content .item .bdy .form_price .row:last-child span:hover {
  background-color: #00705a;
  color: white;
  border-radius: 10px;
  min-width: 90%;
  text-align: center;
  border: solid 2px white;
}

#notification_allow {
  background-color: #d6d1be;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 400px;
  min-height: 100px;
  margin: 0 auto;
  z-index: 999999999999999999999999999999999999999999;
  border: #81795a solid 2px;
}

#notification_allow .top {
  display: flex;
  flex-direction: row;
}

#notification_allow .top span {
  flex: 1;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}

#notification_allow .top span:first-child {
  flex: 3;
}

#notification_allow .bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#notification_allow .bottom i {
  margin: 10px;
}

#articles {
  display: flex;
  flex-direction: column;
}

#articles .header {
  width: 100%;
  /* position: sticky;
  top:72px;
  right:0;
  z-index:-9; */
}

#articles .header img {
  width: 100%;
  height: 270px;
}

#articles .main {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

#articles .main .body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex: 1;
  width: 95%;
  margin: 0 auto;
}

#articles .main .body .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#articles .main .body .right .item_menu {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 90px;
  right: 0;
  margin-bottom: 20px;
}

#articles .main .body .right .item_menu .item_item {
  display: flex;
  flex-direction: column;
  border: solid 1px #c5b34e;
  margin-bottom: 20px;
}

#articles .main .body .right .item_menu .title {
  text-align: right;
  border-bottom: 1px solid #c5b34e;
  padding: 5px 10px;
  padding-right: 20px;
  font-size: 18px;
  color: #c5b34e;
}

#articles .main .body .right .item_menu .item {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

#articles .main .body .right .item_menu .item a {
  margin: 5px 3px;
  margin-right: 30px;
}

#articles .main .body .left {
  flex: 4;
  margin: 0 auto;
  margin-right: 20px;
}

#articles .main .body .left .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #c5b34e;
  padding: 10px;
  min-height: 200px;
  margin-bottom: 30px;
  padding-right: 15px;
}

#articles .main .body .left .item .pic {
  flex: 1;
}

#articles .main .body .left .item .pic img {
  width: 100%;
}

#articles .main .body .left .item .bdy {
  flex: 4;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

#articles .main .body .left .item .bdy .title a {
  color: #c5b34e;
}

#articles .main .body .left .item .bdy .title h3 {
  margin-bottom: 0px;
  font-size: 20px;
}

#articles .main .body .left .item .bdy .details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #a8abbe;
  margin-bottom: 10px;
}

#articles .main .body .left .item .bdy .details .right {
  flex: 1;
}

#articles .main .body .left .item .bdy .details .left {
  flex: 1;
  text-align: left;
}

#articles .main .body .left .item .bdy .desc {
  width: 100%;
  text-align: justify;
  line-height: 33px;
  max-height: 100px;
  overflow-y: hidden;
}

#articles .main .body .left .item .bdy .desc h1 {
  font-size: 15px;
}

#articles .main .body .left .item .bdy .desc h2 {
  font-size: 15px;
}

#articles .main .body .left .item .bdy .btn {
  margin: 20px 0;
  text-align: left;
}

#articles .main .body .left .item_info {
  display: flex;
  flex-direction: column;
}

#articles .main .body .left .item_info .bdy {
  display: flex;
  flex-direction: column;
  width: 95%;
}

#articles .main .body .left .item_info .pic {
  width: 30%;
  margin: 0 auto;
}

#articles .main .body .left .item_info .bdy .desc {
  width: 100%;
  text-align: justify;
  line-height: 45px;
  max-height: 100% !important;
}

.tbl_buy {
  width: 70% !important;
}

.tbl_buy thead {
  background-color: #d6a220;
  text-align: center;
  color: white;
}

.tbl_buy tbody {
  text-align: center;
}

.tbl_buy tfoot {
  text-align: center;
}

.tbl_buy tbody tr td input {
  width: 90% !important;
}

.tbl_buy tbody tr td textarea {
  width: 90% !important;
}

.tbl_buy tbody tr:first-child td input {
  width: 50% !important;
}

.tbl_buy tbody tr td:first-child {
  background-color: #d6a220;
  color: white;
}

.light_basket_body {
  z-index: 999999999;
}

#whatsapp {
  position: fixed;
  bottom: 20px;
  right: 10px;
  color: #25d366;
  z-index: 999999999;
}

#whatsapp i {
  font-size: 85px;
}

#whatsapp a {
  color: #25d366;
}

.whymatisa {
  display: flex;
  width: 70%;
  border: solid #d6d1c0 20px;
  flex-direction: row;
  margin: 50px auto;
}

.whymatisa .right {
  flex: 2;
  background-color: #d6d1c0;
  display: flex;
  flex-direction: column;
  text-align: justify;
}

.whymatisa .right .title {
  text-align: center;
  font-size: 30px;
  padding: 20px;
}

.whymatisa .right .body {
  font-size: 18px;
  padding: 20px;
  line-height: 50px;
}

.whymatisa .left {
  flex: 1;
  background-color: #d6d1c0;
}

.boxcat {
  display: flex;
  width: 68%;
  border: solid #d6d1c0 20px;
  flex-direction: row;
  margin: 50px auto;
  justify-content: space-around;
  padding: 1%;
}

.boxcat .item {
  width: 13%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.boxcat .item:hover img {
  background-color: #d6d1c0;
}

.boxcat .item:hover div {
  background-color: #d6d1c0;
}

.boxcat .item img {
  border-radius: 100%;
  overflow: hidden;
  border: solid 3px #d6d1c0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: white;
}

.boxcat .item > div {
  border: solid 2px #d6d1c0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: white;
}

#push-box {
  display: none;
  position: fixed;
  margin: auto;
  top: 30vh;
  right: 0;
  left: 0;
  width: 30%;
  background-color: #d6d1c0;
  border: solid 5px white;
  border-radius: 10px;
  padding: 30px 20px;
  z-index: 9999999;
  text-align: center;
}

#push-box h3 {
  color: rgb(109, 109, 109);
}

#push-box h4 {
  color: rgb(130, 130, 130);
}

#push-box .img_box {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  background-color: #d6d1c0;
  border: solid 5px white;
  border-radius: 50%;
  overflow: hidden;
  width: 15%;
  margin: auto;
  text-align: center;
}

#push-box .img_box img {
  width: 100%;
}

#icon_chat {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 99999999999999;
  width: 80px;
  cursor: pointer;
}

#icon_chat:hover {
  width: 90px;
}

#icon_chat img {
  width: 100%;
}

#box_chat {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 2px;
  background-color: white;
  z-index: 999999999999999999999999999999;
  width: 300px;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #d6d1c0;
}

#box_chat .top_title {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(214, 214, 214);
  background-color: #b8860b;
}

#box_chat .top_title div:first-child {
  flex: 1;
}

#box_chat .top_title div:first-child i {
  font-size: 15px;
  color: black;
  cursor: pointer;
}

#box_chat .top_title div:first-child i:hover {
  font-size: 20px;
  color: red;
  position: absolute;
}

#box_chat .top_title div:last-child {
  flex: 2.2;
  text-align: right;
  color: white;
}

#box_chat .top_img {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid rgb(214, 214, 214);
}

#box_chat .top_img .top_img_img {
  border-radius: 50%;
  overflow: hidden;
  width: 20%;
  border: solid 3px white;
  margin: 0 auto;
}

#box_chat .top_img .top_img_img img {
  width: 100%;
  margin: 0;
  padding: 0;
}

#box_chat .top_img .top_img_title {
  font-size: 11px;
}

#box_chat .body {
  padding: 5px 10px;
  font-size: 14px;
  height: 220px;
  overflow-y: scroll;
  scrollbar-width: none;
}

#box_chat .body .item_user {
  text-align: right;
  margin: 5px 0;
}

#box_chat .body .item_user span {
  padding: 10px;
  text-align: right;
  display: inline-block;
  background-color: #0099ff;
  border-radius: 15px;
  color: white;
}

#box_chat .body .item_admin {
  text-align: left;
  margin: 5px 0;
}

#box_chat .body .item_admin span {
  padding: 10px;
  text-align: left;
  display: inline-block;
  background-color: #c3c3c3;
  border-radius: 15px;
  color: black;
}

#box_chat .type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 2%;
  width: 96%;
}

#box_chat .type div:first-child {
  flex: 5;
}

#box_chat .type div:first-child input {
  width: 96%;
  border: 1px solid rgb(193, 192, 192);
  padding: 1% 2%;
}

#box_chat .type div:last-child {
  flex: 1;
  margin: auto;
  text-align: center;
}

#box_chat .type div:last-child i {
  font-size: 22px;
  color: rgb(98, 98, 197);
  cursor: pointer;
}

#box_chat .type div:last-child i:hover {
  color: rgb(68, 68, 228);
}

.settings_body {
  display: flex;
  flex-direction: column;
}

.settings_body .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
  width: 40%;
}

.settings_body .row > span {
  margin: 0 10px;
  flex: 1;
}

.settings_body .row > span select {
  min-width: 100px;
}

#loading_ajax {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  background: url("../images/loading_ajax.gif");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50%;
  text-align: center;
  margin: 0 auto;
  display: none;
}

.main_coverage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 97%;
  margin: 30px auto;
}

.main_coverage .right {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
}

.main_coverage .right .row {
  display: flex;
  flex-direction: row;
  border: solid 1px rgb(178, 154, 20);
  padding: 10px;
  margin-bottom: 7px;
}

.main_coverage .left {
  display: flex;
  flex-direction: column;
  flex: 4;
}

.main_coverage .left .top {
  display: flex;
  flex-direction: row;
  border: solid 1px rgb(178, 154, 20);
  padding: 30px 0;
  justify-content: center;
}

.main_coverage .left .top_matn {
  border: solid 1px rgb(178, 154, 20);
  padding: 30px;
  text-align: justify;
  margin: 10px 0;
  line-height: 30px;
}

.main_coverage .left .top a {
  color: rgb(178, 154, 20);
}

.main_coverage .left .top h1 {
  color: rgb(178, 154, 20);
}

.main_coverage .left .bottom {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.main_coverage .left .bottom .titr {
  background-color: rgb(178, 154, 20);
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  color: white;
  width: 100%;
}

.main_coverage .left .bottom .titr h2 {
  font-size: 18px;
  margin: 0;
}

.main_coverage .left .bottom .titr a {
  color: white;
}

.main_coverage .left .bottom .item {
  width: 22%;
  display: flex;
  flex-direction: column;
  border: solid 1px rgb(178, 154, 20);
  padding: 10px;
  margin-bottom: 10px;
}

.main_coverage .left .bottom .item h3 {
  margin: 0;
  font-size: 16px;
}

.main_coverage .left .bottom .item .pic img {
  width: 100%;
}

.main_coverage .left .bottom .item .title {
  margin: 5px 0;
}

.main_coverage .left .bottom .bdy {
  border: solid 1px rgb(178, 154, 20);
  display: flex;
  flex-direction: column;
  text-align: justify;
  justify-content: center;
  padding: 20px;
}

.main_coverage .left .bottom .bdy p {
  line-height: 40px;
  padding-right: 20px;
}

.main_coverage .left .bottom .bdy .pic {
  width: 30%;
  margin: 0 auto;
}

.main_coverage .left .bottom .bdy .pic img {
  width: 100%;
}
