.orderCounter {
    display: inline-block;
    position: relative;
    right: 50px;
    top: -10px;
    background-color: red;
    padding: 5px;
    border-radius: 90px;
    font-weight: bold;
}
.mtb10 {
	margin-top:25px !important;
	margin-bottom:25px !important;
}
.error {
	color:red;
	font-size:11px;
	font-weight:bold;
}
#app {
	background-color:black !important;
	width: 600px;
	margin: 0px auto;

}
.button {
	background-color: #C1272D !important;
}
.icon {
	color: #C1272D  !important;
}
.view {
	/* background-image:url('../img/apple.png') !important;	 */
/*	background-color:black !important; 
	background-image:none !important; */
}
.page {
	/* background-image:url('../img/apple.png') !important; */
/*	background-color:black !important; 
	background-image:none !important; */
}
.button.button-primary.button-fill.item-link.addMoreBtn {
    width: 50% !important;
    margin: 0px auto !important;
    color: white !important;
	cursor:pointer !important;
	margin-bottom:30px !important;
}

.button.button-primary.button-fill.item-link.RemoveRow {
    width: 50% !important;
    margin: 0px auto !important;
	background-color:red !important;
    color: white !important;
	cursor:pointer !important;
	margin-bottom:15px !important;
}


.button.button-large.button-raised.button-round.button-fill.color-pink.pay_now_btn, .button.button-large.button-raised.button-round.button-fill.color-pink.btn_order_shipping {
    background-color: white !important;
    color: black !important;
}
.navbar.active {
	background-color:black !important;
}
.text-green {
	color:black !important;
}
.myhomepageslider {
	width:100% !important;
	height: 35% !important;
    position: relative !important;
}
.homepageSwipper {
	height:35% !important;
}
.homepageSwipper .swiper-slide img {
	object-fit:cover !important;
	height: 100%;
	/* width: auto; */
	width: 100%;
}
.prodArea {
    position: absolute !important;
    top: 38% !important;  
	padding-bottom:35px;
}
.page-content {
	/* padding-bottom:35px !important; */
}
.proddiv {
	height:100% !important;
	min-height: 276px;
}
.card.shadow-sm.border-0.mb-4 {
    min-height: 276px;
}
.block-title {
	color:#C1272C !important;
}
figure.product-image.product_image_detail.prodImgDeta {
    /* width: 50% !important; */
    float: left;
	  margin:25px auto !important;
    /* margin-right: 10px !important; */
	
}
figure.product-image.product_image_detail.prodImgDeta img {
	line-height:73px;
}
.card.shadow-sm.border-0.mb-4.cardBlk {
    min-height: 125px;
	display: inline-block;
}
.card.shadow-sm.border-0.mb-4.cardBlk2 {
    min-height: 100px;
}
a.tab-link i {
	color:#C1272D !important;
}
li.background-grey.padding-vertical {
	background-color: #C1272D;
}
li.background-grey.padding-vertical h5{
	color:white !important;
}
figure img{
	object-fit:cover;
}
.pro_username {
	color:#C1272D !important;
}
.pro_state_country {
	color:#C1272D !important;
}
figure.product-image.product_image_detail.prodImgDeta img {
	width:85% !important;
}
.tabHeading {
	text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.item-with-value {
	color:black !important;
	/* border-bottom:2px solid black !important */
}
.item-input-focused .item-title {
	color:black !important;
}
.CommmonFootMenu {
	position: fixed !important;
    bottom: 0px !important;
    z-index: 99999 !important;
	display:none;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height:225px;
}

/* Hide the images by default */
.mySlides {
  display: none;
  height:225px;
}
.mySlides img {
	height:100%;
	object-fit:cover;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.col-98.Tab90 {
	width:98% !important;
	margin:0px auto;
}
.col-90.Tab90 {
	width:92% !important;
	margin:0px auto;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
thead tr th {
	/* background-color:black; */
	background-color:#7f000c;
	color:white !important;
	font-weight:bold !important;
	font-size:14px !important;
}
.page-current {
	margin-bottom:40px !important;
}
@media (max-width:400px) {
	.homepageSwipper .swiper-slide img {
		width:100% !important;
	}
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.Fbtn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.tab-link-highlight {
	display:none;
}
.TradesimgBlk {
    width: 100% !important;
    float: left;
    text-align: center;
}
.box {
    
    padding: 0.25rem 1.25rem;
    margin-bottom:0px;
}
.box .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.contact-field {
    font-size: 1.1rem;
    color: rgba(0,0,0,0.7);
    width: 100%;
    border-radius: .2rem;
    box-sizing: border-box;
    margin-bottom: 1.5rem;
}
.box .inputfile + label {
    font-size: 15px;
    font-weight: 700;
    word-wrap: anywhere !important;
    cursor: pointer;
}
.box .inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    margin: auto !important;
    text-align: center;
}
.inputfile-4 + label {
    color: rgba(0,0,0,0.7);
}
.box .inputfile + label figure {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #C1272D;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}
.box .inputfile + label {
    font-size: 15px;
    font-weight: 700;
    word-wrap: anywhere !important;
    cursor: pointer;
}
.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: white;
    vertical-align: middle;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.inputfile-4 + label svg {
    fill: white;
}
img.header-whatsapp {
    width: 30px;
}
.payby {
	color: white !important;
	font-weight: bold !important;
}
.button.button-round.button-active {
    background-color: black !important;
    color: black !important;
    font-weight: bold;
}
.certificateBg {
	text-align:center;
	background-position:center;
	min-height:1000px;
	background-image:url('../img/certificate.png');
	background-repeat:no-repeat;
	width: auto !important;
    background-size: auto auto;
}

.certificateBg h3 {
    position: relative;
    top: 46%;
    width: 70%;
    margin: 0px auto;
    color: black;
}
.certificateBg p {
    position: relative;
    top: 7.5%;
    width: 81%;
    margin: 0px auto;
    text-align: center;
    margin-right: 80px;
    font-size: 14px;
    color: #544539;
    font-weight: bold;
}
.downOrdeSta {
	width: 100%;
	margin-top: 1px;
	text-align: right;
	padding-bottom: 15px !important;
	padding-right: 20px !important;
}
.navbar {
	background-color:white !important;
}
.navbar.active {
	background-color:white !important;
}
.toolbar.tabbar.toolbar-bottom.o-visible.CommmonFootMenu {
    background-color: white !important;
}
@media (max-width:500px) {
	#app {
		width: 100% !important;
		margin: 0px auto;
	}
	.certificateBg {
		background-size: 100% !important;
		background-position: top !important;
	}
	
	.certificateBg h3{
		position: relative !important;
		top: 31% !important;
		width: 70% !important;
		margin: 0px auto !important;
		color: black !important;
	}

	.certificateBg p{
		 position: relative !important;
		top: -9.5% !important;
		width: 81% !important;
		margin: 0px auto !important;
		text-align: right !important;
		margin-right: 150px !important;
		font-size: 11px !important;
		color: #544539 !important;
		font-weight: bold !important;
	}
}

@media (max-width:485px) {
	.certificateBg h3{
		
	}
	.certificateBg p{
		top: -10.5% !important;
		margin-right: 144px !important;
	}
}

@media (max-width:450px) {
	.certificateBg h3{
		top: 28% !important;
	}
	.certificateBg p{
		top: -13.5% !important;
		margin-right: 129px !important;
	}
}

@media (max-width:415px) {
	.certificateBg h3{
		top: 25% !important;
	}
	.certificateBg p{
		top: -16.5% !important;
		margin-right: 110px !important;
	}
	.orange-slice {
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width:400px) {
	.certificateBg h3{
		top: 25% !important;
	}
	.certificateBg p{
		top: -17.8% !important;
		margin-right: 119px !important;
		font-size: 9px !important;
	}
}

@media (max-width:360px) {
	.certificateBg h3{
		top: 22% !important;
	}
	.certificateBg p{
		top: -21% !important;
		margin-right: 100px !important;
		font-size: 9px !important;
	}
}
.c-note-cls {
  font-size: 12px;
  color: #ddd;
}

.c-bank_details p {
    padding: 0px 0 0 25px !important;
    font-size: 12px;
    margin: 0px;
}
.c-bank_details label {
  cursor: pointer;
}
.c-comman_cls_banks {
  display: none;
}













.links-list a:before, .list .item-link .item-inner:before, .media-list .chevron-center .item-link .item-inner:before, .media-list .item-link .item-title-row:before, .media-list .item-link.chevron-center .item-inner:before, .media-list.chevron-center .item-link .item-inner:before, li.media-item .chevron-center .item-link .item-inner:before, li.media-item .item-link .item-title-row:before, li.media-item .item-link.chevron-center .item-inner:before, li.media-item.chevron-center .item-link .item-inner:before {
    color: white!important;
}
}
/* 05-08-2022 */
.c-news-outer{
  
}

.c-news-inner{
  border-radius: 15px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  background: var(--f7-card-bg-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: unset;
  padding: 20px;
  margin-bottom: 0.5rem;
}
.c-news-inner .c-news-title h3{
    margin: unset;
}
.c-width-100{
  width: 100%;
}
.c-content-wrap{
  overflow-wrap:anywhere;
}


/* Dipen 16/09/2022 CSS */
/* .wrapper .flex{
  display: flex;
  justify-content: space-between;
}
.wrapper .w-50{
  width: 48%;
}
.wrapper .data_wrapper{
  width: 100%;
}
.wrapper .bg_wrapper{
  background-color: #CCA4A2;
  height: 150px;
  border-radius: 10px;
} */

.service-group-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  /* position: relative; */

  /* background-color: #723138; */
}

.service-group-wrap .service-row {
  display: flex;
  width: 90%;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: space-between;
}

.service-group-wrap .service-row .service-wrap {
  min-height: 130px;
  border-radius: 12px;
  /* background-color: #7f000c; */
  background-color: #cca5a4;
  overflow: hidden;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(0) translateY(0);
  cursor: pointer;
  transition: background-color 1s;
}

.service-group-wrap .service-row .service-wrap:hover{
  background-color: #eadbda;
} 

.service-group-wrap .service-row .service-wrap:hover .service-name p{
  color: #641c34;
}

.service-group-wrap .service-row .service-wrap .service {
  display: flex;
  transform: translateX(15%) translateY(35%);
  min-height: 30%;
  align-items: center;
}

.service-group-wrap .service-row .service-wrap .service .img-wrap {
  width: 38px;
}

.service-group-wrap .service-row .service-wrap .service .img-wrap .service-img {
  width: 100%;
  height: auto;
}

.service-group-wrap .service-row .service-wrap .service-name {
  display: flex;
  transform: translateX(15%) translateY(15%);
}
.service-group-wrap .service-row .service-wrap .service-name p {
  white-space: nowrap;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 100;
  margin: unset;
  margin-bottom: 50px;
}

.service-group-wrap .service-row .service-wrap .button-arrow-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.service-group-wrap .service-row .service-wrap .button-arrow-wrap .button-wrap {
  width: 80px;
  position: relative;
}
.service-group-wrap .service-row .service-wrap .button-arrow-wrap .button-wrap img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.dialog_close {
  width: 13px;
  position: absolute;
  right: 20px !important;
  top: -10px;
  cursor: pointer;
}
.dialog_close img {
  width: 100%;
}

/* 17-09-2022 */
.service-inner-menu{
  padding: 10px;
  margin-top: 0px;
  text-align: left;
}
.service-inner-menu li{
  /* margin: 10px 0; */
  list-style: none;
}
.service-inner-menu li a{
  /* padding: 25px; */
  color: #C1272D;
  font-size: 15px;
  font-weight: 600;
}
.modal {
  display: none; 
}
.md .dialog-title+.dialog-text {
  margin-top: unset !important;
}
/* .modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;

}

.modal-content {
  background-color: #fefefe;
  margin: 50% auto;
  padding: 10px;
  width: 40%;
  top: -1%;
  border-radius: 10px;
  height: 130px;
} */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.CommmonFootMenu div a span {
  font-size: 10px;
  font-weight: 700;
  color: #C1272D;
}
.c-profile-section{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-profile-section .profile-content{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.c-profile-section .figure-profile {
  height: 120px;
  width: 120px;
  margin: 10px;
}


.am-tabs-horizontal .am-tabs-pane-wrap-active {
  height: auto;
}
.am-tabs-pane-wrap, .am-tabs-tab-bar-wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.am-tabs-pane-wrap {
  width: 100%;
  overflow-y: auto;
}

.am-tab-bar-item {
  height: 100%;
}

#meScreen, #meScreen .header-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

#meScreen {
  background-color: #eedbdd;
}

#meScreen .header-wrapper {
  /* background-image: url(imgs/background-banner.37c3899….png);
  background-color: #e6a79c;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #7f000c;
  overflow: hidden;
  justify-content: space-evenly;
  padding: 20px 0px 120px 0px;
  margin-left: auto;
  border-bottom-left-radius: 50% 15%;
  border-bottom-right-radius: 50% 15%;
}
#meScreen .header-wrapper .avatar-rounded.pro_image figure{
  margin: unset;
}

#meScreen .header-wrapper .personal-badge-wrapper {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-between;
}

#meScreen .header-wrapper .personal-badge-wrapper .personal-wrapper {
  display: flex;
  flex-direction: row;
  width: 90%;
  height: 100px;
  align-items: center;
}
#meScreen .header-wrapper .personal-badge-wrapper .personal-wrapper .avatar-wrapper {
  display: flex;
  padding: 10px 0;
}
#meScreen .header-wrapper .personal-badge-wrapper .personal-wrapper .avatar-wrapper .avatar-rounded img {
  width: 70px;
  object-fit: cover;
  height: 70px;
  position: relative;
  border-radius: 50px;
}
#meScreen .header-wrapper .personal-badge-wrapper .personal-wrapper .field-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  align-items: flex-start;
  /* padding-bottom: 15px; */
}
#meScreen .header-wrapper .personal-badge-wrapper .personal-wrapper .field-wrapper .label {
  color: #C1272D;
  display: flex;
  align-items: baseline;
}
#meScreen .header-wrapper .personal-badge-wrapper .personal-wrapper .field-wrapper .label .name {
  color: #fff !important;
  display: flex;
  align-items: baseline;
}
#meScreen .header-wrapper .personal-badge-wrapper .personal-wrapper .field-wrapper .label .name.pro_username{
  font-size: 25px;
  font-weight: bold;
}
#meScreen .header-wrapper .personal-badge-wrapper .personal-wrapper .field-wrapper .value {
  padding: 2px 20px;
  border-radius: 15px;
  border: 0.5px solid #fff;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 3px;
}
#meScreen .header-wrapper .personal-badge-wrapper .badge-wrapper {
  padding-left: 12px;
  width: 15%;
}
#meScreen .header-wrapper .control-wrap {
  display: flex;
  flex-direction: row;
  width: 90%;
  border-radius: 10px;
  height: 150px;
  /* transform: translateY(20%); */
  background: #e6a79c;
  background: linear-gradient(90deg,#fc7562 0,#c02b31);
}
#meScreen .header-wrapper .control-wrap .control {
  width: 50%;
  height: 150px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  transform: translateY(0);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
#meScreen .header-wrapper .control-wrap .control .icon-wrap {
  height: 40px;
}
#meScreen .header-wrapper .control-wrap .control .icon-wrap .icon-inner-wrapper.left {
  width: 40px;
}
#meScreen .header-wrapper .control-wrap .control .icon-wrap .icon-inner-wrapper.right {
  width: 34px;
}
#meScreen .header-wrapper .control-wrap .control .icon-wrap .icon-inner-wrapper img {
  width: 100%;
  height: auto;
}
#meScreen .header-wrapper .control-wrap .control .title-wrap{
  margin-top: 10px;
}

#meScreen .header-wrapper .control-wrap .control .title-wrap span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 27px;
}

#meScreen .header-wrapper .control-wrap .vertical-line {
  margin-top: 20px;
  background-color: #fff;
  width: 2px;
  height: 75%;
}

#meScreen .header-wrapper .control-wrap .control {
  width: 50%;
  height: 150px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  transform: translateY(0);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

#meScreen .header-wrapper .control-wrap .control .icon-wrap {
  height: 40px;
}

#meScreen .header-wrapper .control-wrap .control .icon-wrap .icon-inner-wrapper {
  width: 50px;
}
#meScreen .header-wrapper .control-wrap .control .icon-wrap .icon-inner-wrapper img {
  width: 100%;
  height: auto;
}

#meScreen .header-wrapper .control-wrap .control .title-wrap span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

#meScreen .header-wrapper .control-wrap .control .title-wrap span span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

#meScreen .logout {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 90%;
}

#meScreen .am-wingblank.am-wingblank-md {
  margin-left: 8px;
  margin-right: 8px;
}

#meScreen .theme-btn {
  background: #93010e;
  /* background: linear-gradient(90deg,#e5d0d0 0,#d99695); */
  color: #fff;
  border-radius: 20px;
  padding: 10px !important;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

#meScreen .theme-btn.flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
#meScreen .c-color-white{
  color: #fff !important;
}

#meScreen .profile-content{
  /* margin-top: 20px; */
  /* transform: translateY(-22%); */
  transform: translateY(-15%);
  width: 90%;
}

#meScreen .row .card .card-content .card-image .c-card-image-to-icone {
  position: absolute;
  top: 58px;
  width: 8px;
  right: 74px;
}


/* 22-09-2022 */

#meScreen .row {
  margin: 20px auto auto;
  width: 90%;
  display: flex;
  justify-content: space-evenly;
}
#meScreen .row .order-title span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
#meScreen .row .all-order small {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  cursor: pointer;
}
#meScreen .no-margin-top {
  margin-top: 0!important;
}
#meScreen .row {
  margin: 10px auto auto;
  width: 90%;
  display: flex;
  justify-content: space-evenly;
}
#meScreen .row .card, #meScreen .row .card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#meScreen .row .card {
  transform: translateY(0) translateX(0);
  width: calc(45% - 35px);
  height: 145px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 1s;
}
#meScreen .row .card .card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#meScreen .row .card .card-content .card-image {
  width: 80px;
}
#meScreen .row .card .card-content .card-image img {
  width: 100%;
  height: auto;
}
#meScreen .row .card .card-content .card-status {
  display: block;
  text-align: left;
}
#meScreen .row .card .card-content .card-status .card-name {
  line-height: 15px;
}
#meScreen .row .card .card-content .card-status .card-name span {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0px;
}
#meScreen .row .card .card-content .card-status .card-count {
  line-height: 15px;
}
#meScreen .row .card .card-content .card-status .card-count small {
  color: #732222;
  font-size: 10px;
}
/* 22-09-2022 */


.external-page-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 35px;
  position: relative;
  z-index: 1;
  margin: 20px 10px;
}

.external-page-menu .menu-link {
  width: 50%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0);
  border-radius: 10px;
  overflow: hidden;
  font-weight: 400;
  letter-spacing: 1px;
}

.external-page-menu .menu-link.active{
  background: linear-gradient(90deg,#fb7461 0,#c73536);
  color: #fff;
}

.c-filter-section{
  display: flex;
  align-items: end;
  background: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  justify-content: space-between;
}
.c-filter-section input{
  padding: 10px !important;
}
.c-width-40{
  width: 40%;
}

.c-filter-section .select-outer.c-width-40 .input-dropdown-wrap{
  display: flex;
  width: 100%;
}

.c-filter-section .select-outer.c-width-40 .input-dropdown-wrap select{
  width: 100%;
}

.c-filter-section .input-outer label,.c-filter-section .select-outer label{
  font-size: 14px;
}

.c-filter-section .input-outer,.c-filter-section .select-outer{
  display: flex;
  align-items: self-start;
  flex-direction: column;
  border-bottom: 1px solid;
}
.c-filter-outer{
  margin: 10px;
  border-radius: 10px;
  background: #fff;
}
.c-filter-outer .c-custom-filter.active{
  display: flex !important;
}

/* 21-09-2022 */
.ranking_list-outer{
  margin: 50px;
}
#rankingScreen {
  height: 100%;
  width: 100%;
  /* background-color: #cca5a4; */
  background: linear-gradient(90deg,#0c0002 0,#720008);
  padding: 50px 25px 25px 25px;
  border-radius: 15px;
  position: relative;
}
#rankingScreen .c-top-image{
  width: 50%;
  position: absolute;
  top: -10px;
  right: 118px;
}
#rankingScreen .top {
  background-image: url(../img/ranking-background@2x.8b17f6a35443b3c09381f792ef8b7350.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 350px;
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
}
#rankingScreen .top .title {
  position: relative;
  top: 275px;
  color: #fff;
  font-weight: 700;

}
#rankingScreen .top .my-rank-board {
  background-image: url(https://m.dreveglobal.com/imgs/my-rank-board@2x.7d1665b97cff6783a53c33f42d08a23c.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  height: 90px;
  width: 90%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #cca5a4;
  position: relative;
  top: 195px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#rankingScreen .top .my-rank-board .avatar {
  width: 30%;
  padding: 10px 10px 10px 30px;
}
#rankingScreen .top .my-rank-board .avatar img {
  width: 60px;
  object-fit: cover;
  height: 60px;
  position: relative;
  border-radius: 50px;
}
#rankingScreen .top .my-rank-board .my-rank {
  width: 70%;
  padding-left: 10px;
}
small {
  font-size: 85%;
}
#rankingScreen .bottom {
  transform: translateY(10px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#rankingScreen .bottom .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 60px;
  align-items: center;
  background-color: #fff;
  justify-content: space-between ;
  padding: 10px 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#rankingScreen .bottom .item .user-content{
  display: flex;
  align-items: center;
}
#rankingScreen .bottom .item .no, #rankingScreen .bottom .item .no .metal-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rankingScreen .bottom .item .no {
  height: 100%;
  flex: 3;
}
#rankingScreen .bottom .item .no, #rankingScreen .bottom .item .no .metal-wrapper {
  color: #a6a6a6;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#rankingScreen .bottom .item .no .metal-wrapper .metal-inner-wrapper {
  width: 30px;
}
#rankingScreen .bottom .item .no .metal-wrapper .metal-inner-wrapper img {
  width: 100%;
  height: auto;
}
#rankingScreen .bottom .item .avatar-img {
  margin: 10px;
}
#rankingScreen .bottom .item .avatar-img img {
  width: 40px;
  object-fit: cover;
  height: 40px;
  position: relative;
  border-radius: 50px;
}

#rankingScreen .bottom .item .content .name {
  color: #a6a6a6;
}
#rankingScreen .bottom .item .sales-amount{
  color: #9b2530;
  font-size: 18px;
  font-weight: bold;
}
.c-font-24{
  font-size: 24px !important;
}

/* #meScreen .row .card:hover {
  background-color: #e5d0d0;
} */

#meScreen .row .card .card-content .card-status .card-name span{
  color: #6c6c6c;
  font-weight: bold;
}
#meScreen .row .card:hover .card-content .card-status .card-count small{
  color: #fff;
}

.c-allproducts-page .prodList .c-card-content{
  flex-direction: column;
}

.c-allproducts-page .c-price-button-outer{
  width: 100%;
  background: #93010e;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-height: 100px;
  padding:15px !important;
}
.c-allproducts-page .prodList .card-content-padding{
  padding: unset;
}
.c-text-bold-light{
  color: #fff;
  font-weight: bold;
}
.c-custom-round-btn{
  border: 2px solid #fff !important;
  background: #93010e !important;
  top: 16px !important;
}

.c-custom-round-btn i {
  margin-top: -5px;
}
/* 29-10-2022 */
.home-menu-outer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 40px 40px 40px!important;
  
}
.home-menu-outer .home-menu-inner{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 160px;
  margin-top: 50px;
  width: 120px;
  cursor: pointer;
}

.home-menu-outer .home-menu-inner .menu-icone{
  width: 70px;
}
.home-menu-outer .home-menu-inner .menu-icone img{
  width: 100%;
}
.c-m-t-10{
  margin-top: 10px;
}
.c-m-t-20{
  margin-top: 20px;
}
.c-m-t-30{
  margin-top: 30px;
}
.c-m-t-40{
  margin-top: 40px;
}
.c-m-t-50{
  margin-top: 50px;
}
.c-m-b-10{
  margin-bottom: 10px;
}
.home-card-outer{
  padding: 25px;
}
.home-card-outer .home-card-inner .card{
  padding: 15px;
  cursor: pointer;
}
.home-card-outer .home-card-inner .card .cart-content h2,
.home-card-outer .home-card-inner .card .cart-content p{
  margin: unset;
  text-align: left;
}
.home-card-outer .home-card-inner .card .cart-content h2{
  color: #8e2f32;
  font-size: 22px;
  font-weight: 600;
}
.home-card-outer .home-card-inner .card .cart-content p{
  color: #b2b3b5;
  font-size: 12px;
}
.home-card-outer .home-card-inner .card .card-image img{
  width: 100%;
}
.CommmonFootMenu .tabs-max-width .anothMenu img{
  width: 25px;
}

.c-ranking-list .avatar-rounded{
  width: 70px;
  /* added 07-03-2023 */
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ranking-list .avatar-rounded img{
  width: 100%;
  /* added 07-03-2023 */
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.c-ranking-list .item-top{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  width: 125px;
  height: 160px;
  margin: 10px;
  position: relative;
}

.c-ranking-list .item-top .content .name{
  color: #bdbdbd;
  font-size: 14px;
  text-transform: uppercase;
  /* added 07-03-2023 */
  margin-top: 10px;
}
.c-ranking-list .item-top .sales-amount{
  color: #ac1c22;
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}

.c-ranking-list .row{
  display: flex;
  align-items: center;
  justify-content:center;
}
.c-ranking-list .item-top .ranking-number-icone{
  position: absolute;
  top: -10px;
  right: -6px;
  width: 24px;
}
.c-ranking-list .row .three-rank-img{
  width: 100%;
  margin: 10px auto;
}
.c-ranking-list .row .three-rank-img img{
  width: 100%;
}
.tabs-max-width{
  max-width: 500px !important;
}

.c-forgot-pass-title{
  color: #666666;
  font-weight: bold;
  margin-bottom: 30px;
}
/* .c-forgot-pass-page .form-signin{
  margin: 100px auto;
} */

.c-color-grey{
  color: #666666;
}


/* 16-11-2022 */
.c-forgot-pass-page form {
  text-align: left;
  max-width: 500px;
  margin: auto;
  margin-top: 150px;
  position: relative;
  top: 70px;
}

.c-forgot-pass-page form .item-input-wrap {
  margin-top: 20px;
}

.c-forgot-pass-page form label {
  color: #000;
  margin-bottom: 10px;
}

.c-forgot-pass-page form input {
  background-color: #fff;
  width: 100%;
  margin: auto;
  border-radius: 50px;
  height: 50px;
  color: #000;
  padding-left: 10px;
  margin-top: 10px;
}

.c-forgot-pass-page form .input_error {
  color: red;
  padding-left: 10px;
}

.c-forgot-pass-page form .item-input-wrap a {
  margin-top: 10px;
  float: right;
}

.c-forgot-pass-page .signin_btn a {
  width: 100%;
  margin-top: 30px;
}
.c-forgot-pass-page .c-reset-password-form{
  margin-top:250px;
}
.c-forgot-pass-page .c-reset-password-form .item-input-wrap a{
  margin-bottom:20px
}
.c-forgot-pass-page .c-reset-password-form .item-input-wrap{
  margin-top: 0px;
}

.c-customer-type-radio{
  justify-content: space-around !important;
}

.c-external-page-nemu-shipping-history{
  justify-content: center;
}

.c-external-page-nemu-shipping-history.external-page-menu .menu-link{
  width: unset  ;
}


@media (max-width: 768px) {
	.c-ranking-list .avatar-rounded{
    width: 50px !important;
  }
  .c-ranking-list .avatar-rounded img{
    height: 75%;
  }
  .c-ranking-list .item-top .content .name{
    margin-top: -5px;
  }
}

