.theme {
  color: var(--main-color);
}

@font-face {
  font-family: "Yekan";
  src: url("/theme/az/css/Yekan.eot");
  /* IE9 Compat Modes */
  src: url("/theme/az/css/Yekan.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/theme/az/css/Yekani.woff") format("woff2"),
    /* Modern Browsers */ url("/theme/az/css/Yekani.woff") format("woff"),
    /* Modern Browsers */ url("/theme/az/css/Yekan.otf") format("opentype"),
    /* Open Type Font */ url("/theme/az/css/Yekan.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/theme/az/css/Yekan.svg#Yekan")
      format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

body,
html,
input {
  font-family: Yekan, sans-serif;
  font-size: 12px;
  direction: rtl;
  scroll-behavior: smooth;
  color: #616161;
  margin: 0px;
}

a {
  color: #616161;
  text-decoration: none;
}

a:hover {
  color: var(--main-color);
}

.fixhead {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

.header {
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 13px 20px 3px 20px;
  position: relative;
}

.logo {
  font-size: 28px;
}

.logo a {
  color: var(--main-color);
}

.menuicon {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 40px;
  color: #777;
  cursor: pointer;
}

.mlogo {
  font-size: 28px;
  border: 0px !important;
}

.search-box {
  width: 45%;
  margin-right: 30px;
}

* {
  outline: none !important;
}

.seaerchicon {
  position: absolute;
  font-size: 25px;
  color: #a1a3a8;
  z-index: 3;
  margin: 10px;
  font-size: 25px;
}

.flip {
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  padding-right: 10px;
}

.search-input {
  width: 80%;
  height: 45px;
  color: #474747;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.957rem;
  line-height: 1.833;
  z-index: 2;
  position: relative;
  border-radius: 5px;
  background-color: #f0f0f1;
  border: none;
  padding: 1px 45px 1px 10px;
}

.search-suggest {
  display: none;
}

.tel {
  float: left;
  padding: 9px 12px;
  border-radius: 5px;
  border: 1px solid #e0e0e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  color: #616161;
}

.tel-mob {
  display: none;
}

.headleft {
  width: 50%;
}

.cart {
  float: left;
  margin: 10px 12px 10px 0px;
  cursor: pointer;
  border-right: 1px solid #e0e0e2;
  padding: 0px 20px 0px 0px;
  font-size: 26px;
}

#cartnum {
  position: absolute;
  background-color: var(--main-color);
  color: #fff;
  font-size: 10px;
  border-radius: 7.5px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 18px;
  top: 10px;
}

.telicon {
  font-size: 25px;
  padding-left: 10px;
}

.nav {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 7px 8px 0;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mnav {
  display: none;
}

.menutab {
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 20px;
}

.menuitem {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  padding: 10px 0px 12px 30px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.underline {
  border-color: var(--main-color);
}

.menuitem i {
  font-size: 18px;
  vertical-align: middle;
}

.main {
  background-color: #f5f5f5;
}

.content {
  text-align: center;
  max-width: 1366px;
  margin: 0 auto;
}

.prow {
  background-color: #fff;
  margin: 20px 0;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.headline {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: flex;
}

.headline span {
  padding-bottom: 15px;
  border-bottom: 1px solid #ef5661;
  width: 15%;
}

.headline p {
  margin: 0 20px;
  border-bottom: 1px solid #dfdfdf;
  color: #fff;
  width: 80%;
}

.items {
  text-align: right;
  height: 280px;
  padding: 25px;
  display: flex;
  overflow: hidden;
  aoverflow-x: scroll;
}

.items :-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.spacer-items {
  height: 40px;
}

.item {
  width: 200px;
  padding: 5px;
  text-align: center;
  margin-left: 20px;
}

.item:hover {
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0px 5px 5px 5px;
}

.item img {
  height: 130px;
  width: 170px;
  object-fit: contain;
}

.box-title {
  padding: 20px 10px;
  text-align: center;
  height: 60px;
}

.box-price {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  bottom: 10px;
  margin: 0 auto;
}

.box-price span {
  font-size: 10px;
}

.submenufull {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 115px;
  z-index: -1;
}

.submenu {
  width: 600px;
  background-color: #f7f7f7;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  max-width: 1280px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  margin-right: 20px;
  display: flex;
}

.cats {
  padding: 10px;
  width: 50%;
}

.cat,
.mcat {
  padding: 15px;
  width: 100%;
}

.mcat {
  font-size: 14px;
}

.sep {
  width: 80%;
  border-bottom: 1px solid #e5e5ea;
  padding: 5px;
  margin: 0 auto;
}

.cat i,
.mcat i {
  font-size: 20px;
  vertical-align: middle;
}

.cat {
  padding: 15px;
}

.cat-active {
  background-color: #fff;
  border-radius: 0px 5px 5px 0px;
}

.cat-active a {
  color: var(--main-color);
}

.subcat {
  display: none;
  width: 50%;
  background-color: #fff;
  padding: 15px;
}

.subcat div {
  padding: 10px 15px 0px 0px;
}

.subcat div:first-child {
  padding: 10px 15px 15px 0px;
  font-weight: bold;
  color: #616161;
}

.subcat div:first-child a {
  color: #616161;
}

.subcat div a {
  color: #4a5f73;
}

.subcat div a:hover {
  color: var(--main-color);
}

.msubcat {
  display: none;
  background-color: #f7f7f7;
  width: 100%;
  -moz-box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.15),
    inset 0px -11px 8px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.15),
    inset 0px -11px 8px -10px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.15),
    inset 0px -11px 8px -10px rgba(0, 0, 0, 0.15);
  padding: 10px 0px;
}

.msubcat div {
  padding: 10px 60px 10px 0px;
}

.sublist {
  display: block;
  width: 100%;
  max-height: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  justify-content: space-around;
}

.spacer {
  height: 130px;
}

.scroll-right,
.scroll-left {
  font-size: 35px;
  position: absolute;
  color: #000;
  right: 0;
  top: 150px;
  background-color: #fff;
  -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 8px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}

.scroll-left {
  right: inherit;
  left: 0;
  border-radius: 0px 5px 5px 0px;
}

.scroll-btn-disable {
  cursor: default;
  color: #efefef;
  box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.05);
}

.results-header {
  width: 80%;
  margin: 0px 20px;
}

.results {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  line-height: 22px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}

.resultsnav {
  text-align: right;
  padding: 5px 0px 10px;
  position: relative;
}

.resultsnav span {
  position: absolute;
  left: 0;
  color: #aaa;
}

.sorting {
  display: flex;
  text-align: right;
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.sorting i {
  font-size: 25;
  color: #aaa;
  vertical-align: middle;
}

.sorting a {
  margin-right: 10px;
  padding: 5px 10px;
  color: #4a5f73;
}

.sorting span {
  margin-right: 10px;
  padding: 5px;
}

.sorting a:hover {
  background-color: #ddd;
  border-radius: 4px;
  color: #4a5f73;
}

.sort-active {
  background-color: #febd28;
  border-radius: 4px;
  color: #fff !important;
}

.resultitem {
  width: 25%;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding: 15px;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    transform 0.2s cubic-bezier(0.4, 0, 1, 1),
    -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.resultitem:hover {
  -webkit-box-shadow: 0 8px 8px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 8px 4px rgba(0, 0, 0, 0.05);
}

.resultitem-img {
  height: 160px;
  width: 200px;
  object-fit: contain;
}

.resultitem-title {
  height: 130px;
  padding-top: 20px;
}

.fullsize {
  width: 100%;
  display: flex;
  max-width: unset;
}

.cat-right {
  width: 20%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
  position: sticky;
  top: 130px;
  height: 100%;
  margin: 0px 20px 20px 0px;
  padding-bottom: 80px;
}

.cat-right-title {
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  color: #444;
}

.cat-right-i {
  padding: 5px;
  text-align: right;
  padding-right: 40px;
}

.cat-right-i span {
  color: black;
  font-size: 13px;
}

.cat-right-i i {
  padding-left: 8px;
}

.cat-right-top {
  padding-right: 10px;
}

.pagers-outer {
  padding: 10px;
  border: 1px solid #e4e4e4;
  border-top: 0;
  font-size: 14px;
  margin: 0 auto;
  background-color: #fff;
}

.pagers {
  display: inline-flex;
}

.pager {
  padding: 5px 13px;
  margin: 5px 10px;
  font-size: 17px;
}

.pager-active {
  background-color: var(--main-color);
  border-radius: 8px;
  color: #fff;
}

.pager i {
  font-size: 20px;
}

.no-photo {
  font-size: 200px;
  color: #eee;
  height: 160px;
}

.page-content {
  text-align: right;
  padding: 20px;
  border-left: 1px solid #e4e4e4;
  width: 100%;
}

.form {
  width: 100%;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: right;
  padding: 10px;
}

.itemc {
  background: #fff !important;
  padding: 10px !important;
}

.itemcc {
  background: #fff !important;
  padding: 10px !important;
}

#dealerLocator input,
#dealerLocator select,
#dealerLocator textarea {
  background: #fff !important;
  border: 1px solid #b0b0b2;
  border-radius: 5px;
  font-size: 13px !important;
  height: 30px !important;
  width: 100%;
}

#dealerLocator input[type="button"],
#dealerLocator input[type="submit"] {
  max-width: 200px;
  border: 0px solid #b0b0b2;
  background: var(--main-color) !important;
  color: #fff;
}

#dealerLocator textarea {
  height: 80px !important;
}

#dealerLocator {
  margin: 10px;
}

.formbtn {
  width: 100px !important;
}

.item-page {
  width: 100%;
}

.item-detail {
  display: flex;
  flex-wrap1: wrap;
  padding: 20px 0px 10px 20px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.item-img {
  width: 30%;
  border-left: 1px solid #f4f4f4;
  box-sizing: border-box;
  padding: 60px 40px;
}

.item-img img {
  width: 100%;
}

.item-desc {
  /* width: 40%;*/
  box-sizing: border-box;
  text-align: right;
  padding: 0px 10px;
  max-width: 70%;
  flex: 1em;
}

.item-title {
  font-size: 17px;
  padding: 20px;
  color: black;
  border-bottom: 1px solid #f4f4f4;
}

.item-description {
  padding: 5px 20px 5px 5px;
}

.item-price {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: normal;
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 60px auto;
  padding-bottom: 30px;
  max-height: 380px;
  max-width: 300px;
  min-width: 250px;
}

.item-price-row {
  font-size: 14px;
  padding: 15px 0px;
  color: black;
  text-align: right;
  margin: 15px;
  border-bottom: 1px solid #e4e4e4;
}

.item-price-row i {
  font-size: 22px;
  color: #777;
  padding-left: 5px;
  vertical-align: middle;
}

.item-price-price {
  font-size: 20px;
  padding: 15px 0px;
  color: var(--main-color);
  text-align: left;
  margin: 15px;
}

.item-price-price span {
  font-size: 14px;
}

.item-price-btn {
}

.item-price-btn a {
  font-size: 18.5px;
  color: #fff;
  background-color: var(--main-color);
  padding: 15px 42px;
  border-radius: 5px;
}

table.chat {
  position: fixed;
  margin: auto auto;
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4 !important;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 13px;
}

td {
  border: 0px;
  font-size: 13px;
}

.chatclose {
  font-family: "Line Awesome Free";
  width: 25px;
  font-size: 24px;
}

.chatclose::before {
  content: "\f410";
}

input.tahoma {
  font-size: 13px;
  color: #fff;
  background-color: var(--main-color);
  padding: 10px;
  border: 0px;
  border-radius: 5px;
  margin: 10px;
}

table#register {
  border: 1px solid #e4e4e4 !important;
  padding: 20px;
}

.register {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0px;
  background-color: #000000aa;
  z-index: 2000;
  padding-top: 20px;
}

.register-out {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #777;
  background-color: #fff;
  overflow-y: auto;
  width: 400px;
  max-height: 100%;
  margin: 0px auto;
}

.register-in {
  margin: 0px auto;
  padding: 0px;
  padding-bottom: 50px;
}

.carousel {
  background: transparent;
  width: 65%;
  margin-left: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.carousel-cell {
  width: 100%;
  height: 400px;
  margin-right: 10px;
  background: transparent;
  border-radius: 5px;
  counter-increment: gallery-cell;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.carousel-cell img,
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.bannerlogos {
  display: flex;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 10px;
}

.bannerlogos img {
  width: 150px;
  height: 100%;
  object-fit: contain;
  padding: 0 10px;
}

.textbanner1 {
  position: absolute;
  right: 60px;
  font-size: 22px;
  top: 30px;
  color: #000;
  width: 200px;
  text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff;
}

.textbanner2 {
  position: absolute;
  left: 20px;
  font-size: 22px;
  bottom: 50px;
  color: #fff;
  width: 500px;
}

.textbanner3 {
  position: absolute;
  left: 200px;
  font-size: 22px;
  bottom: 50px;
  color: #fff;
  width: 500px;
  text-shadow: 0 0 1px #ffffff, 0 0 2px #000;
}

.textbanner4 {
  border-radius: 5px;
  color: #05020a;
  font-size: 14px;
  padding: 50px;
  height: 100%;
  line-height: 30px;
  background: rgb(230, 169, 39);
  background: -moz-linear-gradient(
    90deg,
    rgba(230, 169, 39, 1) 0%,
    rgba(239, 189, 60, 1) 50%,
    rgba(230, 169, 39, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(230, 169, 39, 1) 0%,
    rgba(239, 189, 60, 1) 50%,
    rgba(230, 169, 39, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(230, 169, 39, 1) 0%,
    rgba(239, 189, 60, 1) 50%,
    rgba(230, 169, 39, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e6a927", endColorstr="#e6a927", GradientType=1);
}

/* white circles */

.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #eee;
  margin: -50 8px !important;
}

/* fill-in selected dot */

.flickity-page-dots .dot.is-selected {
  background: white;
}

.topbanner {
  display: flex;
  padding: 15px;
}

.banners {
  width: 35%;
}

.banner {
  width: 100%;
  height: 265px;
  background: #8c8;
  border-radius: 5px;
}

.banner:nth-child(1) {
  margin-bottom: 15px;
}

.footer {
  border-top: 1px solid #d1d7da;
  background-color: #edeff1;
  padding: 20px 20px;
  font-size: 15px;
}

.footer-tel {
  display: flex;
}

.footer-contact {
  width: 70%;
  line-height: 50px;
}

.footer-app {
  text-align: right;
  width: 30%;
}

.footer-app img {
  height: 50px;
  float: left;
  vertical-align: middle;
  padding-right: 20px;
}

.footer-copy {
  background-color: #d8dddf;
  font-size: 11px;
  padding: 20px;
  text-align: center;
}

.footer-msg div {
  text-align: right !important;
  font-size: 11px !important;
}

.footer-footer {
  padding: 20px;
  border-top: 1px solid #b3bdc3;
}

#reg-loading {
  text-align: center;
}

.social {
  text-align: center;
  padding-top: 15px;
}

.social i {
  font-size: 35px;
}

.whatsapp {
  font-size: 50px;
  padding: 5px;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 15px;
  bottom: 15px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 7px 8px 0;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #83cd6544;
}

.whatsapp a {
  color: #83cd65;
}

.t-c {
  text-align: center;
  width: 50%;
  margin-right: 20%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5%;
  margin-bottom: 30px;
}
.t-c-head {
  text-align: right;
  width: 100%;
  font-weight: bolder;
  padding-bottom: 10px;
  font-size: 14px;
}
.t-c-item {
  text-align: right;
  width: 100%;
}
a.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media (max-width: 1000px) {
  .resultitem {
    width: 33.33%;
  }
}

@media (max-width: 750px) {
  a.anchor {
    top: 0px;
  }

  .menuicon {
    display: block;
  }
  .fixhead {
    position: absolute;
    display: flex;
    background-color: #f9f9f9;
  }
  .header {
    width: 100%;
    display: block;
    margin: 0px 10px 0px 10px;
  }
  .spacer {
    height: 150px;
  }
  .nav {
    display: none;
  }
  .resultsnav {
    padding: 5px 5px 10px 5px;
  }
  .resultsnav span {
    left: 5px;
  }
  .mnav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
    z-index: 100;
    overflow: auto none;
  }
  .mnavin {
    width: 60%;
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .tel {
    display: none;
    position: absolute;
    top: -57px;
    left: 0px;
    padding: 5px 5px;
  }
  .tel-mob {
    display: block;
    position: absolute;
    top: -57px;
    left: 0px;
    padding: 5px 5px;
    border: 1px solid #aaa;
    border-radius: 20px;
  }
  .tel-mob i {
    font-size: 25px;
  }
  .logo {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e5e5ea;
    padding: 3px 0px 8px 0px;
  }
  .search-box {
    width: 90%;
    margin: 0px;
    padding: 15px 0px;
  }
  .search-input {
    border: 1px solid #979797;
    background-color: #fff;
    padding-right: 55px;
  }
  .seaerchicon {
    border-left: 1px solid #e5e5ea;
    padding-left: 10px !important;
  }
  .headleft {
    position: absolute;
    left: 0px;
    top: 65px;
  }
  .cart {
    border: 0px;
    font-size: 30px;
  }
  .flip {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    padding: 0px;
  }
  .items {
    overflow-x: scroll;
    padding: 0px 15px 10px 0px;
  }
  .item {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 10px 20px;
  }
  .item:hover {
    padding: 10px 20px;
  }
  .scroll-right,
  .scroll-left,
  .headline p {
    display: none;
  }
  .headline span {
    border-bottom: 0px;
    width: 100%;
    padding-right: 20px;
  }
  .prow {
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 10px 0px;
  }
  .spacer-items {
    margin: 0px 20px;
    border-bottom: 1px solid #ddd;
    height: 1px;
  }
  .resultitem-img {
    height: unset;
    max-width: 250px;
    max-height: 400px;
    object-fit: cover;
  }
  .resultitem-title {
    height: unset;
    padding-bottom: 20px;
  }
  .cat-right {
    display: none;
  }
  .results-header {
    width: 100%;
    margin: 0px;
  }
  .resultitem {
    width: 100%;
  }
  .pager {
    margin: auto 0;
  }
  .sorting span {
    display: none;
  }
  .resultitem-title {
    font-size: 14px;
  }
  .item-page {
  }
  .item-detail {
    display: block;
    padding: 20px 0px 10px 10px;
  }
  .item-description div {
    width: unset !important;
  }
  .item-img {
    width: 100%;
    text-align: center;
    border: 0px;
    padding: 10px;
  }
  .item-img img {
    padding: 10px;
    width: 100%;
  }
  .item-desc {
    max-width: 100%;
    overflow-x: scroll;
  }
  table.chat {
    position: fixed;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.97;
  }
  table#register {
    padding: 5px;
    width: 100%;
  }
  .page-content {
    padding: 5px 10px;
    overflow-x: scroll;
  }
  .item-price-btn {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    bottom: 20px;
  }
  .carousel {
    width: 100%;
    margin-left: 0px;
  }
  .topbanner {
    display: block;
  }
  .banner {
    display: none;
  }
  .banners {
    width: 100%;
    padding-top: 15px;
  }
  .bannerlogos {
    width: unset;
    overflow-x: scroll;
  }
  .textbanner1,
  .textbanner2,
  .textbanner3 {
    width: 90%;
    right: 5%;
    top: unset;
    left: unset;
    bottom: 50px;
  }
  .textbanner3 {
    bottom: 120px;
  }
  .textbanner4 {
    font-size: 10px;
    line-height: 15px;
  }
  .flickity-prev-next-button.previous,
  .flickity-prev-next-button.next {
    display: none;
  }
  .footer-tel {
    display: block;
  }
  .footer-contact {
    width: 100%;
    line-height: unset;
  }
  .footer-app {
    text-align: center;
    width: 100%;
    padding: 40px 0px;
  }
  .footer-app img {
    height: 50px;
    vertical-align: middle;
    padding-right: 10px;
    float: unset;
  }
  .register-out {
    width: unset;
  }
}
