/* Font */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
}

.fs-xlarge {
  font-size: 24px
}

.fs-large {
  font-size: 20px;
}

.fs-medium {
  font-size: 16px;
}

.fs-small {
  font-size: 14px;
}

.container {
  max-width: 1500px;
}

html,
body {
  background: #fff;
  color: #000;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  scroll-behavior: smooth;
}

.overflow-hide {
  overflow: hidden;
}

.body-overlay {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
}

.body-overlay:after {
  font-family: system-ui;
  padding: 15%;
  text-align: justify;
  content: "";
  width: 100%;
  height: 100vh;
  background: #000;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  color: #fff;
  display: flex;
  opacity: 0.9;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

.body-overlay p {
  color: #f08a21;
  font-size: 26px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f9f7f7ee;
  opacity: 1;
}

a {
  text-decoration: none !important;
  color: #000000;
}

a:hover {
  color: #FA6400;
}

a:hover svg path {
  fill: #FA6400;
}

/* .d-block {
  display: block !important;
} */

/* .d-inline-block {
  display: inline-block !important;
} */

.full-width {
  width: 100% !important;
}

.close {
  font-size: 2rem;
  font-weight: 300;
  color: #000;
}

.login-page {
  background-image: url(../images/web_backgroung_tsaom.png);
  padding: 10vh 0;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-block {
  border-radius: 4px;
  padding: 30px 48px;
}

.login-btn {
  background-position: 50px 12px;
  background-repeat: no-repeat;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 32px;
  border: none;
  margin-bottom: 15px;
  border-radius: 4px;
  text-transform: uppercase;
  height: 48px;
}

.login-btn.facebook {
  background-image: url(../images/ic_fbx24.svg);
  background-color: #3b5998;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50px 12px;
}

.login-btn.twitter {
  background: #fff;
  background-image: url(../images/ic_twitterx24.svg);
  border: 1px solid #000000;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50px 12px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
}

.login-btn.insta {
  background-color: #fff;
  background-image: url(../images/ic_apple.png);
  color: #000;
  background-repeat: no-repeat;
  background-position: 50px 12px;
  font-size: 14px;
  letter-spacing: 0;
  border: 1px solid #000;
}

.form-group.password {
  position: relative;
}

.form-group.password img {
  position: absolute;
  right: 15px;
  bottom: 13px;
}

.cursor-pointer {
  cursor: pointer;
}

.form-control {
  height: 45px;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
}

.form-block .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
}

.form-block .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
}

.form-block .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
}

.form-block .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
}

.form-block .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
}

.form-control:focus {
  box-shadow: 0 0 0 0 #FA6400 !important;
  border: 1px solid #FA6400 !important;
}

.checkbox-custom .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-custom .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.checkbox-custom .form-group label:before {
  content: "";
  -webkit-appearance: none;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border: 3px solid #FA6400;
  border-radius: 2px;
}

.checkbox-custom .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #FA6400;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.forgot-password {
  color: #000000 !important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  float: right;
  /* text-decoration: underline !important; */
}

.dropdown-menu {
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px #00000040;
}

.common-btn {
  position: relative;
  padding: 8px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  border: none;
  /* color: #fff; */
  overflow: hidden;
  /* background-color: transparent; */
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  min-width: 100px;
  display: inline-block;
}

.common-btn:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.common-btn.blue {
  background-color: #0053b7;
}

.common-btn.blue:hover {
  color: #fff;
  z-index: 3;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.common-btn.blue:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.6);
  -ms-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  -o-transition-property: left, transform;
  transition-property: left, transform;
  transition-property: left, transform, -webkit-transform;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  -webkit-transition-duration: 1s, 0.5s;
  -o-transition-duration: 1s, 0.5s;
  transition-duration: 1s, 0.5s;
  opacity: 0;
}

.common-btn.blue:hover:before {
  left: 10px;
  -webkit-transform: translateY(-50%) scale(50);
  -ms-transform: translateY(-50%) scale(50);
  transform: translateY(-50%) scale(50);
  -webkit-transition-delay: 0s, 1s;
  -o-transition-delay: 0s, 1s;
  transition-delay: 0s, 1s;
  opacity: 1;
  background: #fa6400;
  z-index: -1;
}

.common-btn.blue:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.6);
  -ms-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  -o-transition-property: right, transform;
  transition-property: right, transform;
  transition-property: right, transform, -webkit-transform;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  -webkit-transition-duration: 1s, 0.5s;
  -o-transition-duration: 1s, 0.5s;
  transition-duration: 1s, 0.5s;
  opacity: 0;
}

.common-btn.blue:hover:after {
  right: 10px;
  -webkit-transform: translateY(-50%) scale(50);
  -ms-transform: translateY(-50%) scale(50);
  transform: translateY(-50%) scale(50);
  -webkit-transition-delay: 0s, 1s;
  -o-transition-delay: 0s, 1s;
  transition-delay: 0s, 1s;
  opacity: 1;
  background: #fa6400;
  z-index: -1;
}

.common-btn.blue {
  background-color: #2563EB;
  color: #fff;
}

.common-btn.blue:hover {
  z-index: 3;
  color: #ffffff;
}

.common-btn.blue:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.6);
  -ms-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  -o-transition-property: left, transform;
  transition-property: left, transform;
  transition-property: left, transform, -webkit-transform;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.3s, 0.5s;
  -o-transition-duration: 0.3s, 0.5s;
  transition-duration: 0.3s, 0.5s;
  opacity: 0;
}

.common-btn.blue:hover:before {
  left: 10px;
  -webkit-transform: translateY(-50%) scale(50);
  -ms-transform: translateY(-50%) scale(50);
  transform: translateY(-50%) scale(50);
  -webkit-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
  opacity: 1;
  background: #2564ebcf;
  z-index: -1;
}

.common-btn.blue:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.6);
  -ms-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  -o-transition-property: right, transform;
  transition-property: right, transform;
  transition-property: right, transform, -webkit-transform;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.3s, 0.5s;
  -o-transition-duration: 0.3s, 0.5s;
  transition-duration: 0.3s, 0.5s;
  opacity: 0;
}

.common-btn.blue:hover:after {
  right: 10px;
  -webkit-transform: translateY(-50%) scale(50);
  -ms-transform: translateY(-50%) scale(50);
  transform: translateY(-50%) scale(50);
  -webkit-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
  opacity: 1;
  background: #2564ebcf;
  z-index: -1;
}

.common-btn.orange {
  /* border-radius: 4px; */
  background-color: #FA6400;
  color: #fff;
}

.common-btn.orange-outline {
  border: 1px solid #FA6400;
  background: #ffffff;
  color: #FA6400;
}

.common-btn.grey-outline {
  border: 1px solid #919191;
  background: #ffffff;
  color: #515167;
}

.common-btn.orange:hover,
.common-btn.orange-outline:hover {
  z-index: 3;
  color: #ffffff;
}

.common-btn.grey-outline:hover {
  z-index: 3;
  border: none;
}

.common-btn.orange:before,
.common-btn.orange-outline:before,
.common-btn.grey-outline:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.6);
  -ms-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  -o-transition-property: left, transform;
  transition-property: left, transform;
  transition-property: left, transform, -webkit-transform;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.3s, 0.5s;
  -o-transition-duration: 0.3s, 0.5s;
  transition-duration: 0.3s, 0.5s;
  opacity: 0;
}

/* .common-btn.grey-outline:hover {
  background: #ebebeb;
  color: #515167;
  border: none;
} */

.common-btn.orange:hover:before,
.common-btn.orange-outline:hover:before,
.common-btn.grey-outline:hover:before {
  left: 10px;
  -webkit-transform: translateY(-50%) scale(50);
  -ms-transform: translateY(-50%) scale(50);
  transform: translateY(-50%) scale(50);
  -webkit-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
  opacity: 1;
  background: #ff9b44;
  z-index: -1;
}

.common-btn.orange-outline:hover:before {
  background: #FA6400;
}

.common-btn.grey-outline:hover:before {
  background: #ebebeb;
  color: #515167 !important;
}

.common-btn.orange:after,
.common-btn.orange-outline:after,
.common-btn.grey-outline:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.6);
  -ms-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  -o-transition-property: right, transform;
  transition-property: right, transform;
  transition-property: right, transform, -webkit-transform;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.3s, 0.5s;
  -o-transition-duration: 0.3s, 0.5s;
  transition-duration: 0.3s, 0.5s;
  opacity: 0;
}

.common-btn.orange:hover:after,
.common-btn.orange-outline:hover:after,
.common-btn.grey-outline:hover:after {
  right: 10px;
  -webkit-transform: translateY(-50%) scale(50);
  -ms-transform: translateY(-50%) scale(50);
  transform: translateY(-50%) scale(50);
  -webkit-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
  opacity: 1;
  background: #ff9b44;
  z-index: -1;
}

.common-btn.orange-outline:hover:after {
  background: #Fa6400;
}

.common-btn.grey-outline:hover:after {
  background: #ebebeb;
  color: #515167 !important;
}

.common-btn.icon-btn {
  box-shadow: 0px 0px 4px 0px #00000040;
  border: 1px solid #0000002E;
  min-width: 40px;
}

span.terms-line {
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
}

p#terms-accepted-error-container label {
  font-size: 1rem;
}

.addedImg .addIcon {
  /* color: #b1b1b1; */
  /* font-size: 30px; */
  position: absolute;
  /* display: block; */
  /* text-align: center; */
  left: 50%;
  top: 25%;
  transform: translate(-50%, -25%);
}

.addedImg .addImgHere {
  position: relative;
}

.upload-img img.img-fluid {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: cover;
}

div#myTabContent .options-main-menu label {
  width: 100%;
  margin-bottom: 0;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  position: relative;
}

body .select2-container--default .select2-results__option[aria-selected="true"]::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  border: 3px solid #134e5f;
  right: 12px;
  top: 11px;
  border-top: 0;
  border-left: 0;
  transform: rotate(-316deg);
}

div#myTabContent .options-main-menu label .options-label {
  width: 100% !important;
}

.addedImgGrp {
  overflow: hidden;
}

div#myTabContent .multi-level-options-container .options-sub-menu-container label {
  width: 100%;
}

div#myTabContent .multi-level-options-container .options-sub-menu-container label .checkbox {
  display: none;
}

.addedImg .addTxtHere p {
  opacity: 0.7;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
}

.text-left {
  text-align: left;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  letter-spacing: 0;
}

p.how-hear {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

a.back-link {
  color: #000000 !important;
  font-size: 14px;
  letter-spacing: 0;
}

a.back-link img {
  position: relative;
  top: -1px;
}

.referral h4 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  padding-bottom: 10px;
}

.referral p {
  opacity: 0.7;
  color: #191819;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.referral {
  min-height: 530px;
}

/* top nav */
.top-nav {
  padding-top: 1rem;
}

.top-nav ul li a {
  /* color: #fff !important; */
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
}

.options-lang {
  background-color: transparent;
  border: 0px;
  color: #FA6400;
  outline: none;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0px 12px 0px 0px;
}

.options-lang option {
  color: #000 !important;
}

/* logo section */
.logo-sec {
  /* padding: 10px 0 0 0; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* height: 78px; */
}

.logo-sec2 {
  padding: 10px 0px 10px 0px;
}

.main-search {
  border: 1px solid #000;
  padding: 4px 4px;
  border-radius: 4px;
}

.main-search .select-bord {
  border: 0px;
  position: relative;
  padding: 4px 15px;
  cursor: pointer;
  outline: none;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url("../images/png/ic_dd-black.png") no-repeat right center;
  border: none;
  color: #000 !important;
  width: 100%;
  font-size: 13px;
  padding: 0px 10px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
}

.main-search .select-bord options {
  padding-left: 10px;
  color: #000 !important;
}

.main-search input {
  background: #fff;
  outline: none;
  padding: 0px;
  margin: 0px !important;
  font-size: 12px;
}

.form-cont {
  border: 0px !important;
  width: 100% !important;
  width: 100%;
  padding: 8px;
}

.brdl-1 {
  border-left: 1px solid #ddd;
}

/* second-nav */
.second-nav ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px !important;
  position: relative !important;
}

.second-nav ul li a:hover {
  color: #235793;
}

.second-nav ul li {
  padding: 10px 22px;
}

.second-nav ul li a:hover::after {
  content: "\f0d8";
  position: absolute;
  bottom: -7px;
  font-family: fontawesome;
  left: 40%;
}

.second-nav ul li.active::after {
  content: "\f0d8";
  position: absolute;
  bottom: 3px;
  font-family: fontawesome;
  left: 44%;
  color: #777;
}

.second-nav ul li.active {
  position: relative;
  color: #235793;
}

.bord-right {
  border: 1px solid #000000;
  border-radius: 4px;
}

ul.nav-main li a {
  color: #252C32B2
}

ul.nav-main li a:hover {
  color: #FA6400;
}

ul.nav-main li a svg path {
  fill: #252C32B2
}

.hot-deals h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0px;
}

.hot-deals {
  padding: 30px;
}

/* fix blank or flashing items on carousel */
.hot-deals .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.hot-deals button {
  outline: none;
}

/* end fix */
.hot-deals .owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.hot-deals .owl-nav span {
  background-color: rgb(0 0 0 / 0.1);
  border-radius: 50%;
  padding: 1px 16px 4px;
  text-align: center;
  font-size: 28px;
}

.hot-deals .owl-nav .owl-prev {
  left: -37px;
  top: 32%;
  position: absolute;
}

.hot-deals .owl-nav .owl-next {
  right: -50px;
  top: 32%;
  position: absolute;
}

.main-image-wrap img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.main-image-wrap h4 {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  margin: 15px 0 10px 0;
  text-align: center;
}

.slide-block {
  border-radius: 4px;
  background-color: rgb(16 153 169 / 0.1);
  padding: 15px;
}

.common-btn.orange.white {
  border: 1px solid #000000;
  border-radius: 4px;
  background: transparent;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.common-btn.orange.white:hover {
  color: #fff;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}

.slide-block h4 {
  color: #fa6400;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
}

.slide-block p {
  opacity: 0.8;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
}

/*Product Near by*/
.products-nearby {
  padding: 40px 0;
}

.products-nearby h4 {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0px;
}

.products-nearby .product-wrap {
  width: 18.4%;
  display: inline-block;
  border: 1px solid rgba(151, 151, 151, 0.36);
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 13%);
  border-radius: 8px;
  position: relative;
}

.common-card .product-wrap {
  display: block;
  border: 1px solid rgba(151, 151, 151, 0.36);
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 13%);
  border-radius: 8px;
  position: relative;
}

.products-nearby .product-wrap small,
.common-card .product-wrap small {
  opacity: 0.7;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  min-height: 27px;
}

.products-nearby .product-wrap p,
.common-card .product-wrap p {
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  margin: 0px 0px 0px 0px;
  width: 100%;
  display: table;
  display: inline-block;
  width: 250px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  line-height: 20px;
}

div#popular-in-residential-slider small.d-block {
  font-size: 12px;
  opacity: 0.7;
  line-height: 27px;
}

.products-nearby .product-wrap h5,
.common-card .product-wrap h5 {
  color: #FA6400;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0px;
  display: flex;
}

.common-card .product-wrap h5 span {
  padding-right: 6px;
}

.products-nearby h4 a,
.common-card .product-wrap h4 a {
  color: #000000 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}

.set-your-shop .image-wrap h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
}

.set-your-shop .image-wrap p {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.set-your-shop .image-wrap button {
  padding-left: 70px;
  padding-right: 70px;
}

footer {
  border-top: 1px solid #E4E4E7;
  display: table;
  width: 100%;
}

footer a,
footer small {
  color: #000000 !important;
  font-size: 14px;
  letter-spacing: 0;
}

footer span {
  color: #52525B;
  font-size: 14px;
  letter-spacing: 0;
}

.top-image-dashboard {
  background-image: url(../images/ic_graphic.png);
  height: 376px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seller-text {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}

.dashboard-wrap {
  padding: 45px 0;
}

.dashboard-wrap .nav-pills .nav-link.active,
.dashboard-wrap .nav-pills .show>.nav-link {
  background-color: #fa6400;
  color: #ffffff;
  text-align: center;
}

.dashboard-wrap .nav-pills .nav-link.active span {
  color: #ffffff;
}

.dashboard-wrap .nav-pills .nav-link {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graph-status span {
  height: 10px;
  width: 10px;
  background-color: #000000;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}

.graph-status span.first {
  background-color: #fbae17;
}

.graph-status span.second {
  background-color: #1099a9;
}

.graph-status small {
  opacity: 0.7;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.product-upload-heading {}

.product-inventory select {
  /* background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 4px;
  border: none;
  padding: 4px; */
  height: 38px
}

.product-inventory td {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  vertical-align: middle;
}

.product-inventory th {
  background-color: #000000;
  color: #fff;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  /* text-transform: uppercase; */
}

.add-product-btn {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 50px 20px;
}

.add-product-btn p {
  opacity: 0.7;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
}

.time-left {
  /* opacity: 0.1; */
  border-radius: 4px;
  background-color: rgb(16 153 169 / 0.1);
  color: #1099a9;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 8px;
}

.heading-wrap {
  border-radius: 2px;
  background-color: #000000;
  padding: 12px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.addedImgGrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4px 0;
}

.addedImg {
  position: relative;
  margin-left: 20px;
}

.addedImgGrp a {
  position: absolute;
  right: -10px;
  top: -4px;
  display: inline-block;
  background: red;
  color: #fff !important;
  padding: 0px 8px;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.addImgHere {
  border-radius: 10px;
  height: 123px;
  width: 123px;
  cursor: pointer;
  position: relative;
  border: 1px solid #D9D9D9;
  box-shadow: 2px 2px 4px 0px #00000040;
}

.addedImg input {
  font-size: 80px;
  visibility: hidden;
}

/* .addedImg .addIcon {
  color: #017b66;
} */

.addedImg .addTxtHere .p16 {
  color: #017b66;
  font-size: 16px;
  font-weight: 500;
}

.addedImg .addTxtHere .p12 {
  color: rgba(38, 38, 46, 0.55);
  font-size: 12px;
}

.addedImg .addTxtHere {
  padding-left: 15px;
}

.prod-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  border-radius: 10px;
}

.click-upload {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  letter-spacing: 0;
}

.click-upload {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 10px !important;
}

.listing-input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  font-size: 14px;
  letter-spacing: 0;
  width: 100%;
  padding: 12px;
}

.listing-input {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05) !important;
  padding: 12px !important;
  width: 100%;
  outline: none;
  margin-bottom: 15px;
}

.listing-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  letter-spacing: 0;
}

.listing-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  letter-spacing: 0;
}

.listing-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  letter-spacing: 0;
}

.listing-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  letter-spacing: 0;
}

.listing-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  letter-spacing: 0;
}

.cut-block {
  position: relative;
}

body[dir="ltr"] .cut-block span {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #FA6400;
  font-size: 14px;
  letter-spacing: 0;
  /* line-height: 24px; */
}

body[dir="rtl"] .cut-block span {
  position: absolute;
  left: 10px;
  top: 13px;
  color: #FA6400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.cut-block .colored {
  background-color: rgba(254, 52, 110, 0.1);
}

.common-btn.orange.white {
  border: 1px solid #000000;
  background: #fff;
}

/*Latest CSS*/
@media (min-width: 576px) {
  .selector-price .modal-dialog {
    max-width: 560px;
    margin: 1.75rem auto;
  }
}

.selector-price h6 {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
}

.selector-price h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

.selector-price .checkbox-custom .form-group input:checked+label:before {
  border: 2px solid #fa6400;
  background-color: #fa6400;
}

.selector-price .checkbox-custom .form-group input:checked+label:after {
  border-color: #fff;
}

.selector-price .checkbox-custom .form-group label {
  color: #161616;
  font-size: 14px;
  letter-spacing: 0.16px;
  font-weight: 600;
}

.selector-price p {
  opacity: 0.7;
  color: #191819;
  font-size: 12px;
  letter-spacing: 0;
  padding-left: 26px;
}

.selector-price h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.selector-price .listing-input {
  background-color: rgba(16, 153, 169, 0.1);
  border: 1px solid #1099a9;
}

.inner-bannar {
  padding: 30px 0;
}

.breadcrum a {
  color: #000000 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}

.produt-images .carousel-indicators li img {
  display: block;
  opacity: 1;
  height: 80px;
  width: 80px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.produt-images .carousel .carousel-indicators li {
  height: 90px;
  width: 90px;
  opacity: 1;
}

.produt-images .carousel .carousel-indicators {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 33%;
  right: auto;
  margin-left: 0%;
  height: 150px;
  left: -210px;
}

/* .product-sharing span {
  opacity: 0.7;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
} */

.product-sharing span.theme-color {
  color: #FA6400;
  font-size: 18px;
  letter-spacing: 0;
}

.product-sharing h3 {
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
}

/* .product-sharing h6 {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0px;
} */

/* .product-sharing p { */
/* opacity: 0.7; */
/* color: #000000; */
/* font-size: 14px; */
/* letter-spacing: 0; */
/* margin: 0; */
/* } */

.product-sharing .col-md-5.col-6 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  padding: 12px 16px;
}

.product-sharing h4 {
  color: #000000;
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.text-underline {
  text-decoration: underline !important;
}

.product-sharing a {
  color: #FA6400;
  font-size: 16px;
  letter-spacing: 0;
}

.similar-product-section {
  padding: 25px 0;
}

.similar-product-section .image-block {
  height: 150px;
}

.similar-product-section .image-block img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 6px;
}

.similar-product-section ul li {
  width: 17.8%;
}

.products-nearby .product-wrap small:last-child,
.common-card .product-wrap small:last-child {
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
}

.similar-product-section p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
}

.similar-product-section h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.similar-product-section.all-products ul li {
  width: 30.5%;
  padding: 15px 0px;
}

.seller-information span {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
}

.seller-block {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #ffffff;
}

.seller-block span.locatn {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
}

.seller-block span.seller-date {
  color: #FA6400;
  font-size: 14px;
  letter-spacing: 0;
}

.light-border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.seller-post-details span {
  opacity: 0.7;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seller-post-details h6 {
  color: #FA6400;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.seller-post-details h6.orngish {
  color: #fa6400 !important;
}

.seller-post-details h6.reddish {
  color: #aa1236 !important;
}

.similar-product-section.all-products h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}

.messageSection {
  min-height: calc(100vh - 60px);
  position: relative;
  overflow: auto;
}

.messageSection .container {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 100%;
  /* padding-top: 70px; */
  padding-bottom: 70px;
}

.messageSection h2 {
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.33px;
  line-height: 30px;
  margin: 0;
  /* position: absolute; */
  /* top: 20px; */
  /* left: 15px; */
}

.sidePanel {
  padding: 15px 0px;
  width: 35%;
  display: block;
  float: left;
  height: 100%;
  overflow: hidden;
  /* background-color: hsl(0 0% 0% / 0.05); */
  position: relative;
  border: 1px solid #eee;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  box-shadow: 0 0 4px 1px #eee;
}

.chat-left {
  position: static !important;
}

.sidePanel .nav-tabs>li>a.active::after {
  display: none;
}

.sidePanel .nav-tabs .nav-item {
  margin-right: 10px !important;
}

.sidePanel .nav-tabs .nav-item:last-child {
  margin-left: 0px !important;
}

.sidePanel .nav-tabs {
  padding: 15px 5px 20px;
  margin: 0px 20px;
  border: none;
}

.sidePanel .nav-tabs .nav-link {
  border-radius: 16px;
  background-color: #f0f0f0 !important;
  color: rgba(40, 51, 61, 0.66) !important;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 15px !important;
}

.sidePanel .nav-tabs .nav-item:last-child .nav-link {
  position: relative;
}

.sidePanel .nav-tabs .nav-item:last-child .nav-link::before {
  content: "";
  position: absolute;
  background-image: url(/img/pink_dot.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  right: 0;
  top: -6px;
}

.sidePanel .tab-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 85px;
}

.left-width {
  width: 90%;
  margin: 0 auto;
  display: block;
}

/* Scrollbar Styling */
.sidePanel .tab-content ul::-webkit-scrollbar {
  width: 3px;
}

.sidePanel .tab-content ul::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

/* Scrollbar Styling */
.sidePanel .tab-content ul li {
  cursor: pointer;
}

.sidePanel .tab-content span {
  padding: 10px;
  position: relative;
  display: block;
  width: 100%;
}

.sidePanel .tab-content ul li.active {
  background: #f2f2f2;
}

.sidePanel .tab-content span img {
  position: absolute;
  left: 0;
}

.sidePanel .tab-content span h3 {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.sidePanel .tab-content span h3 strong {
  color: rgba(0, 0, 0, 0.44);
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  float: right;
}

.sidePanel .tab-content span h4 {
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.sidePanel .tab-content span p {
  color: rgba(0, 0, 0, 0.44);
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}

.chattingDiv {
  background-color: #ffffff;
  width: calc(60% - 30px);
  display: block;
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 0 4px 1px #eee;
}

.chattingDiv span {
  padding: 10px 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 76px;
}

.chattingDiv span h3 {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding-left: 10px;
}

.chattingDiv span h3 p {
  color: rgba(0, 0, 0, 0.44);
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}

.chattingDiv span a {
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 15px;
}

.main-chat {
  overflow-y: auto;
  height: calc(100% - 125px);
  background: #fff;
}

.send-btn {
  height: 48px;
  background-color: #fa6400;
  width: 48px;
  border: 0px;
  color: #fff;
  border-radius: 50%;
  margin: 0px 10px;
}

.input-sec {
  /* width: calc(100% - 60px); */
  width: 100%;
}

/* Scrollbar Styling */
.main-chat::-webkit-scrollbar,
.scroll-chat::-webkit-scrollbar {
  width: 3px;
}

.main-chat::-webkit-scrollbar-track,
.scroll-chat::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.main-chat::-webkit-scrollbar-thumb,
.scroll-chat::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #FA6400;
}

.chat-footer {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F4F4F4;
  width: 100%;
  /* height: 56px; */
  padding: 10px 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.chat-footer .image-upload>input {
  display: none;
}

.chat-footer .image-upload img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.chat-footer .file-upload>input {
  display: none;
}

.chat-footer .file-upload img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.file-upload2 {
  position: relative;
}

.chat-footer .file-upload2>input {
  display: none;
}

.plus {
  width: 40px;
  position: relative;
}

.drop-btn {
  height: auto !important;
  opacity: 0;
}

.chat-footer .file-upload2 img {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.chat-time2 {
  color: #fa6400 !important;
  font-size: 12px;
}

.chat-footer input {
  width: 90%;
}

.chat-footer input:focus {
  outline: none;
}

.chat-footer .sendBtn {
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 0;
  margin: auto;
  font-size: 25px;
  color: #fa6400;
}

#chat-messages-list .time-slot {
  margin: 0;
  font-size: 12px;
  margin-left: 8px;
  color: rgba(60, 60, 67, 0.6);
  font-weight: 500;
}

.self-message {
  padding: 5px 48px 5px 0px;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  text-align: right;
}

.self-message h4 {
  border-radius: 16px 16px 0px 16px;
  background-color: #448AF7;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 10px 15px;
  max-width: 60%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.user-message {
  padding: 10px 0px 10px 48px;
  max-width: 500px;
  position: relative;
}

.user-message h4 {
  border-radius: 0 16px 16px 16px;
  background-color: #F2F4F7;
  color: #00000087;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 10px 15px;
  max-width: 60%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.category-single-block {
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.category-wrap {
  padding: 2px 8px;
  font-size: 15px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #494949 !important;
}

.category-wrap:hover {
  color: #fa6400 !important;
}

.f-s-20 {
  font-size: 20px;
}

.categories-block h3 a {
  color: #000000 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}

.login-profile button {
  background: transparent;
  border: none;
  color: #FA6400;
  outline: none;
}

.login-profile img.profile-dropdown-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.top-nav ul .login-profile a {
  color: #2a2a2a !important;
}

.top-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  position: absolute;
  right: -18px;
  bottom: 9px;
  border: none;
}

.categories-block h4 {
  font-size: 13px;
  line-height: 22px;
  color: #2a2a2a;
  font-weight: 600;
}

.categories-block .owl-nav .owl-prev {
  left: -45px;
  top: 32%;
  position: absolute;
  outline: none;
}

.categories-block .owl-nav .owl-next {
  right: -45px;
  top: 32%;
  position: absolute;
  outline: none;
}

.categories-block .owl-nav span {
  background-color: rgb(0 0 0 / 0.1);
  border-radius: 50%;
  padding: 1px 16px 4px;
  text-align: center;
  font-size: 28px;
}

.categories-block h3 {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 600;
}

.listing-wrap {
  padding: 30px 0;
}

.filter-form {
  background: #f0f0f0;
  padding: 25px;
  border-radius: 6px;
}

.filter-form select,
.filter-form input {
  border: 1px solid #ddd;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  padding: 8px;
  outline: none;
}

/*New Css*/
.listing-bannar {
  padding: 30px 0;
}

.left-filters h4 {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
}

/* .left-filters select {
  border: 1px solid #000000;
  border-radius: 4px;
  height: 40px;
  background-color: #fff;
} */

.left-filters .checkbox-custom .form-group input:checked+label:before {
  background-color: #fa6400;
  border: 2px solid #fa6400;
}

.left-filters .checkbox-custom .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.brand-view-more {
  color: #fa6400 !important;
  text-decoration: underline !important;
}

.great-deals-listing {
  background-image: url(../images/lisging.png);
  background-size: cover;
  height: 320px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.great-deals-listing h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}

.great-deals-listing p {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.products-nearby.lising li {
  width: 23%;
}

.seller-information h4 {
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 60px;
}

.pos-req-block {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 40px 80px;
}

.seller-information {
  padding: 20px 0 120px 0;
}

.skip-link {
  color: #000000 !important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.pos-req-block h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

.pos-req-block p {
  opacity: 0.7;
  color: #191819;
  font-size: 14px;
  letter-spacing: 0;
}

/* New Css */
.close.popup-left-cross {
  position: absolute;
  left: 15px;
}

.slider-popup h4 {
  color: #000000;
  font-size: 22.09px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29.45px;
}

.slider-popup a {
  opacity: 0.8;
  color: #fa6400 !important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.slider-popup h5 {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.slider-popup p {
  opacity: 0.5;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.slider-popup strong {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  margin-bottom: 12px;
}

/*New Css*/
.dashboard-wrap.edit-profile-page .nav-pills .nav-link.active,
.dashboard-wrap.edit-profile-page .nav-pills .show>.nav-link {
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  border: none;
  letter-spacing: 0;
  border-top: 4px solid #000000;
}

.dashboard-wrap.edit-profile-page .nav-pills .nav-link.active,
.dashboard-wrap.edit-profile-page .nav-pills .show>.nav-link {
  color: #000 !important;
  text-align: center;
  font-size: 14px !important;
  margin-bottom: 0px;
}

.dashboard-wrap.edit-profile-page .nav-pills .nav-link {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  min-width: 185px;
}

.dashboard-wrap.edit-profile-page .tab-content {
  /* border: 1px solid #ddd; */
  margin-top: -11px;
  position: relative;
  z-index: 5;
  padding: 25px;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 60px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
}

.upload-btn-wrapper {
  width: 100%;
  text-align: center;
}

.upload-btn-wrapper input {
  width: 100%;
}

.vb-hidden {
  visibility: hidden;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 46px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  font-size: 20px;
  /* font-weight: 600; */
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #FA6400;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #FA6400;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.payment-tab h5 {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.payment-tab p {
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.dashboard-wrap.edit-profile-page .tab-pane h4 {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.add-payment-btn {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: -o-linear-gradient(269.77deg, rgba(0, 0, 0, 0) 0%, #a7a7a7 100%);
  background: linear-gradient(180.23deg, rgba(0, 0, 0, 0) 0%, #a7a7a7 100%);
  padding: 5px 15px;
  color: #2a2a2a;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  outline: none;
}

button:focus {
  outline: none;
}

.payment-card-popup {
  padding: 30px;
}

.payment-card-popup {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
}

.payment-card-popup h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}

.payment-card-popup .checkbox-custom .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #131517;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-btn.orange.white {
  border: 1px solid #FA6400;
  border-radius: 4px;
  background: transparent;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  min-width: 180px;
}

.login-profile.notifican .dropdown-toggle::after {
  display: none;
}

.login-profile.notifican .dropdown-menu.show {
  left: auto;
  right: 0px;
  min-width: 255px;
}

.login-profile.notifican p {
  font-size: 13px;
}

.login-profile.notifican small {
  font-size: 11px;
}

.active-plan-block {
  border: 1px solid rgba(139, 93, 3, 0.5);
  border-radius: 4px;
  background-color: rgba(251, 174, 23, 0.05);
  padding: 20px;
}

.active-plan-block h5 {
  color: #fbae17;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0px;
}

.active-plan-block small {
  opacity: 0.7;
  color: #000000;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.active-plan-block.non-active span {
  opacity: 0.7;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.active-plan-block.non-active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.my-acc-wrap {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 30px;
}

.my-acc-wrap span {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.my-acc-wrap p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 2px;
}

.my-acc-wrap h4 {
  color: #000000;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
}

.my-acc-wrap button {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: -o-linear-gradient(269.77deg, rgba(0, 0, 0, 0) 0%, #a7a7a7 100%);
  background: linear-gradient(180.23deg, rgba(0, 0, 0, 0) 0%, #a7a7a7 100%);
  padding: 4px 8px;
  margin-top: 40px;
}

.my-acc-wrap button a {
  opacity: 0.7;
  color: #000000 !important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.profile-edit {
  background: transparent;
}

.my-acc-wrap {
  margin-top: -60px;
}

.products-nearby.my-wishlist li {
  width: 30.5%;
}

.sellin-seconds img.camera {
  height: 19px;
  margin-left: 5px;
}

.sellin-seconds {
  position: relative;
}

.sellin-seconds .free {
  position: absolute;
  top: -10px;
  z-index: 99;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  height: 25px;
}

.transparent-no-bg {
  background: transparent;
  border: none;
}

.top-nav .dropdown-toggle.notification::after {
  display: none;
}

.notification-dropdown a p {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
}

.notification-dropdown a small {
  opacity: 0.7;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
}

.notification-dropdown .dropdown-menu {
  min-width: 344px;
  left: 45px !important;
  top: 8px !important;
}

.notification-dropdown .dropdown-item {
  padding: 1rem;
}

/* Chrome, Safari, Edge, Opera */
input.hide-arrows::-webkit-outer-spin-button,
input.hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.hide-arrows[type="number"] {
  -moz-appearance: textfield;
}

.subscription-package-description {
  font-size: 10px;
}

.otp-container {
  padding-left: 8%;
}

.otp-container div {
  width: 20%;
  margin-right: 4%;
}

.login-btn {
  background: #fa6400;
  color: #fff;
}

.nav-categories {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.categories-block .main-image-wrap2 {
  border-radius: 6px;
  background-color: #fbfbfb;
  height: 156px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  outline: none;
  border: 1px solid transparent;
  margin: 15px 0px;
  width: 118px;
}

.main-image-wrap2:hover {
  border: 1px solid #f7f7f7;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
}

.main-image-wrap2 h4 {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  margin: 12px 0 12px 0;
  text-align: center;
}

.cetogry-img-size {
  height: 92px !important;
  width: 118px !important;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.drop-btn.dropdown-toggle::after {
  display: inline-block;
  margin-left: 7.255em;
  vertical-align: 2.255em;
  content: "";
  border-top: 0;
  border-right: 1.2em solid transparent;
  border-bottom: 1.9em solid;
  border-left: 0.9em solid transparent;
  right: 4px;
  bottom: 9px;
}

.dropdown-toggle.cret-none::after {
  display: none;
}

.chat-img-width {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 0px 3.4px 0px #00000040;
}

.chat-image-sec {
  width: 60px;
}

.chat-text-sec {
  width: calc(100% - 55px);
}

.chat-name {
  color: #1d232e;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
  width: 170px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.just-now {
  color: #00000096;
  font-size: 12px;
  line-height: 26px;
  text-align: right;
  margin-left: auto;
  display: block;
}

.chat-name2 {
  color: #161616;
  font-size: 14px;
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 600;
  margin: 0px;
}

.last-active {
  color: #0D0D0C66;
  font-size: 12px;
  margin: 0px;
}

.messenger-head-chat {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3F3F6;
  -webkit-box-shadow: 0px 0px 3.4px 0px #00000040;
  box-shadow: 0px 0px 3.4px 0px #00000040;
}

.chat-drop.dropleft .dropdown-toggle::before {
  border: 0px;
}

.chat-text-pera {
  color: #0D0D0C66;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  width: 98%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0px;
}

/* .chat-text-sec h3 {
  margin: 0px;
} */

.scroll-chat {
  height: 230px;
  overflow-y: auto;
}

.left-side-bar li {
  padding: 10px 32px;
  width: 100%;
  position: relative;
  border-radius: 12px;
  margin-bottom: 0.5rem;
}

.left-side-bar li.active {
  background-color: #F3F3F6;
}

.left-side-bar li:hover {
  background-color: #F3F3F6;
}

/* .left-side-bar .chat-image-sec::before {
  content: "";
  position: absolute;
  left: -20px;
  border-radius: 50%;
  height: 8px;
  top: 15px;
  width: 8px;
  background-color: #fa6400;
} */

.chat-image-sec {
  position: relative;
}

.left-side-bar li.active .just-now {
  color: rgba(0, 0, 0, 0.5) !important;
}

.left-side-bar li.read .chat-image-sec::before {
  content: "";
  position: absolute;
  left: -20px;
  border-radius: 50%;
  height: 8px;
  top: 15px;
  width: 8px;
  background-color: transparent !important;
}

.dropdown-menu.my-menu {
  top: 15px !important;
  position: absolute;
}

.btn-pos {
  position: relative;
}

.sendBtn2 {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 22px;
  /* color: #000000 !important; */
  transform: translate(0, -50%);
  padding: 0.5rem;
}

.micro-ph {
  font-size: 20px;
}

.banner-sec {
  padding-bottom: 40px;
}

.select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-app {
  text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  bottom: auto;
  padding: 12px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-prev {
  left: -45px;
}

.carousel-control-next {
  right: -45px;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 0px !important;
  width: 100% !important;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px !important;
}

.select2-container {
  border: 1px solid #D0D5DD !important;
  border-radius: 12px;
  padding: 12px !important;
  outline: none;
}

.select2-container {
  width: 454px;
}

.filter-btn {
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fa6400;
  color: #fff;
  font-size: 16px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.left-filters select:focus {
  outline: none;
  border: 0px;
}

.listing-first {
  padding: 15px 0px;
}

.img-size {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 10px 0px;
  border-radius: 4px 4px 0 0;
}

.heading-home {
  opacity: 0.7;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin: 0px;
  padding-top: 5px;
}

.heading-second {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 5px 0px;
}

.sar-name {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

.featured {
  height: 32px;
  border-radius: 4px;
  font-size: 12px;
  border: 0px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: rgba(16, 153, 169, 0.1);
  color: #1099a9;
}

.listing-pagi {
  height: 49px;
  background-color: #f4f4f4;
}

.listing-pagi li a {
  height: 49px;
  background: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #161616 !important;
  font-size: 14px;
  border: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.listing-pagi li .page-link {
  padding: 0.5rem 1rem;
}

.clr-gry {
  opacity: 0.5;
  color: #000000;
  font-size: 15px;
  padding-left: 5px;
}

.similar-product-section h2 {
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
}

.email-space {
  padding: 0px 10px;
}

.upload-img {
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  /* margin-bottom: 20px; */
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.pagi-down {
  min-height: calc(100% - 60px);
}

.my-drop {
  max-height: 370px;
  overflow-y: auto;
  padding-bottom: 0px;
}

.my-drop:last-child {
  border-bottom: 0px;
}

.wish {
  height: calc(100vh - 231px);
}

.pass_log_id {
  position: relative;
}

.field_icon {
  position: absolute;
  right: 10px;
  top: 15px;
}

.owl-stage-outer .item a {
  margin: 0px !important;
}

.categories-block .carousel-wrap {
  padding: 10px 0px;
}

.categories-block {
  padding-bottom: 20px;
}

.left-filters {
  width: 100%;
}

.login-page .common-btn.orange {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.message-time-seen {
  font-size: 14px;
  color: rgba(47, 44, 49, 0.7);
  text-align: right;
  margin: 0px;
  float: none;
}

.message-time-seen img {
  position: static !important;
}

.login-btn.google {
  background-image: url(../images/icons/google-icon.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50px 10px;
  height: 45px;
  padding: 5px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  letter-spacing: 0;
  font-size: 16px;
  color: #000000;
  text-transform: initial;
}

.login-btn.phone {
  background-image: url(../images/ic_mobile.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50px 12px;
  font-size: 14px;
  letter-spacing: 0;
}

.seller-information2 h4 {
  color: #000000;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 0px;
}

.img-details {
  height: 330px;
  width: 250px;
  border-radius: 12px;
}

.border-part {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.seller-img-round {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.product-pad {
  padding-left: 0px;
}

.review-pad {
  padding-left: 0px;
}

/* subscription plan changes */
.plan-outer {
  height: 360px;
  border: 1px solid rgba(139, 93, 3, 0.5);
  border-radius: 4px;
  background-color: rgba(241, 138, 33, 0.05);
  padding: 10px;
  margin: 10px 0px;
  overflow: hidden;
}

.premium-seller {
  color: #fa6400 !important;
  margin-bottom: 0px !important;
}

.sar-rate {
  color: #fa6400;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0px;
}

.sar-grey {
  opacity: 0.7;
  color: #5d5d5d;
  font-size: 12px;
  font-style: italic;
}

.validit {
  color: #5d5d5d;
  font-size: 12px;
  margin-bottom: 0px;
}

.check-content span {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.pacage-feature {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 0px !important;
}

.img-width-check {
  width: 35px;
}

.content-width-check {
  width: calc(100% - 35px);
}

.content-width-check h5 {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}

.content-width-check p {
  opacity: 0.7;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
}

.check-content {
  overflow-y: auto;
  min-height: 260px;
}

.sar-size {
  color: #fa6400;
  font-weight: 600;
  font-size: 18px;
}

.save-sar {
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 600;
}

.avail-plan {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.dash-bg {
  background-color: #f9fafc;
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
}

.img-dash {
  height: 56px;
  width: 56px;
  border-radius: 4px;
}

.img-space {
  width: 78px;
}

.text-space {
  width: calc(100% - 78px);
}

.text-space h5 {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}

.text-space p {
  opacity: 0.7;
  color: #000000;
  font-size: 12px;
  margin-bottom: 0px;
}

.sar-rate-dash {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding-top: 5px;
}

.dash-bg li {
  margin-right: 30px;
}

.dash-active {
  border-radius: 1px;
  border-bottom: 4px solid #fa6400;
}

.revenue-img {
  float: right;
  padding: 5px 0px;
}

/* store css */
.create-store {
  color: #ffffff;
  font-size: 14px;
  margin: 0px;
  background: #000;
  padding: 15px 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* tosan wallet css */
.wallet-head {
  min-height: 104px;
  border-radius: 4px;
  background-color: #fbe2c7;
  padding: 20px;
}

.avail-blc {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}

.wallet-sar {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
}

.t-payment {
  color: #000000;
  font-size: 16px;
}

.p-payment {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}

.p-time {
  opacity: 0.7;
  color: #191819;
  font-size: 14px;
  margin-bottom: 0px;
}

.sar-clr {
  color: #b2113f;
  font-size: 16px;
  text-align: right;
}

.tab-height {
  border: 0px !important;
  height: 500px;
  overflow: hidden;
  overflow-y: auto;
}

.sar-clr-green {
  color: #239b00;
  font-size: 16px;
  text-align: right;
}

.apply-head {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.seller-p {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}

.profile-head {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.p-image-size {
  height: 56.53px;
  width: 56.53px;
  border: 0.53px solid #e9e9e9;
  border-radius: 50%;
}

.profile-img-side {
  width: 80px;
}

.profile-content-side {
  width: calc(100% - 80px);
}

.user-name {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.user-second {
  opacity: 0.7;
  color: #000000;
  font-size: 16px;
  margin-bottom: 5px;
}

.apply-btn {
  text-transform: uppercase;
  font-size: 14px;
  height: 48px;
  width: 200px;
  border-radius: 4px;
}

/* my store  details */
.top-image-store {
  background-image: url(../images/store_banner.png);
  height: 376px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.logo-store {
  margin-top: -32px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  height: 74px;
  width: 74px;
}

.corn-store {
  color: #000000;
  font-size: 18px;
}

.viewrs {
  color: #4c4c4c;
  font-size: 14px;
  margin-left: 10px;
}

.location-text {
  color: #000000;
  font-size: 14px;
  padding: 5px 0px;
}

.user-detail-name {
  color: #fa6400;
  font-size: 18px;
  font-weight: 600;
  float: right;
}

.welcome-text {
  opacity: 0.7;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}

.detail-list li {
  padding: 5px 10px;
}

.detail-list {
  justify-content: flex-end;
}

.furniture-dec {
  color: #000000;
  font-size: 14px;
}

.tab-section {
  padding: 20px 0px;
}

.main-search {
  margin-bottom: 3px;
  min-height: 48px;
  display: grid;
  width: 100%;
  align-items: center;
}

.plan-name {
  margin-bottom: 0px !important;
  color: #fa6400 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding-top: 10px;
}

.mCSB_inside>.mCSB_container {
  margin-right: 15px !important;
}

.select2-selection.select2-selection--multiple {
  border: 0px !important;
  background: transparent !important;
}

.view-text p {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  opacity: 1 !important;
  display: flex;
  align-items: center;
}

.view-image {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.view-del {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 600;
  opacity: 1 !important;
}

.eye-image {
  margin-left: auto !important;
}

.filter-slider button.slick-prev.slick-arrow,
.filter-slider button.slick-next.slick-arrow {
  display: none !important;
}

.filter-slider .slick-dots {
  display: none !important;
}

.bg-product {
  background-color: #fbe2c7;
  padding: 10px;
}

.featured-product-price {
  position: absolute;
  bottom: 0;
  right: 19px;
  font-weight: bold;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* homepage new section */
.shop-cetogry {
  padding: 20px 0px;
}

/* .bg-shop {
  background-color: #fbfcfd;
  padding: 10px 10px;
  margin-bottom: 20px;
} */

.bg-shop li {
  padding-right: 20px;
}

.bg-shop.nav-pills .nav-link.active,
.bg-shop.nav-pills .show>.nav-link {
  background-color: transparent;
  /* text-transform: uppercase; */
  color: #000000;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 400;
}

.bg-shop.nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.34);
  font-family: Roboto;
  /* text-transform: uppercase; */
  font-size: 22px;
}

.shop-p {
  /* height: 155px; */
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.5s;
}

.col-md-5.list-top {
  text-align: right;
}

section.shop-cetogry .owl-nav {
  display: block !important;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}

.col-md-5.list-top a.email-space:last-child {
  padding-left: 3px;
}

.col-md-5.list-top a.email-space:last-child img {
  max-width: 32px;
  object-fit: contain;
}

section.shop-cetogry .owl-dots {
  display: none;
}

ul#prod-category {
  position: relative;
  margin-bottom: 30px;
}

.product-l li a {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  transition: all 0.5s;
}

.shop-p p {
  font-size: 14px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
}

/* .product-l li a:hover .shop-p {
  box-shadow: 0px 1px 12px 2px rgb(0 0 0 / 5%);
} */

.product-l li a:hover .shop-p {
  /* transform: scale(1.05); */
  box-shadow: 0px 5px 10px 0px #bebdbd;
}

.product-l li a:hover {
  color: #FA6400;
}

.shop-p img {
  transform: scale(1);
  transition: all 0.5s;
  /* height: 122px; */
}

.product-l li {
  /* width: 122px; */
  margin: 10px 5px;
}

.home-banner {
  margin: 0px 0px 20px 0px;
}

.banner-bg {
  text-align: center;
}

.banner-bg h3 {
  color: #ffffff;
  font-family: Roboto;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}

.banner-bg p {
  opacity: 0.8;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 5px;
}

.common-btn.black {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 48px;
  width: 216px;
  margin-top: 10px;
}

.home-banner .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
}

.home-banner .slick-dots li button {
  display: none;
}

.home-banner .slick-dots li {
  width: 7px;
  padding: 0px 8px;
  color: #fff;
  border-radius: 50%;
}

.home-banner .slick-next {
  position: absolute;
  top: 50%;
  background-image: url("/images/arrow-right-circle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-banner .slick-prev {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 99;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid #FA6400 !important;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.addImgHerez {
  height: 97px;
  width: 97px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.add-img {
  opacity: 0.7;
  color: #000000;
  font-size: 14px;
}

.p-img-size {
  height: 190px;
  width: 240px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.p-img-size img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.left-filters .multi-level-options-container label {
  width: 100%;
}

.left-filters .multi-level-options-container {
  z-index: 9 !important;
  max-height: 400px;
  overflow-y: auto;
}

.left-filters .multi-level-options-container .checkbox {
  display: none;
}

label.error {
  color: #b82b2b;
}

.revainue h5 {
  color: #000000;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 700;
}

.revainue h6 {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.new-product {
  font-size: 14px;
  padding: 5px 25px;
  height: 48px;
  font-weight: 300;
  text-transform: uppercase;
}

.table-img {
  height: 70px;
  width: 70px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 50%;
}

.table-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* switch btn css */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

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

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

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

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

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

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.for-call {
  opacity: 0.6;
  color: #282525;
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
}

.seprate {
  padding-top: 10px;
  margin-bottom: 1rem;
}

.products-nearby2 {
  padding: 10px 0px 70px 0px;
}

.products-nearby2 h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}

.products-nearby2 .product-wrap {
  width: 18.4%;
  display: inline-block;
  margin-top: 15px;
  border: 1px solid rgba(151, 151, 151, 0.36);
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 13%);
  transition: 0.5s;
}

.products-nearby2 .product-wrap small {
  opacity: 0.7;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.products-nearby2 .product-wrap p {
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  margin: 3px 0px 2px 0px;
  opacity: 1;
  width: 215px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  min-height: auto;
}

.products-nearby2 .product-wrap h5 {
  color: #fa6400;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0px;
}

.products-nearby2 h4 a {
  color: #000000 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}

.featured-c {
  color: #fa6400;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 5px;
}

.featured-c img {
  padding-left: 5px;
  width: 16px;
}

.width-75 {
  width: 75%;
}

.width-25 {
  width: 25%;
}

/* home shop */
.outer-shop {
  position: relative;
  margin: 10px 0px;
}

.shop-img-size {
  height: 134px;
  width: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.shop-img-size img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-2 li {
  width: 344px;
  margin: 10px 30px 5px 0px;
}

.shop-content {
  padding: 15px;
  min-height: 86px;
  border: 1px solid rgba(151, 151, 151, 0.18);
  border-radius: 0 0 4px 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.shop-content h5 {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
}

.shop-content p {
  color: #4c4c4c;
  font-size: 16px;
  margin: 0px;
}

.pos-icon {
  height: 48.56px;
  width: 48.56px;
  border: 3.28px solid #ffffff;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  right: 4px;
  top: 50%;
}

.outer-shop:hover .pos-icon {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}

.carousel-indicators2.nav {
  gap: 10px;
}

/* .carousel-indicators2 li {
  margin: 5px 15px 0px 0px;
} */

.carousel-indicators2 li img {
  max-width: 80px;
  height: 90px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.c-img-size {
  height: 650px !important;
  width: 100%;
  overflow: hidden;
}

.c-img-size img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #FA640008;
}

.fake-add {
  color: #fa6400;
  text-align: right;
  font-size: 14px;
}

.fake-add a {
  color: #fa6400;
  text-decoration: underline !important;
}

.sefty-tips {
  border-radius: 0 0 8px 8px;
  background-color: #FA6400;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 4px 0px;
  margin-bottom: 20px;
}

.sefty-tips li.text-bold2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.sefty-tips li {
  color: #ffffff;
  font-size: 14px;
  padding-right: 30px;
}

.btn-width {
  width: 290px;
  padding: 0.8rem
}

.use-img-size {
  height: 61px;
  width: 80px;
  border-radius: 4px;
  overflow: hidden;
}

.use-img-size img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.product-sharing h3 span {
  color: #fa6400;
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
}

.advertise {
  opacity: 0.5;
  color: #000000;
  font-size: 14px;
  margin: 2rem 0 1rem;
}

.products-nearby h4 a {
  font-size: 16px;
  font-weight: 500;
}

.products-nearby h4 a i {
  color: #FA6400;
  font-size: 19px;
  margin-left: 4px;
}

.products-nearby2 .product-wrap:hover img {
  transform: scale(1.03);
  transition: 0.5s;
}

.products-nearby2 .product-wrap img {
  transition: 0.5s;
}

span.ui-slider-handle {
  background: #134e5f !important;
  border: 0 !important;
  border-radius: 100px;
  outline: none;
  width: 16px !important;
  height: 16px !important;
  top: -8px !important;
}

.seprate .col-md-8 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.ui-slider-horizontal .ui-slider-range {
  outline: none;
  background: #b7b7b7;
}

.seprate .col-md-8 input#price {
  color: #134e5f !important;
  outline: none;
}

/*--new-page-css--*/
section.inner-bnr img {
  width: 100%;
  float: left;
}

section.inner-bnr {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 48px;
}

section.inner-bnr h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 32px;
}

section.mmy-shop-main {
  width: 100%;
  float: left;
}

.my-shop-bnr img {
  width: 100%;
  border-radius: 7px;
  height: 400px;
  object-fit: cover;
}

.my-shop-bnr {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 22px;
}

.my-shop-bnr span.tad img {
  width: auto;
  height: 80px;
  max-width: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 80px;
}

.my-shop-bnr span.tad {
  position: absolute;
  bottom: 0;
  left: 33px;
}

section.mmy-shop-main h4 {
  font-size: 22px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.mmy-shop-main h4 a {
  font-size: 20px;
  color: #fa6400;
}

span .rating-star.fa.fa-star {
  color: #d3cdc3;
}

span .rating-star.fa.fa-star.checked {
  color: #ffb839;
}

span.lct-ion {
  font-size: 14px;
  font-weight: 300;
  padding: 6px 0 29px;
  width: 100%;
}

body[dir="rtl"] .checkbox-custom .form-group input:checked+label:after {
  left: auto;
  right: 5px;
}

body[dir="rtl"] .checkbox-custom .form-group label:before {
  margin: 0 0 0 15px;
}

body[dir="rtl"] .forgot-password {
  text-align: left;
  width: 100%;
}

span.lct-ion i {
  margin-right: 8px;
}

section.mmy-shop-main p {
  font-size: 14px;
  line-height: 24px;
}

section.mmy-shop-main h5 {
  font-size: 18px;
  color: #353535;
  margin: 22px 0 22px;
}

.tabing-shop li a {
  font-size: 16px;
  color: #000;
  padding: 15px 20px;
  max-width: 200px;
  min-width: 200px;
  float: left;
  background: #ffffff;
  border: 1px solid #ececec;
}

.tabing-shop li a.active {
  background: #FA6400;
  position: relative;
  color: #ffffff;
}

/* .tabing-shop li a.active::before {
  position: absolute;
  height: 4px;
  background: #FA6400;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
} */

.tabing-shop ul {
  border: 0;
  margin: 0px 0 10px;
}

.tab-content .product-wrap.w-auto.d-block {
  width: auto;
  margin-bottom: 20px;
}

.tab-content .p-img-size.w-auto {
  width: 100%;
}

.left-store ul.nav.nav-pills li a {
  height: 48px;
  width: 100%;
  float: left;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  text-transform: uppercase;
}

.left-store ul.nav.nav-pills li {
  width: 100%;
  margin-bottom: 15px;
}

.left-store ul.nav.nav-pills li a.active {
  background: #fa6400;
  color: #fff;
}

button.edit-btn a {
  color: #fff;
}

button.edit-btn {
  float: right;
  background: #FA6400;
  font-size: 14px;
  border: 1px solid #FA6400;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 400;
  letter-spacing: 1px;
}

button.edit-btn i {
  margin-right: 7px;
}

a.edit-btn i {
  margin-right: 7px;
}

a.edit-btn {
  color: #fff;
  background: #FA6400;
  font-size: 14px;
  border: 1px solid #FA6400;
  padding: 8px 20px;
  border-radius: 4px;
  letter-spacing: 1px;
}

section.wishlist-tab div#products-section {
  padding-bottom: 20px;
}

section.wishlist-tab ul.nav.nav-tabs li {
  width: 33.33%;
}

section.wishlist-tab ul.nav.nav-tabs li a {
  width: 100%;
  float: left;
  min-width: auto;
  max-width: inherit;
  text-align: center;
}

.dashboad-graph .row {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 33px;
}

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

.graph-left img {
  margin-right: 15px;
}

.graph-left h5 {
  font-size: 24px;
}

.graph-left p {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.tr-graph img {
  width: 100%;
}

section.store-tabs {
  width: 100%;
  float: left;
  padding: 40px 0 50px;
}

.graph-right ul {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.graph-right ul li {
  list-style: none;
  font-size: 12px;
  margin-left: 22px;
  display: flex;
  align-items: center;
}

.graph-right ul li span.y-graph {
  background: #fbae17;
}

.graph-right ul li span.bl-graph {
  background: #1099a9;
}

.graph-right ul li span {
  width: 9px;
  height: 9px;
  float: left;
  background: #000;
  border-radius: 100%;
  margin-right: 5px;
}

.graph-post-left table {
  width: 100%;
  background: #000;
}

.graph-post-left table tr th {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 13px 17px;
}

.graph-post-left table tr td {
  padding: 20px 17px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.graph-post-left table tr td div {
  display: flex;
  align-items: center;
}

.graph-post-left table tr td div img {
  margin-right: 13px;
}

.graph-post-left table tr td span select {
  height: 32px;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 10px;
  appearance: none;
  min-width: 101px;
}

.graph-post-left table tr td span::before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #383838;
  content: "";
  right: 5px;
  top: 7px;
}

.graph-post-left table tr td span {
  position: relative;
}

.graph-post-left table tr td i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.graph-post-left table tr td div p {
  max-width: 140px;
}

.graph-post-left table tbody {
  display: block;
  height: 300px;
  overflow: auto;
}

.graph-post-left table thead,
.graph-post-left table tbody tr {
  display: table;
  width: 100%;
}

.graph-post-left table thead {
  width: calc(100% - 1em);
}

.graph-post-right {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 40px 30px;
}

.graph-post-right p {
  font-size: 14px;
  padding: 20px 0px 10px;
  font-weight: 300;
}

.graph-post-right button {
  font-size: 14px;
  color: #fff;
  border: 0;
  background: #fa6400;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  cursor: pointer;
}

.graph-post-left table tr td:first-child {
  width: 270px;
}

.graph-post-left table tr th:first-child {
  width: 270px;
}

.graph-post-left table tr td h5 {
  font-size: 14px;
  color: #1099a9;
  font-weight: 400;
  background: #e6f3f5;
  text-align: center;
  padding: 8px 0;
  border-radius: 5px;
}

.graph-post-left table tr td:nth-child(2),
.graph-post-left table tr th:nth-child(2) {
  width: 128px;
}

.graph-post-left table tr td:nth-child(3) {
  width: 128px;
}

.upload-profile .form-group {
  position: relative;
}

.upload-profile input {
  width: 68px;
  height: 69px;
}

.upload-profile .form-group label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  left: 0;
  border-radius: 100px;
  z-index: 9;
  pointer-events: none;
}

.upload-profile .form-group label {
  width: 68px;
  height: 68px;
  font-size: 0;
  background: transparent;
  border: 0;
  appearance: none;
  position: relative;
  border-radius: 100px;
  position: absolute;
  overflow: hidden;
  padding: 0;
}

.upload-profile.upoad-banner label::before {
  border-radius: 0;
  border: 2px dashed #1099a9;
}

body .upload-profile.upoad-banner i {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #b3b3b3;
  padding: 19px 21px;
  border-radius: 100px;
}

.upload-profile .form-group i {
  position: absolute;
  left: 22px;
  top: 20px;
  z-index: 9;
  pointer-events: none;
  font-size: 29px;
  color: #909090;
}

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

.upload-profile p {
  font-size: 16px;
  margin-left: 14px;
}

.create-shop h4 {
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 16px 40px;
  width: 100%;
  margin-bottom: 30px;
}

.upload-profile.upoad-banner span {
  width: 100%;
  float: left;
}

.upload-profile.upoad-banner input {
  width: 100%;
  height: 180px;
}

.upload-profile.upoad-banner .form-group {
  width: 100%;
  float: left;
}

.upload-profile.upoad-banner label {
  width: 100%;
  border-radius: 0;
  height: 100%;
}

.upload-profile.upoad-banner {
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 20px;
}

.upload-profile.upoad-banner span {
  padding-bottom: 11px;
  font-size: 18px;
  font-weight: 500;
}

.info-tab input,
.info-tab select {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  width: 100%;
  height: 49px;
  padding: 0 20px;
  border-radius: 5px;
}

.info-tab textarea {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  width: 100%;
  height: 110px;
  padding: 13px 20px;
  border-radius: 5px;
}

.submit-tab-btn {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  width: 100%;
  margin-top: 22px;
}

.submit-tab-btn button.common-btn.orange.full-width {
  background: #fff;
  border: 1px solid #000;
  max-width: 250px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 20px;
}

.submit-tab-btn button.common-btn.orange.full-width:hover {
  border: 1px solid #fff;
  color: #fff;
}

.submit-tab-btn input.common-btn.orange.full-width {
  max-width: 250px;
  text-transform: uppercase;
  font-weight: 400;
}

.verified-bk {
  text-align: center;
  /* padding: 60px 90px 210px; */
}

.verified-bk p {
  color: #00000080;
  text-align: center;
  /* max-width: 870px; */
  /* margin: 0 auto; */
  /* font-weight: 300; */
  line-height: 31px;
  font-size: 16px;
}

.verified-img {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  /* margin-top: -90px; */
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 30px;
}

.verified-bk h5 {
  text-align: center;
  /* color: #fff; */
  /* font-size: 16px; */
  margin-bottom: 19px;
}

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

.verified-left img {
  margin-right: 28px;
  border-radius: 50%;
}

.verified-left h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 3px;
}

.verified-left p {
  font-size: 14px;
  color: #717171;
  font-weight: 400;
  margin-bottom: 4px;
}

.verified-left span {
  font-size: 14px;
  color: #000;
}

.verified-left span i {
  margin-right: 6px;
}

.verified-left h5 {
  font-size: 15px;
  color: #2b2b2b;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 0;
}

.verified-right button.common-btn.orange.full-width {
  height: 55px;
  max-width: 210px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  float: right;
}

div#exampleModal .modal-header h3 {
  font-size: 18px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.uppoad-document h4 {
  font-size: 11px;
  text-transform: uppercase;
  color: #1c1c1c;
}

.uppoad-document p {
  font-size: 12px;
  color: #3c3c3c;
}

.main-upload-file input {
  font-size: 0;
  border: 0;
  background: transparent;
  appearance: none;
  width: 112px;
  outline: none;
  float: left;
  height: 112px;
}

.main-upload-file .form-group {
  position: relative;
  float: left;
  margin-bottom: 7px;
}

.main-upload-file label {
  width: 112px;
  height: 112px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  outline: none;
  margin: 0;
}

.main-upload-file label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px dashed #fa6400;
  background: #fff;
  outline: none;
  border-radius: 5px;
  pointer-events: none;
}

.main-upload-file .form-group i {
  position: absolute;
  top: 50%;
  left: 57px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

span.pip img {
  max-width: 112px;
  min-height: 112px;
  max-height: 112px;
  min-width: 112px;
  object-fit: cover;
  border-radius: 5px;
}

span.pip {
  float: left;
  position: relative;
  margin: 0 14px;
}

.main-upload-file .form-group .field {
  width: auto;
  float: left;
}

span.pip span {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #000;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: rotate(45deg);
  border-radius: 100px;
}

.upload-img-doc {
  width: 100%;
  float: left;
  padding: 12px 0 14px;
}

.upload-labels {
  width: 100%;
  float: left;
  display: flex;
}

.upload-labels span {
  width: 25.33%;
  text-align: center;
  font-size: 12px;
}

.uppoad-document.certificate-upload {
  width: 100%;
  float: left;
  padding: 22px 0 0;
}

.certificate-upload .main-upload-file p {
  width: 100%;
  float: left;
  margin: 10px 0 0;
  color: #969696;
}

.certificate-upload .main-upload-file h5 {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #8b8b8b;
  font-weight: 300;
  margin: 21px 0 7px;
}

.uppoad-document.certificate-upload .upload-img-doc input {
  width: 100%;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
}

.uppoad-document.certificate-upload .upload-img-doc label {
  width: 100%;
  height: 56px;
}

.uppoad-document.certificate-upload .field {
  width: 100%;
}

.uppoad-document.certificate-upload .field i {
  top: 29px;
  left: 27px;
  color: #3089d7;
}

.uppoad-document.certificate-upload .main-upload-file .form-group {
  width: 100%;
}

.uppoad-document.certificate-upload label::before {
  border-color: #3089d7;
  content: var(--documenttext, "Upload Documents");
  color: #3089d7;
  font-weight: 300;
  padding: 15px 45px;
}

.uppoad-document.certificate-upload span.pip {
  width: 100%;
  margin: 15px 0 0px;
  background: #f4f4f4;
  border-radius: 6px;
  padding: 12px 12px 4px;
}

.uppoad-document.certificate-upload span.pip img {
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  min-width: 24px;
}

.uppoad-document.certificate-upload .main-upload-file .form-group p {
  margin-top: 66px;
}

.uppoad-document.certificate-upload span.pip span {
  top: 18px;
  right: 15px;
}

section.wishlist-tab .tabing-shop {
  max-width: 800px;
  margin: 50px auto 0;
  border: 1px solid #ddd;
}

.Followers-list ul li .submit-tab-btn {
  width: auto;
  margin: 0;
  border: 0;
  padding: 0;
}

.Followers-list ul li span {
  display: flex;
  /* align-items: center; */
}

.Followers-list ul li span img {
  margin-right: 13px;
}

.Followers-list ul li span h3 {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.Followers-list ul {
  padding: 10px 30px;
}

.Followers-list ul li {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #ddd; */
  justify-content: space-between;
  padding: 21px 0;
}

.Followers-list ul li .submit-tab-btn button.common-btn.orange:first-child {
  background: #e4e4e4;
  border: 0;
  color: #000;
  font-weight: 400;
  padding: 13px 31px;
  margin-right: 12px;
}

.list-detl p {
  font-size: 11px;
  color: #5d5d5d;
  font-weight: 300;
  margin: 0;
}

.Followers-list ul li .submit-tab-btn button.common-btn.orange {
  font-weight: 400;
  padding: 13px 21px;
  background: #3e51b5;
}

body .submit-tab-btn button.common-btn.orange:hover {
  color: white !important;
  transition: 0s;
}

.Followers-list ul li span h3 span {
  background: #5a5a5a;
  padding: 5px;
  border-radius: 4px;
  margin-left: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}

.Followers-list ul li span h3 span i {
  margin-right: 3px;
  font-size: 9px;
  position: relative;
  top: -1px;
}

.upload-img-doc .main-upload-file .form-group img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  pointer-events: none;
}

.upload-profile.upoad-banner .form-group img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 180px;
  z-index: 99;
  pointer-events: none;
  object-fit: cover;
}

.top-profile-info img {
  max-width: 69px;
  position: absolute;
  left: 0;
  z-index: 99;
  border-radius: 100px;
  max-height: 69px;
  min-height: 69px;
  object-fit: cover;
  pointer-events: none;
  min-width: 69px;
}

div#other-certificate-uploads span img {
  position: static;
}

div#other-certificate-uploads input[type="text"] {
  position: static;
  background: transparent;
  margin-top: -32px;
  height: 40px;
  padding-left: 40px;
  font-size: 13px;
}

button.common-btn.orange.btn-width[disabled] {
  opacity: 0.5;
}

.description-content p {
  overflow: hidden;
  transition: all 1s;
}

.description-content.view-more-content p {
  max-height: 480px;
  overflow: inherit;
  transition: all 1s;
  overflow-y: auto;
}

.description-content a {
  background: #fa6400 !important;
  font-weight: 500;
  margin-top: 10px;
  width: 100%;
  display: table;
}

.description-content p {
  padding: 0 13px 0px 0;
  text-align: justify;
}

.seprate div#mySlider {
  height: 2px;
  background: #cdcdcd !important;
  border: 0;
}

.seprate div#mySlider .ui-slider-range.ui-widget-header.ui-corner-all {
  background: #fa6400;
}

.common-owl-carousel .owl-nav {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 100%;
}

.common-owl-carousel .owl-nav span {
  font-size: 50px;
  color: #a2a2a2;
}

.common-owl-carousel {
  margin-top: 22px;
  margin-bottom: 22px;
}

.shop-content p i {
  color: #fa6400;
}

.shop-content small {
  padding-bottom: 7px;
  width: 100%;
  display: table;
}

.common-owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -40px;
}

.common-owl-carousel .owl-nav button.owl-next {
  right: -40px;
  position: absolute;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FA6400;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

div#popular-in-residential-slider p,
div#popular-in-cars-slider p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

div#popular-in-residential-slider small,
div#popular-in-cars-slider small {
  opacity: 1;
  font-size: 15px;
  width: 100%;
  display: table;
}

div#popular-in-residential-slider small i,
div#popular-in-cars-slider small i {
  color: #fa6400;
}

div#wrapper-main {
  min-height: 740px;
}

div#show-inquire-no-modal .modal-header {
  background: #134e5f;
  border: 0;
  border-radius: 0;
  color: #fff;
}

div#show-inquire-no-modal .modal-header button.close {
  color: #fff;
  opacity: 1;
}

div#show-inquire-no-modal .modal-dialog.modal-md {
  max-width: 600px;
}

section.main-height-clr .col-lg-4 section.wrapper2.h-auto.profile-form.form-100 {
  box-shadow: 0 0 10px 1px #ddd;
  padding: 40px 0;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-radio {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked~.checkmark {
  background-color: #fa6400;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

span.select2.select2-container.select2-container--default {
  height: 46px;
}

span.selection ul.select2-selection__rendered input {
  margin: 0 !important;
  position: relative;
  top: 2px;
}

span.selection ul.select2-selection__rendered li::before {
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  position: absolute;
  right: 8px;
}

.select2-container--default .select2-selection--multiple {
  overflow: auto;
  height: 100%;
}

.prerp-table .row {
  margin: 0;
}

.prerp-table .row .col-md-9.col-12.d-flex.justify-content-between {
  padding-right: 0;
}

.prerp-table .col-12 {
  padding: 0;
}

.commn-modal {
  padding: 0 !important;
}

.select .form-control {
  height: 28px;
}

.prerp-table .row .col-md-3.col-5.d-md-flex.d-none {
  padding-left: 0;
}

.multi-level-selector-container .multi-level-options-container .options-main-menu .options-sub-menu .options-label.bootstrap-demo-options-label {
  width: 100%;
  max-width: 100% !important;
}

body .seprate .btn-outline-info {
  color: #ffffff;
  border-color: #124d5f;
  background: #124d5f;
  padding: 0px 8px;
  font-size: 19px;
  float: right;
  margin-right: 7px;
}

body[dir="rtl"] .WordSection1,
body[dir="rtl"] .row.mb-5.faq-section {
  text-align: right;
}

body[dir="rtl"] h3.head-faq {
  text-align: right !important;
}

body .seprate div.filterSlider {
  margin-top: 26px !important;
}

small.product-location {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 294px;
  display: block;
}

li.chat-notify {
  position: relative;
}

li span.chat-badge {
  position: absolute;
  top: -5px;
  right: 0px;
  padding: 4px 1px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  min-width: 20px;
}

img.verified-seller {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100px;
}

img.list-verified-seller {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100px;
}

img.verified-sell {
  max-width: 130px;
}

.products-nearby2 .product-wrap {
  position: relative;
}

/* input#price-mini,
input#price-maxi {
  border: 1px solid #000000 !important;
  border-radius: 4px;
  height: 40px;
  background-color: #fff;
  padding: 0 10px !important;
  color: #495057 !important;
  font-weight: 600 !important;
} */

/* input#price-mini,
input#price-maxi,
.filter-number input {
  border: 1px solid #000000 !important;
  border-radius: 4px;
  height: 40px;
  background-color: #fff;
  padding: 0 10px !important;
  color: #495057 !important;
  font-weight: 600 !important;
} */

/*--arabic-lang--*/
body[dir="rtl"] button.owl-prev {
  transform: rotate(177deg);
}

body[dir="rtl"] button.owl-next {
  transform: rotate(179deg);
}

body[dir="rtl"] img.verified-seller {
  left: 0;
  right: inherit;
}

body[dir="rtl"] img.list-verified-seller {
  left: 0;
  right: inherit;
}

body[dir="rtl"] .product-wrap.w-auto .pt-3.px-2.pb-3,
body[dir="rtl"] .left-filters h4 {
  text-align: right;
}

body[dir="rtl"] .col-md-12,
body[dir="rtl"] .create-shop h4 {
  text-align: right;
}

body[dir="rtl"] ul.d-flex.pull-right.list-inline.top-list.mb-0 {
  float: left;
}

body[dir="rtl"] button.close {
  right: inherit;
  position: absolute;
  left: 0;
  top: 0;
  float: none;
  margin: inherit;
  text-align: right;
}

body[dir="rtl"] {
  text-align: right;
}

body[dir="rtl"] .main-search .select-bord {
  padding-right: 20px !important;
}

body[dir="rtl"] .form-group label {
  width: 100%;
  float: left;
  text-align: right;
}

body[dir="rtl"] .breadcrum,
body[dir="rtl"] .product-sharing {
  text-align: right;
}

body[dir="rtl"] section.messageSection h2 {
  width: 100%;
  text-align: right;
  right: 15px;
}

body[dir="rtl"] span.just-now {
  float: left;
  text-align: left;
  margin-right: auto;
  margin-left: inherit;
}

body[dir="rtl"] .left-side-bar .chat-image-sec::before {
  left: 69px;
}

body[dir="rtl"] .main-upload-file label::before {
  right: 0;
}

body[dir="rtl"] .main-upload-file .form-group {
  float: left;
  margin-bottom: 7px;
  width: auto;
  float: right;
  margin-left: 10px;
}

body[dir="rtl"] .modal-body,
body[dir="rtl"] .main-upload-file .form-group .field {
  text-align: right;
}

body[dir="rtl"] .submit-tab-btn button.common-btn.orange.full-width {
  margin-right: 0;
  margin-left: 10px;
}

body[dir="rtl"] div#exampleModal {
  overflow: initial;
}

body[dir="rtl"] .pos-icon {
  top: 42%;
}

body[dir="rtl"] .form-group.password.type-email input {
  padding-right: 48px;
}

body[dir="rtl"] span.imgBlk img {
  right: 0;
}

body[dir="rtl"] .multi-level-selector-container .multi-level-options-container .options-main-menu .options-container .options-sub-menu-container {
  width: 100%;
}

body[dir="rtl"] section.messageSection .sidePanel {
  float: right;
}

body[dir="rtl"] section.messageSection .chattingDiv.d-sm-block {
  float: right;
}

body[dir="rtl"] .login-profile.notifican .dropdown-menu.show {
  right: inherit;
}

body[dir="rtl"] .login-profile.notifican p {
  white-space: break-spaces;
}

body[dir="rtl"] .products-nearby .product-wrap h5 span,
body[dir="rtl"] span.theme-color.d-block span,
body[dir="rtl"] .products-nearby2 .product-wrap h5 span {
  order: 1;
  padding-right: 8px;
}

body[dir="rtl"] .products-nearby .product-wrap h5,
body[dir="rtl"] span.theme-color.d-block,
body[dir="rtl"] .products-nearby2 .product-wrap h5 {
  display: flex !important;
  align-items: center;
}

body[dir="rtl"] form#register-details-form .row .col-4 {
  order: 1;
}

.add-product-btn img {
  width: 120px;
  height: 120px;
}

body[dir="rtl"] .similar-product-section h6 {
  display: flex !important;
  align-items: center;
}

body[dir="rtl"] .similar-product-section h6 span {
  order: 1;
  padding-right: 8px;
}

body[dir="rtl"] .product-inventory td div span {
  padding-right: 9px;
  order: 1;
}

body[dir="rtl"] .product-inventory td div {
  display: flex;
}

body[dir="rtl"] .product-wrap small {
  font-size: 15px;
}

.banner-bg button.common-btn.orange.black {
  margin-top: 60px;
}

.description-content p {
  padding-left: 0px;
}

.total-slide {
  font-size: 18px;
  font-weight: 600;
  color: #FA6400;
}

.owl-stage {
  display: flex;
  flex-wrap: nowrap;
}

.shop-cetogry .bg-shop.nav-pills .nav-link {
  padding: 0;
}

.shop-cetogry .nav.nav-pills.bg-shop {
  padding: 0;
  /* margin: 40px 0 0; */
}

a.common-btn.orange.full-width {
  background: #fff;
  border: 1px solid #fa6400;
  max-width: 250px;
  color: #fa6400;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 20px;
}

.set-your-shop .image-wrap {
  padding: 120px 0 !important;
  height: 614px;
}

.multi-level-selector-container .multi-level-options-container .options-main-menu .options-container+label .checkbox {
  display: none;
}

.pos-icon.pos-shop img.img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

body[dir="rtl"] .similar-product-section span {
  float: right;
  margin-left: 5px;
}

.similar-product-section h5 span {
  color: #fa6400;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  opacity: 1;
}

img.img-fluid.pr-2.cat_image {
  width: 28px;
  height: 28px;
}

.nav-bossage .center-nav {
  justify-content: space-between;
}

.nav-bossage .center-nav ul li a {
  padding: 5px 15px !important;
  font-weight: 400;
  position: relative;
  font-size: 18px;
}

.nav-bossage .center-nav ul li a svg {
  margin-right: 12px;
}

.nav-bossage .center-nav ul li a:hover svg path {
  fill: #FA6400;
  transition: fill 0.3s ease;
}

/* .nav-bossage .center-nav ul li a.active::after {
  content: "\f141";
  position: absolute;
  right: 50%;
  font-size: 21px;
  font-family: fontawesome;
  top: 50%;
  transform: translate(50%, 9%);
} */

.nav-main li a.active {
  color: #FA6400;
}

ul.nav-main li a.active svg path {
  fill: #FA6400;
}

.search-out {
  position: relative;
  border: 1px solid #DDE2E4;
}

.nav-search-ic {
  display: flex;
  align-items: center;
  justify-content: end;
}

.nav-bossage {
  padding: 0px;
}

.bar-btn {
  background: #FA6400;
  height: 40px;
  border-radius: 4px;
  width: 50px;
  color: #fff;
}

.nav-search-ic ul {
  color: #FA6400;
  font-weight: 600;
}

.nav-search-ic ul li a {
  padding: 5px 7px;
}

.btn-sell {
  margin: 0px 0px 0px 50px;
  width: 60px;
  height: 44px;
  border-radius: 4px !important;
  letter-spacing: 2px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-btn-sell {
  color: #Fa6400 !important;
  background-color: transparent !important;
  border: 1px solid #FA6400;
}

/* search btn */
.search-box {
  height: 40px;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-btn {
  color: #B0BABF;
  border: none;
  background: transparent;
}

.fa-search {
  font-size: 18px;
}

.search-input {
  border: none;
  background: none;
  outline: none;
  float: left;
  font-size: 16px;
  transition: 0.4s;
  width: 100%;
  padding: 0 5px;
}

.search-box input::placeholder {
  font-size: 16px;
  color: #B0BABF;
}

.tab-dashboard li {
  width: 50%;
  padding: 0px 5px;
}

.btn-dot {
  position: absolute;
  top: 15px;
  right: 15px;
}

.cret-none .fa {
  font-size: 22px;
  color: #fff;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 50%);
}

.btn-dot .dropdown-menu.show li {
  padding: 0px 9px;
}

.btn-dot .dropdown-menu.show {
  left: -90px !important;
  min-width: 100px;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 22%);
  border: 0px;
}

.cret-none {
  height: 30px;
  width: 30px;
}

.btn-dot .dropdown-menu.show li a {
  display: block;
  font-size: 14px;
}

.btn-edits {
  height: 36px;
  width: 48%;
  border: 1px solid #FA6400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.btn-edits.del {
  background-color: #FA6400;
  color: #fff;
}

.seprate-btn {
  justify-content: space-between;
}

.user-top-id {
  color: #000;
  font-size: 14px;
}

.user-profile {
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  object-fit: cover;
}

.t-toggle .dropdown-toggle::after {
  right: -17px;
  bottom: 11px;
}

.page ul.pagination {
  justify-content: center;
  margin-top: 22px;
}

a.not-allowed {
  cursor: not-allowed;
}

img.adopt {
  bottom: 0;
  right: 0;
  max-width: 80px;
}

.img-ellipse {
  position: absolute;
  bottom: 20px;
  right: 0px;
}

.img-ellipse .dropdown-toggle::after {
  display: none;
}

.img-ellipse .dropdown-menu {
  left: inherit;
  right: 0 !important;
  box-shadow: 0px 0px 8px #a1a1a1;
  border: 0px;
  min-width: 11rem;
  border-radius: 12px;
  padding-bottom: 0px;
}

head .dropdown-menu.product-80 {
  font-size: 12px;
}

.img-ellipse .dropdown-menu {
  font-size: 16px;
  font-weight: 500;

}

.img-ellipse .dropdown-menu .dropdown-item {
  padding: 0.5rem 0.7rem;
  border-bottom: 1px solid #d9d9d9;
}

.img-ellipse .dropdown-menu a img,
.img-ellipse .dropdown-menu button img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.btn-ellipse {
  height: 35px;
  width: 35px;
  border: 0px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-ellipse .fa {
  color: #000;
  font-size: 1.5rem;
}

/* new design register */
.main-bg {
  background-image: url(../images/Artboard.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 50px;
  min-height: auto;
  height: 100vh;
  position: relative !important;
  overflow: hidden;
  background-position: center;
  position: sticky !important;
  top: 0;
}

.pw-content {
  position: absolute;
  bottom: 20px;
}

.center-div {
  width: 70%;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 860px) {
  .vet-create .center-div {
    width: 85%;
  }
}

.pw-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 92vh;
}

.back-sign {
  margin-left: auto;
  color: #ffffff;
  font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
  float: right;
}

.foot-nav li a {
  color: #a3a3a3;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  padding: 5px 15px;
}

.foot-nav {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  float: right;
  color: #a3a3a3;
}

.all-right {
  color: #a3a3a3;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.forgot-pw2 {
  color: #0091ff;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  float: right;
  margin-left: auto;
}

.back-sign {
  color: #ffffff;
  font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
  float: right;
}

.label-c {
  color: #a3a3a3 !important;
  font-size: 13px !important;
}

.label-c .form-check-input {
  margin-top: 0rem !important;
}

.tag-business input[type="checkbox"] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 7px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  border-radius: 1px;
  border: 0px;
}

.tag-business input[type="checkbox"]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 15px;
  width: 15px;
  right: 0;
  top: 0;
  font-size: 10px;
  border-radius: 1px;
  background: #f3f3f4;
}

.tag-business input[type="checkbox"]:checked:after {
  background: #f3f3f4;
  content: "\2714";
  color: #fff;
  font-size: 18px;
}

.fb-continue {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.fb-text {
  color: #bebebe;
  font-family: Kefa;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  background: #fff;
  padding: 0px 20px;
  position: relative;
  top: 10px;
}

.google2 {
  height: 48px;
  width: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-btn li {
  margin: 5px 25px 5px 0px;
}

.sign-right {
  opacity: 0.8;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
  text-align: right;
  padding-right: 5px;
  font-weight: 500;
}

.get-start-sign {
  color: #241bb2;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pw-h {
  min-height: 92vh !important;
}

.back-sign2 {
  font-size: 15px;
  font-weight: bold;
}

.forgot-pw3 {
  color: #0091ff;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  margin-left: auto;
}

.searchDiv:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

.logo-pos {
  position: absolute;
  top: 50px;
  left: 50px;
}

.side-banner {
  height: 100%;
}

.pt-50 {
  padding-top: 50px;
}

.new-btn-fb {
  height: 48px;
  width: 85%;
  border: 0.5px solid #979797;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b5998;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 7px;
}

.google-red {
  color: #ea4335;
}

.or-round {
  color: #e5e5e5;
  font-size: 16px;
  background-color: #fff;
  padding: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.line-m {
  margin: 30px 0px 35px 0px;
}

.sm-block {
  display: none;
}

.main-bg2.position-relative {
  height: 100vh;
}

.type-email select {
  -webkit-appearance: none;
}

.down-pos {
  position: absolute;
  right: 22px;
  top: 16px;
  color: #241bb2;
}

.verify-btn {
  position: absolute;
  right: 10px;
  top: 17px;
  color: #241bb2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}

.pr-55 {
  padding-right: 90px;
}

.account-create {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: bold;
  margin-top: 0px;
  padding-bottom: 20px;
}

.sms-clr {
  color: #b2b2b2 !important;
  font-size: 14px;
  font-weight: 300;
}

.sign-right:hover {
  color: #241bb2;
}

/* end */

/* login css */
.face-icons {
  text-align: center;
}

.face-icons a {
  height: 55px;
  width: 55px;
  border-radius: 27.6px;
  background-color: #ffffff;
  box-shadow: 0 11px 23px 0 rgba(37, 51, 75, 0.1),
    0 3px 7px 0 rgba(37, 51, 75, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  margin: 0px 7px;
  display: inline-grid;
}

.face-icons a:hover {
  box-shadow: 0 11px 23px 0 rgba(37, 51, 75, 0.5);
}

.login-btn-f {
  border: 0px;
  background: transparent;
  padding: 0px;
}

.check-center.checkbox-custom .form-group input:checked+label:after {
  top: 8px;
}

h5#schedule_modalLabel {
  color: #241bb2;
  font-weight: 600;
  font-size: 24px;
}

select.down-arrows {
  -webkit-appearance: none;
}

.down-po {
  position: absolute;
  right: 18px;
  top: 19px;
  color: #241bb2;
  font-size: 12px;
}

.footer-login {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  background: #fff;
}

button.common-btn.orange.s-bnt.phone-save.disabled {
  cursor: not-allowed;
}

.emirates-verify-btn {
  position: absolute;
  right: 22px;
  top: 44px;
  color: #241bb2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}

.verify-btn-account {
  position: absolute;
  right: 0px;
  top: 16px;
  color: #241bb2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}

.account-verify-btn {
  position: absolute;
  font-size: 14px;
  right: 20px;
  top: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}

.verify-btn-my-account {
  position: absolute;
  left: -60px;
  top: 9px;
  color: #241bb2;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}

a.add-number {
  color: #c53939;
  text-decoration: underline !important;
}

.sms-ver {
  font-size: 14px;
  color: #b2b2b2;
  margin-bottom: 7px;
  font-weight: 300;
}

.emirates-phone {
  margin-top: -34px;
  margin-left: 160px;
  color: green;
  font-size: small;
}

.pos-top {
  top: -18px !important;
}

.form-control.down-arrows {
  padding: 7px;
}

a.pro-name {
  color: #241bb2;
}

.pos-down {
  top: 48px !important;
}

.pos-emr {
  top: 4px !important;
}

.heart-size {
  width: 36px;
}

.pr-2 {
  padding-right: 8px;
}

.account-p {
  font-size: 14px;
  color: #adadad;
  padding-bottom: 30px;
}

.account-p {
  padding-bottom: 40px;
}

/* verification phone css */
.agree-text {
  font-size: 14px;
  padding-top: 10px;
  color: #adadad;
}

.agree-text a {
  color: #fa6400;
  font-weight: bold;
  line-height: 22px;
}

.code-country {
  width: 80px;
  position: relative;
}

.code-country .arrow-up {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 18px;
}

.code-input {
  width: calc(100% - 100px);
  margin-left: 20px;
}

.code-country select {
  -webkit-appearance: none;
}

/* end */

/* create-account */
.create-acc-outer {
  margin: 20px 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.files {
  background: #f2f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 5px;
  border: 1px dashed #000;
}

.profile-ic {
  width: 130px;
  height: 130px;
  margin: 0px auto 30px;
  background: #bebdbd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.files .file-pos {
  font-size: 100px;
  opacity: 0;
}

.files .fa {
  color: #a7a4a4;
  position: absolute;
  font-size: 22px;
}

.files img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.out-p {
  display: inline;
  overflow: hidden;
}

.profile-ic .file-pos {
  font-size: 100px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.profile-ic .fa {
  color: #a7a4a4;
  position: absolute;
  font-size: 22px;
}

.profile-ic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.loc-space {
  position: relative;
}

.loc-space input {
  padding: 0px 40px;
  position: relative;
}

.pos-icon-loc {
  left: 12px;
  bottom: 17px;
  position: absolute;
}

.right-fa {
  right: 12px;
  bottom: 12px;
  position: absolute;
  font-size: 25px;
  color: #000;
}

.btn-grnder .button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.btn-grnder .button input[type="radio"]:checked+label {
  background: #FA6400;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.btn-grnder .button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 16px;
}

.btn-grnder [type="radio"]:checked+label:before,
.btn-grnder [type="radio"]:not(:checked)+label:before {
  opacity: 0;
}

.btn-grnder [type="radio"]:checked+label:after {
  opacity: 0;
}

.button-g {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button-g .button {
  width: 30%;
}

.button-g label {
  padding-left: 8px !important;
}

.years-tab {
  width: 130px;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1c1c1c;
  border: 1px solid rgba(102, 102, 102, 0.6);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-number {
  width: 55px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border: none;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #1c1c1c;
  font-weight: bold;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  height: 40px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: transparent;
  border: 0px;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.plus-qt {
  border: 1px solid rgba(102, 102, 102, 0.6);
  border-radius: 6px;
  margin-right: 20px;
}

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

.account-create2 {
  font-weight: 600;
  line-height: 23px;
  color: #000000;
  margin: 3rem 0px 5rem;
  text-align: center;
}

.edu-space {
  font-weight: 600;
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 10px;
}

.lic-medical {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.pera-sm {
  font-size: 12px;
  line-height: 14px;
  color: rgba(102, 102, 102, 0.6);
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.btn-next {
  background: #FA6400;
  border-radius: 30px;
  height: 49px;
  width: 100%;
  align-items: center;
  justify-self: center;
  font-size: 20px;
  /* font-weight: bold; */
  color: #fff;
  border: 0px;
  width: 30%;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.center-sec {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flag-left {
  padding-left: 55px;
}

.flag-pos {
  position: absolute;
  bottom: 16px;
  left: 15px;
}

/* end */

/* selct charges css */
.apply-charge {
  font-size: 20px;
  line-height: 23px;
  padding: 20px 0px;
  font-weight: 800;
  color: #000000;
  margin: 0px;
}

.btn-30 {
  background: #FA6400;
  border-radius: 6px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
}

.space-left-30 {
  padding-left: 15px;
}

.space-right-30 {
  padding-right: 5px;
}

.disable-btn {
  background: transparent;
  border-radius: 6px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a3a3a3;
  font-size: 19px;
  border: 1px solid #a3a3a3;
}

.tab-content>.active {
  display: block;
  opacity: 1;
}

.tab-schdule li {
  margin-right: 15px;
}

.tab-schdule li a.active.show {
  background: #FA6400;
  color: #fff;
}

.tab-schdule.nav>li>a {
  text-decoration: none;
  background-color: transparent;
  color: #8d8787;
}

.tab-schdule.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #FA6400;
}

.tab-schdule {
  margin-bottom: 20px;
  justify-content: space-between;
}

.tab-schdule a.nav-link {
  width: 225px;
  border-radius: 8px !important;
  border: 1px solid #FA6400 !important;
  text-transform: capitalize !important;
}

/* end */

/* request css */
.outer-charges {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid #E4E4E7;
  max-width: 328px;
  margin: 0 auto 20px
}

.outer-charges h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 12px;
}

.charges-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}

.charges-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.charges-content {
  padding: 2rem;
}

.charges-content p {
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 0.7rem;
}

.charges-content p.p-text {
  color: #00000087;
  font-weight: 500;
  font-size: 16px;
}

.btns-center button {
  margin-right: 20px;
  width: 48%;
  border-radius: 8px;
  margin-bottom: 5px;
  font-size: 16px;
  max-width: 150px;
  font-weight: 500;
  height: 40px;
}

.btns-center a {
  margin-right: 20px;
  width: 48%;
  border-radius: 8px;
  margin-bottom: 5px;
  font-size: 16px;
  max-width: 150px;
  font-weight: 500;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-accept {
  background: #FA6400;
  color: #ffffff;
  border: 1px solid #FA6400;
}

.btn-reject {
  background: #ffffff;
  border: 1px solid #FA6400;
  color: #FA6400;
}

.btn-done {
  background: #48D315;
  color: #ffffff;
}

.btn-done:hover {
  color: #ffffff;
}

.border-g {
  border: 1px solid #41c563 !important;
}

.btn-canclled {
  background: #FA9F63;
  color: #ffffff;
  border: 0px;
}

.border-c {
  border: 1px solid #ef1010 !important;
}

.border-cn {
  border: 1px solid #FA6400 !important;
}

.btn-confirm {
  border: 1px solid #FA6400;
  margin-right: 0px !important;
  max-width: 100% !important;
  width: 100%;
  background-color: #fff;
  color: #FA6400;
}

.mw-100 {
  max-width: 100%;
}

/* end */

/* profile-r */
.profile-r {
  height: 90px;
  width: 90px;
  overflow: hidden;
  margin: 20px auto;
}

.profile-r img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.name-profiler {
  font-weight: 600;
  font-size: 16px;
  line-height: 9px;
  text-align: center;
  color: #000000;
  padding-bottom: 20px;
}

.total-earn {
  height: 43px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #000000;
}

/* end */
/* total earning */
.erning-out {
  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  padding: 13px;
  margin-bottom: 10px;
}

.left-earning-text {
  justify-content: space-between;
  display: flex !important;
  width: 100%;
}

.left-earning-img {
  height: 80px;
  width: 80px;
  overflow: hidden;
}

.left-earning-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.left-earning-text {
  padding-left: 20px;
  width: calc(100% - 80px);
}

.recieve-form {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 4px;
}

.recieve-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0px;
  color: #000000;
}

.dollar-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

/* end */

/* Select Availability */
.outer-avail {
  background: rgba(234, 111, 43, 0.1);
  border-radius: 8px;
  padding: 10px;
}

/* checkbox-bg clolor */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;

  color: #000000;
}

.styled-checkbox+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.styled-checkbox:checked+label:before {
  background: #FA6400;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ec8a53;
}

.styled-checkbox:checked+label:after {
  content: "\f00c";
  position: absolute;
  font-family: fontAwesome;
  left: 2px;
  top: 0px;
  width: 2px;
  height: 2px;
  font-size: 16px;
  color: #fff;
}

/* end */
.drop-time {
  display: flex;
  align-items: center;
}

.drop-time select {
  margin: 5px 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  background: #ec8a53;
  border-radius: 25px;
  height: 38px;
  color: #ffffff;
  position: relative;
}

.center-copy {
  justify-content: space-between;
}

.drop-time select:focus {
  border: none;
  box-shadow: none;
}

.copy-time .dropdown-toggle::after {
  border: none;
}

.copy-down p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

.copy-down.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-radius: 0.25rem;
  min-width: 200px;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 5%);
  padding: 15px;
}

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

.avail-check {
  padding: 5px 0px;
}

.day-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0px;
  color: #000;
  box-shadow: 0px 0px 4px 0px #00000040;
  border-radius: 5px;
}

/* Custom Start */
.license-files {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 5px;
}

.license_heads {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 5px;
}

.drop-time {
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop-time .slotone,
.drop-time .slottwo {
  margin: 5px 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  height: 38px;
  position: relative;
  padding: 7px 0px;
  display: flex;
  justify-content: space-evenly;
}

.drop-time .slotone input,
.drop-time .slottwo input {
  padding: 0px 8px;
  text-align: center;
}

.labels,
.list-line {
  display: flex;
  align-items: center;
}

.check-av {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 12%;
  font-size: 18px;
  padding: 1rem;
}

.check-av label {
  margin: 0;
}

.copy-time button {
  border: 0px;
  width: 24px;
  background: transparent;
}

.copy-time button::before {
  border: none !important;
}

/* Custom End */
.text-l {
  font-size: 26px;
  font-weight: 500;
}

.copy-down .check-av {
  width: auto;
  direction: rtl;
}

.copy-down .avail-check label {
  width: 100%;
}

.copy-down .styled-checkbox:checked+label:after {
  right: 12px;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td {
  padding: 4px !important;
}

.bootstrap-datetimepicker-widget table th {
  padding: 4px !important;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 34px !important;
  height: 34px !important;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td {
  height: 34px !important;
  line-height: 34px !important;
  width: 34px !important;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td {
  height: 34px !important;
  line-height: 34px !important;
  width: 34px !important;
}

/* end */

/* ---------------------vet flow user------------------ */
.outer-house {
  margin-bottom: 2rem;
  border-radius: 12px;
  border: 1px solid #00000025;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.charges-image2 {
  height: 230px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.charges-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.charges-image2 img:hover {
  transform: scale(1.05);
}

.charges-image2 img.in-house-icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 53px;
  height: 51px;
}

.charges-content2 {
  padding: 16px;
  text-align: center;
  height: 216px;
}

.width-t {
  width: 80%;
  height: 150px;
  overflow: hidden;
}

.width-t h5 {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
}

.width-t p {
  font-weight: 400;
  font-size: 14px;
  color: #00000087;
  margin: 5px 0px;
}

.h-40 {
  height: 40px !important;
}

.disable-b {
  color: #000000;
  border: 0.3px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  opacity: 0.5;
}

/* details css */
.vet-detail .img-detail::after {
  position: absolute;
  content: attr(data-label);
  bottom: 0px;
  right: -14px;
  padding: 0.9rem;
  width: 20.8rem;
  background: #FA6400;
  color: white;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
  font-size: 22px;
}

.vet-detail .img-detail::before {
  position: absolute;
  bottom: 3.2rem;
  right: -12px;
  content: '';
  background: #A84300;
  height: 14px;
  width: 14px;
  transform: rotate(20deg);
}

.img-detail {
  width: 310px;
  position: relative;
  flex-shrink: 0;
}

.img-detail img {
  object-fit: cover;
  width: 100%;
  height: 390px;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px #00000040;
}

.text-detail {
  /* width: calc(100% - 112px); */
  padding-left: 3rem;
  flex: 1px
}

.text-detail strong {
  font-weight: 600;
  font-size: 18px;
}

.text-detail .profile {
  margin-bottom: 1.5rem;
}

.text-detail h5 {
  color: #000000B2;
  font-weight: 400;
  margin: 10px 0 0;
}

.text-detail p {
  font-weight: 400;
  font-size: 15px;
  color: #00000099;
}

.star-gold {
  color: #ffb839;
}

.client-detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #282525;
  mix-blend-mode: normal;
  margin-bottom: 4px;
  opacity: 0.7;
}

.client-detail h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #282525;
  margin-bottom: 0px;
}

.client-detail {
  margin: 10px 0px;
}

.justtify-btw {
  justify-content: space-between;
}

.about-text {
  margin: 20px 0px;
}

.about-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #282525;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 30px;
}

/* radio toggle  */
.radio-out input:checked {
  background-color: #FA6400 !important;
  color: #fff !important;
  box-shadow: 0 1px 1px #0000002e;
  text-shadow: 0 1px 0px #79485f7a;
}

.radio-out input:before {
  content: attr(label);
  display: inline-block;
  text-align: center;
  width: 100%;
}

.radio-customs .radio-out input {
  width: 100%;
  height: 100%;
  appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 12px;
  padding: 14px;
  color: #000000B2;
  font-size: 18px;
  position: static !important;
  margin-bottom: 15px;
  border: 1px solid #00000020 !important;
  box-shadow: 0px 0px 6px 0px #00000040;
  font-weight: 400;
}

.radio-customs .radio-out input:hover {
  background-color: #eee;
}

.disable-btn {
  opacity: 0.3;
}

/* end */
#calendar {
  max-width: 900px;
  margin: 40px auto;
}

.g-calender iframe {
  width: 100%;
  height: 300px;
}

.btn-centers a,
.btn-centers .bg-btn-sell {
  margin: 0px;
}

.btn-centers {
  display: flex;
}

.add-pet span a {
  color: #FA6400 !important;
  font-weight: 600;
}

.btn-cancel {
  width: 100%;
  margin-top: 10px;
}

.WordSection1 {
  padding-top: 30px;
}

.width-img-side {
  width: 80px;
}

.width-text-side {
  width: calc(100% - 56px);
  padding-left: 5px;
}

.sec-btn {
  display: flex;
  width: 50%;
  min-width: 210px;
}

.profile-btns-sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.right-buttons {
  width: 50% !important;
}

iframe {
  display: block;
  margin: 25px auto;
}

.jq-toast-wrap,
.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial, sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff;
}

.jq-toast-single h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 12px;
}

.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 0px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

.plugin-options label {
  display: inline-block;
  width: 265px;
}

span.toast-position span.k {
  display: inline;
}

.toast-index .muted {
  display: block;
  color: #ad9d9d;
}

.toast-index .muted:hover {
  color: #333;
}

.latest-update {
  padding: 0px 30px;
  border: 1px dashed;
  margin: 30px 0;
  box-sizing: border-box;
}

.jq-toast-single.jq-has-icon.jq-icon-info {
  position: absolute;
}

h2.jq-toast-heading span {
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #31398f;
  margin-right: 10px;
}

.jq-toast-single.jq-has-icon.jq-icon-info a {
  float: right;
  margin-left: 12px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.jq-toast-loader.jq-toast-loaded {
  background: white !important;
  height: 3px;
}

.jq-toast-single.jq-has-icon.jq-icon-info a.btn.btn-primary {
  background: #12ce12;
  transform: rotate(85deg);
}

.jq-toast-single.jq-has-icon.jq-icon-info a.btn.btn-danger.cancel_call {
  transform: rotate(45deg);
}

h2.jq-toast-heading {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-bottom: 6px;
  float: left;
  width: 100%;
  word-break: break-word;
}

body .chat_box_wrapper img {
  max-width: 70px;
  max-height: 70px;
  min-height: 70px;
  min-width: 70px;
  object-fit: cover;
}

.jq-toast-wrap.top-right {
  width: 310px;
}

.search-btn .fa {
  position: inherit;
}

.t-toggle .dropdown-menu a {
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.t-toggle .dropdown-menu button {
  font-size: 14px;
  padding: 10px 20px;
}

.t-toggle .dropdown-menu {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 13%);
  border: 0px;
  border-radius: 8px;
}

.tab-border {
  /* box-shadow: 0px 2px 5px rgb(0 0 0 / 5%); */
  padding: 22px;
  /* border: 1px solid rgba(0, 0, 0, 0.05); */
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}

.page .pagination .page-link {
  color: #FA6400;
}

.page .pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #FA6400;
  border-color: #FA6400;
}

.list-intrust li {
  background-color: #FA6400;
  margin: 5px 10px 5px 0px;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}

.add-edu {
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
}

.btn-add-edu {
  background: #FA6400;
  color: #fff;
  font-size: 14px;
}

.btn-add-edu:hover {
  color: #fff;
}

.btn-add-edu:focus {
  box-shadow: none;
  outline: 0;
}

.outer-cross {
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
}

.cross-edu {
  position: absolute;
  right: -1px;
  top: -8px;
  font-size: 16px;
  background: #fff;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 5%);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Dashboard css pet */
.img_72 {
  height: 61px;
  width: 61px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  flex-shrink: 0;
}

.img_72 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_72 h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.text_72 h5 small {
  font-size: 14px;
  line-height: 16px;
  color: #707070E5;
}

.exp-p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #00000099;
  margin-bottom: 0;
}

.text_72 {
  padding-left: 12px;
  width: calc(100% - 225px);
}

.card {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  border: 0px;
  border-radius: 11.5514px;
  padding: 22px 40px;
  margin: 26px 0px;
}

.card-exp {
  box-shadow: 0px 0px 4px 0px #00000040;
  border: 1px solid #F7F9FF;
  background-color: #F7F9FF;
}

.card-exp h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  opacity: 0.5;
}

.card-exp p {
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #000000;
  opacity: 0.5;
  /* margin-bottom: 0px; */
  /* color: #00000087; */
  text-transform: uppercase;
}

.mt-40 {
  margin-top: 40px;
}

.flex-line p {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}

.flex-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.tab-l ul li a.nav-link {
  margin-bottom: 0px !important;
  height: 35px !important;
  border: none !important;
  text-transform: capitalize !important;
  color: #808080;
  width: 91px;
  /* border-radius: 5px !important; */
  /* font-weight: 400; */
  /* font-size: 12px; */
  /* display: flex; */
  /* align-items: center; */
  /* text-align: center; */
}

.tab-l ul li a.nav-link.active {
  box-shadow: 0px 0px 4px 0px #00000040;
}

.tab-l ul {
  border-radius: 5px;
}

.graph-1 h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #FA6400;
}

.graph-1 p {
  font-weight: 400;
  font-size: 12px;
  color: #FA6400;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.graph-1 {
  margin: 15px 0px;
  text-align: end;
}

.h-graph {
  height: 300px;
  width: 100%;
}

.card-list {
  padding: 2px 0px;
}

.card-list .recent-h {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}

.list-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.list-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.nav-earning {
  margin-top: 20px;
  max-height: 400px;
  overflow: auto;
}

.list-img-text {
  padding-left: 20px;
  display: flex;
}

.list-img-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.green-t {
  font-weight: 700;
  font-size: 16px;
  color: #41c563;
}

.list-img-text p {
  font-weight: 300;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 4px;
}

.list-img-text h6 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 14px;
  color: #000000;
}

.nav-earning li {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0px;
  padding-right: 10px;
}

.nav-earning li:last-child {
  border: 0px;
}

/* end */

/* subscription */
.first-head {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.8;
}

.subs-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #1e1e1e;
  opacity: 0.5;
}

.outer-subs {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 35px 0px 10px 0px;
}

.subs-head {
  background: #FA6400;
  padding: 35px 15px 25px 15px;
  text-align: center;
  color: #fff;
  position: relative;
  border-radius: 20px 20px 0px 0px;
}

.subs-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 0px;
  opacity: 1;
}

.img-pos {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-52%, -50%);
}

.img-pos2 {
  position: absolute;
  right: 0%;
  bottom: -10px;
}

.subs-body {
  padding: 25px;
}

.subs-body ul li {
  display: flex;
  padding: 6px 0px;
  align-items: center;
}

.subs-body ul li .check_one {
  width: 30px;
}

.subs-body ul li .check_two {
  width: calc(100% - 30px);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  padding-left: 10px;
  color: #000000;
  opacity: 0.9;
}

.send-btn2 {
  height: 48px;
  background-color: #fa6400;
  width: 100%;
  border: 0px;
  color: #fff;
  border-radius: 25px;
  margin: 15px 0px;
}

.send-btn2:hover {
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.month-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color: #FA6400;
}

.month-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #FA6400;
  margin: 52px 0px;
  text-transform: uppercase;
}

.outer-subs.active .subs-body {
  background-color: #FA640014;
  border: 1px solid #FA6400;
  border-radius: 0px 0px 20px 20px;
}

/* end */

/*Verification*/
.verification-p {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verif-img h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 29px;
  text-align: center;
  color: #FA6400;
  padding: 15px 0px;
}

.verif-img p {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #636363;
}

/* end */

/* vet-history */
.vet-history {
  padding: 20px 0px 50px;
}

.flex-card {
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0px 0px 4px 0px #00000040;
  height: 100%;
}

.vet-history h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.34px;
  line-height: 19px;
}

.his-img {
  height: 100px;
  width: 130px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.his-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.his-text {
  padding-left: 18px;
  width: calc(100% - 74px);
  display: flex;
  justify-content: space-between;
}

.inter-name h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.34px;
}

.text-m {
  font-size: 15px;
  letter-spacing: 0.34px;
  line-height: 17px;
  padding: 8px 0px;
  font-weight: 500;
  color: #00000099;
}

.text-price {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.34px;
  line-height: 17px;
}

.date-text {
  opacity: 0.45;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.29px;
  font-weight: 500;
  line-height: 14px;
}

.inter-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.btn-complete {
  border-radius: 4px;
  background-color: rgba(97, 189, 0, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #498e00;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22px;
  line-height: 11px;
  padding: 10px;
  text-transform: uppercase;
}

.card-border {
  border-bottom: 1px solid #ccc;
}

.view-notes h3 {
  color: #eb7a2c;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.34px;
  line-height: 17px;
}

.nav-notes li h4 {
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.29px;
  line-height: 14px;
  padding-bottom: 7px;
}

.nav-notes li p {
  color: inherit;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 400;
}

.nav-notes li {
  padding-top: 20px;
}

.nav-notes .attachments ul {
  padding-left: 20px;
}

.nav-notes .attachments ul li {
  padding-top: 5px;
}

.icon-w {
  width: 29px;
}

.pdf-name {
  color: #eb7a2c;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.34px;
  line-height: 17px;
}

.btn-cancel-red {
  background-color: rgba(224, 32, 32, 0.14) !important;
  color: #e02020;
}

/* new css checkbox */
.css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 2px;
  width: 2px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#inputPreview {
  display: flex;
  gap: 20px;
}

.css-checkbox+label {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 22px;
  color: rgb(97, 97, 97);
}

.css-checkbox+label::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  width: 20px;
  height: 20px;
  background-color: rgb(235, 122, 45, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(235, 122, 45, 1);
  border-radius: 2px;
  box-shadow: none;
}

.css-checkbox:checked+label::after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  left: 0px;
  top: 0px;
  text-align: center;
  background-color: transparent;
  font-size: 10px;
  height: 22px;
  width: 22px;
}

/* small checkbox*/
.small-checkbox .css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 2px;
  width: 2px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.small-checkbox#inputPreview {
  gap: 5px !important;
}

.small-checkbox .css-checkbox+label {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 22px;
  color: #000000;
  flex-shrink: 0;
}

.small-checkbox .css-checkbox+label::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border-width: 3px;
  border-style: solid;
  border-color: #000000;
  border-radius: 2px;
  box-shadow: none;
}

.small-checkbox .css-checkbox:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end */

/* Footer css */
.footer-sec {
  background: #ffffff;
  position: relative;
  padding: 40px 0px 30px 0px;
  overflow: hidden;
}

.left-paw {
  position: absolute;
  left: -81px;
  top: 18%;
}

.right-paw {
  position: absolute;
  right: 10px;
  top: 18%;
}

.footer-img {
  padding-bottom: 20px;
}

.footer-p {
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.85);
  padding-bottom: 15px;
}

.footer-social {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

ul.footer-social li a img {
  width: 50px;
  height: 50px;
}

.follow-social {
  box-shadow: 0px 0px 5px 1px #eee;
}

.follow-social h2 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.follow-social h5 {
  font-weight: 600;
  margin-bottom: 0.9rem;
  margin-top: 3rem;
}

.team-head {
  font-weight: 600;
  font-size: 16.8023px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 20px;
  margin: 0;
}

/* .d-block {
  display: block !important;
} */

.footer-h2 li a {
  font-weight: 500;
  font-size: 14.702px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.85) !important;
  padding: 7px 0px;
  display: block;
}

.subscribe-form .form-control {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 0.5px solid #0000006B;
  background-color: #ffffff;
  font-size: 14.702px;
  line-height: 18px;
  color: #000;
}

.subscribe-btn {
  height: 46px;
  font-size: 16px;
  width: 100%;
}

/* Footer css end */
.link-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 40px 0px 10px;
  flex-direction: column;
}

.sub-link-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.link-buttons a {
  font-size: 14px;
}

.sub-link-buttons a {
  font-size: 14px;
}

/* .attachments {
  flex-direction: column;
  align-items: inherit;
  padding: 0;
  float: left;
  gap: 5px;
} */

.listing-details {
  overflow: hidden;
}

/*Latest CSS*/
.favourite-icon {
  width: 20px !important;
}

.wishlist-button {
  background: none;
  position: absolute;
  right: 10px;
  border: none;
  z-index: 1;
  top: 6px;
}

.button-grp {
  row-gap: 1rem;
  column-gap: 1rem;
}

.notification .notify-btn {
  font-size: 1.3rem;
}

.notification .dropdown-menu {
  width: 260px;
  max-height: calc(100vh - 90px);
  overflow: auto;
}

.notification h6.preview-subject {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification .preview-subject {
  text-wrap: auto;
}

img.verified-icon {
  width: 24px;
  height: 24px;
}

/* Home section all-pets */
.all-pets h4,
.popular-breed h4 {
  font-size: 2rem;
  font-weight: 600;
}

.all-pets p,
.popular-breed p {
  color: #00000099;
}

.popular-breed .image-group img {
  width: 300px;
  height: 372px;
}

/* Product item */
.product-wrap {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 12px;
  border: 1px solid #00000040;
  margin-bottom: 2rem;
  max-width: 350px;
}

.product-wrap .product-image {
  overflow: hidden;
  border-radius: 12px;
}

.product-wrap .product-image img:hover {
  transform: scale(1.05);
}

.product-wrap .product-image img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 12px;
  object-fit: cover;
  transition: all 0.5s;
}

.product-wrap .product-description {
  height: 150px;
  text-align: center;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.product-wrap .product-description h5 {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0px;
}

.product-wrap .product-description small {
  display: block;
  margin: 0px;
  color: #00000087;
}

.product-wrap .product-button {
  padding: 12px;
  text-align: center;
  position: relative;
}

.phone-code {
  width: 96px;
  min-height: 45px;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.phone-code:focus-visible {
  outline: #FA6400;
}

.phone-no {
  width: 100%;
  min-height: 45px;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}