@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/iranyekanwebregular.eot');
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff2/iranyekanwebregular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/ttf/iranyekanwebregular.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/iranyekanwebbold.eot');
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff2/iranyekanwebbold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff/iranyekanwebbold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/ttf/iranyekanwebbold.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/iranyekanweblight.eot');
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff2/iranyekanweblight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff/iranyekanweblight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/ttf/iranyekanweblight.ttf') format('truetype');
}
/* Latin fonts (Roboto) */
@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: bold;
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/robotobold.eot');
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/robotobold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff2/robotobold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff/robotobold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/ttf/robotobold.ttf') format('truetype');
}
@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/robotolight.eot');
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/robotolight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff2/robotolight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff/robotolight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/ttf/robotolight.ttf') format('truetype');
}
@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: normal;
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/robotoregular.eot');
  src: url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/eot/robotoregular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff2/robotoregular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/woff/robotoregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../themes/orkideh/assets/app/fonts/iranyekan/fonts/ttf/robotoregular.ttf') format('truetype');
}
.loader {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}
.loader .bar1 {
  background-color: #754fa0;
}
.loader .bar2 {
  background-color: #09b7bf;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loader .bar3 {
  background-color: #90d36b;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loader .bar4 {
  background-color: #f2d40d;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loader .bar5 {
  background-color: #fcb12b;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loader .bar6 {
  background-color: #ed1b72;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
@-webkit-keyframes delay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes delay {
  0%,
  40%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
html,
body {
  font-family: iranyekan, sans-serif;
  direction: rtl;
  text-align: right;
}
html a:hover,
body a:hover {
  text-decoration: none;
}
html a:focus,
body a:focus {
  outline: none;
}
html .logout,
body .logout {
  cursor: pointer;
}
.main-layout {
  padding-top: 93px;
  background: #f8f8f8;
}
.user-panel-layout {
  padding-top: 0px;
  background: #f8f8f8;
}
html {
  background-color: #232c30;
}
label {
  color: #616161;
  font-size: 15.2px;
  font-weight: normal;
  margin-right: 0;
  width: 100%;
}
input[type=text],
input[type=number],
input[type=email],
input[type=date],
input[type=password],
select,
textarea {
  min-height: 40px;
  font-size: 12px !important;
  font-weight: normal !important;
  background-color: #eeeeee !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #232c30 !important;
  appearance: none;
  border: 1px solid #aaa!important;
  border-radius: 8px !important;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  color: #232c30 !important;
  border: none;
  outline: none !important;
  box-shadow: 3.2px 3.2px 8.800000000000001px 0 rgba(0, 0, 0, 0.4) !important;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  /* Firefox, Chrome, Opera */
  color: #616161;
  text-align: right;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #616161;
  text-align: right;
}
input[type=text]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #616161;
  text-align: right;
}
.form-checkbox,
.form-radio {
  display: inline-block;
  width: auto;
  position: relative;
  padding-right: 18.4px;
  margin-left: 18.4px;
  margin-top: 5.6px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 12px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #232c30;
}
.form-checkbox input[type=checkbox],
.form-radio input[type=checkbox],
.form-checkbox input[type=radio],
.form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-checkbox input + span,
.form-radio input + span {
  position: absolute;
  top: 1.6px;
  right: 0;
  height: 14.4px;
  width: 14.4px;
  border: 1.6px solid #16cb89;
  border-radius: 4px;
}
.form-checkbox input + span:after,
.form-radio input + span:after {
  content: "";
  position: absolute;
  display: none;
  right: 3.2px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2.4px 2.4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-checkbox input:checked + span,
.form-radio input:checked + span {
  background-color: #16cb89;
}
.form-checkbox input:checked + span:after,
.form-radio input:checked + span:after {
  display: block;
}
.form-radio input + span {
  border-radius: 8px;
  background-color: transparent !important;
}
.form-radio input + span:after {
  right: 2.17px;
  top: 2.4px;
  width: 7.2px;
  height: 6.4px;
  border: none;
  border-radius: 8px;
  background-color: #16cb89;
}
.form-dropdown option.placeholder {
  display: none;
}
.form-switch {
  display: inline-block;
}
.form-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.form-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: #616161;
  display: block;
  border-radius: 5px;
  position: relative;
}
.form-switch label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  background: #f8f8f8;
  border-radius: 3px;
  transition: 0.3s;
}
.form-switch input:checked + label {
  background: #16cb89;
}
.form-switch input:checked + label:after {
  left: calc(93%);
  transform: translateX(-100%);
}
.form-switch label:active:after {
  width: 40px;
}
.btn {
  border-radius: 8px !important;
  min-width: 160px;
  padding: 0.875rem 0.75rem!important;
}
.show-all,
.create-button {
  color: #616161;
  font-size: 12.8px;
  line-height: 15.36px;
  height: 32px;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
  padding: 7.2px 12.8px;
  border: none;
  border-radius: 8px;
}
.show-all:hover,
.create-button:hover {
  color: #e20010;
}
.btn-primary {
  background-color: #16cb89;
  color: #f8f8f8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 35px;
  font-size: 20px;
  font-weight: normal;
  border: none;
  height: 55px;
}
.btn-primary:hover {
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.3);
  background-color: #16cb89;
  outline: none;
}
.btn-close {
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  background-color: transparent;
  min-width: 19%;
  width: 19%;
  color: #616161;
  height: 55px;
}
.btn-close:hover {
  background-color: #fff;
}
.submit-order a,
.submit-payment a {
  display: block;
  width: 40%;
  float: left;
  background-color: #16cb89;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  /* box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2); */
  text-align: center;
  padding: 16px;
  font-size: 20px;
  border-radius: 10px;
  font-weight: normal;
  position: relative;
  margin-top: 28px;
}
.submit-order a .mask,
.submit-payment a .mask {
  /*      background: url('../img/pattern-2.png');
      border-radius: 7px;
      position: absolute;
      top: 0;
      opacity: 0.05;
      left: 0;
      right: 0;
      height: 100%;
      z-index: 50;*/
}
.submit-order a img,
.submit-payment a img {
  width: 35px;
}
.submit-order a.disabled,
.submit-payment a.disabled {
  cursor: default;
  opacity: 0.3;
}
.submit-payment span {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #2ce8a3;
  border-radius: 7px 0 0 7px;
  background-image: url(../themes/orkideh/assets/app/img/icon/arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.login-button,
.send-otp-button {
  font-size: 18px;
}
table td,
table th {
  padding: 11px;
  border: 4px solid #749ca9;
  text-align: center;
}
table td.cart-product,
table th.cart-product {
  text-align: right;
}
table td.cart-product .product,
table th.cart-product .product {
  display: inline-block;
  text-align: right;
  text-decoration: none;
  color: #988962;
  font-weight: lighter;
  font-size: 20px;
}
table td.cart-product .product img,
table th.cart-product .product img {
  height: 75px;
  width: 75px;
  object-fit: cover;
  border-radius: 7px;
}
table td.cart-product .remove,
table th.cart-product .remove {
  display: inline-block;
  background: url(../themes/orkideh/assets/app/img/icon/remove.svg);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 8px;
  left: 4px;
}
table td .product-count,
table th .product-count {
  width: 70px;
  border: none !important;
  padding: 5px;
  position: relative;
  left: -6px;
  background: none !important;
  color: #988962;
  font-weight: normal !important;
  font-size: 1rem !important;
}
table thead th {
  background-color: #749ca9;
}
table tbody td {
  background-color: #ffffff;
}
table tfoot td {
  background-color: #988962;
  font-size: 20px;
  font-weight: lighter;
}
@media (max-width: 992px) {
  table td::before {
    text-align: left;
    padding-left: 20px;
    width: 40%;
  }
  table td.cart-product {
    background-color: #749ca9;
  }
  table td.cart-product:before {
    display: none;
  }
  table td.cart-product .product {
    color: #000;
  }
  table td.cart-product .product img {
    border: 1px solid #000;
    padding: 0;
    height: 60px;
  }
  table td .product-count {
    text-align: right;
    padding: 0;
    padding-left: 10px;
    width: 45px;
  }
  table tfoot {
    display: none;
  }
}
.modal-content {
  background-color: #f8f8f8;
  border-radius: 10px;
  border: none;
  box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.4);
}
.modal-content .modal-header,
.modal-content .modal-footer {
  border-color: #f8f8f8;
  padding: 20px 20px 0 20px;
  display: block;
}
.modal-content .modal-title {
  display: block;
  color: #616161;
  font-size: 14.5px;
  font-weight: bold;
}
.modal-content .modal-description {
  display: block;
  color: #a4b5bd;
  font-size: 12px;
  font-weight: normal;
}
.modal-content .modal-body {
  padding: 35px;
}
.clickable-row {
  cursor: pointer;
}
.hide {
  display: none;
}
@media (max-width: 575px) {
  .d-xs-none {
    display: none !important;
  }
}
.sub-title {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  text-align: right;
  line-height: 21px;
  padding-bottom: 17px !important;
  border-bottom: 1px solid #ececec;
  display: inherit;
}
.sub-description {
  color: #616161;
  font-size: 12px;
  line-height: 21px;
  font-weight: normal;
  padding-top: 0;
  text-align: right;
}
.content-block {
  color: #616161;
  font-weight: normal;
  font-size: 15.2px;
  text-align: right;
  line-height: 23.2px;
}
.content-block a {
  color: #16cb89;
}
.content-image img {
  width: 100%;
  border-radius: 8px;
}
.search-icon {
  background: url('../themes/orkideh/assets/app/img/icon/search-2.svg');
  background-size: contain;
  height: 16px;
  width: 16px;
}
.vertical-diver {
  display: block;
  height: 42.4px;
  background-color: #616161;
  opacity: 0.3;
  width: 1px;
  margin-right: 40px;
  margin-left: 40px;
}
.bg-light {
  background-color: #e6e7e9;
  padding: 10px 25px 10px 25px;
  border-radius: 10px;
}
.bg-light .row div {
  padding: 7px;
}
.bg-light .row div .custom-card {
  padding: 5px;
  background-color: #1b1b1b;
  text-align: center;
  border-radius: 10px;
}
.bg-light .row div .custom-card img {
  width: 100%;
  border-radius: 6px;
}
.bg-light .row div .custom-card a {
  color: #fff;
  padding: 10px 5px 10px 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  color: #a1d9eb;
  padding-left: unset;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item.active {
  color: #749ca9;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
  content: ">";
  padding-left: .5rem;
}
.custom-arrow {
  border: solid #e20010;
  border-width: 0 2.4px 2.4px 0;
  display: inline-block;
  padding: 2.4px;
  position: relative;
  top: 1px;
}
.custom-arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.custom-arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.custom-arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.custom-arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.main-loading {
  position: fixed;
  z-index: 5000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#order-component-container #order-details-table {
  margin-bottom: 20px;
}
#order-component-container #orders-list-table .detail {
  margin: 10px;
}
#order-component-container #orders-list-table .payed {
  background-color: #16cb89;
  color: #f8f8f8;
  display: inline-block;
  font-size: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 12px 22px;
}
#order-component-container #orders-list-table .un-payed {
  color: #e20010;
  font-weight: bold;
  font-size: 18px;
}
#order-component-container .user-description label {
  font-size: 14.4px;
  margin-bottom: -100px;
  margin-right: 21px;
  position: relative;
  bottom: -35px;
}
#order-component-container .user-description textarea {
  background-color: #fff !important;
  padding-top: 40px;
  height: 111px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
#order-component-container .user-description textarea::placeholder {
  /* Firefox, Chrome, Opera */
  color: #ccd9de !important;
}
#order-component-container .user-description textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccd9de !important;
}
#order-component-container .user-description textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccd9de !important;
}
#addresses-component-container .create-button {
  color: #f8f8f8;
  font-size: 12.8px;
  line-height: 15.36px;
  height: 32px;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
  background: #16cb89;
  padding: 7.2px 12.8px;
  box-shadow: 1.6px 1.6px 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 12px;
}
#addresses-component-container .create-button:hover {
  background-color: #16cb89;
  color: #f8f8f8;
}
#addresses-component-container .addresses {
  margin-top: 30px;
}
#addresses-component-container .addresses #address-none {
  color: #616161;
  text-align: center;
  padding: 10px;
}
#addresses-component-container .addresses .add-address-title {
  font-size: 14.4px;
  font-weight: bold;
  color: #616161;
  display: block;
  text-align: left;
}
#addresses-component-container .addresses .add-address-description {
  font-size: 12px;
  font-weight: normal;
  color: #a4b5bd;
  display: block;
  text-align: left;
  margin-top: 5px;
}
#addresses-component-container .addresses .address {
  padding: 15px;
  position: relative;
}
#addresses-component-container .addresses .address label {
  margin: 0;
}
#addresses-component-container .addresses .address .address-value {
  margin-right: 10px;
}
#addresses-component-container .addresses .address .address-title {
  display: none;
}
#addresses-component-container .addresses .address .contact-number {
  margin-right: 10px;
  display: none;
}
#addresses-component-container .addresses .address .edit-button {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url(../themes/orkideh/assets/app/img/icon/edit.svg);
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-bottom: -10px;
  margin-right: 15px;
}
#addresses-component-container .addresses .address .remove {
  border-radius: 0 6px 0 0;
  box-shadow: 1px -2px 4px 0 rgba(0, 0, 0, 0.2);
  right: unset;
  left: 0;
}
#address-form .map-label {
  text-align: center;
  font-size: 12px;
  color: #616161;
  padding: 20px;
  border-top: 1px solid #e9ecef;
  margin-left: -30px;
  margin-right: -30px;
}
#address-form .row {
  border: none;
  margin-right: -10px;
  margin-left: -10px;
}
#address-form #map {
  box-shadow: 3.2px 3.2px 8.800000000000001px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}
#address-form .form-group {
  padding-bottom: 10px;
}
#questionnaire-component-container .diver-label {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: lighter;
}
#questionnaire-component-container .diver-gender {
  display: block;
  width: calc(100% - 30px);
  padding: 15px;
  margin: 15px auto;
  text-align: center;
  background-color: #efefef;
  font-size: 25px;
  font-weight: lighter;
}
#questionnaire-component-container .answers {
  width: 100%;
}
#questionnaire-component-container .answer .field-box {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
}
#payment-component-container .pay-type .col {
  padding: 20px;
}
#payment-component-container .pay-type label {
  cursor: pointer;
}
#payment-component-container .pay-type label .description {
  display: block;
  font-size: 9.6px;
  color: #616161;
}
#payment-component-container .banks {
  padding: 20px 20px 10px 10px;
  text-align: center;
}
#payment-component-container .banks .bank {
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 15px;
  display: inline-flex;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #fff;
  text-align: center;
}
#payment-component-container .banks .bank.active {
  border: 2px solid #16cb89;
}
#payment-component-container .banks .bank span {
  display: none;
}
#payment-component-container .banks .bank label {
  margin: 0;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}
#payment-component-container .banks .bank img {
  padding: 5px;
  border-radius: 13px;
}
#payment-component-container .banks .bank input {
  position: relative;
  top: 5px;
  display: none;
}
#payment-component-message {
  display: block;
  padding: 13px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 7px;
  text-align: center;
}
#payment-component-message.message-0 {
  background-color: #f99;
  color: #e20010;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
}
#payment-component-message.message-1 {
  background-color: #9f9;
  color: #16cb89;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
}
#datepicker-component-container i.clear-date-picker-input {
  display: inline-block;
  background: url(../themes/orkideh/assets/app/img/icon/remove.svg);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  float: left;
  position: relative;
  top: -34px;
}
#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
#header .hamburger {
  width: 47px;
  height: 47px;
  position: fixed;
  top: -1px;
  right: 7px;
  padding: 8px 5px;
  z-index: 5000;
  cursor: pointer;
  border-radius: 50px;
}
@media (min-width: 1048px) {
  #header .hamburger {
    display: none;
  }
}
#header .hamburger .line {
  width: 26px;
  border-radius: 1px;
  height: 2px;
  background-color: #e20010;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .hamburger.is-active {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .hamburger.is-active .line:nth-child(1) {
  /* first line of menu button when actived */
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#header .hamburger.is-active .line:nth-child(2) {
  /* second line of menu button when actived */
  width: 0;
}
#header .hamburger.is-active .line:nth-child(3) {
  /* third line of menu button when actived */
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
  transform: translateY(-8px) rotate(45deg);
}
#header .menu-bar {
  height: 90px;
  background-color: #ffffff;
}
#header .menu-bar #width-navigation {
  position: absolute;
  top: 7px;
  right: 121px;
  z-index: 100;
}
#header .menu-bar #width-navigation nav {
  display: block;
  padding-top: 7px;
  text-align: right;
}
@media (max-width: 1048px) {
  #header .menu-bar #width-navigation nav {
    display: none;
  }
}
#header .menu-bar #width-navigation nav .home-icon {
  background: url('../themes/orkideh/assets/app/img/icon/home.svg') no-repeat;
  background-size: contain;
  height: 15.2px;
  width: 15.2px;
  display: inline-block;
  margin-bottom: -1.6px;
  margin-left: 8px;
}
#header .menu-bar #width-navigation nav a,
#header .menu-bar #width-navigation nav .delivery {
  color: #616161;
  display: inline-block;
  height: 47.2px;
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  word-spacing: -3px;
  cursor: pointer;
}
#header .menu-bar #width-navigation nav a:hover,
#header .menu-bar #width-navigation nav .delivery:hover,
#header .menu-bar #width-navigation nav a.active,
#header .menu-bar #width-navigation nav .delivery.active {
  color: #e20010;
  background-color: rgba(244, 252, 255, 0.75);
  font-weight: bold;
}
#header .menu-bar #width-navigation nav a:hover .home-icon,
#header .menu-bar #width-navigation nav .delivery:hover .home-icon,
#header .menu-bar #width-navigation nav a.active .home-icon,
#header .menu-bar #width-navigation nav .delivery.active .home-icon {
  background: url('../themes/orkideh/assets/app/img/icon/home-hover.svg') no-repeat;
}
#header .menu-bar #width-navigation nav .delivery {
  float: left;
}
#header .menu-bar #width-navigation nav .dropdown-menu {
  margin-top: 10px;
}
#header .menu-bar #width-navigation nav .dropdown-toggle::after {
  margin-right: 4px;
  vertical-align: 2px;
  margin-left: 0;
}
#header .menu-bar .logo {
  position: absolute;
  top: 15px;
  right: 15px;
}
#header .menu-bar .logo img {
  height: 50px;
}
@media (max-width: 1048px) {
  #header .menu-bar .logo {
    right: unset;
    left: 15px;
  }
  #header .menu-bar .logo img {
    height: 40px;
  }
}
#header .menu-bar #cart-counter {
  position: absolute;
  left: 15px;
  top: 53px;
}
#header .menu-bar #cart-counter .label {
  display: none;
}
@media (min-width: 1048px) {
  #header .menu-bar #cart-counter {
    top: 22px;
    background-color: #16cb89;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
  }
  #header .menu-bar #cart-counter .label {
    display: inline;
  }
}
#header .menu-bar #cart-counter img {
  height: 31px;
}
#header .menu-bar #cart-counter .count {
  background-color: #e20010;
  color: #f8f8f8;
  padding: 0 4px;
  min-width: 15px;
  text-align: center;
  display: inline-block;
  border-radius: 11px;
  font-size: 10.4px;
  position: relative;
  font-weight: bold;
  margin-left: -17px;
  top: -9px;
  margin-top: 9px;
}
#header .menu-bar input {
  position: absolute;
  left: 360px;
  top: 21px;
  width: 215px;
  background-color: #ffffff !important;
  border: 1px solid #757b91!important;
  border-radius: 50px !important;
  z-index: 1;
  height: 25px;
  padding: 8px 22px;
}
@media (max-width: 1048px) {
  #header .menu-bar input {
    right: 15px;
    left: unset;
    top: 42px;
    padding: 8px 32px 8px 22px;
  }
}
#header .menu-bar .search {
  position: absolute;
  left: 359px;
  top: 16px;
  z-index: 2;
  padding: 11px;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 1048px) {
  #header .menu-bar .search {
    right: 15px;
    left: unset;
    top: 37px;
  }
}
#header .menu-bar .search img {
  width: 18.2px;
  height: 18.2px;
}
#header .menu-bar #user-button {
  position: absolute;
  left: 15px;
  top: -51px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 1002;
}
#header .menu-bar #user-button:focus {
  outline: none;
}
@media (max-width: 1048px) {
  #header .menu-bar #user-button {
    display: none;
  }
}
#header .menu-bar #user-button img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border: 1.6px solid #f8f8f8;
  border-radius: 8px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
}
#header .menu-bar .user-menu {
  width: 184px;
  box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.2);
  top: -41px !important;
}
#header .menu-bar .user-menu .user-name {
  display: block;
  font-size: 11.4px;
  color: #16cb89;
  text-align: left;
  margin-left: 72px;
  font-weight: bold;
  margin-top: 6px;
}
#header .menu-bar .user-menu .welcome-message {
  display: block;
  font-size: 9px;
  color: #a4b5bd;
  text-align: left;
  margin-left: 72px;
  margin-top: 2px;
  margin-bottom: 25px;
}
#header .menu-bar .logout-button,
#header .menu-bar .login {
  color: #616161;
  position: absolute;
  top: 32px;
  left: 160px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1048px) {
  #header .menu-bar .logout-button,
  #header .menu-bar .login {
    display: none;
  }
}
#header .menu-bar .user-panel-button {
  color: #616161;
  position: absolute;
  top: 32px;
  left: 264px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1048px) {
  #header .menu-bar .user-panel-button {
    left: 70px;
    top: 60px;
  }
}
#header #width-navigation nav .dropdown-menu,
#header .top-bar .user-menu {
  border-radius: 8px;
  border: none;
  background-color: #ffffff;
  z-index: 1001;
}
#header #width-navigation nav .dropdown-menu .dropdown-item,
#header .top-bar .user-menu .dropdown-item {
  color: #616161;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header #width-navigation nav .dropdown-menu .dropdown-item .price,
#header .top-bar .user-menu .dropdown-item .price {
  color: #e20010;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
#header #width-navigation nav .dropdown-menu .dropdown-item.with-icon,
#header .top-bar .user-menu .dropdown-item.with-icon {
  padding-right: 50px;
  background-size: 20px !important;
  background-position: 91% center!important;
}
#header #width-navigation nav .dropdown-menu .dropdown-item.with-icon.icon-panel,
#header .top-bar .user-menu .dropdown-item.with-icon.icon-panel {
  background: url('../themes/orkideh/assets/app/img/icon/user.svg') no-repeat;
}
#header #width-navigation nav .dropdown-menu .dropdown-item.with-icon.icon-wallet,
#header .top-bar .user-menu .dropdown-item.with-icon.icon-wallet {
  background: url('../themes/orkideh/assets/app/img/icon/wallet.svg') no-repeat;
}
#header #width-navigation nav .dropdown-menu .dropdown-item.with-icon.icon-logout,
#header .top-bar .user-menu .dropdown-item.with-icon.icon-logout {
  background: url('../themes/orkideh/assets/app/img/icon/logout.svg') no-repeat;
}
#header #width-navigation nav .dropdown-menu a:hover,
#header .top-bar .user-menu a:hover {
  color: #232c30;
}
#header #side-navigation nav {
  background-color: #f8f8f8;
  position: fixed;
  height: 100%;
  padding-top: 55px;
  padding-bottom: 15px;
  overflow: auto;
  z-index: 500;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Track */
  /* Handle */
}
#header #side-navigation nav .home-icon {
  background: url('../themes/orkideh/assets/app/img/icon/home.svg') no-repeat;
  background-size: contain;
  height: 15.2px;
  width: 15.2px;
  display: inline-block;
  margin-bottom: -1.6px;
  margin-left: 8px;
}
#header #side-navigation nav div {
  font-size: smaller;
}
#header #side-navigation nav::-webkit-scrollbar {
  width: 5px;
}
#header #side-navigation nav::-webkit-scrollbar-track {
  background: #a1d9eb;
}
#header #side-navigation nav::-webkit-scrollbar-thumb {
  background: #16cb89;
}
@media (max-width: 499px) {
  #header #side-navigation nav {
    width: 100%;
    right: -100%;
  }
}
@media (min-width: 500px) {
  #header #side-navigation nav {
    width: 350px;
    right: -350px;
  }
}
#header #side-navigation nav.is-active {
  right: 0;
  box-shadow: -300px 0 1px 1000px rgba(0, 0, 0, 0.75);
}
#header #side-navigation nav .user {
  color: #16cb89;
  display: block;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}
#header #side-navigation .nav-link {
  display: block;
  text-align: center;
  margin-top: 7px;
  color: #232c30;
  z-index: 501;
}
#header #side-navigation .nav-link:hover,
#header #side-navigation .nav-link.active {
  color: #e20010;
}
#header #side-navigation .nav-link:hover .home-icon,
#header #side-navigation .nav-link.active .home-icon {
  background: url('../themes/orkideh/assets/app/img/icon/home-hover.svg') no-repeat;
}
#header .title-bar {
  height: 80px;
  background: url('../themes/orkideh/assets/app/img/pattern-4.png') repeat, #e1f6fb;
  background-size: 22%;
  border-bottom: 1px solid rgba(126, 148, 158, 0.3);
  border-top: 1px solid rgba(126, 148, 158, 0.3);
}
#header .title-bar .box {
  border-radius: 12px 12px 0 12px;
  background-color: #f8f8f8;
  border-left: 4px solid #16cb89;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 70px;
  margin-top: 8px;
  padding: 15px 20px 15px 90px;
}
#header .title-bar .box .icon {
  float: right;
  width: 25px;
  margin-top: 7px;
}
#header .title-bar .box h1 {
  margin-right: 45px;
  font-size: 17px;
  font-weight: bold;
  color: #16cb89;
  word-spacing: -5px;
  margin-bottom: 2px;
}
#header .title-bar .box p {
  margin-right: 45px;
  color: #616161;
  font-size: 11px;
  word-spacing: -3px;
}
#footer {
  display: block;
  margin-top: 50px;
}
#footer .container-nav {
  background-color: #e7f1f2;
  position: relative;
  background: url(../themes/orkideh/assets/app/img/footer-background.png) no-repeat;
  background-size: contain;
  background-position: right;
}
#footer .container-nav .basket {
  position: absolute;
  bottom: -52px;
  right: 0;
  height: 140px;
}
#footer .container-nav nav {
  display: block;
  text-align: right;
  padding-top: 18px;
  padding-bottom: 18px;
}
#footer .container-nav nav a {
  color: #232c30;
  font-size: 15px;
  font-weight: normal;
  padding: 3px 5px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}
#footer .container-nav nav a:hover {
  color: #616161;
}
#footer .container-copy-right {
  background-color: #232c30;
}
#footer .container-copy-right .copy-right .line-1 {
  direction: ltr;
  font-size: 11px;
  font-family: sans-serif;
}
#footer .container-copy-right .copy-right .line-1 .website {
  color: #ffffff;
  font-weight: bold;
}
#footer .container-copy-right .copy-right .line-1 .year {
  color: #f8f8f8;
  font-weight: bold;
}
#footer .container-copy-right .copy-right .line-1 .english {
  color: #ffffff;
}
#footer .container-copy-right .copy-right .line-2,
#footer .container-copy-right .copy-right .line-2 a {
  color: #616161;
  font-size: 9px;
}
#footer .container-copy-right .footer-logo {
  height: 42px;
  margin-left: 16px;
}
.support-form {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #ccc;
  z-index: 6000;
  height: 50px;
  -webkit-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  transition: all 1.0s ease;
  border-radius: 50px 0 0 0;
  padding: 1px 10px 10px 10px;
}
@media (max-width: 499px) {
  .support-form {
    width: 100%;
  }
}
@media (min-width: 500px) {
  .support-form {
    width: 420px;
  }
}
.support-form .support-menu {
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
  direction: ltr;
}
.support-form .support-menu span {
  display: inline-block;
}
.support-form .support-menu .icon {
  display: inline-block;
  margin-left: 9px;
}
.support-form .support-menu .icon .line {
  width: 16px;
  height: 2px;
  background-color: #FFF;
  display: inline-block;
  -webkit-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  transition: all 1.0s ease;
}
.support-form .support-menu .icon .line:nth-child(1) {
  -webkit-transform: translateY(0px) rotate(-31deg) translateX(8px);
  -ms-transform: translateY(0px) rotate(-31deg) translateX(8px);
  -o-transform: translateY(0px) rotate(-31deg) translateX(8px);
  transform: translateY(0px) rotate(-31deg) translateX(8px);
}
.support-form .support-menu .icon .line:nth-child(2) {
  -webkit-transform: translateY(-4px) rotate(31deg) translateX(-1px);
  -ms-transform: translateY(-4px) rotate(31deg) translateX(-1px);
  -o-transform: translateY(-4px) rotate(31deg) translateX(-1px);
  transform: translateY(-4px) rotate(31deg) translateX(-1px);
}
.support-form label {
  color: #fff !important;
}
.support-form .form-group {
  float: left;
  width: 100%;
  padding: 0 2px;
}
.support-form.active {
  height: 100%;
  border-radius: 0 0 0 0;
}
.support-form.active .support-menu .icon .line:nth-child(1) {
  -webkit-transform: translateY(-8px) rotate(31deg) translateX(8px);
  -ms-transform: translateY(-8px) rotate(31deg) translateX(8px);
  -o-transform: translateY(-8px) rotate(31deg) translateX(8px);
  transform: translateY(-8px) rotate(31deg) translateX(8px);
}
.support-form.active .support-menu .icon .line:nth-child(2) {
  -webkit-transform: translateY(-4px) rotate(-31deg) translateX(-1px);
  -ms-transform: translateY(-4px) rotate(-31deg) translateX(-1px);
  -o-transform: translateY(-4px) rotate(-31deg) translateX(-1px);
  transform: translateY(-4px) rotate(-31deg) translateX(-1px);
}
@media (max-height: 550px) {
  .support-form .form-group {
    margin-bottom: 0;
  }
  .support-form .support-menu {
    margin-bottom: 0;
  }
}
#main-breadcrumb {
  height: 58px;
  margin-bottom: -58px;
  z-index: 50;
  position: relative;
}
#main-breadcrumb .main-breadcrumb {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  background-color: #616161;
  border-radius: 12px 0 12px 12px;
  margin-top: 8px;
  padding: 1px 11px 2px 43px;
}
#main-breadcrumb .main-breadcrumb .main-breadcrumb-item {
  color: #f8f8f8;
  padding: 6px;
  font-size: 10.5px;
}
#main-breadcrumb .main-breadcrumb .main-breadcrumb-item a {
  color: #f8f8f8;
}
#main-breadcrumb .main-breadcrumb .main-breadcrumb-item span {
  margin-right: 12px;
}
#main-breadcrumb .main-breadcrumb .main-breadcrumb-item.active {
  color: #f8f8f8;
}
#error-404 {
  padding-top: 15vh;
  padding-bottom: 15vh;
}
#slideshow {
  height: calc(50vh - 0px);
  overflow: hidden;
}
#slideshow .carousel-inner {
  height: calc(50vh - 0px);
}
#slideshow .carousel-control-next,
#slideshow .carousel-control-prev {
  width: 85.6px;
}
#slideshow .carousel-control-next-icon-custom {
  background-image: url('../themes/orkideh/assets/app/img/icon/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 41px;
  width: 34.6px;
  margin-left: 25px;
}
#slideshow .carousel-control-prev-icon-custom {
  background-image: url('../themes/orkideh/assets/app/img/icon/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  height: 41px;
  width: 34.6px;
  margin-right: 25px;
}
#slideshow img {
  height: calc(50vh - 0px);
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#slideshow .container {
  margin-top: -22vh;
  text-align: right;
}
#slideshow h4 {
  color: #f8f8f8;
  background-color: #e20010;
  font-size: 24.8px;
  display: inline-block;
  line-height: 29.9px;
  font-weight: bold;
  padding: 1.6px 8.8px 7.2px 8.8px;
  border-radius: 8px;
  box-shadow: 1px 1px 1.6px 0 rgba(0, 0, 0, 0.3);
}
#slideshow p {
  font-size: 31.2px;
  font-weight: normal;
  display: inline-block;
  color: #f8f8f8;
  word-spacing: -8px;
  text-shadow: 1px 1px 1.6px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 4px;
}
#slideshow .carousel-caption-link {
  font-size: 12.8px;
  font-weight: normal;
  color: #f8f8f8;
  position: absolute;
  left: 0;
}
#slideshow .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#slideshow .carousel-indicators li.active {
  background-color: #e20010;
}
#usual-page {
  padding-top: 20px;
  padding-bottom: 50px;
}
#our-team {
  padding-top: 20px;
  padding-bottom: 80px;
  background: url('../themes/orkideh/assets/app/img/paper-pattern.png');
}
#our-team .persons {
  margin-top: 100px;
  margin-bottom: 50px;
}
#our-team .person {
  text-align: center;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
#our-team .person .show-more {
  background-color: #616161;
  color: #232c30;
  border-radius: 5px;
  width: 25px;
  margin: 0 auto -25px auto;
  font-size: 14px;
  line-height: 9px;
  padding-bottom: 7px;
  cursor: pointer;
}
#our-team .person .description {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  padding: 15px;
  color: #f8f8f8;
  z-index: 70;
}
#our-team .person.description-open .description {
  display: block;
}
#our-team .person .avatar {
  position: relative;
  margin-top: 40px;
}
#our-team .person .avatar .mask {
  border-radius: 100%;
  border: 2px solid #f8f8f8;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 60;
}
#our-team .person .avatar .mask-2 {
  border-radius: 100%;
  display: block;
  padding-top: 100%;
  z-index: 57;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.35);
}
#our-team .person .avatar .avatar-img {
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 59;
  object-fit: cover;
}
#our-team .person .avatar .bag-2 {
  position: absolute;
  z-index: 61;
  bottom: -15px;
  right: -8px;
}
#our-team .person .avatar .bag-3 {
  position: absolute;
  z-index: 58;
  top: -40px;
  left: -60px;
}
#our-team .person .email {
  font-size: 14px;
  color: #232c30;
  font-weight: bold;
  margin-top: 25px;
}
#our-team .person .name {
  font-weight: bold;
  font-size: 21px;
  color: #232c30;
}
#our-team .person .post {
  font-size: 14px;
  color: #616161;
  font-weight: bold;
}
#customers {
  background-color: #f8f8f8;
  padding-bottom: 130px;
}
#customers .container-fluid {
  position: relative;
}
#customers .pre-slide {
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 7px;
  display: block;
  width: 100px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 23%, rgba(255, 255, 255, 0) 100%);
}
#customers .pre-slide i {
  display: block;
  height: 12px;
  width: 12px;
  border-left: 2.4px solid #616161;
  border-top: 2.4px solid #616161;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 160px;
  left: 25px;
}
#customers .pre-slide.slick-disabled {
  display: none !important;
}
#customers .next-slide {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 7px;
  display: block;
  width: 100px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.5) 23%, rgba(255, 255, 255, 0) 100%);
}
#customers .next-slide i {
  display: block;
  height: 12px;
  width: 12px;
  border-right: 2.4px solid #616161;
  border-top: 2.4px solid #616161;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 160px;
  right: 25px;
}
#customers .next-slide.slick-disabled {
  display: none !important;
}
#customers .sub-title {
  padding: 56px;
}
#customers .sub-title .title-icon {
  background: url('../themes/orkideh/assets/app/img/icon/picture.svg') no-repeat center;
  background-size: contain;
  width: 32.2px;
  height: 27.4px;
  display: inline-block;
  position: relative;
  left: 2.8px;
  top: 7.6px;
}
#customers .customer-card {
  position: relative;
  display: block !important;
  margin: 22px 10px;
  width: calc(100% - 20px) !important;
  padding-top: 100%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  background: #F6F6F6;
  background: linear-gradient(90deg, #f6f6f6 0%, #d9d8d8 52%, #ffffff 100%);
  border-radius: 5px;
}
#customers .customer-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  border-radius: 5px;
}
#customers .customer-card .title {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px 8px 0 8px;
  border-right: 3px solid #616161;
  display: block;
  position: absolute;
  z-index: 60;
  right: 10px;
  bottom: 10px;
  color: #232c30;
  text-align: right;
  font-size: 12.6px;
  padding: 5px;
  line-height: 16px;
}
#customers .customer-card .title .customer-name {
  font-weight: lighter;
}
#customers .customer-card .title .customer-username {
  font-weight: bold;
  direction: ltr;
  display: inline-block;
}
#customers .customer-card .mask {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 40;
  background: radial-gradient(rgba(0, 0, 0, 0) 18%, #000000 198%);
  border-radius: 5px;
}
#car-types {
  padding-top: 10px;
  padding-bottom: 20px;
}
#car-types .bg-light {
  margin-top: 30px;
}
#car-types .bg-light img {
  width: 60%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#download {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (max-width: 1048px) {
  #download {
    display: none;
  }
}
#download .container .back {
  background-image: url('../themes/orkideh/assets/app/img/background-1.jpg');
  background-color: #3d3c3c;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 20px;
  height: 342px;
  border-radius: 7px;
  text-align: justify;
}
@media (min-width: 1200px) {
  #download .container .back {
    background-position: right;
  }
}
@media (max-width: 1199px) {
  #download .container .back {
    background-position-x: 222px;
  }
}
#download .sub-description {
  color: #fff;
  font-size: 15px;
  padding-right: 0;
  border-right: none;
  line-height: 2.3;
  padding-left: 80px;
}
#download a {
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  background-color: #0e0d0e;
  padding: 5px 35px;
  border-radius: 50px;
  color: #b1b1b1;
}
#account-types {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#account-types .account-table {
  display: table;
  width: 100%;
}
#account-types .account-table .table-row {
  display: table-row;
}
#account-types .account-table .table-cell {
  display: table-cell;
  border-top: 2px solid #FFF;
  text-align: center;
  padding: 15px;
}
#account-types .account-table .column-1 {
  font-weight: 700;
  border-left: 4px solid #FFF;
}
#account-types .account-table .column-3 {
  background-color: #f9f6fa;
}
#account-types .account-table .table-header {
  background-color: #FFF;
  font-weight: 700;
  color: #749ca9;
}
#account-types .account-table .table-header .column-3 {
  background-color: #FFF;
}
#account-types .sub-title {
  padding-bottom: 60px;
  text-align: center;
}
#account-types .description {
  color: #ace8fb;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: lighter;
}
@media (max-width: 544px) {
  .table-cell {
    display: block !important;
  }
  .column-1 {
    border-left: 3px solid #FFF;
    border-bottom: 1px solid #FFF;
    background-color: #F0F0F0;
  }
  .table-header {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hidden-t-column {
    display: none !important;
  }
  .active-t-header {
    color: #ace8fb;
  }
  .table-header .column-2,
  .table-header .column-3,
  .table-header .column-4 {
    display: inline-block !important;
    font-size: small;
  }
}
#payment-types {
  padding-top: 70px;
  padding-bottom: 40px;
}
#payment-types .sub-title {
  padding-bottom: 40px;
  text-align: center;
}
#payment-types img {
  margin-top: 30px;
}
#features .feature-top-picture {
  background-image: url('../themes/orkideh/assets/app/img/features-top.jpg');
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
  color: #eaf9f4;
  padding-top: 100px;
}
#features .feature-img {
  position: relative;
  top: -150px;
  margin-bottom: -120px;
}
@media (max-width: 468px) {
  #features .feature-img {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
  }
}
#features .feature-items ul {
  padding-inline-start: 0;
}
#features .feature-items ul li {
  margin-top: 30px;
  margin-bottom: 30px;
}
#features .feature-items ul li .media-body {
  padding: 8px;
}
#features .feature-items ul li img {
  margin-top: 15px;
}
#wallet {
  padding-bottom: 50px;
}
#wallet .wallet-description {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 70px;
}
#wallet .card {
  text-align: center;
}
#wallet .card .card-subtitle {
  margin-top: 20px;
}
#wallet .card .card-link {
  /* border: 2px solid #3336a2; */
  background-color: #efeeee;
  /* box-shadow: 0 0 1px 2px #3539a9; */
  color: #2e3192;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 12px;
  margin-bottom: 7px;
  display: block;
}
#wallet .card .card-link:hover {
  background-color: #cbeaf4;
  color: #fff;
}
.article-categories {
  padding-top: 50px;
  font-size: 13.5px;
}
.article-categories ul.category-list {
  background-color: #a1d9eb;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-radius: 10px;
  font-weight: lighter;
}
.article-categories ul.category-list li {
  list-style-type: none;
  padding: 5px;
}
.article-categories ul.category-list li a {
  color: #749ca9;
  border-right: 7px solid #a1d9eb;
  padding-right: 15px;
}
.article-categories ul.category-list li a:hover {
  color: #ffffff;
}
.article-categories ul.category-list li .badge {
  background-color: #ffffff;
  color: #a1d9eb;
  position: relative;
  top: -2px;
}
.article-categories ul.category-list li.active a {
  border-right: 7px solid #749ca9;
}
#articles {
  background-color: #ace8fb;
  padding-top: 50px;
  padding-bottom: 70px;
}
#articles .show-all {
  font-size: 12px;
  color: #b1b1b1;
  position: absolute;
  left: 15px;
  top: -7px;
}
#articles .blog-card {
  margin-top: 40px;
  padding: 10px 10px 24px 10px;
  border-radius: 10px;
  background-color: #a1d9eb;
  box-shadow: 0 0 3px 0 #ace8fb;
  text-align: center;
  position: relative;
}
@media (min-width: 576px) {
  #articles .blog-card {
    height: 355px;
  }
}
#articles .blog-card img {
  width: 100%;
  height: 45%;
  object-fit: cover;
  border-radius: 5px;
}
#articles .blog-card h5 {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin-top: 13px;
}
#articles .blog-card p {
  font-weight: normal;
  font-size: 12px;
  color: #b1b1b1;
  text-align: justify;
}
#articles .blog-card a {
  font-weight: lighter;
  font-size: 13.5px;
  color: #749ca9;
  position: absolute;
  bottom: 7px;
  margin-right: -27px;
}
#articles .blog-card:hover {
  box-shadow: 0 0 3px 0 #edba36;
}
#article {
  background-color: #ace8fb;
  padding-top: 50px;
  padding-bottom: 70px;
}
#article .content-image {
  margin-top: 50px;
}
#article .content-image img {
  width: auto;
  max-width: 100%;
  border-radius: 10px;
}
#article .post-footer {
  margin-top: 5px;
  border-top: 1px solid #749ca9;
  padding: 5px;
  font-size: 15px;
}
#article .post-footer .category {
  display: inline-block;
  margin-right: 10px;
}
#article .post-footer .category i {
  margin-left: 5px;
}
#article .post-footer .category a {
  color: #749ca9;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
#article .sub-title {
  margin-top: 30px;
}
#order-now {
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: #f8f8f8;
}
#order-now .specific-sub-title {
  margin-top: 48px;
}
#order-now .specific-sub-title h2 {
  text-align: right;
  font-size: 31.2px !important;
  line-height: 37.6px !important;
  word-spacing: -12px;
  margin-right: -32px;
}
#order-now .specific-sub-title .prefix {
  color: #16cb89;
  font-weight: normal !important;
}
#order-now .specific-sub-title .main {
  color: #16cb89;
  font-weight: bold !important;
}
#order-now .specific-sub-title .content-block {
  font-size: 12px;
  line-height: 16.8px;
  max-width: 500px;
}
#order-now .order-levels {
  padding-top: 30px;
  padding-bottom: 30px;
}
#order-now .order-levels .title {
  font-size: 16px;
  line-height: 16.8px;
  font-weight: normal;
  color: #232c30;
  display: block;
}
#order-now .order-levels .sub-description {
  font-size: 9.6px;
  line-height: 16.8px;
}
#order-now .order-levels ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
}
#order-now .order-levels li {
  background-repeat: no-repeat;
  background-position: right 46px top 17px;
  display: inline-block;
  text-align: right;
  border-left: 1px solid rgba(126, 148, 158, 0.3);
  padding: 12px 100px 12px 70px;
}
#order-now .order-levels li:nth-child(1) {
  background-image: url('../themes/orkideh/assets/app/img/icon/plan.png');
  background-size: 25.6px;
}
#order-now .order-levels li:nth-child(2) {
  background-image: url('../themes/orkideh/assets/app/img/icon/test.png');
  background-size: 24px;
}
#order-now .order-levels li:nth-child(3) {
  background-image: url('../themes/orkideh/assets/app/img/icon/credit-card.png');
  background-size: 29.6px;
  border: none;
}
#icon-bar {
  background-color: #f8f8f8;
  color: #616161;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 15px;
}
#icon-bar .container {
  padding-left: 100px;
  padding-right: 100px;
}
#icon-bar .col {
  text-align: center;
}
#icon-bar img {
  margin-bottom: 20px;
}
.products .product {
  margin-top: 24px;
  padding-bottom: 100px;
  position: relative;
  display: block;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(126, 148, 158, 0.3);
}
.products .product .cover {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.products .product .cover img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
  z-index: 40;
}
.products .product .cover .mask {
  z-index: 50;
  position: absolute;
  border-radius: 0 8px 8px 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.products .product .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 62;
}
.products .product .name {
  display: block;
  z-index: 60;
  position: absolute;
  color: #232c30;
  bottom: 70px;
  padding: 5px;
  text-align: right;
  line-height: 19px;
  font-size: 12px;
}
.products .product .desc {
  display: block;
  z-index: 60;
  position: absolute;
  color: #868686;
  bottom: 43px;
  padding: 5px;
  text-align: right;
  line-height: 19px;
  font-size: 10px;
  height: 40px;
  overflow: hidden;
}
.products .product .price-background {
  z-index: 2;
  position: absolute;
  background-color: #fafafa;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid rgba(126, 148, 158, 0.3);
  bottom: 0;
  height: 39px;
  width: 100%;
}
.products .product .price {
  z-index: 60;
  position: absolute;
  color: #000000;
  word-spacing: -5px;
  right: 10px;
  bottom: 11px;
  font-size: 13px;
  display: inline-block;
}
.products .product .price .sale-price-with-discount {
  font-weight: bold;
}
.products .product .price .sale-price {
  text-decoration-line: line-through;
  color: #616161;
  font-size: 13px;
  margin-left: 15px;
}
.products .product .price .currency {
  font-size: 11px;
}
.products .product .add-to-cart {
  z-index: 65;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  left: 5px;
  bottom: 5px;
  /* box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3); */
  border-radius: 8px;
  padding: 1px;
  text-align: center;
}
.products .product .add-to-cart img {
  width: 100%;
  height: auto;
  position: unset;
}
.products .product .finish-inventory {
  z-index: 65;
  position: absolute;
  left: 12px;
  bottom: 13px;
  text-align: left;
  color: #d6d6d6;
  font-size: 10px;
}
.products .product .bookmark {
  display: none;
  z-index: 65;
  cursor: pointer;
  position: absolute;
  left: 5px;
  bottom: 3px;
  width: 35px;
  height: 35px;
  padding: 3px;
  text-align: center;
}
.products .product .bookmark img {
  width: 92%;
  height: 82%;
  position: unset;
}
.products .product .bookmark.bookmarked img {
  content: url('../themes/orkideh/assets/app/img/icon/heart-3.svg');
}
.products .product .discount-price {
  text-align: center;
  color: #f8f8f8;
  background-color: #16cb89;
  border-bottom: 3px solid #bdf0dd;
  display: inline-block;
  border-radius: 0 0 8px 8px;
  padding: 8px;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 42px;
  z-index: 60;
  line-height: 13px;
}
.products .product .discount-price .percent {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 13px;
}
.products .product .discount-price .label {
  display: none;
  font-weight: lighter;
  font-size: 13px;
  letter-spacing: -1px;
}
.products .product .market {
  position: absolute;
  color: #616161;
  bottom: 8px;
  right: 11px;
  font-size: 11px;
}
.products .product .market img {
  margin-left: 5px;
}
.products .product.offer {
  padding: 16px 8px 120px 8px;
  border-radius: 12px 12px 0 12px;
  border: none;
}
.products .product.offer .price {
  top: unset;
  bottom: 42px;
}
.products .product.offer .cover {
  width: calc(100% - 16px);
  padding-top: 100%;
}
.products .product.offer .cover img {
  border-radius: 8px 8px 0 0;
}
.products .product.offer .name {
  top: unset;
  bottom: 50px;
  right: 10px;
}
.products .product.offer .discount-price {
  bottom: 2px;
  right: 2px;
}
.product-slider {
  position: relative;
}
.product-slider .slick-slide div {
  text-align: center;
}
.product-slider .pre-slide {
  cursor: pointer;
  position: absolute;
  left: 11px;
  top: 40%;
  height: 70px;
  display: block;
  width: 40px;
  box-shadow: 1px 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 0 8px 8px 0;
}
.product-slider .pre-slide i {
  display: block;
  height: 12px;
  width: 12px;
  border-left: 2.4px solid #616161;
  border-top: 2.4px solid #616161;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 30px;
  left: 13px;
}
.product-slider .pre-slide.slick-disabled {
  display: none !important;
}
.product-slider .next-slide {
  cursor: pointer;
  position: absolute;
  right: -11px;
  top: 40%;
  height: 70px;
  display: block;
  width: 40px;
  opacity: 0.5;
}
.product-slider .next-slide i {
  display: block;
  height: 12px;
  width: 12px;
  border-right: 2.4px solid #616161;
  border-top: 2.4px solid #616161;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 30px;
  right: 13px;
}
.product-slider .next-slide.slick-disabled {
  display: none !important;
}
.product-slider .slide {
  width: 256px !important;
  height: 400px;
}
.product-slider .slide img {
  display: unset;
}
#shop-groups,
#shop-products-search,
#shop-products-new,
#shop-products-suggested,
#shop-products-bestselling {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  background-color: #f8f8f8;
}
#shop-groups .search,
#shop-products-search .search,
#shop-products-new .search,
#shop-products-suggested .search,
#shop-products-bestselling .search {
  text-align: left;
  position: relative;
  padding-left: 24px;
}
#shop-groups .search input,
#shop-products-search .search input,
#shop-products-new .search input,
#shop-products-suggested .search input,
#shop-products-bestselling .search input {
  width: 100%;
  height: 42.4px;
  background-color: #fff !important;
  color: #616161 !important;
  font-size: 14.4px !important;
  border-radius: 6.4px !important;
  border: none !important;
  padding-left: 40px;
  padding-right: 15px;
  text-align: right;
}
#shop-groups .search input::placeholder,
#shop-products-search .search input::placeholder,
#shop-products-new .search input::placeholder,
#shop-products-suggested .search input::placeholder,
#shop-products-bestselling .search input::placeholder {
  /* Firefox, Chrome, Opera */
  text-align: right;
  color: #a4b5bd !important;
}
#shop-groups .search input:-ms-input-placeholder,
#shop-products-search .search input:-ms-input-placeholder,
#shop-products-new .search input:-ms-input-placeholder,
#shop-products-suggested .search input:-ms-input-placeholder,
#shop-products-bestselling .search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: left;
  color: #a4b5bd !important;
}
#shop-groups .search input::-ms-input-placeholder,
#shop-products-search .search input::-ms-input-placeholder,
#shop-products-new .search input::-ms-input-placeholder,
#shop-products-suggested .search input::-ms-input-placeholder,
#shop-products-bestselling .search input::-ms-input-placeholder {
  /* Microsoft Edge */
  text-align: left;
  color: #a4b5bd !important;
}
#shop-groups .search .search-icon,
#shop-products-search .search .search-icon,
#shop-products-new .search .search-icon,
#shop-products-suggested .search .search-icon,
#shop-products-bestselling .search .search-icon {
  position: absolute;
  left: 36px;
  top: 13.6px;
}
#shop-products-search {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -50px;
}
#shop-products-search .sorting a {
  display: inline-block;
  padding: 5px 8px 6px 8px;
  color: #616161;
  word-spacing: -3px;
  font-size: 14px;
  margin-left: 12px;
}
#shop-products-search .sorting a.active {
  background-color: #16cb89;
  color: #f8f8f8;
  border-radius: 12px;
}
#shop-products-search .filters {
  padding: 64px 0 30px 0;
}
#shop-products-search .filters .filter-item {
  position: relative;
  border-top: 1px solid rgba(126, 148, 158, 0.3);
  padding: 15px;
}
#shop-products-search .filters .filter-item .title-title {
  color: #e20010;
}
#shop-products-search .filters .filter-item .custom-arrow {
  position: absolute;
  left: 15px;
  top: 23px;
}
#shop-products-search .filters .filter-item input[type=text],
#shop-products-search .filters .filter-item input[type=number] {
  height: 30px;
  border: 1px solid rgba(126, 148, 158, 0.3) !important;
  box-shadow: none !important;
}
#shop-products-search .filters .filter-item .search {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
#shop-products-search .filters .filter-item .search .search-icon {
  left: 15px;
}
#shop-products-search .filters .filter-item .form-switch {
  position: absolute;
  top: -5px;
  left: 15px;
}
#shop-products-search .filters .filter-item .form-checkbox {
  display: block;
}
#shop-products-search .results {
  background-color: #fff;
  border-right: 1px solid rgba(126, 148, 158, 0.3);
  padding-top: 38px;
}
#shop-products-bestselling {
  padding-bottom: 80px;
}
#shop-products-bestselling .container {
  padding-top: 20px;
  background-color: #ffffff;
  margin-top: 10px;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
#shop-products-new {
  padding-top: 50px;
  padding-bottom: 80px;
}
#shop-products-new .container {
  padding-top: 20px;
  background-color: #ffffff;
  margin-top: 10px;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
#shop-products-suggested {
  margin-top: 30px;
  background-color: #16cb89;
}
#shop-products-suggested .sub-title {
  color: #f8f8f8;
}
#shop-products-suggested .show-all {
  color: #f8f8f8;
}
#shop-groups .product-groups {
  margin-top: 56px;
}
#shop-groups .group {
  width: 100%;
  height: 265px;
  position: relative;
  padding: 11.2px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  margin-top: 30px;
}
#shop-groups .group .title {
  display: block;
  text-align: center;
  color: #232c30;
  font-size: 14.4px;
  padding: 8px 12px 5.6px 12px;
  z-index: 55;
}
#shop-groups .group .count {
  display: block;
  text-align: center;
  color: #a4b5bd;
  font-size: 12px;
  z-index: 55;
}
#shop-groups .group img {
  object-fit: cover;
  height: 180px;
  width: 100%;
  border-radius: 8px;
  z-index: 40;
}
#shop-groups .group .mask {
  display: none;
  z-index: 45;
  position: absolute;
  top: 11.2px;
  left: 11.2px;
  right: 11.2px;
  height: 273.6px;
  border-radius: 8px;
  background: radial-gradient(rgba(0, 0, 0, 0) 18%, #000000 198%);
}
#shop-groups .group .mask2 {
  display: none;
  z-index: 50;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 360px;
  border-radius: 15px;
  background: url('../themes/orkideh/assets/app/img/pattern-1.png');
  opacity: 0.05;
}
#brands-component-products {
  padding-top: 50px;
  padding-bottom: 10px;
  display: block;
}
#brands-component-products .product {
  padding: 0 0 7px 0;
  line-height: 2;
}
#brands-component-products .price {
  color: #fff;
  background-color: #939393;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
#brands-component-products .price img {
  width: 50px !important;
  background-color: #6a6a6a;
  border-radius: 0 5px 5px 0;
  float: right;
}
#brands-component-products .sub-title {
  font-size: 24px;
  font-weight: bold;
  border-right: none;
  padding-right: 0;
  padding-bottom: 30px;
}
#brands-component-products .show-all {
  color: #749ca9;
  font-size: 20px;
  float: left;
  position: absolute;
  left: 15px;
  top: 0;
}
.banner {
  background: url('../themes/orkideh/assets/app/img/paper-pattern.png');
  margin-bottom: -56px;
}
.banner img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center bottom;
}
#markets {
  padding-top: 40px;
  padding-bottom: 50px;
  background: url('../themes/orkideh/assets/app/img/pattern-4.png');
  background-color: #f8f8f8;
  border-bottom: 1px solid rgba(126, 148, 158, 0.3);
  border-top: 1px solid rgba(126, 148, 158, 0.3);
  background-size: 20%;
}
#markets .markets .market {
  margin-top: 24px;
  position: relative;
  display: block;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 2px 1px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px 12px 0 12px;
  border-bottom: 4px solid #232c30;
}
#markets .markets .market .cover {
  width: 100%;
  padding-top: 125%;
}
#markets .markets .market .cover img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0 8px;
  z-index: 40;
}
#markets .markets .market .cover .mask {
  z-index: 50;
  position: absolute;
  border-radius: 8px 8px 0 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) -10%, #bdf0dd 95%);
}
#markets .markets .market .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 62;
}
#markets .markets .market .name {
  display: block;
  z-index: 60;
  position: absolute;
  color: #232c30;
  bottom: 55px;
  right: 7px;
  width: 130px;
  padding: 4px;
  text-align: right;
  line-height: 19px;
  font-size: 16px;
}
#markets .markets .market .discount-price {
  text-align: center;
  color: #f8f8f8;
  background-color: #16cb89;
  border-top: 5px solid #616161;
  display: inline-block;
  border-radius: 8px 8px 0 8px;
  padding: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65px;
  z-index: 60;
  line-height: 13px;
}
#markets .markets .market .discount-price .percent {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 18px;
}
#markets .markets .market .discount-price .label {
  font-weight: lighter;
  font-size: 13px;
  letter-spacing: -1px;
}
#markets .markets .market .product {
  position: absolute;
  color: #f8f8f8;
  bottom: 11px;
  left: 20px;
  font-size: 18px;
  line-height: 12px;
  z-index: 50;
  text-align: center;
}
#markets .markets .market .product .count {
  font-weight: bold;
}
#markets .markets .market .product .label {
  font-weight: lighter;
}
#markets .markets .market:hover {
  border-bottom: 4px solid #e20010;
}
#shop-market-detail .top-bar {
  color: #fff;
  position: relative;
  margin-top: -195px;
  margin-bottom: 144px;
}
#shop-market-detail .top-bar .current {
  display: inline-block;
  margin-right: 37px;
}
#shop-market-detail .top-bar .address {
  display: inline-block;
  font-size: small;
}
#shop-market-detail .top-bar .address img {
  width: 30px;
}
#shop-market-detail .top-bar .change-market {
  background-color: #16cb89;
  color: #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 15px;
  cursor: pointer;
}
#shop-market-detail .top-bar .change-market .custom-arrow {
  border-color: #fff;
  top: -2px;
}
#shop-market-detail .top-bar .open-close {
  float: left;
  display: block;
  margin-top: 10px;
}
#shop-market-detail .top-bar .open-close.is-close {
  color: #e20010;
}
#shop-market-detail .top-bar .open-close.is-open {
  color: #16cb89;
}
#shop-market-detail #carouselExampleIndicators .mask {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#shop-market-detail #carouselExampleIndicators .carousel-item img {
  height: 300px;
  object-fit: cover;
}
#shop-market-detail .carousel-indicators li {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  border: 1px solid #222222;
}
#shop-market-detail #near-market {
  display: inline-block;
  background-color: #16cb89;
  color: #fff;
  border-radius: 10px;
  margin: 10px auto;
  padding: 15px;
}
#shop-market-detail .market-tabs {
  margin-top: 40px;
}
#shop-market-detail .market-tabs .tab-pane {
  background-color: #fff;
  padding: 40px;
}
#shop-market-detail .market-tabs #nav-information {
  padding-top: 100px;
}
#shop-market-detail .market-tabs #nav-information .market-timeline h5 {
  margin-bottom: 50px;
}
#shop-market-detail .market-tabs #nav-information .market-timeline table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#shop-market-detail .market-tabs #nav-information .market-timeline table td {
  border: none;
}
#shop-market-detail .market-tabs #nav-information .market-timeline table .t-head {
  border-bottom: 1px solid #616161;
}
#shop-market-detail .market-tabs #nav-information .market-address {
  margin-top: 50px;
}
#shop-market-detail .market-tabs #nav-information .market-address h5 {
  border-bottom: 1px solid #616161;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#shop-market-detail .market-tabs #nav-information #map {
  height: 400px;
}
#shop-market-detail .market-tabs #nav-products .groups {
  position: sticky;
  top: 100px;
  transition: top 0.5s ease 0s;
}
#shop-market-detail .market-tabs #nav-products .groups a {
  margin: 0;
  background: none;
  border: none;
  padding: 0.45rem 1.9em;
  color: #616161;
  font-size: 12px;
}
#shop-market-detail .market-tabs #nav-products .groups a .custom-arrow {
  border-color: #616161;
  border-width: 0 1.4px 1.4px 0;
  padding: 1.7px;
  top: 0;
  left: 5px;
}
#shop-market-detail .market-tabs #nav-products .groups a.active {
  color: #e20010;
  background: none;
  border: none;
}
#shop-market-detail .market-tabs #nav-products .groups a.active .custom-arrow {
  border-color: #e20010;
}
#shop-market-detail .market-tabs .group-content h4 {
  margin-top: -50px;
  padding-top: 50px;
}
#shop-market-detail .inline-cart {
  margin-top: 81px;
  position: sticky;
  top: 100px;
  width: 100%;
}
#shop-market-detail .inline-cart-login {
  margin-top: 90px;
  position: sticky;
  top: 120px;
  width: 100%;
}
#brands {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
  border-top: 1px solid rgba(126, 148, 158, 0.3);
}
#brands .box {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 25px;
  margin-top: -133px;
}
#brands .brand-slider {
  margin-top: 30px;
  position: relative;
}
#brands .brand-slider img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
#brands .brand-slider .pre-slide {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 7px;
  display: block;
  width: 100px;
  background: linear-gradient(90deg, #f4fcff 23%, rgba(255, 255, 255, 0) 100%);
}
#brands .brand-slider .pre-slide i {
  display: block;
  height: 12px;
  width: 12px;
  border-left: 2.4px solid #616161;
  border-top: 2.4px solid #616161;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 61px;
  left: 0;
}
#brands .brand-slider .pre-slide.slick-disabled {
  display: none !important;
}
#brands .brand-slider .next-slide {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 7px;
  display: block;
  width: 100px;
  background: linear-gradient(-90deg, #f4fcff 23%, rgba(255, 255, 255, 0) 100%);
}
#brands .brand-slider .next-slide i {
  display: block;
  height: 12px;
  width: 12px;
  border-right: 2.4px solid #616161;
  border-top: 2.4px solid #616161;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 61px;
  right: 0;
}
#brands .brand-slider .next-slide.slick-disabled {
  display: none !important;
}
#shop-services {
  padding-bottom: 220px;
  background-color: #f8f8f8;
}
#shop-services .advertise {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 130px;
}
#shop-services .service-card {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
#shop-services .service-card img {
  height: 92px;
}
#shop-services .service-card span {
  color: #16cb89;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-top: 24px;
  line-height: 28.8px;
}
#shop-services .service-card p {
  color: #616161;
  font-size: 16px;
  line-height: 19.2px;
  margin-top: 6.4px;
}
#shop-products-detail {
  padding-top: 0;
  padding-bottom: 56px;
}
#shop-products-detail .image-gallery {
  padding: 64px 25px 30px 25px;
  border-bottom: 1px solid rgba(126, 148, 158, 0.3);
}
#shop-products-detail .image-gallery .selected img {
  width: 100%;
  border-radius: 10px;
}
#shop-products-detail .image-gallery .items {
  margin: 25px 0 0 0;
}
#shop-products-detail .image-gallery .items .item {
  width: 86px;
  border-radius: 10px;
  margin: 0 auto 12px auto;
  text-align: center;
  cursor: pointer;
}
#shop-products-detail .image-gallery .items .item.active {
  border: 3px solid #16cb89;
}
#shop-products-detail .image-gallery .items .item img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
#shop-products-detail .product-body {
  background-color: #fff;
  border-right: 1px solid rgba(126, 148, 158, 0.3);
  padding-top: 38px;
  border-bottom: 1px solid rgba(126, 148, 158, 0.3);
}
#shop-products-detail .product-body .sub-title {
  color: #232c30;
  float: right;
  padding-top: 9px;
  padding-right: 15px;
}
#shop-products-detail .product-body .rate-count {
  border-radius: 7px;
  border: 1px solid #e20010;
  display: inline-block;
  float: right;
  padding: 7px;
  text-align: center;
  line-height: 13px;
}
#shop-products-detail .product-body .rate-count .rate {
  color: #e20010;
  font-size: 18px;
}
#shop-products-detail .product-body .rate-count .from {
  color: #e20010;
  font-size: 10px;
}
#shop-products-detail .product-body .rate-count .total {
  color: #232c30;
  font-size: 10px;
  word-spacing: -2px;
}
#shop-products-detail .product-body .product-tabs {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#shop-products-detail .product-body .product-tabs .nav-link {
  border: none;
  background: none;
  padding: 15px;
  color: #232c30;
  font-weight: bold;
}
#shop-products-detail .product-body .product-tabs .nav-link.active {
  border-bottom: 2px solid #e20010;
  color: #e20010;
}
#shop-products-detail .product-body .product-tabs .tab-pane {
  padding: 15px;
}
#shop-products-detail .product-body .product-tabs .feature {
  display: flex;
  justify-content: center;
}
#shop-products-detail .product-body .product-tabs .feature .feature-label {
  display: block;
  background-color: #f8f8f8;
  margin: 5px;
  width: 80%;
  padding: 5px 15px;
  color: #616161;
}
#shop-products-detail .product-body .product-tabs .feature .feature-value {
  display: block;
  background-color: #f8f8f8;
  margin: 5px;
  width: 100%;
  padding: 5px 15px;
  color: #616161;
}
#shop-products-detail .product-prices {
  background-color: #fff;
  padding-top: 4px;
  border-bottom: 1px solid rgba(126, 148, 158, 0.3);
}
#shop-products-detail .product-prices .price {
  padding-top: 20px;
  padding-bottom: 20px;
}
#shop-products-detail .product-prices .price .sale-price {
  color: #616161;
  font-size: 16px;
  text-decoration: line-through;
  display: inline-block;
  line-height: 22.4px;
  margin-right: 13.6px;
}
#shop-products-detail .product-prices .price .price-per-unit {
  display: inline-block;
  margin-right: 16px;
}
#shop-products-detail .product-prices .price .price-per-unit .sale-price-with-discount {
  color: #e20010;
  font-size: 32px;
  font-weight: bold;
  line-height: 22.4px;
}
#shop-products-detail .product-prices .price .price-per-unit .sale-price-with-discount .currency {
  font-size: 16px;
}
#shop-products-detail .product-prices .price .price-per-unit .count-unit {
  color: #616161;
  font-size: 12px;
}
#shop-products-detail .product-prices .fields {
  margin-top: 10.4px;
  margin-bottom: 10.4px;
  padding-right: 75px;
}
#shop-products-detail .product-prices .form-group {
  margin-bottom: 0;
}
#shop-products-detail .product-prices .form-group .field-label {
  display: inline-block;
  padding-right: 8px;
  padding-top: 4px;
}
#shop-products-detail .product-prices .form-group .input-post-fix {
  position: absolute;
  width: 60px;
  display: inline-block;
  text-align: left;
  top: 10px;
  right: calc(98% - 81px);
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 991px) and (min-width: 768px) {
  #shop-products-detail .product-prices .form-group input::placeholder {
    /* Firefox, Chrome, Opera */
    opacity: 0;
  }
  #shop-products-detail .product-prices .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0;
  }
  #shop-products-detail .product-prices .form-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    opacity: 0;
  }
}
@media (max-width: 420px) {
  #shop-products-detail .product-prices .form-group input::placeholder {
    /* Firefox, Chrome, Opera */
    opacity: 0;
  }
  #shop-products-detail .product-prices .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0;
  }
  #shop-products-detail .product-prices .form-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    opacity: 0;
  }
}
#shop-products-detail .product-prices .discount-percent {
  text-align: center;
  color: #f8f8f8;
  background-color: #16cb89;
  display: inline-block;
  border-radius: 12px;
  padding: 12px;
  position: absolute;
  top: 36px;
  right: 0;
  width: 65px;
  z-index: 60;
  line-height: 13px;
}
#shop-products-detail .product-prices .discount-percent .percent {
  font-size: 23px;
}
#shop-products-detail .product-prices .discount-percent .label {
  font-weight: lighter;
  font-size: 13px;
  letter-spacing: -1px;
}
#shop-products-detail .product-prices .price {
  padding-top: 20px;
  padding-bottom: 20px;
}
#shop-products-detail .product-prices .price .sale-price {
  color: #616161;
  font-size: 16px;
  text-decoration: line-through;
  display: inline-block;
  line-height: 22.4px;
  margin-right: 13.6px;
}
#shop-products-detail .product-prices .price .price-per-unit {
  display: block;
  margin-right: 63px;
}
#shop-products-detail .product-prices .price .price-per-unit .sale-price-with-discount {
  color: #e20010;
  font-size: 32px;
  font-weight: bold;
  line-height: 22.4px;
}
#shop-products-detail .product-prices .price .price-per-unit .sale-price-with-discount .currency {
  font-size: 16px;
}
#shop-products-detail .product-prices .price .price-per-unit .count-unit {
  color: #616161;
  font-size: 12px;
}
#shop-products-detail .product-prices .fields {
  margin-top: 10.4px;
  margin-bottom: 10.4px;
}
#shop-products-detail .product-prices .add-to-cart {
  text-align: center;
  background: #e20010;
  background: linear-gradient(-90deg, #e20010 0%, #fc465c 100%);
  margin-right: 12px;
  border-radius: 8px;
  margin-top: 16px;
  position: relative;
}
#shop-products-detail .product-prices .add-to-cart .mask {
  background: url('../themes/orkideh/assets/app/img/pattern-2.png');
  border-radius: 8px;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 50;
}
#shop-products-detail .product-prices .add-to-cart a {
  color: #f8f8f8;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  padding: 13px;
  position: relative;
  z-index: 55;
  border-radius: 8px;
}
#shop-products-detail .product-prices .add-to-cart a img {
  margin-bottom: 5.6px;
}
@media (max-width: 992px) {
  #shop-products-detail .product-prices .add-to-cart a {
    width: 100%;
    border-radius: 0;
  }
}
#shop-products-detail .bookmark {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  float: left;
  padding: 7px 8px 8px 8px;
}
#shop-products-detail .bookmark img {
  width: 100%;
}
#shop-products-detail .bookmark.bookmarked img {
  content: url('../themes/orkideh/assets/app/img/icon/heart-3.svg');
}
#shop-products-detail .finish-inventory {
  color: #d6d6d6;
  font-size: 14px;
  float: left;
  margin-left: 78px;
}
#shop-products-detail .description {
  padding-top: 16px;
  text-align: justify;
  clear: both;
  font-size: 12px;
  line-height: 21px;
  color: #616161;
}
#shop-cart {
  display: block;
  padding-bottom: 100px;
}
#shop-cart #cart-details-table {
  font-size: 13px;
  color: #616161;
}
#shop-cart .alert-error {
  background-color: #ffa798;
  color: red;
  padding: 10px;
}
.factor-table {
  background-color: #ffffff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.factor-table .row {
  border-top: 1px solid rgba(27, 33, 36, 0.1);
  margin-left: 0;
  margin-right: 0;
}
.factor-table .row:first-child {
  border-top: none;
}
.factor-table .row > div {
  padding: 10px;
}
.factor-table .row:hover .remove {
  display: inline-block;
}
.factor-table .footer {
  background-color: #f2f4f5;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0 0 6px 6px;
  border-top: none;
}
.factor-table .footer div {
  padding: 10px;
}
.factor-table .product {
  display: flex;
  text-align: right;
  text-decoration: none;
  max-width: 600px;
}
.factor-table .product .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 35px;
}
.factor-table .product .detail .title {
  font-size: 12.8px;
  font-weight: normal;
  color: #16cb89;
  display: block;
}
.factor-table .product .detail .description {
  margin-top: 5px;
  font-size: 10.4px;
  font-weight: normal;
  color: #616161;
  display: block;
}
.factor-table .product img {
  height: 72px;
  width: 72px;
  object-fit: cover;
  border-radius: 7px;
}
.factor-table .remove {
  background-color: #f8f8f8;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../themes/orkideh/assets/app/img/icon/remove.svg);
  box-shadow: -2px -2px 6px 2px rgba(0, 0, 0, 0.2);
  display: none;
  border-radius: 6px 0 0 0;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.factor-table .remove:hover {
  background-color: #e20010;
  background-image: url(../themes/orkideh/assets/app/img/icon/remove-2.svg);
}
.factor-table .count-unit {
  position: relative;
  display: inline-block;
  text-align: center;
}
.factor-table .count-unit img {
  width: 5px;
}
.factor-table .count-unit input {
  text-align: center;
  padding-left: 40px;
  width: 100px;
  margin-left: -37px;
}
.factor-table .count-unit .input-post-fix {
  position: relative;
  top: -2px;
  width: 33px;
  color: #a4b5bd;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.factor-table .count-unit .sale-price-unit {
  display: inline-block;
  height: 40px;
  color: #616161;
  background-color: rgba(126, 148, 158, 0.1);
  border-radius: 8px;
  padding: 5px 10px;
  line-height: 10px;
}
.factor-table .count-unit .sale-price-unit .price-unit {
  font-size: 10.4px;
  font-weight: normal;
  display: block;
}
.factor-table .count-unit .sale-price-unit .sale-price-per-unit {
  font-size: 12.8px;
  font-weight: bold;
  display: block;
  position: relative;
  top: 5px;
  letter-spacing: -1.1px;
}
.factor-table .sale-price {
  color: #616161;
  font-size: 10.4px;
  text-decoration: line-through;
  display: block;
  letter-spacing: -1.1px;
}
.factor-table .sale-price-with-discount {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  display: block;
  letter-spacing: -1.1px;
}
.factor-table .price-per-unit {
  display: inline-block;
  margin-right: 16px;
}
.factor-table .price-per-unit .price-label {
  color: #616161;
  font-size: 12px;
}
.factor-table .discount-percent {
  color: #f8f8f8;
  font-size: 14.4px;
  text-align: left;
  background: url('../themes/orkideh/assets/app/img/arrow-back.svg') no-repeat;
  display: inline-block;
  font-weight: bold;
  padding: 3.2px 5.6px;
  line-height: 12px;
  z-index: 50;
  height: 32px;
  font-family: roboto;
}
.factor-table .discount-percent span {
  font-size: 11.2px;
}
.bottom-bar {
  margin-top: 24px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.bottom-bar .price {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bottom-bar .price .sale-price {
  color: #616161;
  font-size: 16px;
  text-decoration: line-through;
  display: inline-block;
  line-height: 22.4px;
  margin-right: 13.6px;
  letter-spacing: -1.1px;
}
.bottom-bar .price .price-per-unit {
  display: inline-block;
  margin-right: 16px;
}
.bottom-bar .price .price-per-unit .sale-price-with-discount {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  line-height: 22.4px;
  letter-spacing: -1.1px;
}
.bottom-bar .price .price-per-unit .sale-price-with-discount .currency {
  font-size: 16px;
  letter-spacing: -1.1px;
}
.bottom-bar .price .price-per-unit .price-label {
  color: #616161;
  font-size: 12px;
}
.bottom-bar .price .discount-percent {
  color: #f8f8f8;
  font-size: 14.4px;
  text-align: left;
  background: url('../themes/orkideh/assets/app/img/arrow-back.svg') no-repeat;
  display: inline-block;
  font-weight: bold;
  border-radius: 4px;
  padding: 3.2px 5.6px;
  position: relative;
  top: -8.8px;
  line-height: 12px;
  z-index: 50;
  height: 32px;
  font-family: roboto;
}
.bottom-bar .price .discount-percent span {
  font-size: 11.2px;
}
.inline-cart .items {
  background-color: #fff;
  border: 1px solid rgba(126, 148, 158, 0.3);
  border-top: none;
}
.inline-cart .items .item {
  border-top: 1px solid rgba(126, 148, 158, 0.3);
  padding: 12px 7px;
  position: relative;
}
.inline-cart .items .item:hover .remove-inline {
  display: inline-block;
}
.inline-cart .items .item .title {
  font-size: 12px;
}
.inline-cart .items .item .price {
  font-size: 11px;
  display: inline-block;
  margin-right: 25px;
}
.inline-cart .items .item .count {
  position: absolute;
  bottom: 10px;
  left: 47px;
}
.inline-cart .items .item .remove-inline {
  background-color: #f8f8f8;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../themes/orkideh/assets/app/img/icon/remove.svg);
  box-shadow: -2px -2px 6px 2px rgba(0, 0, 0, 0.2);
  display: none;
  border-radius: 6px 0 0 0;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.inline-cart .items .item .remove-inline:hover {
  background-color: #e20010;
  background-image: url(../themes/orkideh/assets/app/img/icon/remove-2.svg);
}
.inline-cart .items .item .add-inline {
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../themes/orkideh/assets/app/img/icon/add-2.png);
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 10px;
  left: 60px;
}
.inline-cart .items .item .minus-inline {
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../themes/orkideh/assets/app/img/icon/minus.png);
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.inline-cart .totals {
  margin-top: 20px;
  font-size: 11px;
}
.inline-cart .totals .row {
  margin-top: 10px;
}
.inline-cart .totals .payable {
  font-size: 13px;
  font-weight: bold;
}
.inline-cart .submit-order a {
  width: 100%;
  font-size: 15px;
  background-color: #16cb89;
  color: #fff;
  border-radius: 10px;
}
.inline-cart .empty {
  background-color: #fff;
  border: 1px solid rgba(126, 148, 158, 0.3);
  padding: 12px 7px;
}
.inline-cart-login {
  display: block !important;
}
.inline-cart-login .inner {
  max-width: 100%;
}
#shop-order {
  display: block;
  background: url('../themes/orkideh/assets/app/img/paper-pattern.png');
  padding-top: 160px;
  padding-bottom: 100px;
}
#shop-order-details,
#shop-orders-list {
  display: block;
  padding-top: 20px;
  padding-bottom: 50px;
}
#shop-order-details .count-unit input,
#shop-orders-list .count-unit input {
  width: 70px;
  padding-left: 27px;
}
#shop-order-details .user-description {
  margin-top: -25px;
  margin-bottom: 25px;
}
#shop-order-details .rate-comment {
  position: relative;
}
#shop-order-details .rate-comment .w3hubs {
  position: absolute;
  direction: ltr;
  top: 30%;
  left: 10%;
  transform: translate(-50%, -50%) rotateY(180deg);
  display: flex;
}
#shop-order-details .rate-comment .w3hubs input {
  display: none;
}
#shop-order-details .rate-comment .w3hubs input:checked ~ label:after {
  opacity: 1;
}
#shop-order-details .rate-comment .w3hubs label {
  display: block;
  cursor: pointer;
  width: 30px;
}
#shop-order-details .rate-comment .w3hubs label:before {
  content: '\f005';
  font-family: fontAwesome;
  position: relative;
  display: block;
  font-size: 30px;
  color: #BFBFBF;
  margin-right: 4px;
}
#shop-order-details .rate-comment .w3hubs label:after {
  content: '\f005';
  font-family: fontAwesome;
  position: absolute;
  display: block;
  font-size: 30px;
  color: #FFD600;
  top: 0;
  opacity: 0;
  transition: .5s;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#shop-order-details .rate-comment .w3hubs label:hover:after {
  opacity: 1;
}
#shop-order-details .rate-comment .w3hubs label:hover ~ label:after {
  opacity: 1;
}
#shop-order-details .rate-comment textarea {
  width: 80%;
}
#user-panel {
  padding-top: 150px;
  padding-bottom: 50px;
}
#user-panel .panel-side-bar {
  background-color: #f8f8f8;
  box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media (max-width: 767px) {
  #user-panel .panel-side-bar {
    margin: 15px;
  }
}
#user-panel .panel-side-bar .user-panel-welcome .user-name {
  display: block;
  font-size: 14px;
  color: #16cb89;
  text-align: left;
  margin-left: 125px;
  font-weight: bold;
  margin-top: 15px;
}
#user-panel .panel-side-bar .user-panel-welcome .welcome-message {
  display: block;
  font-size: 12px;
  color: #a4b5bd;
  text-align: left;
  margin-left: 125px;
  margin-top: 2px;
  margin-bottom: 55px;
}
#user-panel .panel-side-bar .user-panel-welcome .price {
  color: #e20010;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-right: 30px;
}
#user-panel .panel-side-bar .user-panel-welcome .avatar {
  position: absolute;
  left: 15px;
  top: 0;
  background: none;
  padding: 0;
  border: none;
}
#user-panel .panel-side-bar .user-panel-welcome .avatar img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  border: 2.6px solid #f8f8f8;
  border-radius: 8px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
}
#user-panel .panel-side-bar .user-panel-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
#user-panel .panel-side-bar .user-panel-menu a:hover,
#user-panel .panel-side-bar .user-panel-menu a.active {
  color: #232c30;
}
#user-panel .panel-side-bar .nav-link {
  color: #616161;
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
#user-panel .panel-side-bar .nav-link i {
  padding-right: 30px;
  padding-top: 12px;
  position: relative;
  top: 4px;
  background-size: 20px !important;
  background-position: 91% center!important;
}
#user-panel .panel-side-bar .nav-link i.icon-wallet {
  top: 13px;
  background: url('../themes/orkideh/assets/app/img/icon/wallet.svg') no-repeat;
}
#user-panel .panel-side-bar .nav-link i.icon-orders {
  background: url('../themes/orkideh/assets/app/img/icon/lists.svg') no-repeat;
}
#user-panel .panel-side-bar .nav-link i.icon-favorites {
  background: url('../themes/orkideh/assets/app/img/icon/heart.svg') no-repeat;
}
#user-panel .panel-side-bar .nav-link i.icon-logout {
  background: url('../themes/orkideh/assets/app/img/icon/logout.svg') no-repeat;
}
#user-panel .panel-side-bar .nav-link i.icon-user {
  background: url('../themes/orkideh/assets/app/img/icon/user.svg') no-repeat;
}
#user-panel .panel-page .user-panel-heading {
  text-align: center;
  background-color: #616161;
  color: #FFF;
  padding: 15px;
  margin-bottom: 20px;
}
#warranty-management .warranty {
  background-color: #ace8fb;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}
#warranty-management .warranty i {
  margin-left: 7px;
  position: relative;
  top: 1px;
}
#warranty-management .product-details {
  margin-bottom: 50px;
  margin-top: 30px;
}
#warranty-management .product-details .field-outer,
#warranty-management .product-details p {
  background: #a1d9eb;
  color: #b1b1b1;
  padding: 10px;
  margin: 10px 0;
  border-radius: 7px;
  font-size: 15px;
  font-weight: normal;
}
#warranty-management .product-details .field-outer div,
#warranty-management .product-details p div {
  margin: 7px 50px;
}
#warranty-management .product-details .field-outer div .field-title,
#warranty-management .product-details p div .field-title {
  color: #ffffff;
}
#warranty-management .product-details .field-outer div .field-value,
#warranty-management .product-details p div .field-value {
  color: #749ca9;
  font-weight: lighter;
  font-size: 16.5px;
}
#warranty-management .plaque {
  margin-top: -61px;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 37px;
  text-align: left;
}
#warranty-management .plaque input {
  display: inline-block;
  background-color: #fff !important;
  color: #000;
  height: 51px;
  border-radius: 0 !important;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 31px !important;
}
#warranty-management .plaque input[type=number]::-webkit-inner-spin-button {
  display: none;
}
#warranty-management .plaque input[name=plaque1] {
  width: 51px;
}
#warranty-management .plaque input[name=plaque2] {
  width: 53px;
}
#warranty-management .plaque input[name=plaque3] {
  width: 96px;
}
#warranty-management .plaque input[name=plaque4] {
  width: 58px;
  margin-left: 8px;
  height: 40px;
  position: relative;
  top: 4px;
}
#brands {
  padding-top: 10px;
  padding-bottom: 60px;
}
#brands .brands div {
  padding-right: 5px;
  padding-left: 5px;
}
#brands .brands div img {
  border-radius: 11px;
  width: 100%;
  margin-top: 20px;
}
#brands .brands div a:not(.active) img {
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
}
#banks {
  padding-top: 50px;
  padding-bottom: 50px;
}
#banks.login {
  padding: 10px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;

    /* IE 9 */
    float: left\9;
    width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
    content: attr(data-th) ": ";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: bold;
    width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
}

.bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
    display: none;
}