@import url("https://use.typekit.net/cwi3dis.css");
* {
  box-sizing: border-box;
  font-family: inherit;
}

*[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

html,
body {
  margin: 0;
  font-family: 'gotham';
  font-size: 13px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul,
ol {
  margin-bottom: 10px;
  padding-left: 5px;
  overflow: hidden;
  list-style: none;
}

ul li,
ol li {
  margin-bottom: 10px;
  text-align: left;
  display: flex;
}

ul li:before,
ol li:before {
  margin-right: 10px;
}

ul li:before {
  content: '\2022';
}

ol {
  counter-reset: li;
}

ol li {
  counter-increment: li;
}

ol li:before {
  content: counter(li) ".";
}

form {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

input,
select,
textarea {
  outline: none;
  border: 0;
  width: 100%;
  padding: 0;
  resize: none;
  padding: 0;
  display: block;
  font-size: inherit;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'],
select[type='number'],
textarea[type='number'] {
  -moz-appearance: textfield;
}

fieldset {
  border: 1px solid #808080;
  border-radius: 3px;
  padding: 0;
}

fieldset legend {
  margin-left: 20px;
  font-weight: 500;
}

table {
  min-width: 100%;
  border: 1px solid #737373;
  border-spacing: 0;
  border-collapse: collapse;
}

table thead {
  font-weight: 500;
  text-transform: capitalize;
}

table td {
  padding: 10px;
  border: 1px solid #737373;
  text-align: center;
}

table img {
  max-height: 50px;
  max-width: 50px;
  margin: auto;
}

.img-holder {
  position: relative;
  overflow: hidden;
}

.img-holder .img {
  width: 100%;
  height: 100%;
}

.img {
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/logo.png");
  display: block;
}

.btn {
  outline: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
}

.btn.btnGr {
  background-color: #13a288;
}

.btn.btnGr.btnW {
  color: #13a288;
}

.btn.btnGr.border {
  border-color: #13a288;
}

.btn.btnBl {
  background-color: #157efb;
}

.btn.btnBl.btnW {
  color: #157efb;
}

.btn.btnBl.border {
  border-color: #157efb;
}

.btn.btnR {
  background-color: #ff6347;
}

.btn.btnR.btnW {
  color: #ff6347;
}

.btn.btnR.border {
  border-color: #ff6347;
}

.btn.btnW {
  background-color: #fff !important;
  color: #ddd;
}

.btn.border {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #ddd;
}

.btn .icon {
  margin-right: 5px;
  font-size: 1.2em;
}

.btn-holder {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  grid-gap: 10px;
}

.btn-holder.end {
  justify-content: end;
  grid-auto-columns: auto;
}

.clear {
  clear: both;
}

.xdebug-var-dump,
.xdebug-error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  z-index: 999;
  margin: 0;
  border: 2px solid #ff6347;
}

@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham/GothamBook.otf");
  /* TTF file for CSS3 browsers */
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/gotham/GothamNarrow-Black.otf");
  /* TTF file for CSS3 browsers */
}

html,
body {
  background-color: #f0eff5;
  overflow: auto;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

input,
select {
  font: 400 14px 'Arial';
}

select {
  width: 100% !important;
  padding: 5px 35px 5px 5px;
  font-size: 12px;
  color: #000;
  border-radius: 5px;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 96% / 15% : means left top / width height */
  background: url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png) 100%/18px no-repeat #fff;
}

input {
  background-color: #fff;
}

select::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */
}

input[type='date']::before {
  content: 'DD-MM-YY';
  padding: 10px !important;
  height: auto !important;
  display: flex;
}

input[type='date'] {
  display: flex;
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}

.container {
  width: 1140px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1140px) {
  .container {
    width: 100% !important;
    padding: 10px 20px !important;
  }
}

.custom-background {
  width: 100%;
  background-color: #f3f3f3;
}

.hidden {
  display: none !important;
}

.head_title {
  font-size: 30px;
  text-transform: capitalize;
  color: #e64a62;
  font-weight: bold;
  padding: 0 0 10px 0;
}

@media (max-width: 424px) {
  .head_title {
    font-size: 22px !important;
  }
}

.input {
  color: #000;
  padding: 5px 7px;
  font-size: 1.1rem;
  margin: 10px 0;
  border: 1px solid #9e9d9d;
  border-radius: 5px;
}

.btn {
  font-size: 16px;
  text-transform: capitalize;
  border-radius: unset;
  min-width: 100px;
  outline: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
}

.flex {
  display: flex;
  align-items: center;
}

.flex.justify-center {
  justify-content: center;
}

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

.flex.justify-around {
  justify-content: space-around;
}

.flex.align-flex-start {
  align-items: flex-start;
}

.flex.align-center {
  align-items: center;
}

.flex.width100 {
  width: 100%;
  height: 100%;
}

.head-title,
.head-title2 {
  display: block;
  text-align: left;
  display: block;
  font-size: 25px;
  padding-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.head-title.right,
.head-title2.right {
  text-align: right;
}

.head-title.center,
.head-title2.center {
  text-align: center;
}

.images .img-holder {
  width: 150px;
  height: 150px;
}

.footer {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 8;
  position: fixed;
  bottom: 10px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .add-ad {
  background-color: #f68936;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.footer .add-ad .icon {
  width: 20px;
  color: #eee;
}

.footer .add-ad .text {
  padding-left: 5px;
}

.site {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.page-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  align-items: center;
  margin: auto;
  background-color: #fff;
}

.page-holder .page {
  height: 100%;
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}

.over,
.over2 {
  position: fixed;
  top: 0;
  max-width: 800px;
  background-color: transparent;
  backdrop-filter: blur(5px);
  height: 100%;
  display: none;
  flex-direction: column;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
}

.over.active,
.over2.active {
  display: flex;
}

.over .over-head,
.over2 .over-head {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
  padding: 5px;
  background-color: #08a1f1;
}

.over .over-head .back,
.over2 .over-head .back {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  width: 40px;
}

.over .over-head .title,
.over2 .over-head .title {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.over .over-head .icons,
.over2 .over-head .icons {
  display: flex;
  align-items: center;
  color: #fff;
}

.over .over-head .icons img,
.over2 .over-head .icons img {
  width: 25px;
  margin-right: 10px;
}

.over .over-head .icons img:last-child,
.over2 .over-head .icons img:last-child {
  margin-right: 0px;
}

.over .over-body,
.over2 .over-body {
  height: 100%;
  flex-grow: 1;
  overflow: auto;
}

.input-holderr {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto max-content;
  grid-template-areas: 'label  input ' 'images  images';
  grid-row-gap: 5px;
}

.input-holderr .label {
  width: 100px;
  text-transform: capitalize;
  grid-area: label;
  align-self: center;
  text-align: center;
}

.input-holderr .input {
  padding: 8px;
  border: 1px solid #737373;
  border-radius: 3px;
  grid-area: input;
}

.input-holderr .input[type='checkbox'] {
  width: auto;
  margin: 0;
}

.input-holderr .input[type='file'] {
  color: transparent;
}

.input-holderr .hint {
  grid-area: hint;
  color: #ddd;
  font-style: italic;
  font-size: 0.8em;
}

.input-holderr .images {
  grid-area: images;
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  grid-gap: 15px;
  display: none;
}

.input-holderr .images .img-holder {
  width: 100%;
  height: 150px;
}

.input-holderr .images .img-holder .img {
  cursor: pointer;
}

.input-holderr .images .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.input-holderr .images .overlay .loading {
  font-size: 2.6em;
  position: absolute;
}

.input-holderr .images .overlay .cancel {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ff6347;
}

.input-holderr .images .overlay .progress {
  position: absolute;
  bottom: 5px;
  font-weight: 500;
}

.input-holderr .images .delete {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ff6347;
  padding: 5px;
  cursor: pointer;
}

#page-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

#page-head #back {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  color: #f68936;
  text-transform: capitalize;
}

#page-head #back .arrow {
  padding-right: 2px;
}

#page-head #page-name {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #f68936;
  margin-right: 45px;
}

a {
  display: block;
}

.overlay-items {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.brief-desc {
  color: #818183;
  font-size: 10px;
  padding: 10px 0 30px 0;
}

.inline {
  display: inline;
}

.desc,
.description {
  word-break: break-word;
  font-family: 'gotham';
}

.desc *,
.description * {
  font-family: 'gotham';
}

.logo-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  padding: 40px 20px;
  position: relative;
  background-color: #f68936;
}

.contacts {
  width: 100%;
  text-align: center;
  margin: 80px 0 20px 0;
  padding: 0 10px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 800px) {
  .contacts {
    position: absolute;
    bottom: 20px;
    margin: auto;
  }
}

.splash-screen {
  background-image: url("../img/splash.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  transition: ease 0.3s all;
  transform-origin: center;
}

.splash-screen.done {
  transform: rotateY(90deg);
  opacity: 0;
}

.page-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header .text {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.page-header .title {
  font-weight: bold;
  font-size: 24px;
}

.form {
  padding: 20px;
}

.form .input-holder {
  margin-top: 15px;
}

.form .input-holder .input {
  margin-top: 10px;
  border: 0;
  padding: 0;
  margin: 5px 0 10px 0;
}

.form .input-holder .input input,
.form .input-holder .input select {
  border-radius: 20px;
  border: 1px solid #ddd;
  width: 100%;
  height: 34px;
  padding: 0 10px;
}

.form .input-holder .input textarea {
  border-radius: 20px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
}

.form .input-holder .input select {
  background: url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png) 100%/20px no-repeat;
}

.form .input-holder2 {
  margin: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form .input-holder2 input,
.form .input-holder2 select {
  border-radius: 20px;
  border: 1px solid #ddd;
  width: 100%;
  height: 34px;
  padding: 0 10px;
}

.form .input-holder2 select {
  background: url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png) 100%/20px no-repeat;
}

.form .input-holder2 .input1 {
  border: 0;
  padding: 0;
  width: 30%;
}

.form .input-holder2 .label {
  font-weight: bold;
  width: 30%;
  text-transform: capitalize;
  text-align: center;
}

.form .input-holder2 .input2 {
  width: 65%;
}

.form .input-holder2 .send-code {
  padding: 10px 15px;
  background-color: #f68936;
  color: #fff;
  border-radius: 20px;
  font-size: 9px;
  text-align: center;
  cursor: pointer;
}

.form .submit-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 20px;
}

.form .submit-holder .submit {
  background-color: #08a1f1;
  padding: 10px 80px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

.form .submit-holder2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
}

.form .submit-holder2 .back,
.form .submit-holder2 .subm {
  background-color: #f68936;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

.form .submit-holder2 .back {
  margin-right: 10px;
  color: #f68936;
  background-color: #fff;
  border: 1px solid #f68936;
}

.holder {
  padding: 10px 10px 80px 10px;
}

.sections {
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sections .person {
  padding: 5px;
  border-radius: 50%;
  border: 1px solid;
  width: 40px;
  margin-right: 10px;
}

.sections .section {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 9px;
  border-radius: 50px;
  height: 45px;
}

.sections .section.active {
  background-color: #000;
  color: #fff;
}

.general-head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
  background-color: unset;
  position: relative;
  background-color: #08a1f1;
  padding: 10px;
  color: #fff;
}

.general-head .general-back,
.general-head .hideSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.general-head .title {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  font-size: 18px;
  width: fit-content;
}

.general-head .icons {
  display: flex;
  align-items: center;
}

.general-head .icons img {
  width: 25px;
  margin-right: 10px;
}

.general-head .icons img:last-child {
  margin-right: 0px;
}

.pics-overflow {
  width: 100%;
  padding-top: 20px;
}

.pics-overflow .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.pics-overflow .head .title {
  font-size: 16px;
}

.pics-overflow .items-list {
  display: flex;
  align-items: center;
  overflow-x: auto;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}

.pics-overflow .items-list .item {
  background-size: cover !important;
  border-radius: 10px;
  margin-right: 15px;
}

.pics-overflow .items-list .item:last-child {
  margin-right: 0;
}

.pics-overflow .items-list .item .text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: 150px;
  height: 130px;
}

.pics-allocation,
.pics-3list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.pics-allocation img,
.pics-3list img {
  border-radius: 20px;
}

.pics-allocation .pics,
.pics-3list .pics {
  margin-right: 10px;
}

.pics-allocation .pics:last-child,
.pics-3list .pics:last-child {
  margin-right: 0;
}

.pics-allocation .pics .imgg,
.pics-3list .pics .imgg {
  margin-top: 10px;
  position: relative;
}

.pics-allocation .pics .imgg:first-child,
.pics-3list .pics .imgg:first-child {
  margin-top: 0;
}

.pics-allocation .pics .imgg .add,
.pics-3list .pics .imgg .add {
  display: flex;
  align-items: center;
  padding: 1px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  backdrop-filter: blur(20px);
  background-color: rgba(165, 165, 165, 0.3);
  color: #fff;
}

.pics-allocation .pics .imgg .add .plus,
.pics-3list .pics .imgg .add .plus {
  font-size: 14px;
  margin-right: 5px;
}

.pics-allocation .pics .imgg .add.heart,
.pics-3list .pics .imgg .add.heart {
  padding: 0;
  display: block;
  background: unset;
  backdrop-filter: unset;
  border: 0;
  width: 30px;
  right: 5px;
  bottom: 5px;
}

.pics-3list {
  grid-template-columns: repeat(3, 1fr);
}

.price-range-slider {
  width: 100%;
  padding: 10px 20px;
}

.price-range-slider .range-value {
  margin: 0;
}

.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 10px 0 10px 0;
}

.price-range-slider .range-bar {
  border: none;
  background: #ddd;
  height: 5px;
  width: 96%;
  margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
  background: #000;
}

.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #000;
  border: 2px solid #000;
  height: 12px;
  width: 12px;
  top: -5px;
  cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle + span {
  background: #000;
}

.slide-up-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4;
  top: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.slide-up-menu-overlay.active {
  display: block;
}

.slide-up-menu {
  position: fixed;
  bottom: 0;
  height: 50%;
  width: 60%;
  z-index: 4;
  display: none;
  overflow: auto;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.slide-up-menu .body {
  position: absolute;
  bottom: 50px;
  right: 10px;
}

.slide-up-menu .body .contacts-list .contact-item {
  display: flex;
  align-items: center;
  height: 40px;
}

.slide-up-menu .body .contacts-list .contact-item:last-child {
  margin-top: 10px;
}

.slide-up-menu .body .contacts-list .contact-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  color: #fff;
  background-color: #08a1f1;
  border-radius: 50%;
}

.slide-up-menu .body .contacts-list .contact-item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 2px 4px -1px #b1abab;
}

.slide-up-menu .body .contacts-holder {
  display: flex;
  justify-content: flex-end;
  height: 80px;
}

.slide-up-menu .body .contacts-holder .contacts {
  transform: rotate(100deg);
}

.slide-up-menu.active {
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-toggle:before {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider-toggle {
  background-color: #000;
}

input:focus + .slider-toggle {
  box-shadow: 0 0 1px #000;
}

input:checked + .slider-toggle:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background-color: #fff;
}

/* Rounded slider-toggles */
.slider-toggle.round {
  border-radius: 20px;
}

.slider-toggle.round:before {
  border-radius: 50%;
  background-color: #000;
}

.middle-button-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.middle-button-holder .button {
  height: 50px;
  padding: 10px 20px;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}

.stars {
  display: flex;
  align-items: center;
  font-size: 9px;
}

.stars .star {
  margin-right: 3px;
  color: #ccc;
}

.stars .star:last-child {
  margin-right: 0;
}

.stars .star.active {
  color: #ff6969;
}

.showPassword {
  height: 50px;
  width: 50px;
  padding: 10px;
  position: absolute;
  right: 0;
  font-size: 27px;
  color: #999;
  bottom: -10px;
}

.hidePassword {
  height: 50px;
  width: 50px;
  padding: 10px;
  position: absolute;
  font-size: 27px;
  color: #999;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
}

.footer1 {
  background-color: #f7f7f7;
  width: 100%;
  padding: 40px 0;
}

.footer1 .footer-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer1 .footer-holder .footer-section {
  width: 45%;
}

.footer1 .footer-holder .footer-section.left .part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.footer1 .footer-holder .footer-section.left .part .text {
  width: 70%;
  color: #838383;
}

.footer1 .footer-holder .footer-section.left .part a {
  width: 25%;
}

.footer1 .footer-holder .footer-section.left .part a img {
  width: 100%;
}

.footer1 .footer-holder .footer-section.right {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.footer1 .footer-holder .footer-section.right .right-title {
  font-size: 22px;
  text-align: center;
}

.footer1 .footer-holder .footer-section.right .subs-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.footer1 .footer-holder .footer-section.right .subs-holder input {
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
  width: 75%;
}

.footer1 .footer-holder .footer-section.right .subs-holder .btnn {
  width: 20%;
  border-radius: 5px;
  background-color: #f68936;
  border: 0;
  padding: 10px;
  color: #fff;
}

.footer1 .footer-holder .footer-section.right .text {
  font-size: 10px;
  color: #838383;
  text-align: center;
}

.footer2 {
  width: 100%;
}

.footer2 a {
  width: fit-content;
}

.footer2 .footer-holder {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.footer2 .footer-holder .footer-section {
  width: calc(100% / 5);
}

.footer2 .footer-holder .footer-section .logo {
  width: 50%;
}

.footer2 .footer-holder .footer-section .sec-title {
  font-size: 18px;
  padding-bottom: 10px;
}

.footer2 .footer-holder .footer-section .item {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer2 .footer-holder .footer-section .item.store {
  padding: 0;
  width: 130px;
}

.footer2 .footer-holder .footer-section .item.store img {
  width: 100%;
}

.footer2 .footer-holder .footer-section .item .icon {
  margin-right: 10px;
}

.gifts-page .gifts-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}

.gifts-page .gifts-list .gift {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 4px 0px #aaa;
  margin-top: 10px;
  width: 200px;
}

.gifts-page .gifts-list .gift .imgholder {
  height: 180px;
  width: 100%;
  background-size: cover !important;
}

.gifts-page .gifts-list .gift .name {
  font-weight: bold;
}

.gifts-page .gifts-list .gift .points {
  margin-top: 5px;
}

.gifts-page .gifts-list .gift .claim {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #f68936;
  border-radius: 20px;
  color: #fff;
  margin: 10px 0 5px 0;
}

.clr1 {
  color: #f68936 !important;
}

.clr2 {
  color: #08a1f1 !important;
}

.invalidInputs {
  border-color: red !important;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  align-items: center;
  justify-content: center;
  display: none;
}

.shadow.active {
  display: flex;
}

.shadow .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: -1;
  opacity: 1;
  cursor: pointer;
}

.option-shadow,
.option-shadow2 {
  z-index: 8;
}

.option-shadow .form,
.option-shadow2 .form {
  position: relative;
  z-index: 1;
  width: 480px;
  max-width: 90%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-height: 90%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.option-shadow .form > .head,
.option-shadow .form .body,
.option-shadow2 .form > .head,
.option-shadow2 .form .body {
  padding: 10px;
}

.option-shadow .form > .head,
.option-shadow2 .form > .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
  color: #157efb;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  user-select: none;
}

.option-shadow .form > .head .icon,
.option-shadow2 .form > .head .icon {
  cursor: pointer;
}

.option-shadow .form .body,
.option-shadow2 .form .body {
  overflow: auto;
  height: 100%;
}

.option-shadow .form .radio1,
.option-shadow2 .form .radio1 {
  margin-top: 15px;
}

.option-shadow .form .btn-holder,
.option-shadow2 .form .btn-holder {
  background-color: #ddd;
  grid-gap: 1px;
  border-top: 1px solid #ddd;
}

.option-shadow .form .btn-holder .btn,
.option-shadow2 .form .btn-holder .btn {
  border-radius: 0;
}

.option-shadow .options,
.option-shadow2 .options {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.option-shadow .shadow-search,
.option-shadow2 .shadow-search {
  margin-bottom: 10px;
}

.option-shadow2 .form {
  padding: 0;
}

.option-shadow2 .form > .head {
  border-bottom: 0;
  flex-shrink: 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 10px 20px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}

.option-shadow2 .form .body {
  padding: 0;
}

.option-shadow2 .form .btn-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
}

.option-shadow2 .form .btn-holder .btn {
  padding: 15px;
}

.media-shadow .body {
  background: #fff;
}

#login {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}

#login input[type='checkbox'] {
  transform: scale(1.5);
}

#login .container {
  height: 100%;
}

#login .login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  width: 480px;
}

#login .login .head-title {
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: bold;
}

#login .login form {
  width: 100%;
}

#login .login form .input-holder {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  margin: 15px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  position: relative;
}

#login .login form .input-holder .input {
  margin: 0;
  border: 0;
}

#login .login form .input-holder .icon {
  color: #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#login .login form .input-holder2 {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  margin: 15px 0;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

#login .login form .input-holder2 input {
  width: fit-content;
}

#login .login form .input-holder2 .forgot {
  color: #aaa;
  font-size: 14px;
}

#login .login form .input-holder2 .text {
  color: #000;
  font-size: 21px;
  /* text-transform: capitalize; */
  margin-left: 10px;
}

#login .login form .guestLogin {
  cursor: pointer;
}

#login .login form .btn-form {
  width: 100%;
  color: #f68936;
  border: 1px solid #f68936;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-transform: uppercase;
  background: unset;
}

#login .login form .btn-form:hover {
  background: #f68936;
  color: #fff;
  border: 1px solid;
}

#login .login .or {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: 0.3s ease all;
  margin-top: 15px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
}

#login .login .or .link {
  margin-left: 5px;
  display: block;
  padding-bottom: 3px;
}

#login .login .register {
  padding-top: 20px;
  text-align: center;
  color: #aaa;
}

#login .links-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}

#login .links-holder .link {
  padding: 15px 10px;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: 100%;
}

#login .links-holder .link .icon {
  width: 20px;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
}

#login .links-holder .link:first-child {
  margin-top: 0;
}

#login .links-holder .link.email {
  background-color: #8e8e8e;
}

#login .links-holder .link.google {
  background-color: #fff;
  color: #555;
  border: 1px solid #aaa;
}

#login .links-holder .link.facebook {
  background-color: #4a76c1;
}

@media (max-width: 380px) {
  #login .links-holder .links-holder .link {
    width: 280px;
    padding-left: 20px;
  }
}

.home-page {
  height: 100%;
  overflow-x: hidden;
}

.home-page .menu-list {
  padding: 0px 20px 20px 20px;
  background-color: #f3f3f3;
  margin-top: 40px;
}

.home-page .menu-list .cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-page .menu-list .cat .menu-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  width: 25%;
  user-select: none;
  position: relative;
  cursor: pointer;
}

.home-page .menu-list .cat .menu-item.active :before {
  width: 25px;
  height: 12px;
  background: url(../img/icons/cat_arrow.png) no-repeat 0 0;
  content: '';
  bottom: -10px;
  left: 10px;
  position: absolute;
}

.home-page .menu-list .cat .menu-item .icon-holder {
  width: 90px;
}

.home-page .menu-list .cat .menu-item .icon-holder img {
  border-radius: 50%;
}

.home-page .menu-list .cat .menu-item .info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}

.home-page .menu-list .cat .menu-item .info .name-num .name {
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: underline;
  color: #08a1f1;
}

.home-page .menu-list .cat .menu-item .info .name-num .name:hover {
  color: #fff;
  background-color: #08a1f1;
}

.home-page .menu-list .cat .menu-item .info .name-num .num {
  margin-top: 5px;
  color: #aaa;
}

.home-page .menu-list .sub-cat-list {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 10px;
  user-select: none;
}

.home-page .menu-list .sub-cat-list .sub-cat {
  width: 33%;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #08a1f1;
  cursor: pointer;
}

.home-page .menu-list .sub-cat-list .sub-cat .text {
  margin-left: 10px;
  text-decoration: underline;
}

.home-page .menu-list .sub-cat-list .sub-cat .text:hover {
  color: #fff;
  background-color: #08a1f1;
}

.home-page .menu-list .sub-cat-list .sub-sub-cat {
  margin-left: 20px;
  display: none;
}

.home-page .menu-list .sub-cat-list .sub-sub-cat li {
  color: #08a1f1;
  cursor: pointer;
}

.home-page .items-list {
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
}

.home-page .items-list .item {
  align-items: center;
  box-shadow: 0px 2px 4px -1px #b1abab;
  width: calc((100% / 4) - 20px);
  margin-top: 20px;
  margin-right: 20px;
  height: 100%;
}

.home-page .items-list .item:nth-child(4) {
  margin-right: 0;
}

.home-page .items-list .item .pic-holder {
  width: 100%;
  height: 200px;
  background-size: cover !important;
}

.home-page .items-list .item .info {
  padding: 10px;
  background-color: #fff;
  height: 150px;
}

.home-page .items-list .item .info .name {
  font-size: 14px;
}

.home-page .items-list .item .info .price {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.home-page .items-list .item .info .price.usd {
  margin: 10px 0 10px 0;
}

.home-page .items-list .item .info .date,
.home-page .items-list .item .info .location {
  color: #aaa;
}

.adss-slider {
  width: 100%;
  height: 150px;
  display: block !important;
  margin-top: 10px;
  padding: 0 100px;
}

.adss-slider .item {
  position: relative;
}

.adss-slider .item .imgholder {
  width: 100%;
  height: 150px;
  background-size: cover !important;
  max-height: 100%;
  position: relative;
  border-radius: 10px;
}

.adss-slider .item .imgholder .img {
  width: 100%;
}

.adss-slider .item .heart {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
}

#signup {
  height: 100%;
  width: 100%;
  background: url("../img/signinback.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: auto;
  font-family: 'gotham';
}

#signup input[type='checkbox'] {
  transform: scale(1.5);
}

#signup .logo-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

#signup .logo-holder img {
  width: 220px;
}

#signup .signup form {
  width: 100%;
  padding-top: 60px;
}

#signup .signup form .input-holder {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  border: 1px solid #eee;
  margin: 10px 0;
}

#signup .signup form .input-holder .input {
  background-color: #fff;
  margin: 0;
  border: 0;
  color: #868686;
  padding: 10px;
}

#signup .signup form .input-holder2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#signup .signup form .input-holder2 .input-holder {
  width: 48%;
  margin: 0;
}

#signup .signup form .input-holder2 .input-holder:first-child {
  margin-right: 15px;
}

#signup .signup form .btn-form {
  width: 100%;
  background: #cc0404;
  color: #fff;
  padding: 10px 0;
  margin-top: 20px;
  text-transform: uppercase;
}

#signup .signup form .btn-form:hover {
  background-color: #333;
}

#signup .signup .register {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
  margin-top: 50px;
  text-align: center;
  color: #bfbfbf;
  text-transform: uppercase;
  font-size: 14px;
}

#signup .signup .register .link {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

@media (max-width: 380px) {
  #signup .logo-holder img {
    width: 200px;
  }
}

#top {
  width: 100%;
  z-index: 2;
  color: #fff;
  border-bottom: 1px solid #ddd;
}

#top .container {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .container .left {
  display: flex;
  align-items: center;
}

#top .container .left .logo {
  width: 200px;
}

#top .container .left .langs {
  margin-left: 60px;
  display: flex;
  align-items: center;
}

#top .container .left .langs .middle {
  margin: 0 10px;
}

#top .container .right {
  display: flex;
  align-items: center;
}

#top .container .right .help {
  color: #08a1f1;
  user-select: none;
}

#top .container .right .account {
  margin: 0 20px;
  border: 1px solid #08a1f1;
  padding: 7px 10px;
  border-radius: 5px;
  user-select: none;
  position: relative;
  cursor: pointer;
}

#top .container .right .account .icon-name {
  display: flex;
  align-items: center;
  color: #08a1f1;
}

#top .container .right .account .icon-name .name {
  padding: 0 15px;
}

#top .container .right .account:hover {
  background-color: #08a1f1;
}

#top .container .right .account:hover .icon-name {
  color: #fff;
}

#top .container .right .account .options {
  position: absolute;
  z-index: 5;
  width: 120px;
  border: 1px solid #ddd;
  left: -14px;
  top: 36px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

#top .container .right .account .options .option {
  display: flex;
  align-items: center;
  color: #08a1f1;
  padding: 10px 0;
}

#top .container .right .account .options .option img {
  width: 20px;
}

#top .container .right .account .options .option .text {
  padding-left: 10px;
  font-size: 12px;
}

#top .container .right .add-ad {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 7px;
  background-color: #f68936;
  user-select: none;
}

#top .container .right .add-ad .text {
  padding-left: 10px;
}

#header {
  width: 100%;
  color: #fff;
}

#header .container {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #08a1f1;
  border-radius: 5px;
}

#header .container .left {
  display: flex;
  align-items: center;
}

#header .container .left .header-input {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 10px 20px;
  width: 300px;
  position: relative;
}

#header .container .left .header-input .icon {
  margin-right: 10px;
  color: #aaa;
}

#header .container .left .search-input {
  margin-left: 20px;
}

#header .container .submitSearch {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #f68936;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  user-select: none;
}

#header .container .submitSearch .text {
  margin-left: 5px;
}

.cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  z-index: 2;
  display: none;
}

.cont .cities-list {
  background-color: #333;
  color: #fff;
  padding: 10px;
  width: 100%;
}

.cont .cities-list .city {
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
}

.cont .cities-list .city:first-child {
  margin-top: 0;
}

.cont .cities-list .city .icon {
  padding: 0 10px;
  font-size: 22px;
}

.cont .cities-list .city .info {
  padding-left: 10px;
}

.cont .cities-list .city .info .city {
  font-size: 16px;
}

.cont .cities-list .city .info .region {
  margin-top: 5px;
  font-size: 12px;
}

.about .page-header .text {
  font-size: 22px;
}

.about .data {
  margin-top: 40px;
  padding: 0 20px;
}

.about .data .title {
  font-weight: bold;
  font-size: 18px;
}

.about .data .desc {
  font-size: 12px;
  margin-top: 5px;
}

.settings-page {
  padding: 0 0 40px 0;
}

.settings-page .datas-list {
  padding: 20px;
}

.settings-page .datas-list .data {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.settings-page .datas-list .data .title {
  font-weight: bold;
}

.settings-page .datas-list .data .value {
  width: 80px;
  text-align: right;
}

.settings-page .datas-list .data select {
  border-radius: 20px;
  border: 1px solid #ddd;
  width: 100%;
  height: 34px;
  padding: 0 10px;
}

.settings-page .datas-list .data select {
  background: url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png) 100%/18% no-repeat;
}

.settings-page .datas-list .data .text {
  font-size: 10px;
}

.settings-page .datas-list .data .logout {
  color: red;
}

.contact .body {
  padding: 40px 20px;
}

.contact .body .desc {
  font-size: 12px;
}

.contact .body .title {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
}

.contact .body .contact-info {
  margin-top: 30px;
}

.contact .body .contact-info .datas-list {
  padding: 20px 0;
}

.contact .body .contact-info .datas-list .data {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.contact .body .contact-info .datas-list .data .icon {
  margin-right: 10px;
  font-size: 14px;
  background-color: #15be15;
  padding: 4px;
  color: #fff;
  border-radius: 50%;
}

.contact .body .contact-info .datas-list .data .icon.phone {
  transform: rotate(115deg);
}

.contact .body .follow {
  margin-top: 30px;
}

.contact .body .follow .social-media {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 16px;
}

.contact .body .follow .social-media .item {
  background-color: #f68936;
  color: #fff;
  margin: 0 5px 0 5px;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}

.contact .body .follow .social-media .insta {
  background: linear-gradient(#a614d6f5, #c12448, rgba(255, 118, 0, 0.96));
}

.contact .body .follow .social-media .facebook {
  background: #4267b2;
}

.contact .body .follow .social-media .twitter {
  background: #2aa9dd;
}

.contact .body .follow .social-media .youtube {
  background: #e52d27;
}

.chat {
  height: 100%;
  overflow: hidden;
}

.chat .item-holder {
  padding: 0 10px 10px 10px;
  background-color: #08a1f1;
  color: #fff;
}

.chat .item-holder .item-link {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.chat .item-holder .item-link .icon {
  padding: 0 5px;
}

.chat .holder {
  overflow: hidden;
  height: 100%;
}

.chat .holder .container {
  height: 100%;
}

.chat .holder .body {
  overflow: auto;
  height: 100%;
  margin-top: 20px;
}

.chat .holder .body .message-item {
  height: 100%;
  overflow: auto;
}

.chat .holder .body .chat-list {
  padding: 5px;
  width: 100%;
  overflow: auto;
  padding: 0 100px;
  padding-bottom: 80px;
}

.chat .holder .body .chat-list.inner .chat-item {
  width: 80%;
}

.chat .holder .body .chat-list .chat-item-holder {
  width: 100%;
}

.chat .holder .body .chat-list .chat-item-holder.me {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.chat .holder .body .chat-list .chat-item {
  box-shadow: 0px 2px 4px -1px #b1abab;
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.chat .holder .body .chat-list .chat-item:hover {
  box-shadow: 0 3px 10px 3px #cccccc;
}

.chat .holder .body .chat-list .chat-item.not-seen {
  border: 1px solid #f68936;
}

.chat .holder .body .chat-list .chat-item.not-seen .name-date {
  font-weight: bold;
}

.chat .holder .body .chat-list .chat-item .name-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat .holder .body .chat-list .chat-item .name-date .name {
  color: #f68936;
}

.chat .holder .body .chat-list .chat-item .name-date .date {
  color: #aaa;
  font-size: 11px;
}

.chat .holder .body .chat-list .chat-item .name-date .new-number {
  background-color: #08a1f1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.chat .holder .body .chat-list .chat-item.me .name-date {
  flex-direction: row-reverse;
}

.chat .holder .body .chat-list .chat-item .mssg {
  margin-top: 10px;
  word-break: break-word;
}

.chat .holder .body .input-send {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  width: 70%;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.chat .holder .body .input-send .send-message {
  background-color: #08a1f1;
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}

.chat .holder .body .input-send textarea {
  padding-right: 5px;
  height: 40px;
  overflow: auto;
}

.favorites-page {
  height: 100%;
}

.favorites-page .ads-searches {
  background-color: #08a1f1;
}

.favorites-page .ads-searches .ads-searches-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0px 2px 4px -1px #b1abab;
}

.favorites-page .ads-searches .ads-searches-holder .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  flex-grow: 1;
  padding: 10px 0;
}

.favorites-page .ads-searches .ads-searches-holder .item .icon {
  font-size: 18px;
}

.favorites-page .ads-searches .ads-searches-holder .item .text {
  padding-left: 5px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.favorites-page .ads-searches .ads-searches-holder .item.active {
  border-bottom: 2px solid #fff;
}

.favorites-page .ads-searches .ads-searches-holder .item:first-child .text {
  border-right: 1px solid #eee;
}

.favorites-page .items-list {
  padding: 20px 100px;
}

.favorites-page .items-list .item {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 4px -1px #b1abab;
  margin-top: 20px;
}

.favorites-page .items-list .item:first-child {
  margin-top: 0;
}

.favorites-page .items-list .item .pic-holder {
  width: 150px;
  height: 150px;
  background-size: cover !important;
}

.favorites-page .items-list .item .info {
  padding: 10px;
  background-color: #fff;
  height: 150px;
  width: 100%;
  position: relative;
}

.favorites-page .items-list .item .info .name {
  font-size: 14px;
}

.favorites-page .items-list .item .info .price {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.favorites-page .items-list .item .info .date-location {
  color: #999;
  display: flex;
  align-items: center;
}

.favorites-page .items-list .item .info .date-location .location {
  display: flex;
  align-items: center;
}

.favorites-page .items-list .item .info .date-location .location .icon {
  color: #000;
}

.favorites-page .items-list .item .info .date-location .location .name {
  margin-left: 5px;
}

.favorites-page .items-list .item .info .date-location .date {
  margin-left: 10px;
}

.favorites-page .items-list .item .info .heart {
  font-size: 30px;
  color: #ddd;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
}

.favorites-page .items-list .item .info .heart.active {
  color: red;
}

.favorites-page .searches-list {
  padding: 20px 10px;
}

.favorites-page .searches-list .search-item {
  box-shadow: 0px 2px 4px -1px #b1abab;
  margin-top: 20px;
  background-color: #fff;
}

.favorites-page .searches-list .search-item:first-child {
  margin-top: 0;
}

.favorites-page .searches-list .search-item .search-title {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 11px;
}

.favorites-page .searches-list .search-item .search-title .label {
  color: #999;
}

.favorites-page .searches-list .search-item .search-title .value {
  margin-left: 5px;
  font-weight: bold;
}

.favorites-page .searches-list .search-item .search-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.favorites-page .searches-list .search-item .search-btns .search-btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%;
}

.favorites-page .searches-list .search-item .search-btns .search-btn-holder .search-btn {
  width: 100%;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #08a1f1;
}

.favorites-page .searches-list .search-item .search-btns .search-btn-holder .search-btn-name {
  margin-top: 10px;
  font-size: 11px;
}

.locations-page {
  height: 100%;
  overflow-x: hidden;
}

.locations-page .loc-header {
  width: 100%;
  z-index: 2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #08a1f1;
  color: #fff;
}

.locations-page .loc-header .general-back {
  display: flex;
  align-items: center;
  font-size: 20px;
  width: 50px;
}

.locations-page .loc-header input {
  padding: 5px;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 14px;
}

.locations-page .loc-header input::placeholder {
  color: #ddd;
  opacity: 1;
  /* Firefox */
}

.locations-page .cat-title {
  padding: 10px 20px;
  font-size: 12px;
  background-color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
}

.locations-page .menu-list {
  background-color: #f3f3f3;
}

.locations-page .menu-list:last-child {
  padding: 0px 0 60px 0;
  min-height: 100%;
}

.locations-page .menu-list .menu-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.locations-page .menu-list .menu-item .icon-holder {
  width: 30px;
}

.locations-page .menu-list .menu-item .info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}

.locations-page .menu-list .menu-item .info .name-num .name {
  text-transform: capitalize;
}

.locations-page .menu-list .menu-item .info .name-num .num {
  margin-top: 5px;
  color: #aaa;
}

.search-page {
  height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

.search-page .filter-holder {
  padding: 20px 0;
  background-color: #eee;
}

.search-page .filter-holder .search-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-page .filter-holder .search-location .search-location-holder {
  display: flex;
  align-items: center;
}

.search-page .filter-holder .search-location .search-location-holder .input-holder {
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ddd;
  width: 300px;
}

.search-page .filter-holder .search-location .search-location-holder .input-holder:last-child {
  margin-left: 20px;
}

.search-page .filter-holder .search-location .search-location-holder .input-holder .icon {
  font-size: 22px;
  color: #ddd;
}

.search-page .filter-holder .search-location .search-location-holder .input-holder input {
  background-color: #fff;
  margin-left: 5px;
}

.search-page .filter-holder .filter {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.search-page .filter-holder .filter input {
  padding: 10px 5px;
  margin-left: 10px;
  border-radius: 5px;
  width: 200px;
  border: 1px solid #ddd;
}

.search-page .filter-holder .filter input:first-child {
  margin-left: 0;
}

.search-page .filter-holder .filter select {
  padding: 5px;
  margin-left: 10px;
  border-radius: 5px;
  width: 160px !important;
  border: 1px solid #ddd;
}

.search-page .filter-holder .filter-button-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.search-page .filter-holder .filter-button-holder .filter-button {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #08a1f1;
  padding: 10px 20px;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.search-page .filter-holder .filter-button-holder .filter-button .text {
  margin-left: 10px;
  background-color: transparent;
  border: 0;
  color: #fff;
}

.search-page .filter-holder .sort-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.search-page .filter-holder .sort-holder .sort {
  display: flex;
  align-items: center;
}

.search-page .filter-holder .sort-holder .sort .label {
  color: #aaa;
}

.search-page .filter-holder .sort-holder .sort .sort-item {
  padding: 5px;
  text-decoration: underline;
  color: #08a1f1;
  border-radius: 10px;
}

.search-page .filter-holder .sort-holder .sort .sort-item:hover:not(.active) {
  background-color: #08a1f1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.search-page .filter-holder .sort-holder .sort .sort-item.active {
  color: #000;
  text-decoration: none;
}

.search-page .filter-holder .sort-holder .sort .rec {
  margin-left: 20px;
}

.search-page .items-list {
  padding: 20px 10px;
  margin: 0 200px;
}

.search-page .items-list .item {
  display: flex;
  box-shadow: 0px 2px 4px -1px #b1abab;
  margin-top: 20px;
}

.search-page .items-list .item:hover {
  box-shadow: 0 3px 10px 3px #cccccc;
}

.search-page .items-list .item:first-child {
  margin-top: 0;
}

.search-page .items-list .item .pic-holder {
  width: 120px;
  height: 120px;
  background-size: cover !important;
}

.search-page .items-list .item .info {
  padding: 10px;
  background-color: #fff;
  height: 100%;
  width: calc(100% - 120px);
}

.search-page .items-list .item .info .name {
  font-size: 18px;
  color: #08a1f1;
}

.search-page .items-list .item .info .price {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.search-page .items-list .item .info .date {
  margin-top: 10px;
}

.search-page .items-list .item .info .location {
  margin-top: 5px;
}

.search-page .items-list .item .info .date,
.search-page .items-list .item .info .location {
  font-weight: bold;
}

.adss-title {
  font-size: 25px;
  color: #aaa;
  margin-top: 10px;
}

.details-page {
  height: 100%;
  position: relative;
  padding: 20px 0;
}

.details-page .top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details-page .top-head .title-info {
  width: 70%;
}

.details-page .top-head .title-info .prod-title {
  font-size: 20px;
}

.details-page .top-head .title-info .prod-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.details-page .top-head .title-info .prod-info .loc {
  color: #000;
  font-weight: bold;
}

.details-page .top-head .title-info .prod-info .date {
  margin-left: 10px;
  color: #777;
}

.details-page .top-head .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 20px;
  width: 25%;
  background-color: #eee;
  color: #000;
}

.details-page .details-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}

.details-page .details-body .left {
  width: 70%;
}

.details-page .details-body .left .slider-details {
  width: 100%;
  height: 300px;
  position: relative;
}

.details-page .details-body .left .slider-details .pics-slider {
  width: 100%;
  height: 300px;
  display: block !important;
  position: unset !important;
}

.details-page .details-body .left .slider-details .pics-slider .owl-dots {
  z-index: 2;
  position: relative;
}

.details-page .details-body .left .slider-details .pics-slider .item {
  background-color: #eee;
}

.details-page .details-body .left .slider-details .pics-slider .item .imgholder {
  width: 100%;
  height: 300px;
  background-size: contain !important;
  max-height: 100%;
  position: relative;
}

.details-page .details-body .left .slider-details .pics-slider .item .imgholder .img {
  width: 100%;
}

.details-page .details-body .left .slider-details .pics-slider .item .heart {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 30px;
  color: #ddd;
}

.details-page .details-body .left .slider-details .pics-slider .item .heart.active {
  color: red;
}

.details-page .details-body .left .more-details {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #eee;
}

.details-page .details-body .left .more-details .operations {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details-page .details-body .left .more-details .operations .operation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.details-page .details-body .left .more-details .operations .operation.favv:hover {
  color: #f68936;
}

.details-page .details-body .left .more-details .operations .operation .icon {
  font-size: 30px;
  cursor: pointer;
}

.details-page .details-body .left .more-details .operations .operation .text {
  margin-top: 10px;
}

.details-page .details-body .left .more-details .operations .operation.active {
  color: #f68936;
}

.details-page .details-body .left .more-details .operations .report:hover {
  color: red;
}

.details-page .details-body .left .condition-box {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.details-page .details-body .left .condition-box .value {
  margin-left: 20px;
  color: #08a1f1;
}

.details-page .details-body .left .info {
  background-color: #fff;
  padding: 20px 0;
}

.details-page .details-body .left .views {
  padding: 10px;
  color: #777;
}

.details-page .details-body .left .other-products .other-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.details-page .details-body .left .other-products .other-top .other-title {
  font-size: 18px;
  font-weight: bold;
}

.details-page .details-body .left .other-products .other-top .other-link {
  color: #08a1f1;
  text-decoration: underline;
}

.details-page .details-body .left .other-products .other-top .other-link:hover {
  background-color: #08a1f1;
  color: #fff;
}

.details-page .details-body .left .other-products .items-list {
  padding: 20px 10px;
}

.details-page .details-body .left .other-products .items-list .item {
  display: flex;
  box-shadow: 0px 2px 4px -1px #b1abab;
  margin-top: 20px;
}

.details-page .details-body .left .other-products .items-list .item:hover {
  box-shadow: 0 3px 10px 3px #cccccc;
}

.details-page .details-body .left .other-products .items-list .item:first-child {
  margin-top: 0;
}

.details-page .details-body .left .other-products .items-list .item .pic-holder {
  width: 120px;
  height: 120px;
  background-size: cover !important;
}

.details-page .details-body .left .other-products .items-list .item .info {
  padding: 10px;
  background-color: #fff;
  height: 100%;
  width: calc(100% - 120px);
}

.details-page .details-body .left .other-products .items-list .item .info .name {
  font-size: 18px;
  color: #08a1f1;
}

.details-page .details-body .left .other-products .items-list .item .info .price {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.details-page .details-body .left .other-products .items-list .item .info .date {
  margin-top: 10px;
}

.details-page .details-body .left .other-products .items-list .item .info .location {
  margin-top: 5px;
}

.details-page .details-body .left .other-products .items-list .item .info .date,
.details-page .details-body .left .other-products .items-list .item .info .location {
  font-weight: bold;
}

.details-page .details-body .right {
  width: 25%;
}

.details-page .details-body .right .conta {
  background-color: #08a1f1;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
}

.details-page .details-body .right .conta .text {
  margin-left: 10px;
}

.details-page .details-body .right .conta.phone {
  margin-top: 10px;
}

.details-page .details-body .right .safety {
  background-color: #f1f5fc;
  padding: 10px;
  margin-top: 10px;
}

.details-page .details-body .right .safety h4 {
  margin: 0;
}

.details-page .location {
  background: url("../img/map.jpg") center no-repeat;
  background-size: cover !important;
  padding: 5px;
  width: 100%;
  height: 50px;
}

.details-page .location .location-holder {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 10px;
}

.details-page .location .location-holder .name-icon {
  display: flex;
  align-items: center;
}

.details-page .location .location-holder .name-icon .icon {
  margin-left: 10px;
  font-size: 18px;
  color: tomato;
}

.details-page .owner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
  background-color: #ddd;
}

.details-page .owner .link {
  margin-top: 10px;
  color: #08a1f1;
}

.details-page .contacts {
  bottom: 50px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #08a1f1;
  color: #fff;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.add-ad-page {
  overflow: auto;
  width: 100%;
}

.add-ad-page input[type='checkbox'] {
  transform: scale(1.5);
}

.add-ad-page .adss-title {
  margin: 0;
  padding: 10px 100px;
}

.add-ad-page form {
  width: 100%;
  padding: 10px 100px;
  position: relative;
}

.add-ad-page form .input-holder {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  margin: 30px 0 0 0;
  position: relative;
  border: 0;
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

.add-ad-page form .input-holder:first-child {
  margin: 0;
}

.add-ad-page form .input-holder .input {
  margin: 0;
  border: 0;
  background-color: transparent;
}

.add-ad-page form .input-holder .icon {
  color: #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.add-ad-page form .input-holder1 .imgholder {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.add-ad-page form .input-holder1 .imgholder input {
  position: absolute;
  opacity: 0;
  width: 120px;
  height: 120px;
  z-index: 3;
}

.add-ad-page form .input-holder1 .imgholder img {
  width: 120px;
}

.add-ad-page form .input-holder1 .imgholder .addItemImages {
  cursor: pointer;
}

.add-ad-page form .input-holder1 .small-upload {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
  width: 100%;
}

.add-ad-page form .input-holder1 .small-upload .imgg {
  height: 100px;
  width: 120px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  /*# sourceMappingURL=img-upload.css.map */
}

.add-ad-page form .input-holder1 .small-upload .imgg:last-child {
  margin-right: 0;
}

.add-ad-page form .input-holder1 .small-upload .imgg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.add-ad-page form .input-holder1 .small-upload .imgg .overlay .loading {
  font-size: 2.6em;
  position: absolute;
}

.add-ad-page form .input-holder1 .small-upload .imgg .overlay .cancel {
  position: absolute;
  color: #fff;
  font-size: 1.5em;
}

.add-ad-page form .input-holder1 .small-upload .imgg .overlay .progress {
  position: absolute;
  bottom: 5px;
}

.add-ad-page form .input-holder1 .small-upload .imgg .delete,
.add-ad-page form .input-holder1 .small-upload .imgg .deleteServ {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: tomato;
  cursor: pointer;
}

.add-ad-page form .input-holder1 .small-upload .imgg .attachment {
  display: grid;
  grid-template-columns: auto 1fr;
}

.add-ad-page form .input-holder1 .small-upload .imgg .attachment .img {
  width: 30px;
  height: 30px;
}

.add-ad-page form .input-holder1 .small-upload .imgg.inactive {
  opacity: 0.5;
}

.add-ad-page form .category-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  margin: 30px 0 0 0;
  padding: 10px 12px;
  box-shadow: 0px 0px 4px -1px #b1abab;
  position: relative;
}

.add-ad-page form .category-holder input {
  margin-left: 10px;
}

.add-ad-page form .contact-holder {
  display: flex;
  align-items: center;
  margin: 30px 0 50px 0;
}

.add-ad-page form .contact-holder .label {
  width: 100px;
}

.add-ad-page form .contact-holder .options {
  padding-left: 15px;
}

.add-ad-page form .contact-holder .options .option-holder {
  display: flex;
  align-items: center;
}

.add-ad-page form .contact-holder .options .option-holder input {
  width: auto;
}

.add-ad-page form .contact-holder .options .option-holder .text {
  padding-left: 5px;
}

.add-ad-page form .btn-form {
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #08a1f1;
  border-radius: 10px;
  bottom: 0;
  left: 0;
}

.offer .desc {
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.offer .input-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer .input-holder .label {
  font-size: 18px;
}

.offer .input-holder .input {
  border-bottom: 1px solid #f68936;
  margin: 0;
  margin-left: 5px;
  padding: 0 5px;
}

.offer .btns-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.offer .btns-holder .btnn {
  padding: 10px;
  color: #f68936;
  text-transform: uppercase;
}

.offer .btns-holder .btnn:first-child {
  margin-right: 10px;
}

.sub-menusetting {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
  width: 80%;
  transition: ease 0.3s all;
  transform: translateX(-100%);
  opacity: 0;
  overflow: auto;
  background: #fff;
}

.sub-menusetting .menu2 {
  height: 100%;
}

.sub-menusetting .menu2 ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.sub-menusetting .menu2 ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #232436;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.sub-menusetting .menu2 .menu-list {
  height: calc(100% - 190px);
  overflow: auto;
}

.sub-menusetting .menu2 #close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
}

.sub-menusetting .menu2 .welcome {
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0 0;
  text-transform: capitalize;
}

.sub-menusetting .menu2 .edit-profile {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  color: red;
}

.sub-menusetting .menu2 .submenu-body {
  padding: 20px;
}

.sub-menusetting .menu2 .submenu-body .pages-links {
  width: 100%;
}

.sub-menusetting .menu2 .submenu-body .pages-links .sub-item {
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.sub-menusetting .menu2 .submenu-body .pages-links .sub-item:first-child {
  margin-top: 0;
}

.sub-menusetting .menu2 .submenu-body .pages-links .sub-item .text {
  font-weight: bold;
  margin-left: 15px;
}

.sub-menusetting .menu2 .submenu-body .pages-links .sub-item img {
  width: 30px;
}

.sub-menusetting .menu2 .submenu-body .other-pages-links {
  width: 100%;
}

.sub-menusetting .menu2 .submenu-body .other-pages-links .sub-item {
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

.sub-menusetting .menu2 .submenu-body .other-pages-links .sub-item:first-child {
  margin-top: 0;
}

.sub-menusetting #logout {
  cursor: pointer;
}

.sub-menusetting.active {
  transform: translateX(0);
  opacity: 1;
}

.menu-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  transition: ease 0.3s all;
  opacity: 0;
  pointer-events: none;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
/*# sourceMappingURL=style.css.map */