@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&family=Hind+Siliguri:wght@400;500;600;700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Teko:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
*
{
  margin: 0;
  padding: 0;
}
body {
  color: #393939;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  overflow-x: hidden !important;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #EB6C30;
}

a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: #EB6C30;
}
.btn-link
{
  color: #EB6C30; 
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background-color: #EB6C30;
}

ul,
p {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.font_style
{
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}



section {
  display: block;
  float: left;
  width: 100%;
  padding: 60px 0;
}

footer {
  display: block;
  float: left;
  width: 100%;
  padding: 60px 0 30px 0;
  background: #EFF3F5;
}

label {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.modal-content {
  border-radius: 15px;
  background: #fff;
}
.modal-header .btn-close {
  background: #EB6C30 url(../images/modal_close_but.svg) no-repeat;
  background-size: cover;
  border-radius: 100%;
  opacity: 1;
}
.modal-header {
  border-radius: 15px 15px 0 0 !important;
}
.modal-body {
  padding: 25px;
  border-radius: 0 0 15px 15px;
  color: #393636;
}
.modal-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: 100;
}
.btn-primary {
  background-color: #EB6C30;
  border-color: #EB6C30;
  border-radius: 25px;
  width: 156px;
  height: 51px;
  flex-shrink: 0;
}
.modal_top_text p
{
  font-size: 18px;
  margin-bottom: 15px;
}

.form-control:focus {
  color: #495057;
  outline: 0;
  box-shadow: none;
}

.form-control {
  background: none !important;
  padding: 12px 0.75rem;
  border-radius: 4px !important;
}

.form-select {
  padding: 12px 0.75rem;
}

.form-floating>label {
  color: #fff !important;
}

.form-floating>label {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-floating>.form-control {
  padding-left: 3px !important;
  padding-right: 2px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

header {
  display: block;
  float: left;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
}

header .top_header {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.top_header_inside {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.top_header_inside .logo_area img {
  width: 100%;
  max-width: 200px;
}

.top_header_inside .mid_area {
  display: block;
  float: left;
  width: auto;
  width: 100%;
  max-width: 434px;
  margin: 5px 25px;
}

.top_header_inside .mid_area .input-group .btn {
  padding: 12px 0.75rem;
}

.top_header_inside .right_area {
  display: block;
  float: left;
  width: auto;
}

.header_profile_secion {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding: 10px 0;
}

.header_profile_secion i {
  color: #EB6C30;
  font-size: 20px;
  margin-right: 5px;
}

.header_profile_secion a {
  color: #000;
}

.header_profile_secion a:hover {
  color: #EB6C30;
}

.header_cart_secion {
  display: inline-block;
  font-size: 15px;
  margin-left: 15px;
}

.header_cart_secion i {
  color: #EB6C30;
  font-size: 20px;
  margin-right: 5px;
}

.header_cart_secion a {
  color: #000;
  font-weight: 700;
}

.header_cart_secion a:hover {
  color: #EB6C30;
}

footer .top_pannel {
  display: block;
  float: left;
  width: 100%;
}

.footer_box1 {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.footer_box1 h2 {
  font-size: 22px;
}

.footer_box1 ul {
  font-size: 16px;
  list-style-type: none;
  margin: 15px 0 0 0;
}

.footer_box1 ul li {
  margin: 5px 0;
  font-weight: 400;
}

.footer_box1 ul li a {
  color: #393939;
}

.footer_box1 ul li a:hover {
  color: #EB6C30;
}

.footer_box1 p {
  font-size: 16px;
  list-style-type: none;
  margin: 15px 0 0 0;
}

.footer_box1 p a {
  color: #393939;
}

.footer_box1 p a:hover {
  color: #EB6C30;
}

.footer_box1 p i {
  color: #EB6C30;
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-top: 4px;
}

.footer_box1 p i:hover {
  color: #EB6C30;
}
.social i
{
  background: #EB6C30;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  color: #fff !important;
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  line-height: 40px; 
}

.copy {
  margin-top: 15px;
  font-size: 15px;
}


.menu_section {
  background: #F4F4F4;
  padding: 0;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  justify-content: flex-end;
}

.navbar-dark .navbar-nav .nav-link {
  color: #393939;
  font-weight: 400;
  padding: 8px 25px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #EB6C30;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #EB6C30;
}

.navbar-dark .navbar-toggler {
  color: #000;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.banner_section {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.banner_section .img_area {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner_section .img_area img {
  float: left;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.banner_section .img_area::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background: linear-gradient(90.29deg, rgba(0, 0, 0, 0.8) 0.25%, rgba(0, 0, 0, 0) 98.67%);
}

.banner_section .text_area {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
}

.banner_section .text_area p {
  font-size: 22px;
  font-weight: 700;
}

.banner_section .text_area h2 {
  font-size: 55px;
}

.blue_but {
  display: inline-block;
  vertical-align: top;
  padding: 12px 35px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #EB6C30;
  transition: all .5s;
  transition-timing-function: ease-out;
  border: none;
}

.blue_but:hover {
  background: #393939;
  color: #fff;
}

.product_categori_section {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 15px;
  background: #EBF3F5;
}

.page_heading {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

.page_heading h2 {
  font-size: 25px;
  font-family: 'Inter', sans-serif !important;
}
.page_heading .see_all
{
  text-decoration: underline !important;
}
.page_heading .see_all:hover
{
  text-decoration: none !important;
}

.product_categori_slider_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.product_categori_slider_section .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.product_categori_slider_section .owl-prev {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #EB6C30 !important;
  color: #fff !important;
  border-radius: 100% !important;
  margin: 0 5px;
  font-weight: 700 !important;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.product_categori_slider_section .owl-prev:hover {
  background: #EB6C30 !important;
  color: #fff !important;
}

.product_categori_slider_section .owl-next {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #EB6C30 !important;
  color: #fff !important;
  border-radius: 100% !important;
  margin: 0 5px;
  font-weight: 700 !important;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.product_categori_slider_section .owl-next:hover {
  background: #EB6C30 !important;
  color: #fff !important;
}
.product_categori_slider_section .owl-prev:focus-visible
{
  border: none !important;
  box-shadow: none !important;
  outline-style: none !important;
}
.product_categori_slider_section .owl-next:focus-visible
{
  border: none !important;
  box-shadow: none !important;
  outline-style: none !important;
}

.product_categori_box1 {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product_categori_box1 .img_area {
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
}

.product_categori_box1 .img_area img {
  float: left;
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
}

.product_categori_box1 .img_area::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.product_categori_box1 .text_area {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 100%;
  bottom: 0;
  padding: 20px 15px;
  text-align: center;
}

.product_categori_box1 .text_area p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.new_arrivals_section {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
}
.owl-carousel .owl-stage
{
  display: flex;
  float: left;
  width: 100%;
}
.owl-carousel.owl-drag .owl-item
{
  display: flex;
  padding-left: 2px;
}

.product_box1 {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #d1d1d1;
  background: #fff;
  height: 100%;
}

.product_box1 .img_area {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.product_box1 .img_area img {
  display: block;
  float: left;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
  object-position: center;
  object-fit: cover;
}

.product_bookmark {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 12px;
  background: rgba(160, 160, 160, 0.5);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.product_bookmark i {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}


.bookmark_active {
  background: #EB6C30 !important;
}

.product_box1 .text_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 12px;
}

.product_box1 .text_area>.seller_section {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}

.product_box1 .text_area>.seller_section .logo {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #B0B0B0;
  flex: 38px 0 0;
}

.product_box1 .text_area>.seller_section .logo img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product_box1 .text_area>.seller_section .name {
  display: block;
  float: left;
  width: 100%;
  padding-left: 10px;
}

.product_box1 .text_area>.seller_section .name p {
  color: #EB6C30;
  font-weight: 700;
}

.product_box1 .text_area>.seller_section .name p:hover {
  color: #EB6C30;
}

.product_box1 .text_area>.name_review_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
  position: relative;
}

.product_box1 .text_area>.name_review_section h2 {
  font-size: 16px;
  font-weight: 500;
}

.product_box1 .text_area>.name_review_section p {
  font-size: 14px;
  color: #858585;
}

.product_box1 .text_area>.price_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
  font-weight: 700;
}

.product_box1 .text_area>.price_section .final_price {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 10px 0px 10px;
  border: 2px solid #F68812;
  color: #FFFFFF;
  background-color: #F68812;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 10px;
}

.product_box1 .text_area>.price_section .off_price {
  color: #828282;
  text-decoration: line-through;
  font-size: 14px;
}
.product_box1 .text_area>.price_section .per {
  color: #388e3c;
  font-size: 14px;
}

.feature_products_section {
  display: block;
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #EBF3F5;
}

.step_section {
  display: block;
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #E0E0E0;
}

.step_boxes {
  display: block;
  float: left;
  width: 100%;
}

.step_box1 {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.step_box1 .img_area {
  display: block;
  float: left;
  width: 100%;
}

.step_box1 .img_area img {
  max-width: 70%;
}

.step_box1 .text_area {
  display: block;
  float: left;
  width: 100%;
}

.step_box1 .text_area h3 {
  color: #FF7001;
  display: inline-block;
  vertical-align: top;
  padding: 4px 15px;
  background: #FFF3E9;
  border-radius: 8px;
  margin-top: 10px;
}

.step_box1 .text_area h2 {
  margin-top: 10px;
}

.step_box1 .text_area p {
  margin-top: 10px;
}

.partner_section {
  display: block;
  float: left;
  width: 100%;
  padding: 60px 0;
}

.partner_box1 {
  display: block;
  float: left;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.partner_box1 .img_area {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.partner_box1 .img_area img {
  float: left;
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
  opacity: .5;
}

.partner_box1 .text_area {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  bottom: 0;
  padding: 20px 15px;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.partner_box1 .text_area h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.partner_box1 .blue_but2 {
  display: none;
  vertical-align: top;
  padding: 8px 25px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #EB6C30;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.partner_box1 .blue_but2:hover {
  background: #393939;
  color: #fff;
}

.partner_box1:hover .text_area {
  top: 50%;
  transform: translateY(-50%);
}

.partner_box1:hover .blue_but2 {
  display: inline-block;
}

.subpage_body_section {
  display: block;
  float: left;
  width: 100%;
  padding: 55px 0;
}

.login_box {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 25px 10px #F1F1F1;
}

.login_box .top_text {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

.login_box .top_text h2 {
  font-size: 25px;
}

.login_box .top_text p {
  font-size: 16px;
  margin-top: 5px;
}

.login_box .redio_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  font-weight: 700;
}


.login_box_form {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.form-check-label a {
  color: #EB6C30 !important;
}

.form-check-label a:hover {
  color: #000 !important;
}

.submit_but {
  width: 100%;
  background: #EB6C30;
  padding: 12px 12px;
  border-radius: 60px;
  font-weight: 600;
  border: none;
  box-shadow: none;
}

.login_bottom_link {
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}


.login_bottom_link p a {
  color: #EB6C30;
}

.login_bottom_link p a:hover {
  color: #000;
}

.reset_otp_section {
  display: flex;
  vertical-align: top;
  width: 100%;
  margin-top: 25px;
  justify-content: space-between;
}

.otp_file {
  display: block;
  float: left;
  width: 22%;
  border: none;
  border-bottom: 1px solid #495057;
  outline-style: none;
  text-align: center;
  font-size: 30px;
}

.login_box a {
  color: #EB6C30;
}

.login_box a:hover {
  color: #EB6C30;
}

.subpage_header {
  display: block;
  float: left;
  width: 100%;
  background: #EB6C30;
  padding: 12px 0;
  text-align: center;
}

.subpage_header h2 {
  color: #fff;
  font-size: 25px;
}

.about_header {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.about_header h2 {
  font-size: 25px;
}

.about_section {
  display: block;
}

.about_img_area {
  display: block;
  float: left;
  width: 100%;
}

.about_img_area img {
  float: left;
  width: 100%;
}

.about_text_area {
  display: block;
  float: left;
  width: 100%;
}

.about_text_area p {
  font-size: 16px;
  color: #5C5C5C;
  margin-bottom: 25px;
  line-height: 30px;
}

.about_count {
  display: flex;
  float: left;
  width: calc(100% + 100px);
  background: #EB6C30;
  padding: 20px 0;
  color: #fff;
  margin-left: -100px;
}

.about_count .box1 {
  float: left;
  width: 50%;
  padding: 20px 35px;
}

.about_count .box1 h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.about_count .box1 h2 {
  font-size: 50px;
}

.about_count .box1 p {
  font-size: 15px;
}

.about_count .box1:first-child {
  border-right: 1px solid #fff;
}

.policy_body {
  display: block;
  float: left;
  width: 100%;
}

.policy_body p {
  color: #5C5C5C;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 30px;
}

.contact_left_area {
  display: block;
  float: left;
  width: 100%;
}

.contact_box1 {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 35px;
}

.contact_box1 i {
  color: #EB6C30;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
}

.contact_box1 h3 {
  font-size:17px;
}

.contact_box1 p {
  font-size: 16px;
  color: #3D3D3D;
}

.contact_social_box {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.contact_social_box p
{
  display: flex;
}

.contact_social_box i {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #EB6C30;
}

.contact_social_box i:hover {
  color: #fff;
  background: #393939;
}

.contact_right_area {
  display: block;
  float: left;
  width: 100%;
}

.header_profile_secion .drop_area {
  display: none;
  float: left;
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  width: 240px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 10px 2px;
}
.header_profile_secion .drop_area .nav-item ,.header_profile_secion .drop_area .nav-link
{
  position: relative;
}

.header_profile_secion:hover .drop_area {
  display: block;
}

.header_profile_secion .drop_area img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.web_profile_left_pannel {
  display: block;
  float: left;
  width: 320px;
}

.web_profile_right_pannel {
  display: block;
  float: left;
  width: calc(100% - 320px);
  padding-left: 20px;
}

.web_profile_left_pannel .profile_section {
  display: flex;
  float: left;
  width: 100%;
  background: #E0E0E0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  align-items: center;
}

.web_profile_left_pannel .profile_section .img_area {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  flex: 60px 0 0;
}

.web_profile_left_pannel .profile_section .img_area img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.web_profile_left_pannel .profile_section .text_area {
  display: block;
  float: left;
  width: 100%;
  padding-left: 15px;
}

.web_profile_left_pannel .profile_section .text_area h2 {
  font-size: 14px;
  font-weight: 100;
}

.web_profile_left_pannel .profile_section .text_area p {
  font-size: 18px;
  font-weight: 600;
}

.web_profile_left_pannel .menu_section {
  display: block;
  float: left;
  width: 100%;
  background: #E0E0E0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  align-items: center;
  margin-top: 20px;
  padding-bottom: 10px;
}

.profile_menu_heading {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 20px 0 20px;
}

.profile_menu_heading h2 {
  color: #EB6C30;
  font-size: 18px;
}

.profile_menu {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.profile_menu .nav-item, .profile_menu .nav-item .nav-link
{
  position: relative;
}

.profile_menu .nav a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 15px 20px;
  position: relative;
}

.profile_menu .nav a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
}

.profile_menu .nav a:hover {
  background: #EB6C30;
  color: #fff;
}

.profile_menu .nav a:hover img {
  filter: brightness(400%);
}

.profile_menu .nav a::before {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font: var(--fa-font-solid);

}

.profile_menu .active {
  background: #EB6C30 !important;
  color: #fff !important;
}

.profile_menu .active img {
  filter: brightness(600%);
}

.profile_tab {
  display: block;
  float: left;
  width: 100%;
}

.profile_tab .profile_image_area {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

/****profile image upload****/
.profile_image {
  width: 128px;
  height: 128px;
  position: relative;
}

.profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}

.file-upload {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 2px solid #EB6C30;
  position: absolute;
}

.circle img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.p-image {
  position: absolute;
  top: 0;
  right: 5px;
  color: #000;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 5.389px 5.389px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.p-image i
{
  cursor: pointer;
}

.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
  font-size: 15px;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #fff;
}

.profile_tab .profile_form {
  display: block;
  float: left;
  width: 100%;
}

.change_password {
  text-align: right;
  margin-top: 15px;
}

.change_password a {
  color: #EB6C30;
}

.change_password a:hover {
  text-decoration: underline;
}

.submit_but2 {
  width: 100%;
  max-width: 150px;
  background: #EB6C30;
  padding: 12px 12px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  color: #fff;
}
.btn-link:hover {
  color: #EB6C30;
}

.submit_but2:hover {
  background-color: #303030;
}

.my_donation_heading {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.my_donation_heading h2 {
  font-size: 25px;
}

.table_area {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

.table_area .table_header {
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  background: #EB6C30;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.table_area .table_header>div {
  padding: 0 5px;
}

.table_area .table_body {
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  padding: 6px 10px;
  color: #000;
  font-size: 12px;
  align-items: center;
  transition: all .5s;
  transition-timing-function: ease-out;
  min-height: 68px;
  background: #FBFDFF;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-top: 15px;
}

.table_area .table_body>div {
  padding: 0 5px;
}

.table_area .table_body p {
  font-size: 14px;
}

.table_area .table_body .mobile_heading {
  display: none;
  color: #809FB8;
  margin-right: 10px;
  font-weight: 700;
  position: relative;
}

.table_area .table_body .mobile_heading::after {
  content: ":";
  font-family: 'Blinker-SemiBold';
  margin-left: 5px;
}

.table_seller_img {
  display: inline-block;
  width: 55px;
  height: 45px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.table_seller_logo {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  flex: 36px 0 0;
  margin-right: 10px;
  border: 1px solid #B0B0B0;
}

.table_seller_name {
  display: flex;
  float: left;
  align-items: center;
  text-align: left;
}

.profile_body {
  display: flex;
  float: left;
  width: 100%;
  flex-wrap: wrap;
}

.product_upload_img {
  border-radius: 0 !important;
  width: 200px;
  height: 200px;
  float: left;
  background: #F4F4F4;
}

.product_upload .p-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.product_upload .profile_image {
  width: 200px;
  height: 200px;
  float: left;
  position: relative;
}
.product_upload .close
{
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: #fdeded;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.new_product_upload
{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  float: left;
  width: 100%;
  position: relative;
  
}
.profile_image .form-check-label {
  margin-bottom: 0;
  margin-top: 3px;
}

.form-switch {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block;
  text-align: center;
  min-height: auto;
}

.form-switch .form-check-input {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.plus-icon-container {
  display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    border: 2px solid #EB6C30; /* Adjust border color and size as needed */
    width: 200px; /* Adjust the width as needed */
    height: 200px; /* Set the same height as width for a square box */
    border-radius: 8px; 
}

.upload-button {
  font-size: 24px; /* Adjust the icon size as needed */
  color: black; /* Adjust the icon color as needed */
}
.edit_but {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  background: #9694FF;
  text-align: center;
  line-height: 42px;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
}

.new_address_box {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #C9C9C9;
  padding: 12px 18px;
  background: #fff;
}

.new_address_box p {
  font-size: 15px;
  font-weight: 700;
  color: #EB6C30;
}

.new_address_box:hover p {
  color: #000;
}

.address_box1 {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #C9C9C9;
  padding: 12px 15px;
  margin-top: 15px;
  background: #fff;
  position: relative;
}

.address_box1 .top {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.address_box1 .top .category {
  display: inline-block;
  vertical-align: top;
  background: #EBEDF8;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
}

.address_box1 .top .button_section {
  display: inline-block;
  display: flex;
}

.address_but {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #DAE2FF;
  border-radius: 100%;
  margin: 5px;
  color: #3A509F;
  font-size: 12px;
}

.address_but:hover {
  background: #3A509F;
  color: #fff;
}
.card_del_but {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #DAE2FF;
  border-radius: 100%;
  margin: 5px;
  color: #3A509F;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -19px;
}

.address_but:hover {
  background: #3A509F;
  color: #fff;
}

.address_box1 .bottom {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.address_box1 .bottom h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.address_box1 .bottom h3 span {
  margin-right: 20px;
}

.new_address_section {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #C9C9C9;
  padding: 15px;
}

.new_address_section .heading {
  display: block;
  float: left;
  width: 100%;
}

.new_address_section .heading h2 {
  font-size: 15px;
  color: #EB6C30;
}

.new_address_section .form_section {
  display: block;
  float: left;
  width: 100%;
}

.wish_list_boxes {
  display: block;
  float: left;
  width: 100%;
}

.wish_list_boxes .product_bookmark {
  cursor: pointer;
}
.wish_list_body {
  display: block;
  float: left;
  width: 100%;
}

.wish_list_body h2 {
  font-size: 18px;
}

.wish_list_body p {
  font-size: 16px;
  color: #747474;
  margin-top: 10px;
}

.popup_button_area {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}

.popup_button_area .btn {
  width: 48%;
  margin: 12px 0;
  border-radius: 40px;
  justify-content: space-between;
}

.yes {
  background: #EB6C30;
  color: #fff;
  border: 1px solid #EB6C30;
}

.cancel {
  color: #EB6C30;
  border: 1px solid #EB6C30;
}
.yes:hover
{
  background: #454545;
  color: #fff;
}
.cancel:hover {
  background: #EB6C30;
  color: #fff;
}

.profile_notification_boxes {
  display: block;
  float: left;
  width: 100%;
}

.profile_notification_box1 {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: 12px 18px;
  margin-bottom: 30px;
}

.profile_notification_box1 p {
  font-size: 16px;
}

.profile_notification_box1 h2 {
  font-size: 16px;
  color: #A7A7A7;
  margin-top: 5px;
  font-weight: 100;
}

div#carouselExampleControls {
  float: left;
  width: 100%;
}

.search_page_left_section {
  display: block;
  float: left;
  width: 100%;
  background: #E0E0E0;
  position: relative;
  z-index: 1;
}
.search_page_left_section .form-check-input
{
  border: 1px solid rgba(0,0,0,.25) !important;
}

.search_page_filter_body {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.search_page_left_section .accordion-item {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #DADAEE !important;
}

.search_page_left_section .accordion-button:not(.collapsed) {
  background: none !important;
  color: #000 !important;
  box-shadow: none !important
}

.search_page_left_section .accordion-button {
  background: none !important;
  font-weight: 700;
}

.search_page_left_section .accordion-button:focus {
  border: none !important;
  box-shadow: none !important
}

.search_page_left_section .accordion-body {
  padding-top: 0 !important;
}

.search_page_filter_price_section {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.search_page_filter_price_section select {
  width: 48%;
}

.customer_rating i {
  color: #ffaa01;
  font-size: 12px;
}

.filter_color span {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin: 0px;
  border-radius: 100%;
}

.color_set1 {
  background: #0b5ed7;
}

.color_set2 {
  background: #6bb002;
}

.color_set3 {
  background: #dfa400;
}

.color_set4 {
  background: #00c0cd;
}

.color_set5 {
  background: #636363;
}

.search_page_heading {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.search_page_heading h2 {
  font-size: 18px;
  font-weight: 600;
}

.search_page_heading select {
  width: 160px;
  margin: 5px 0;
  font-size: 14px;
  padding: 6px 0.75rem;
}

.search_page_product_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.seller_details_top_pannel {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #B8B8B8;
  padding-bottom: 25px;
}

.seller_details_logo {
  display: block;
  float: left;
  width: 100%;
}

.seller_details_logo img {
  max-width: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: center;
}

.seller_details_text_area {
  display: block;
  float: left;
  width: 100%;
}

.seller_details_text_area p {
  margin-bottom: 15px;
}

.seller_details_text_area h4 {
  font-size: 14px;
  margin-top: 10px;
}

.seller_details_text_area h4 i {
  color: #EB6C30;
  font-size: 20px;
  margin-right: 10px;
}

.seller_product_list {
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}

.seller_product_list .heading {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.seller_product_list .heading h2 {
  font-size: 25px;
}
.seller_product_list .heading a
{
  color: #0090FF;
  font-weight: 700;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.seller_product_list .heading a:hover
{
  color: #000;
}

.seller_product_list .product_boxes {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.user_order_box1 {
  display: flex;
  float: left;
  width: 100%;
  border: 1px solid #C9C9C9;
  padding:15px;
  margin-top: 20px;
  align-items: center;
  background: #fff;
  position: relative;
}
.not_available_delivery
{
  position: absolute;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 0 0 0 5px;
  background: #EA0000;
  color: #fff;
  font-size: 12px;
  top: 0;
  right: 0;
}
.user_order_box1:nth-child(1)
{
  margin-top: 0;
}

.user_order_box1 .img_area {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  flex: 100px 0 0;
}

.user_order_box1 .img_area img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.user_order_box1 .text_box1 {
  display: block;
  float: left;
  width: 40%;
  padding: 0 15px;
}

.user_order_box1 .text_box2 {
  display: flex;
  float: left;
  width: 20%;
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.user_order_box1 .text_box2 button
{
  border: none;
  box-shadow: none;
  display: flex;
  text-align: center;
  vertical-align: middle;
  flex: 30px 0 0;
  width: 30px;
  height: 30px;
  background: #DAE2FF;
  border-radius: 100%;
  margin: 5px;
  color: #3A509F;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.user_order_box1 .text_box2 button:hover
{
  background: #3A509F;
  color: #fff;
}


.user_order_box1 .text_box9 {
  display: flex;
  float: left;
  width: 20%;
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.user_order_box1 .text_box9 button
{
  border: none;
  box-shadow: none;
  display: flex;
  text-align: center;
  vertical-align: middle;
  flex: 30px 0 0;
  width: 30px;
  height: 30px;
  background: #DAE2FF;
  border-radius: 100%;
  margin: 5px;
  color: #3A509F;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}


.user_order_box1 .text_box3 {
  display: block;
  float: left;
  width: 40%;
  padding: 15px;
  padding-right: 0;
  text-align: right;
}

.user_order_box1 h2 {
  font-size: 16px;
}

.user_order_box1 .text_box3 i {
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}

.delivered {
  color: #21AA47;
}

.refund {
  color: #FFC700;
}

.cancelled {
  color: #FF0F79;
}

.user_order_box1 h3 {
  font-size: 16px;
  margin-top: 5px;
}

.user_order_box1 h3 a {
  color: #EB6C30;
}

.user_order_box1 h3 a:hover {
  color: #EB6C30;
}

.review_form {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.upload_specification_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.cart_right_price {
  display: block;
  float: left;
  width: 100%;
  background: #E0E0E0;
  position: sticky;
  top: 0;
}

.cart_right_price .heading {
  display: block;
  float: left;
  width: 100%;
  background: #404040;
  padding: 15px 15px;
  text-align: center;
}

.cart_right_price .heading h2 {
  color: #fff;
}

.cart_right_price .cart_right_body {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}


.cart_right_price_dis {
  display: block;
  float: left;
  width: 100%;
  background: #70708e;
}

.cart_right_price_dis .heading {
  display: block;
  float: left;
  width: 100%;
  background: #151515;
  padding: 15px 15px;
  text-align: center;
}

.cart_right_price_dis .heading h2 {
  color: #fff;
}

.cart_right_price_dis .cart_right_body {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}

.cart_right_body .top_price_section {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E8E6F1;
  padding-bottom: 15px;
}

.cart_right_body .top_price_section p {
  color: #1D3178;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
}

.cart_right_body .top_price_section p span {
  float: right;
}

.cart_right_body .total_price_section {
  display: block;
  float: left;
  width: 100%;
  padding-top: 15px;
}

.cart_right_body .total_price_section p {
  color: #1D3178;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
}

.cart_right_body .total_price_section p span {
  float: right;
}

.cart_left_pannel {
  display: block;
  float: left;
  width: 100%;
}

.cart_left_pannel .accordion-item {
  margin-bottom: 15px;
  border: none;
}

.cart_left_pannel .accordion-item .collapsed {
  background: #404040;
}

.cart_left_pannel .accordion-button {
  background: #EB6C30;
  color: #fff;
}
 
.cart_left_pannel .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0.9;
  box-shadow: none;
  background: #EB6C30;
}

.cart_left_pannel .accordion-button::after {
  background: url(../images/accordion_arrow.svg);
  background-repeat: no-repeat;
}

.cart_left_pannel .accordion-body {
  background: #E0E0E0;
  padding: 30px 20px;
}

.accordion_number {
  display: flex;
  background: #FFFFFF;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
}

.cart_login {
  display: block;
  float: left;
  width: 100%;
}
.cart_after_login {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 25px;
  background: #fff;
  border: 1px solid #C9C9C9;
}

.form-control {
  background-color: #fff !important;
}

.cart_login a {
  color: #0b5ed7 !important;
}

.cart_delivery_type_section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.address_check {
  position: absolute;
  top: 18px;
  left: 20px;
}

.del_but {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #DAE2FF;
  border-radius: 100%;
  margin: 5px;
  color: #3A509F;
  font-size: 12px;
  line-height: 30px;
  padding: 4px;
}

.del_but:hover {
  background: #3A509F;
  color: #fff;
}

.cart_card_payment
{
  display: block;
  float: left;
  width: 100%;
  box-shadow: rgba(251, 101, 167, 0.18);
  padding: 15px;
  padding-left: 30px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #EB6C30;
  position: relative;
}
.specifications_box1
{
  display: flex;
  float: left;
  width: 100%;
  background: #F2F2F2;
  padding: 5px;
  border-radius: 6px;
  margin-top: 15px;
}
.specifications_box1 .inside
{
  margin: 5px;
  width: 100%;
}
.specifications_box1 .input_style1
{
  display: block;
  float: left;
  width: 100%;
  border: none;
  background: #fff;
  height: 44px;
  border-radius: 5px;
  padding: 0 12px;
  border: none;
}
.specifications_box1 .input_style1:focus
{
  outline-style: none;
}
.plus_but
{
  display: flex;
  float: left;
  height: 44px;
  width: 44px;
  border-radius: 100%;
  background: #EB6C30;
  flex: 0 0 44px;
  margin: 5px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.plus_but:hover
{
  background: #0b5ed7;
  color: #fff;
}
.plus_but_seller
{
  display: flex;
  float: left;
  height: 44px;
  width: 44px;
  border-radius: 100%;
  background: #EB6C30;
  flex: 0 0 44px;
  margin: 5px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.plus_but_seller:hover
{
  background: #393939;
  color: #fff;
}
.payment_section_heading
{
    display: block;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.payment_section_heading img
{
  margin-right: 12px;
}
.payment_section_heading h2
{
    font-size: 18px;
}
.payment_section_bottom_form
{
  display: block;
  float: left;
  width: 100%;
}
.product_details_heading
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.product_details_heading h2
{
  font-size: 22px;
  font-weight: 600;
  padding-right: 40px;
  margin-bottom: 10px;
}
.product_details_price
{
  display: flex;
  float: left;
  width: 100%;
  position: relative;
  align-items: center;
  margin-top: 5px;
}
.product_details_price h2
{
  color: #EB6C30;
  font-size: 24px;
  margin-right: 5px;
}
.product_details_price h4
{
  font-size: 16px;
  text-decoration: line-through;
}
.product_details_price h5
{
  font-size: 16px;
}
.product_details_top_review
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.product_details_top_review h2
{
  font-size: 18px;
  color: #787878;
}
.product_details_short_des
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.product_details_short_des p
{
  font-size: 14px;
}
.size_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.size_section h5
{
  font-size: 15px;
}

.size_section_check
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.size_check
{
  background: #FAF4F4;
  color: #000;
}
.size_section_check .check
{
  background: #EB6C30 !important;
  color: #fff !important;
}
.color_section_check
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.color_check
{
  background: #FAF4F4;
  color: #000;
}
.color_section_check .check
{
  background: #EB6C30 !important;
  color: #fff !important;
}
.color
{
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #e4e4e4;
}
.color1
{
  background: #816DFA;
}
.color2
{
  background: #000000; 
}
.color3
{
  background: #CDBA7B; 
}
.btn-check:checked+.color1
{
  background: #816DFA;
}
.btn-check:checked+.color2
{
  background: #000000;
}

.btn-check:checked+.color3
{
  background: #CDBA7B;
}
.product_delivery_section
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 25px;
}
.product_delivery_section h5
{
  font-size: 15px;
}
.product_delivery_section p
{
  font-size: 14px;
}
.product_delivery_section p span
{
  color: #EB6C30;
}
.product_details_but_area
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
}




.product_details_but_area button:focus,
.product_details_but_area input:focus{
  outline: none;
  box-shadow: none;
}
.product_details_but_area a,
.product_details_but_area a:hover{
  text-decoration: none;
}

/*--------------------------*/
.product_details_but_area .qty-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_details_but_area .qty-container .input-qty{
  text-align: center;
  padding: 6px 10px;
  border: none;
  max-width: 40px;
}
.product_details_but_area  .qty-container .qty-btn-minus,
.product_details_but_area  .qty-container .qty-btn-plus{
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
  background: none;
  border: none;
}
.product_details_but_area .qty-container .qty-btn-minus {
    margin-right: -1px;
    background: none;
    border: none;
}
.product_details_but_area .qty-container .qty-btn-minus{
  margin-right: -1px;
}


/*---------------------------*/
.product_details_but_area .btn-cornered,
.product_details_but_area .input-cornered{
  border-radius: 4px;
}
.product_details_but_area .btn-rounded{
  border-radius: 50%;
}
.product_details_but_area .input-rounded{
  border-radius: 50px;
}
.qty-container
{
  display: inline-block;
  vertical-align: top;
  padding: 2px 0;
  border-radius: 5px;
  border: 1px solid #BABABA;
}

.product_details_section
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
  padding-top: 30px;
}
.product_details_section .top
{
  display: block;
  float: left;
  width: 100%;
}
.product_details_section .top h2
{
  font-size: 24px;
}
.product_details_section .top p
{
  font-size: 14px;
  color: #5C5C5C;
  margin-top: 12px;
}
.product_details_section .top ul
{
  list-style-type: none;
  margin-top: 15px;
}
.product_details_section .top ul li
{
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.product_details_section .top ul li span
{
  width: 50%;
  color: #5C5C5C;
}

.product_review_section
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D8D8D8;
}
.product_review_section .heading
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_review_section .heading h2
{
  font-size: 22px;
}
.product_review_section .heading h3
{
  font-size: 18px;
  color: #787878;
}
.product_review_section .box1
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8;
}
.product_review_section .box1:last-child
{
  border-bottom: none;
}
.product_review_section .box1 .top
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.product_review_section .box1 .top h3
{
  font-size: 20px;
}
.product_review_section .box1 .top h2
{
  font-size: 14px;
  color: #606060;
}
.product_review_section .box1 .text
{
  display: block;
  float: left;
  width: 100%; 
}
.product_review_section .box1 .text p
{
  font-size: 14px;
  margin: 10px 0;
}
.releted_product_section
{
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #B8B8B8;
  margin-top: 30px;
  padding-top: 30px;
}
.releted_product_section .heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.releted_product_section .heading h2
{
  font-size: 25px;
}
.releted_product_boxes
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.wrapper {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.body_left {
  display: block;
  float: left;
  width: 270px;
  background: #FFFFFF;
  min-height: 100vh;
  transition: all .3s;
  transition-timing-function: ease-out;
  position: fixed !important;
}
.body_left_push
{
  z-index: 5;
  color: #EB6C30;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  margin-left: 20px;
}
.menu_open i
{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.body_left.active {
  margin-left: -270px;
}

.body_right.active2 {
  width: 100%;
}


.body_left > .inside {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
  left: 0;
  top: 0;
  padding-bottom: 68px;
}

.push_menu {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  padding: 0 12px;
}

.body_right {
  display: block;
  float: right;
  width: calc(100% - 270px);
  background: #E0E0E0;
  min-height: 100vh;
  position: relative;
  transition: all .3s;
  -webkit-box-shadow: inset 4px 0px 11px -5px rgba(0,144,255,0.2);
  -moz-box-shadow: inset 4px 0px 11px -5px rgba(0,144,255,0.2);
  box-shadow: inset 4px 0px 11px -5px rgba(0,144,255,0.2);
}

.body_right > .inside {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px 20px 20px;
  position: relative; 

}
.body_left > .inside::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #485589;
  background-color: #485589;
}

.body_left > .inside::-webkit-scrollbar {
  width: 5px;
  background-color: #EB6C30;
}

.body_left > .inside::-webkit-scrollbar-thumb {
  background-color: #EB6C30;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #EB6C30;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.push_menu .nav-link {
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.push_menu .nav-item img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  object-position: center;
  margin-right: 6px;
  transition: all .5s ;
	transition-timing-function:ease-out;
  filter: brightness(0) !important;
}
.push_menu .nav-link span
{
  float: right;
  background: #646566;
  padding: 2px 5px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.push_menu .active {
  background: #EB6C30 !important;
  color: #fff !important;
}
.push_menu .active img
{
  filter: brightness(200%) !important;
}
.push_menu .nav-link:hover {
  background: #EB6C30;
  color: #fff;
}
.push_menu .nav-item:hover img {
 filter: brightness(200%) !important;
}


header
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.header_inner
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
.header_inner .left
{
  float: left;
  display: flex;
}
.header_inner .left .body_left_push
{
  margin: 0 15px 0 0;
}
.header_inner .logo
{
  display: flex;
  float: left;
  width: 145px;
}
.header_inner .logo img
{
  float: left;
  width: 100%;
}
.header_inner .right
{
  float: right;
  display: flex;
    align-items: center;
}
.header_inner .right .body_left_push
{
  display: none;
}

.alert_area
{
  display: flex;
  padding: 6px 12px;
  border-radius: 50px;
  background: #ffe9c2;
  color: #FCB140;
  align-items: center;
  transition: all .5s ;
	transition-timing-function:ease-out;
}

.alert_area p
{
  margin-left: 5px;
  transition: all .5s ;
	transition-timing-function:ease-out;

}
.alart_number
{
  background: #FCB140;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}

.alert_area:hover
{
  background: #FCB140; 
}
.alert_area:hover p
{
  color: #fff; 
}
.alert_area:hover .alart_number
{
  background: #ffd89d;
}
.alert_area i
{
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.alert_area:hover i
{
  color: #fff; 
}

.header_notification
{
  display: block;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}
.header_notification .fa-bell
{
  font-size: 25px;
  color: #809FB8;
}
.notification_number {
  width: 20px;
  height: 20px;
  background: #E52636;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  position: absolute;
  top: -7px;
  right: -7px;
  font-weight: 600;
}
.header_profile_img
{
  display: block;
  margin-left: 5px;
  position: relative;
}
.header_profile_img img
{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #EB6C30;
}
.header_inner .right .fa-bell
{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #EB6C30;
  margin-right: 5px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.header_profile_img .profile_drop {
  position: absolute;
  top: 39px;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  padding: 10px 12px;
  border-radius: 10px;
  width: 150px;
  display: none;
}
.header_profile_img .profile_drop ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header_profile_img .profile_drop ul li {
  padding: 5px 0;
}
.header_profile_img .profile_drop ul li a {
  color: #898989;
  text-decoration: none;
}
.header_profile_img .profile_drop ul li a:hover {
  color: #EB6C30;
}
.header_profile_img:hover .profile_drop {

  display: block;
}

.profile_main_section
{
  display: block;
  float: left;
  width: 100%;
  background: #FBFDFF;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  border-radius: 10px;


}
.profile_main_section .left_area
{
  display: block;
  float: left;
  width: 200px;
  margin-top: 10px;


}
.profile_main_section .left_area .img_area
{
  display: block;
  float: left;
  width: 180px;
  height: 180px;
  border: 4px solid #08cd8e;
  position: relative;
  border-radius: 100%;
}
.profile_main_section .left_area .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.profile_main_section .left_area .upload_setion
{
  position: absolute;
  right: 0px;
  bottom: 10px;
  cursor: pointer !important;
}

.profile_main_section .left_area .upload_setion .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.profile_main_section .left_area .upload_setion .btn {
  border: none;
  color: #fff;
  background-color: #27D79E;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.profile_main_section .left_area .upload_setion .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
}

.profile_main_section .right_area
{
  display: block;
  float: left;
  width: calc(100% - 500px);
  padding-left: 80px;
  margin-top: 60px;
  
}

.profile_right_area
{
  display: block;
  float: left;
  width: 100%;
}
.profile_right_area label
{
  color: #0a2133;
  font-weight: 700;
}
.profile_right_area .form-control, .profile_right_area select
{
  height: 46px;
  font-size: 14px;
}

.dashboard_top_section
 {
  display: block;
  float: left;
  width: 100%;
 }
 .dashboard_top_section .box1
 {
  display: flex;
  float: left;
  width: 100%;
  padding: 30px 15px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px 0px #ff700332;
  margin: 15px 0 0 0;
  align-items: center;
  height: calc(100% - 30px);
 }
 .dashboard_top_section .box1 .icon_area {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  flex: 60px 0 0;
  font-size: 22px;
  color: #fff;
}
.dashboard_top_section .box1 .text_area 
{
  width: 100%;
  padding-left: 12px;
}
.dashboard_top_section .box1 .text_area p
{
  color: #809FB8;
  font-size: 16px;
}
.dashboard_top_section .box1 .text_area h4
{
  font-size: 25px;
}
.dashboard_top_bg1
{
  background: #9694FF;
}
.dashboard_top_bg2
{
  background: #57CAEB;
}
.dashboard_top_bg3
{
  background: #5DDAB4;
}
.dashboard_top_bg4
{
  background: rgba(0, 144, 255, 0.2);
}
.card
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 4px 11px 0px rgba(0, 144, 255, 0.20);
  border-radius: 10px;
  border: none !important;
  position: relative;
  z-index: 0;
}
.card .heading
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%; 
}
.card_heading
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.card_heading h2
{
  font-size: 20px;
  color: #000;
}
.card_heading h3
{
  font-size: 20px;
}
.dashboard_income_graph_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.dashboard_income_graph_area img
{
  float: left;
  width: 100%;
}
.card_search_pannel
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  justify-content: space-between;
  align-items: center;
}



.profile_img1 {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  background: #00B6B0;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-right: 5px;
}
.profile_img1 img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.owner_details_main_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.owner_details_main_section .nav-link
{
  color: #000;
  font-weight: 600;
}

.owner_details_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  margin: 10px 0 15px 0;
}
.owner_details_box1_heading
{
  display: block;
  float: left;
  width: 100%;
  background: rgba(26, 213, 152, 0.3);
  border-radius: 20px 20px 0px 0px;
  padding: 15px 20px;
}
.owner_details_box1_heading h3
{
  color: #1AD598;
  font-size: 18px;
  font-weight: 600;
}

.owner_details_box1_body
{
  display: block;
  float: left;
  width: 100%;
  padding:   20px;
}
.owner_details_box1_body .top_pannel
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  align-items: center;
  width: 100%;
}
.owner_details_box1_body .top_pannel img
{
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  border: 4px solid #BBF3E1;
  margin-right: 12px;
  flex: 70px 0 0;
}
.owner_details_box1_body .top_pannel h2
{
  font-size: 18px;
  font-weight: 600;
}

.owner_details_box1_body .bottom_pannel
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.business_box .owner_details_box1_heading
{
  background: rgba(0, 144, 255, 0.3);
}
.business_box .owner_details_box1_heading h3
{
  color: #0090FF;
}
.business_box .top_pannel img
{
  border: 4px solid #B3DEFF;
}

.owner_details_list_pannel
{
  display: block;
  float: left;
  width: 100%;
}
.owner_details_list_pannel h2
{
  font-size: 20px;
  font-weight: 600;
}
.owner_details_hotel_box1
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 15px;
}
.owner_details_hotel_box1 .hotel_img
{
  display: block;
  float: left;
  width: 200px;
}
.owner_details_hotel_box1 .hotel_img img
{
  float: left;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.owner_details_hotel_box1 .hotel_right_text
{
  display: block;
  float: left;
  width: calc(100% - 200px);
  padding-left: 25px;
}





.blue_small_but {
  display: inline-block;
  vertical-align: top;
  padding: 12px 35px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #EB6C30;
  transition: all .5s;
  transition-timing-function: ease-out;
  border: none;
}

.blue_small_but:hover {
  background: #393939;
  color: #fff;
}

.drop_bottom {
  display: flex;
  vertical-align: top;
  width: 100%;
  padding: 5px 20px;
  color: #000;
  background: #f4f4f4;
  justify-content: space-between;
  align-items: center;
}

.drop_bottom .form-control {
  padding: 0.375rem 0;
  color: #000 !important;
  border-bottom: none !important;
  font-size: 15px !important;
  width: 100%;
  margin-right: 10px;
}

.dropdown_textfild2 {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  height: auto;
  padding: 15px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
  /* background-color: #090c0c; */
  background-color: #090a0a;
}

.dropdown_textfild2 p {
  margin: 5px 0 !important;
  cursor: pointer !important;
  position: relative;
}

.dropdown_textfild2 p i {
  float: right;
  font-size: 18px;
  color: #d2cdd1;
  margin-top: 2px;
}


.specifications_box2
{
  position: relative;
  width: 100%;
  left: left;
  background: #F2F2F2;
  border-radius: 10px;
}

.specifications_box2 .input_style1
{
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;

}
.specifications_box2 .input_style1:focus
{
  outline-style: none;
}

.deleteItems{
  position: absolute;
  width: 44px;
  height: 44px;
  left: 1665px;
  top: 655px;

  background: #F45BB8;
}

.adertisement_main_section
{
  display: block;
  float: left;
  width: 100%;
}
.adertisement_box1 {
  display: block;
  float: left;
  width: 100%;
  height: 220px;
  background: #000000;
  border-radius: 15px;
  margin: 15px 0;
  position: relative;
  z-index: 0;
}
.adertisement_box1 img {
  opacity: .5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.adertisement_box1 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  left: 40px;
  right: 40px;
  bottom: auto;
  color: #fff;
  z-index: 2;
}
.adertisement_box1 .carousel-caption p
{
  font-size: 18px;
}
.adertisement_box1 .carousel-caption h2
{
  font-size: 25px;
  font-weight: 700;
} 
.adertisement_box1 .carousel-caption h3
{
  font-size: 18px;
  font-weight: 100;
  margin-top: 15px;
} 
.adertisement_box1 .carousel-caption h4
{
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
} 
.adertisement_box1 .right {
  display: block;
  float: left;
  width: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
}
.right_details_but {
  display: flex;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #EB6C30;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.adertisement_box1 .right .dwop {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 12px;
  width: 210px;
}
.adertisement_box1 .switch {
  display: flex;
  align-items: center;
}
.adertisement_box1 .right .dwop p {
  margin: 5px 0;
  font-size: 15px !important;
}
.adertisement_box1 .switch p {
  margin-right: 10px !important;
}
.adertisement_box1 .right .dwop p {
  margin: 5px 0;
  font-size: 14px !important;
}
.adertisement_box1 .right .dwop p a {
  color: #000 !important;
}
.adertisement_box1 .right .dwop p a:hover {
  color: #FA493B !important;
}
.adertisement_box1 .right:hover .dwop {
  display: block;
}
.adertisement_box1 .right:hover .dwop .form-switch 
{
  margin: -16px 0 0 0 !important;
}
.adertisement_box1 .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}
.adertisement_box1 .form-check-input:checked {
  background-color: #EB6C30;
  border-color: #EB6C30;
}
.adertisement_popup_body
{
  display: block;
  float: left;
  width: 100%;
}
.adertisement_popup_body h5
{
  font-size: 16px;
}
.adertisement_popup_body p
{
  font-size: 14px;
  color: #747474;
  margin-top: 10px;
}

.add_place_upload_img_area
{
  display: block;
  float: left;
  width: 100%;
}
.add_place_upload_img_area h2
{
  font-size: 16px;
  font-weight: 600;
}
.add_place_upload_img_area h3
{
  font-size: 15px;
  color: #EB6C30;
  font-weight: 600;
  margin-top: 5px;
}


.add_place_upload_img_area .file_upload1
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0 10px 0 0;
}
.add_place_upload_img_area  .upload_img1
{
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.add_place_upload_img_area  .input--file1
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 170px;
  margin: 15px 10px 0 0;
  background: #717171;
  text-align: center;
  line-height: 170px;
  border-radius: 10px;
}
.add_place_upload_img_area  .input--file1 input
{
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_place_upload_img_area  .input--file1 span
{
  display: flex;
  cursor: pointer;
  font-weight: bold;
  color: #919191;
  line-height: normal;
  justify-content: center;
  align-items: center;
  height: 170px;
  flex-wrap: wrap;
  align-content: center;
}
.add_place_upload_img_area  .input--file1 span i
{
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  background: #919191;
  border-radius: 100%;
  text-align: center;
  z-index: 2;
  font-size: 20px;
  line-height:50px;
  color: #fff;
}
.add_place_upload_img_area  .input--file1 span p
{
  width: 100%;
  margin-top: 10px !important;
  color: #fff;
}
.add_place_upload_img_area .ng-hide
{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 244px;
  height: 170px;
  margin: 15px 10px 15px 0;
  border: 2px solid #0666A9;
}
.add_place_upload_img_area .close
{
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  opacity: 1 !important;
  cursor: pointer;
  transition: all .5s ;
	transition-timing-function:ease-out;

}
.card .heading
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%; 
}
.card .heading h3
{
  font-size: 20px;
  font-weight: 600;
}

.dashboard_income_graph_area
{
  display: block;
  float: left;
  margin-top: 15px;
}
.dashboard_income_graph_area img
{
  float: left;
  width: 100%;
}

.dashboard_income_graph_area2
{
  display: block;
  float: left;
  width: 50%;
  margin-top: 30px;
}
.dashboard_income_graph_area2 img
{
  float: left;
  width: 100%;
}

.add_form_section .file_upload1
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 180px;
  margin: 15px 10px 0 0;
}
.add_form_section  .upload_img
{
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file
{
  position: absolute;
  z-index: 4;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file input
{
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_form_section  .input--file span
{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  border: 2px solid #afafaf;
}


.add_form_section .file_upload2
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0 10px 0 0;
}
.add_form_section  .upload_img2
{
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.product_upload_img
{
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.seller_admin_left_logo_section
{
  display: flex;
  float: left;
  width: 100%;
  background: #EB6C30;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  margin-bottom: 15px;
  padding: 0 12px;
  color: #fff;
  position: relative;
}
.seller_admin_left_logo_section img
{
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  position: relative;
  z-index:1;
}
.profile_green_tick
{
  position: absolute;
  z-index: 2;
  left: 38px;
  top: 8px;
  width: 20px !important;
  height: 20px !important;
}
.profile_green_tick img
{
  width: 20px !important;
  height: 20px !important;
  position: absolute;
}
.push_menu p
{
  font-size: 15px;
  margin-bottom: 10px;
  color: #000;
}
.page_main_heading
{
  display: block;
  float: left;
  width: 100%;
}
.page_main_heading h2
{
  color: #000;
  font-size: 24px;
}
.page_sub_heading
{
  display: block;
  float: left;
  width: 100%;
}
.page_main_heading h2
{
  color: #000;
  font-size: 20px;
}
.search_area .search_but
{
  border: 1px solid #ced4da;
  border-left: none !important;
  border-radius: 0 8px 8px 0 !important;
}
.search_area .search_but:hover
{
  color: #EB6C30 !important;
  outline-style: none !important;
  box-shadow: none !important;
}
.search_area .search_but:focus
{
  outline-style: none !important;
  box-shadow: none !important; 
}
.search
{
  border-radius: 8px 0 0 8px !important;
}
.search_area
{
  display: inline-block;
  vertical-align: top;
  border-radius: 8px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 300px;
  width: 100%;
  margin-bottom: 15px;
}
.support_sub_heading_filter
{
  margin-bottom: 10px;  
}
.search_area input:focus
{
  border:1px solid #ced4da;
  border-right: none;
}
.details_but
{
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px;
  border-radius: 6px;
  background: #E4897B;
  color: #fff;
  font-size: 15px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.details_but:hover
{
  background: #EB6C30;
  color: #fff;
}

.edit_but2
{
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px;
  border-radius: 6px;
  background: #A0B0BD;
  color: #fff;
  font-size: 15px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.edit_but2:hover
{
  background: #393B3A;
  color: #fff;
}

.del_but2
{
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px;
  border-radius: 6px;
  background: #EB6C30;
  color: #fff;
  font-size: 15px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.del_but2:hover
{
  background: #393B3A;
  color: #fff;
}
.admin_filter {
  padding: 10px 0.75rem;
  font-family: 'Epilogue', sans-serif !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 110px; /* Adjust the width as needed */
}

.shop_add_but_section
{
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  text-align: right;
}
.owner_blue_but {
  display: inline-block;
  vertical-align: top;
  padding: 12px 35px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #EB6C30;
  transition: all .5s;
  transition-timing-function: ease-out;
  border: 1px solid #EB6C30;
}

.owner_blue_but:hover {
  background: #393939;
  color: #fff;
  border: 1px solid #393939;
}

.owner_blue_but_line {
  display: inline-block;
  vertical-align: top;
  padding: 12px 35px;
  border-radius: 50px;
  color: #EB6C30;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  transition: all .5s;
  transition-timing-function: ease-out;
  border: 1px solid #EB6C30;
}

.owner_blue_but_line:hover {
  background: #393939;
  color: #fff;
  border: 1px solid #393939;
}

.table_product_image {
  display: inline-block;
  vertical-align: middle;
  width: 109px;
  height: 60px;
  overflow: hidden;
  background: #00B6B0;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-right: 5px;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
}
.table_product_image img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.owner_table_check input
{
  margin-top: -8px !important; 
  margin-left: -5px !important;
}
.single_donor_top_details
{
  display: block;
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #FBFDFF;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
  padding: 20px;
}
.single_donor_top_details .top_pannel {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  align-items: flex-end;
  margin-top: -50px;
}
.single_donor_top_details .top_pannel .img_area {
  display: flex;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-right: 12px;
  flex: 70px 0 0;
  background: #EB6C30;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.single_donor_top_details .top_pannel .img_area img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.single_donor_top_details .bottom_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.single_donor_top_details .bottom_pannel p
{
  color: #707070;
}
.single_donor_top_details .bottom_pannel p strong
{
  color: #EB6C30;
}
.upload_close
{
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  right: 5px;
  top: 5px;
  position: absolute;
  border: 1px solid #000;
}
.seller_owner_upload .p-image
{
  background: #EB6C30;
}

.add_item_box
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.add_item_box h3
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
}
.add_item_box1
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #F2F2F2;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
}
.add_item_del
{
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #EB6C30;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
}
.add_item_del:hover
{
  background: #EB6C30;
}
.drop_add_box
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}

.drop_bottom_box
{
  display: block;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  float: left;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 1;
}
.drop_bottom_box .top
{
  display: block;
  float: left;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.drop_bottom_box .top::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #E0E0E0;
  background-color: #E0E0E0;
}

.drop_bottom_box .top::-webkit-scrollbar {
  width: 5px;
  background-color: #EB6C30;
}

.drop_bottom_box .top::-webkit-scrollbar-thumb {
  background-color: #EB6C30;
}
.drop_bottom_box .top li
{
  list-style-type: none;
  cursor: pointer;
}
.drop_bottom_box .bottom
{
  display: flex;
  float: left;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ECECEC;
  align-items: center;
}
.add_item_bottin_input
{
  border: none;
  outline-style: none;
  width: 100%;
}
.add_item_plus
{
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #EB6C30;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  color: #fff;
  flex: 0 0 22px;
  font-size: 11px;
  cursor: pointer;
}
.add_item_plus:hover
{
  background: #393939;
}

.add_item_but
{
  display: inline-block;
  vertical-align: top;
  background: none;
  border: none;
  color: #EB6C30;
  font-size: 16px;
  font-weight: 700;
}
.add_item_but:hover
{
  color: #393939;
}

.add_item_specifications_box
{
  display: block;
  float: left;
  width: 100%;
}
.seller_owner_statistics_section
{
  display: block;
  float: left;
  width: 100%;
}
.seller_owner_statistics_section .box1
 {
  display: flex;
  float: left;
  width: 100%;
  padding: 30px 15px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px 0px rgba(0, 144, 255, 0.20);
  margin: 15px 0 0 0;
  align-items: center;
  height: calc(100% - 30px);
 }
 .seller_owner_statistics_section .box1 .icon_area {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  flex: 60px 0 0;
  font-size: 22px;
  color: #fff;
}
.seller_owner_statistics_section .box1 .icon_area img
{
  max-width: 30px;
  max-height: 30px;
}
.seller_owner_statistics_section .box1 .text_area 
{
  width: 100%;
  padding-left: 12px;
}
.seller_owner_statistics_section .box1 .text_area p
{
  color: #809FB8;
  font-size: 16px;
}
.seller_owner_statistics_section .box1 .text_area h4
{
  font-size: 25px;
}
.owner_statistics_bg1
{
  background: #FF7976;
}
.owner_statistics_bg2
{
  background: #EBE557;
}
.owner_statistics_bg3
{
  background: #E476FF;
}
.owner_statistics_bg4
{
  background: #57CAEB;
}
.owner_statistics_bg5
{
  background: #DA5DA8;
}
.owner_statistics_bg6
{
  background: #5DDAB4;
}

.adertisement_add_text_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.adertisement_add_text_box1_main {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  align-items: center;
}
.adertisement_add_text_box1_main p
{
  font-weight: bold;
}
.adertisement_add_text_box1 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
  align-items: center;
}
.adertisement_add_text_box1 .top {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
.adertisement_add_text_box1 .offer_text {
  height: 44px;
  border-radius: 8px;
}
.adertisement_add_text_box1 .on_off_area {
  display: flex;
  float: right;
  margin-left: 15px;
  width: 120px;
  justify-content: space-between;
}
.adertisement_add_text_box1 .on_off_area .form-switch 
{
  padding: 1px 32px 0 0 !important;
  margin: 0 !important;
}
.adertisement_add_text_box1 .form-check-input:checked {
  background-color: #EB6C30;
  border-color: #EB6C30;
}
.adertisement_add_text_box1 .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}

.adertisement_instrucation_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.adertisement_instrucation_section h2 {
  font-size: 22px;
}
.adertisement_instrucation_section img
{
  max-width: 100%;
  margin-top: 15px;
}
.seller_owner_profile_main_section
{
  display: block;
  float: left;
  width: 100%;
}
.seller_owner_profile_main_section .left_area
{
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 20px 0;


}
.seller_owner_profile_main_section .left_area .img_area
{
  display: block;
  float: left;
  width: 180px;
  height: 180px;
  border: 4px solid #EB6C30;
  position: relative;
  border-radius: 100%;
}
.seller_owner_profile_main_section .left_area .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.seller_owner_profile_main_section .left_area .upload_setion
{
  position: absolute;
  right: 0px;
  bottom: 10px;
  cursor: pointer !important;
}

.seller_owner_profile_main_section .left_area .upload_setion .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.seller_owner_profile_main_section .left_area .upload_setion .btn {
  border: none;
  color: #fff;
  background-color: #EB6C30;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-weight: bold;
  cursor: pointer;
}

.seller_owner_profile_main_section .left_area .upload_setion .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
}

.seller_owner_profile_main_section .right_area
{
  display: block;
  float: left;
  width: calc(100% - 500px);
  padding-left: 80px;
  margin-top: 60px;
  
}
.password_eye
{
    position: absolute;
    right: 12px;
    top: 13px;
    cursor: pointer;
    z-index: 100; /* Add this line */
}

.order_details
{
  display: block;
  float: left;
  width: 100%;
  background: #E0E0E0;
  padding: 12px 20px;
  margin-top: 15px;
  align-items: center;
}
.order_details .top_heding
{
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #D4D4D4;
  padding: 15px 20px;
}
.order_details .bottom_section
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px;
  border-top: 1px solid #D4D4D4;
}
.order_details .bottom_section span
{
  font-weight: 700;
}
.order_details .bottom_section p
{
  margin: 2px 0;
}
.order_details .mid_section
{
  display: flex;
  float: left;
  width: 100%;
  padding: 15px 20px;
}
.order_details_mid_img_and_text
{
  display: flex;
  float: left;
  width: 100%;
}
.order_details_mid_img_and_text .img_area
{
  display: block;
  float: left;
  width: 100px;
  height: 100px;
}
.order_details_mid_img_and_text .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.order_details_mid_img_and_text .text_area
{
  display: block;
  float: left;
  width: 100%;
  padding-left: 15px;
}
.order_details_mid_img_and_text .text_area h3
{
  font-size: 15px;
}
.order_details_mid_img_and_text .text_area p
{
  color: #6B6B6B;
}
.order_details_mid_img_and_text .text_area p span
{
  font-weight: 700;
}
.order_details_mid_price_section
{
  display: block;
  float: left;
  width: 250px;
  flex: 0 0 250px;
}
.order_details_mid_price_section .top
{
  display: block;
  float: left;
  width: 100%;
  text-align: right;
  color: #1D3178;
  padding-bottom: 10px;
}
.order_details_mid_price_section .top span
{
  float: left;
}
.order_details_mid_price_section .bottom
{
  display: block;
  float: left;
  width: 100%;
  text-align: right;
  color: #1D3178;
  padding-top: 10px;
  border-top: 1px solid #E8E6F1;
}
.order_details_mid_price_section .bottom span
{
  float: left;
}
.notification_box1
{
  display: flex;
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 12px 20px;
  margin-top: 15px;
  align-items: center;
}
.notification_box1 .icon_area
{
  width: 45px;
  height: 45px;
  background: #f3f3f3;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
  flex: 45px 0 0;
  margin-right: 15px;
}
.notification_box1 .icon_area svg
{
  width: 25px;
}
.notification_box1 .text_area
{
  display: block;
  float: left;
  width: 100%;
}
.notification_box1 .text_area .top_area
{
  display: block;
  float: left;
  width: 100%;
}
.notification_box1 .text_area .top_area p
{
  font-size: 14px;
}

.notification_box1 .text_area .bottom_area
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: flex-end;
}
.notification_box1 .text_area .bottom_area p
{
  font-size: 13px;
  color: #EB6C30;
  font-weight: 600;
}
.product_upload_but
{
  display: flex;
  position: relative;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #EB6C30;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.size_section_size_box
{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
}
.select_tick
{
  position: absolute;
  z-index: 2;
  background: url(../images/tick2.svg) center center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  right: -5px;
  top: -5px;
  
}
.product_details_heading .product_bookmark
{
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.product_details_heading .product_bookmark i
{
  font-size: 14px;
}
.notification_dot {
  position: absolute;
  top: 2px;
  left: 24px;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 100%;
  background: #ff0000;
  text-align: center;
  line-height: 19px;
  font-size: 10px;
}
.notification_dot2
{
  position: absolute;
  top: 13px;
  left: 30px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ff0000;
}
.order_completed_top_text
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.order_completed_top_text h2
{
  margin: 15px 0 30px 0;
}
.product_details_left_gallery
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  position: sticky;
  top: 140px;
}
.validation
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.validation2
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-left: -1.25rem;;
}
.page_404 h2
{
  font-size: 25px;
}

.page_404 h3
{
  font-size: 22px;
  margin-top: 15px;
}
.page_404 h4
{
  font-size: 22px;
}
.page_404 p
{
  margin-top: 15px;
}
.page_404 p a
{
  color: #EB6C30;
}
.page_404 img
{
  margin: 25px 0;
  max-width: 100%;
  max-height: 400px;
}
.card_expires
{
  margin-left: 15px;
}
.save_card .form-check-input
{
  margin-top: 3px;
}
.donor_details_tab_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.donor_details_tab_section .nav-pills .nav-link.active
{
  background: #EB6C30;
}
.notification_count
{
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ff0000;
  border-radius: 100%;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -5px;
}
.product_upload .upload-button
{
    color: #fff !important;
}

.upload_instruction
{
  font-size: 15px;
  color: #EB6C30;
  font-weight: 600;
  margin: 5px 0 15px 0;
}
.offer_bottom_button_pannel {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 22px;
  justify-content: space-between;
}
.modal-fullscreen
{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.web_preview_modal .top
{
  display: block;
  float: left;
  width: 100%;
}
.web_preview_modal .top img
{
  float: left;
  width: 100%;
}

.app_privew_box {
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
}
.app_privew_inside {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  max-width: 320px;
}
.app_privew_inside .top {
  display: block;
  float: left;
  width: 100%;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.app_privew_inside .top img {
  float: left;
  width: 100%;
}
.add_area .banner_section .text_area h2 {
  font-size: 18px;
}
.add_area .banner_section .text_area p {
  font-size: 12px;
}
.add_area .banner_section .img_area img {
  height:160px;
}
.add_area .banner_section
{
  border-radius: 10px;
  overflow: hidden;
}
.add_area .blue_but
{
  padding: 8px 15px;
  font-size: 12px;
}

.add_item_ficility_box1 .img_area
{
  display: block;
  float: left;
  width: 220px;
  height: 170px;
  border: 2px solid #0666A9;
  z-index: 1;
  margin-bottom: 15px;
}
.add_item_ficility_box1 .img_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  border: 2px solid #EB6C30;
  color: #EB6C30;
  background-color: white;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer !important;
}
.upload-btn-wrapper .btn:hover
{
  background: #EB6C30 !important;
  color: #fff !important;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.not_found
{
    text-align: center;
}
.not_found img
{
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
}
.assign_job_group
{
  display: block;
  float: left;
  width: 100%;
  background: #E0E0E0;
  border-radius: 10px;
  margin-top: 15px;
  padding: 20px;
}
.assign_job_group .heading
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 12px;

}
.assign_job_group .heading .form-switch {
  margin-right: 22px !important;
}
.assign_job_box1
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
}
.assign_job_box1 .form-switch
{
  margin-right: 22px !important;
}

.subadmin_profile_section
{
    display: block;
    float: left;
    width: 100%;
}
.subadmin_profile_section .img_area {
    display: block;
    float: left;
    width: 180px;
    height: 180px;
    border: 4px solid #EB6C30;
    position: relative;
    border-radius: 100%;
}
.subadmin_profile_section .img_area img {
    float: left;
    width: 180px;
    height: 172px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}
.subadmin_profile_section .upload_setion {
    position: absolute;
    right: 0px;
    bottom: 10px;
    cursor: pointer !important;
}
.subadmin_profile_section .upload_setion .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}
.subadmin_profile_section .upload_setion .btn {
    border: none;
    color: #fff;
    background-color: #EB6C30;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.subadmin_profile_section.upload_setion .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
}

.dropdown_textfild {
  display: inline-block;
  vertical-align: top;
  width: 89%;
  height: auto;
  border-radius: 8px;
  top: 61px;
  box-shadow: 0px 4px 11px rgb(0 0 0 / 25%);
  background-color: #FFFFFF;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}

.dropdown_textfild p {
  margin: 5px 0 !important;
  cursor: pointer !important;
  position: relative;
  color: #000000;
}
.dropdown_textfild .drop_bottom p
{
  color: #000;
}

.dropdown_textfild p:hover {
  color: #005956 !important;
}

.dropdown_textfild p i {
  float: right;
  font-size: 18px;
  color: #fff;
  margin-top: 2px;
}
.see_all
{
  float: right;
  color: #EB6C30;
  font-size: 15px;
  font-weight: bold;
}
.fa-star
{
  color: #cbcbcb;
  margin-right: 2px;
  font-size: 12px;
}
.star_active
{
  color: #EB6C30 !important; 
}
.product_details_deliver_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.product_details_deliver_section .top
{
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 12px;
  align-items: center;
  justify-content: space-between;
}
.product_details_deliver_section .top .left
{
  width: 100%;
}
.product_details_deliver_section .top .left h5
{
  font-size: 14px;
}
.product_details_deliver_section .top .left h5 strong
{
  font-size: 16px;  
}
.change_but
{
  display: inline-block;
  vertical-align: top;
  padding: 4px 12px;
  background: #EB6C30;
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
}
.change_but:hover
{
  background: #393636;
  color: #fff;
}
.product_details_deliver_section .bottom
{
  display: block;
  float: left;
  width: 100%;
  padding: 12px 0;
}
.product_details_deliver_section .bottom span
{
  font-weight: bold;
  margin: 0 12px 0 5px;
}

.select_vender_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.select_vender_section .heading
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.select_vender_section h2
{
  font-size: 18px;
}
.select_vender_box1
{
  display: block;
  float: left;
  background: #F0F0F0;
  border-radius: 6px;
  margin-top: 10px;
  padding: 0 15px;
  width: 100%;
  cursor: pointer;
}
.Sellers_name_and_image
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
.Sellers_name_and_image .img_area
{
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  flex: 30px 0 0;
  margin-right: 10px;
}
.Sellers_name_and_image .img_area > img
{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.verify
{
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 2;
}
.verify img
{
  width: 20px;
  height: 20px;
}
.Sellers_contact
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  align-items: center;
  margin-top: 5px;
}
.select_vender_box1 .top
{
  display: flex;
  float: left;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #263238;
  justify-content: space-between;
}
.select_vender_box1 .top p
{
  font-size: 14px;
}
.select_vender_box1 .top .right p
{
  white-space: nowrap;
}
.select_vender_box1 .top .right p span
{
  font-weight: bold;
}
.select_vender_box1 .bottom
{
  display: flex;
  float: left;
  width: 100%;
  padding: 8px 0;
  justify-content: space-between;
}
.select_vender_box1 .bottom span
{
  font-weight: bold;
  margin: 0 12px 0 5px;
}

.select_vender_active
{
  background: #EB6C30;
  color: #fff; 
}
.select_vender_active .top
{
  border-bottom: 1px solid #fff;
}
.sellers_info_modal_body_img_area
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.sellers_info_modal_body_img_area .img_area
{
  display: inline-block;
  vertical-align: top;
  width: 125px;
  height: 125px;
  position: relative;
  border-radius: 100%;
}
.sellers_info_modal_body_img_area .img_area > img
{
  position: relative;
  z-index: 1;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.modal_verify
{
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 2;
}
.modal_verify img
{
  width: 35px !;
  height: 35px;
}
.sellers_info_modal_body_text_area
{
  display: block;
  float: left;
  width: 100%;
  max-height: 150px;
  padding-left: 10px;
  overflow-y: auto;
}
.sellers_info_modal_body_text_area .form-check .form-check-input
{
  margin-left: -1.3em;
}
.sellers_info_modal_body_text_area p
{
  margin-top: 5px;
  position: relative;
  padding-left: 30px;
}
.sellers_info_modal_body_text_area p i
{
  color: #FF7203;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.sellers_info_modal_body_but_area
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.blur
{
  filter: blur(4px);
}
.fraud_alert_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #FFF5F5;
  border: 1px solid #FF7203;
  border-radius: 10px;
  padding: 15px;
}
.fraud_alert_section h2
{
  color: #FF6060;
}
.fraud_alert_section p
{
  margin: 10px 0;
}
.fraud_alert_but
{
  display: inline-block;
  vertical-align: top;
  background: #FFF4F4;
  border: 1px solid #FF4A4A;
  padding: 6px 15px;
  border-radius: 5px;
}
.review_top_section
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.review_top_section h2
{
  font-size: 25px;
}
.review_top_section a{
  background: #EB6C30;
  padding: 7px 20px 5px 20px;
  border-radius: 8px;
  color: #fff;
}

.review_mid_rating_section
{
  display: flex;
  float: left;
  width: 100%;
  margin: 40px 0;
  align-items: center;
}
.review_mid_rating_section .left
{
  display: block;
  float: left;
  width: 50%;
  text-align: center; 
}
.review_mid_rating_section .left p
{
  margin: 12px 0;
}
.review_mid_rating_section .left p i
{
  font-size: 20px;
}
.review_mid_rating_section .left h2
{
  font-size: 22px;
}
.review_mid_rating_section .left h4
{
  font-size: 14px;
}

.review_mid_rating_section .right
{
  display: block;
  float: left;
  width: 50%;
  padding-left: 25px;
  border-left: 1px solid #E0E0E0;
}
.review_mid_count_box1
{
  display: flex;
  float: left;
  width: 100%;
  margin: 5px 0;
  align-items: center;
}
.review_mid_count_box1 p
{
  margin: 0 2px;
}
.review_mid_count_box1 .progress
{
  width: 100%;
  height: 10px;
}
.review_mid_count_box1 .bg-warning {
  background-color: #EB6C30!important;
}
.add_address_section1
{
  display: block;
  float: left;
  width: 100%;
}
.add_address_section1 .search_and_title
{
  display: block;
  float: left;
  width: 100%;
}
.add_address_section1 .search_and_title h2
{
  color: #EB6C30;
  font-size: 16px
}

.address_box2 {
  display: flex;
  float: left;
  width: 100%;
  padding: 20px 15px;
  margin-top: 15px;
  background: #F5F5F5;
  position: relative;
  align-items: center;
}
.address_box2 .left
{
  width: 100%;
}
.address_box2 .left h3
{
  font-size: 16px;
}
.address_box2 .left h3 span
{
  margin-right: 25px;
}
.address_box2 .left p
{
  margin-top: 5px;
}
.address_add_but
{
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px 5px 20px;
  background: #fff;
  border-radius: 30px;
  color: #707070;
  border: 2px solid #707070;
  flex: 0 0 100px;
  text-align: center;
}
.address_add_but:hover
{
  color: #EB6C30;
  border: 2px solid #EB6C30;  
}

.delivery_details_section
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}


.address_box3 {
  display: flex;
  float: left;
  width: 100%;
  padding: 20px 15px;
  background: #ffff;
  position: relative;
  align-items: center;
  margin-bottom: 12px;
  border: 1px solid #C9C9C9;
}
.address_box3 .left
{
  width: 100%;
}
.address_box3 .left h3
{
  font-size: 16px;
}
.address_box3 .left h3 span
{
  margin-right: 25px;
}
.address_box3 .left p
{
  margin-top: 5px;
}
.address_del
{
  display: flex;
  width: 34px;
  height: 34px;
  background: #FFECDB;
  color: #EB6C30;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  position: absolute;
}
.address_del:hover
{
  background: #EB6C30; 
  color: #FFECDB; 
}

.delivery_details_new_address_section
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 15px;
  background: #fff;
}


#full-stars-example {

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }
  
  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
     color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }
}

#half-stars-example {

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* add padding and positioning to half star labels */
  .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }
  
  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star,
  .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star,
  .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
  }
  
  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
     color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }
}

#full-stars-example-two {

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }
  
  /* hide 'none' input from screenreaders */
  .rating__input--none {
    display: none
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
}

.rating-group .fa-star {
  font-size: 30px;
}
.rating_div
{
  background: #EB6C30;
  padding: 4px 8px 3px 8px;
  border-radius: 10px;
  font-size: 10px;
  color: #fff;
}
.rating_div i
{
  font-size: 10px; 
  color: #fff;
}
.rating_div a
{
  color: #fff; 
  margin-left: 5px;
  font-weight: 700;
}
.form-check-input:checked {
  background-color: #EB6C30;
  border-color: #EB6C30;
}

.owner_table_check .form-check-input:checked {
  background-color: #61b11d !important;
  border-color: #61b11d !important;
}
.product_price
{
  color: #EB6C30;
  font-weight: bold;
}
textarea.form-control {
  min-height: 150px;
}
.product_search_and_name_section
{
  display: block;
  float: left;
  width: 100%;
}
.wallet_div
{
  display: flex;
  width: 100%;
  background: #fff;
  padding: 12px 15px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2.354px 15.304px 0px rgba(0, 0, 0, 0.04);
  justify-content: space-between;
}
.wallet_div .left
{
  display: flex;
  align-items: center;
}
.wallet_div .left p
{
  font-size: 16px;
  margin-left: 12px;
}
.link_but
{
  width: 140px;
  padding: 10px 15px;
  text-align: center;
  background: #EB6C30;
  color: #fff;
  border-radius: 40px;
}
.link_but:hover
{
  color: #fff;
}

.wallet_div2
{
  display: flex;
  width: 110%;
  background: #fff;
  padding: 9px 15px;
  border-radius: 4px;
  background: #FFF;
  justify-content: space-between;
  border: 1px solid #ced4da;
  align-items: center;
}
.wallet_div2 .left
{
  display: flex;
  align-items: center;
}
.wallet_div2 .left img
{
  width: 30px;
}
.wallet_div2 .left p
{
  font-size: 16px;
  margin-left: 12px;
}

.link_but2
{
  width: 120px;
  padding: 5px 6px;
  text-align: center;
  background: #EB6C30;
  color: #fff;
  border-radius: 40px;
  font-size: 12px;
}
.link_but2:hover
{
  color: #fff;
}
.payment_progress
{
  text-align: center;
}
.payment_progress_box
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 50px 0;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
}
.payment_progress_box h2
{
  font-size: 24px;
}
.payment_progress_box h3
{
  font-size: 18px;
  color: #EB6C30;
  margin: 20px 0;
}
.payment_progress_box h4
{
  font-size: 18px;
  margin: 20px 0;
}
.progress_timing
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 30px 0 50px 0;
  text-align: center; 
}
.progress_timing h2
{
  font-size: 30px;
  color: #EB6C30; 
}
.vendor_name
{
  font-size: 17px !important;
  font-weight: 600;
}

.form-check-input {
  border: 1px solid #EB6C30;
}
.form-check-input:checked[type=radio] {
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 8px;
}
.ng-otp-input-wrapper[_ngcontent-ng-c3470639301] .otp-input[_ngcontent-ng-c3470639301]:not(:last-child) {
  margin-right: 0 !important;
}
.otp-input[_ngcontent-ng-c3470639301] {
  width: 23% !important;
}
.reset_otp_section .wrapper
{
  display: flex !important;
  justify-content: space-between;
}
.reset_otp_section .otp-input[_ngcontent-ng-c3470639301] {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #c5c5c5;
}
.reset_otp_section .otp-input[_ngcontent-ng-c3470639301]:focus
{
  box-shadow: none;
  outline-style: none;
}
.accordion-button
{
  z-index: 0;
}
.accordion-button::after {
  background-image: url(../images/orange_arrow_down.svg); 
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/orange_arrow_down.svg); 
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  border-color: transparent;
}
.related_product_border
{
  border-top: 1px solid #D8D8D8;
}
.sold_out
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: rgba(255, 255, 255, 0.5); 
}
.sold_out p
{
  display: inline-block;
  vertical-align: top;
  padding: 5px 12px;
  border-radius: 6px;
  background: #000;
  color: #fff;
}
.select_color
{
  border: 3px solid #ff7201 !important;
}

/* Add this style in your component's styles or global styles */
.checked-border {
  border-width: 3px;
}
/* Assuming this is your component's CSS or the global styles */

.mat-slider {
  width: 300px !important;

}
.size_section_size_box .btn-outline-primary {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}
.size_section_size_box .btn-check:checked+.btn-outline-primary
{
  color: #fff;
  background-color: #EB6C30 !important;
  border-color: #EB6C30 !important;
}
.size_section_size_box .btn-check:checked+.btn-outline-primary:focus
{
  box-shadow: none !important;
  outline-style: none;
}
.btn-outline-primary:focus, .btn-outline-primary:focus {
  box-shadow: none !important;
  outline-style: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #EB6C30 !important;
  border-color: #EB6C30 !important;
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: none !important;
  outline-style: none;
}

.mat-mdc-slider
{
  width: 100% !important;
}
.mat-mdc-slider .mdc-slider__thumb-knob
{
  border-color: #EB6C30 !important;
}
.mat-mdc-slider .mdc-slider__track--inactive {
  background-color: #fff !important;
  opacity: 1 !important;
}
.mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: #EB6C30 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  box-shadow: none;
}
.size_section_color_box
{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  border: 2px;
}
.color_section_check .btn-outline-primary:not(:disabled):not(.disabled).active, 
.color_section_check .btn-outline-primary:not(:disabled):not(.disabled):active, 
.color_section_check .show>.btn-outline-primary.dropdown-toggle {
  background-color: auto !important;
  border-color: auto !important;
}
.gallery__thumbs a.is-active {
  border: 2px solid #EB6C30 !important;
}
option:hover
{
  background-color:#EB6C30 !important;
}
.available_product
{
  color: #EB6C30;
  font-weight: bold;
}
.but_style_out_line
{
  background-color: #EB6C30;
  border-color: #EB6C30;
  display: inline-block;
  border-radius: 25px;
  width: 156px;
  height: 51px;
}
.form-control:focus {
  border-color: #EB6C30;
}
.form-select:focus {
  border-color: #EB6C30;
  outline: 0;
  box-shadow: none;
}
.seller_off_price
{
  font-size: 12px;
  font-weight: 600;
}

.no_data
{
  text-align: center;
  margin-top: 50px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.no_data img
{
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
.no_data p
{
  font-size: 18px;
}
.mat-step-icon-selected
{
  display: inline-block !important;
  vertical-align: top;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF7203 !important;
  color: #fff !important;
  border-radius: 100% !important;
}
.mat-step-header {
  overflow: visible !important;
}
.cdk-visually-hidden
{
  display: none;
}
.mat-step-icon-state-edit
{
  display: inline-block !important;
  vertical-align: top;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1d1d1 !important;
  color: #fff !important;
  border-radius: 100% !important; 
}
.mat-vertical-stepper-header
{
  height: 40px !important;
}
.mat-stepper-vertical-line::before {
  content: "";
  position: absolute;
  left: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d1d1d1 !important;
  top: 10px !important;
  bottom: 10px !important;
}
.mat-vertical-content-container {
  margin-left: 15px !important;
}
.mat-step-text-label
{
  font-weight: 600;
  font-size: 18px;
}
.puload_id_section h2
{
  color: #FF7203;
  font-size: 17px;
}
.national_id_sample
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  max-width: 400px;
}
.national_id_sample img
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 250px;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 15px;
  object-fit: contain;
  object-position: center;
}
.national_id_sample p
{
  margin-top: 15px;
  color: #00A200;
}
.national_id_img_area
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  max-width: 400px;
  text-align: center;
}
.national_id_img_area img
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 250px;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 15px;
  object-fit: contain;
  object-position: center;  
  position: relative;
  z-index: 1;
}
.national_id_img_area .upload_setion
{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.national_id_img_area .upload-btn-wrapper .btn {
  border: 2px solid #EB6C30;
  color: #fff;
  background-color: #EB6C30;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer !important;
  text-align: center;
}

.admin_graph_header
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.admin_graph_header .left h2
{
  font-size: 18px;
}
.admin_graph_header .right
{
  font-size: 18px;
  font-size: 16px;
}
.admin_graph_header .right span
{
  margin-right: 20px;
}
.admin_graph_header .right span i
{
  font-size: 12px;
}
.with_login
{
  color: #FF7203;
}
.without_login
{
  color: #858585;
}
.view_graph_img_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.view_graph_img_area img
{
  width: 100%;
}
.search_box_main_area
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
.search_box_main_area .left
{
  width: 100%;
  display: flex;
  align-items: center;
}
.search_box_main_area .left p
{
  margin: 0 10px;
  font-weight: bold;
}
.dashboard_search_box
{
  border-radius: 6px !important;
  width: 100%;
  max-width: 240px;
}
.category_add_but {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  border-radius: 50px;
  background: #FF7203;
  border: 1px solid #FF7203;
  color: #fff !important;
  font-size: 13px !important;
  transition: all .5s;
  transition-timing-function: ease-out;
  flex:0 0 80px;
}
.category_add_but:hover {
  background: #333333;
}
.but_style1
{
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  background: #FF7203;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #FF7203;
}
.but_style1:hover
{
  background: #161718;
  color: #fff;
}
.login_view_drop
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_view_drop .dropdown-toggle::after {
  display: none;
}
.login_view_drop .dropdown-item h2
{
  font-size: 14px;
}
.login_view_drop .dropdown-item p
{
  font-size: 12px;
  color: #707070;
}
.login_view_drop .dropdown-item p i
{
  color: #FF7203;
}
.login_view_drop .dropdown-item
{
  border-bottom: 1px solid #E2E2E2;
  width: 100%;
}
.login_view_drop .dropdown-menu
{
  padding: 0;
}

.profile_declined_div
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 800px;
  padding: 15px 30px;
  background: #EB6C30;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}
.profile_declined_div p
{
  color: #fff;
  font-size: 16px;
}
.profile_declined_div p a

{
  color: #fff !important;
  font-weight: bold;
  text-decoration: underline;
}
.profile_declined_div p a:hover
{
  text-decoration: none;
}
.profile_declined_body
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.link-style {
  display: flex;
  justify-content: flex-end;
  color: orangered;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 5px; /* Default value */
}

.link-style:hover {
  color: black;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .link-style {
    margin-right: 3px; /* Adjust for smaller screens */
  }
}

@media (max-width: 480px) {
  .link-style {
    margin-right: 1px; /* Further adjust for very small screens */
  }
}

.with_login_view_drop
{
  max-height: 250px;
  overflow-y: scroll;
}
.with_login_view_drop::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #E0E0E0;
  background-color: #E0E0E0;
}

.with_login_view_drop::-webkit-scrollbar {
  width: 5px;
  background-color: #EB6C30;
}

.with_login_view_drop::-webkit-scrollbar-thumb {
  background-color: #EB6C30;
}
.carousel-control-next, .carousel-control-prev
{
  width: 60px;
}
.mat-mdc-slider .mdc-slider__thumb-knob {
  background-color: #EB6C30 !important;
  border-color:  #EB6C30 !important;
}
.page-item.active .page-link {
  background-color: #EB6C30;
  border-color: #EB6C30;
}
.page-link {
  color: #EB6C30;
}
.pagination .page-item
{
  margin: 0 4px;
}
.pagination .disabled
{
  opacity: .5;
}
.page-link:hover
{
  color: #EB6C30;
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.product_search_and_name_section .drop_top
{
  padding: 12px;
}
.input-group .btn {
  position: relative;
  z-index: 1;
}
.apexcharts-toolbar 
{
  z-index: 0 !important;
}
.owner_reset_button_but {
  display: inline-block;
  vertical-align: top;
  padding: 12px 35px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #EB6C30;
  transition: all .5s;
  transition-timing-function: ease-out;
  border: 1px solid #EB6C30;
}

.owner_reset_button_but:hover {
  background: #393939;
  color: #fff;
  border: 1px solid #393939;
}

.owner_reset_button_but_line {
  display: inline-block;
  vertical-align: top;
  padding: 12px 35px;
  border-radius: 50px;
  color: #EB6C30;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  transition: all .5s;
  transition-timing-function: ease-out;
  border: 1px solid #EB6C30;
}

.owner_reset_button_but_line:hover {
  background: #393939;
  color: #fff;
  border: 1px solid #393939;
}


.product_category_details
{
  max-height: 250px;
  overflow-y: scroll;
  width: 250px;
  padding: 12px !important;
}
.product_category_details::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #E0E0E0;
  background-color: #E0E0E0;
}

.product_category_details::-webkit-scrollbar {
  width: 5px;
  background-color: #EB6C30;
}

.product_category_details::-webkit-scrollbar-thumb {
  background-color: #EB6C30;
}
.product_category_details p
{
  font-size: 14px;
}
.dropdown_product_category:hover > .dropdown-menu {
  display: block;
}