 html {
   height: 100%;
   box-sizing: border-box;
 }
 html,body{
   height: 100%;
   background: #000;
   max-width:767px;
   margin: 0 auto;
   font-family: 'NunitoSans-Regular';
 }
 @font-face {
  font-family: 'NunitoSans-Regular';
  src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
  url('../fonts/NunitoSans-Regular.woff') format('woff'),
  url('../fonts/NunitoSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'),
  url('../fonts/NunitoSans-Bold.woff') format('woff'),
  url('../fonts/NunitoSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'),url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.woff2') format('woff2'),
      url('../fonts/Lato-Regular.woff') format('woff'),
      url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#wrapper{
	position: relative;
  overflow: hidden;
}
/* Cmmon  CSS Start Here */
.clearfix{
	content : "";
	clear : both;
	display :table;
}
a:focus{
  outline: transparent;
}
a:hover{
  text-decoration: none;
}
.no_padding{
	padding: 0;
}
.dflex{
  display: flex;
}
.dflex_bet {
  justify-content: space-between;
}
.headingone{
  font-Size : 12px;
  line-height : 14.4px;
  letter-spacing : 2px;
  color: #BABABA;
  margin: 15px 0;
  font-family: 'Lato-Regular';
  font-weight: 700;
}
.secheading span{
  color: #52c1a0;
}
.cardheading{
  font-size:20px;
  line-height: 26px;
}
.subheading{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

p  {
  font-weight: normal;
  font-size: 14px;
  color: #23496B;
}
label  {
  font-weight: bold;
  font-size: 14px;
  color: #23496B;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.form-group {
 position: relative;
 margin-bottom: 15px;
}
.form-group .form-control {
  font-size: 12px;
  height: 32px;
  border: 1px solid #414141;
  background: #414141;
  border-radius: 6px; 
  font-weight: 400;
  color: #BABABA;
}
.common_input_warp .form-group select.form-control {
  font-size: 16px;
  border-radius: 8px;
  appearance: none;
  height: 40px;
  padding-right: 25px;
  background-image: url(../images/down_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) calc(1em + -1px),calc(100% - 27px) calc(1em + 2px),100% 0;
  background-size: 12px 10px,16px 5px,2.5em 2.5em;
}
.form-group .form-control:focus{
  outline:0;
  border: 0;
  box-shadow: none;
}
.common_btn button, .common_btn a, .common_btn input[type="button"]{
  color: #fff;
  font-size: 16px; 
  line-height: 10px;
  width: auto;
  padding: 4px 8px;
  border: 0;
  width: auto;
  height: 30px;
  border-radius: 4px;
  margin-top: 20px;
  color: #fff;
  font-family: 'NunitoSans-Regular';
  background: #202020;
  border-radius: 4px;
  border: 2px solid #202020;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.common_btn button:hover{
  border: 2px solid #2BFEBA;
}
button:focus{
	outline: 0 !important;
	box-shadow: none !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 12px;
  }
}
/* Common  CSS End Here */
/* Product Details CSS Start Here */
.mobilewrap{
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  background-color: #000;
  height: 100%;
}
.product_details{
  padding:15px;
  /* position: sticky;
  position: -webkit-sticky;
  top: 0px; 
  height: 500px;
  overflow: auto; */
  display: block;
  margin-top: 100px;
}
.product_details.brandsearchwrap{
  /*height: calc(100vh);*/
  /* padding-bottom: 102px; */
}
/* .product_details.brandsearchwrap ul li:last-child{

} */
.productdetaildv .sidebarheader p {
  /* margin-left: 32px; */
  padding-top: 8px;
}
.owl-slider.slidercard{
  padding-top: 45px;
  margin-left: -15px;
  margin-right: -15px;
}
.productsearch{
  width: calc(100% - 40px);
}
.productsearch .form-group .form-control{
  padding-left: 40px;
}
.productsearch .form-group img{
  position: absolute;
  left: 8px;
  top: 7px;
  cursor: pointer;
  width: 18px;
}
.serachwrap {
  margin-bottom: 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 2;
  padding-top: 0px;
  background-color: #000;
}
.serachwrap .globalsrchdv{
  background: #141414;
  padding: 2px 15px 2px 15px;
}
.serachwrap  .globalsrchdv .form-group{
  margin-bottom: 0;
}
.serachwrap .filtermark{
  position: relative;
  width:32px;
  height: 32px;
  border-radius: 6px;
  background-color: #414141;
  cursor: pointer;
}
.serachwrap .filtermark img,.serachwrap .filtermark svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  width: 25px;
  fill: #fff;
}
.serachwrap .filtermark svg g path {
  stroke: #fff;
}
.bannersectoin{
  position: relative;
  border-radius: 8px;
/*  background: hsla(260, 82%, 38%, 1);
  background: linear-gradient(270deg, hsla(260, 82%, 38%, 1) 57%, hsla(259, 79%, 17%, 1) 100%);
  background: -moz-linear-gradient(270deg, hsla(260, 82%, 38%, 1) 57%, hsla(259, 79%, 17%, 1) 100%);
  background: -webkit-linear-gradient(270deg, hsla(260, 82%, 38%, 1) 57%, hsla(259, 79%, 17%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#4712B2", endColorstr="#1F094D", GradientType=1 );*/
  margin-left: 15px;
  margin-right:15px;
}
.bannercard{
  position: relative;
  /*background-image: url(../images/bannerbg.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*background-size: 100%;*/
  /*height: 150px;*/
  /*padding-top: 25px;*/
}
.producrimg{
  width: 100%;
  /*height: 100px;*/
  border-radius: 10px;
}
.productwrapdiv.productdetaildv .producrimg{
  height: auto;
}
.producrimg img{
  width: 100%; 
  border-radius: 8px;
}
.slidercontant{
  padding-top: 15px;
  padding-left: 10px;
}
.slidercontant h2{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: 'NunitoSans-Bold';
}
.slidercontant p{
  font-size: 10px;
  font-weight: 400;
  color:#EEEEEE;
  font-family: 'NunitoSans-Bold';
}
.no_padding_r{
  padding-right: 0;
}
.no_padding_l{
  padding-left: 0;
}
/* Product Details CSS End Here */
.productdetaildv .sidebarheader .sidebar_close_btn {
  padding:0 10px;
}
.detailstab.commontab .nav-tabs{
  display: flex;
  justify-content: center;
}
.commontab .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  margin-top: 10px;
  display: block;
  padding: 0 15px;
  position: relative;
}
.commontab .nav-tabs::after {
  position: absolute;
  content: " ";
  left: -15px;
  right: -15px;
  bottom: 2px;
  width: auto;
  height: 1px;
  background-color: #fff3;
}
.commontab .nav-tabs .nav-item{
  width: 50%;
  text-align: center;
}
.commontab .nav-tabs .nav-link{
  position: relative;
  color: #fff;
  height: 40px;
  border: 0;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  margin:0 15px;
  width: auto;
  line-height: 16px;
  font-family: 'NunitoSans-Regular';
}
.commontab .nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  opacity: 1;
  color: #2BFEBA;
  font-family: 'NunitoSans-Bold';
}
.commontab .nav-tabs .nav-link.active::after{
  content: " ";
  height: 2px;
  width: 30%;
  position: absolute;
  left: 50%;
  top: 35px;
  background-color: #2BFEBA;
  transform: translateX(-50%);
  border-radius: 10px;
}
.detailstab .tab-content{
  margin-top: 10px;
}
.filtercardoption{
  text-align: left;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 12px;
  padding-top: 12px;
  margin-right: -13px;
}
.filtercardoption::-webkit-scrollbar {
  width:2px;
  height: 2px;
  border-radius: 5px;
  display: block;
}
.filtercardoption::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}
.filtercardoption::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: 1px solid transparent; 
}
.filtercardoption {
  -webkit-overflow-scrolling: touch;
}
.filtercardoption::-webkit-scrollbar  {
  display: none;
  height: 0;
  width: 0;
}
.filtercardoption ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.filtercardoption ul li{
  display: inline-block;
  margin-right: 10px;
}
.filtercardoption ul li.activcat.active, .commontab .nav-tabs .nav-link.active{
  pointer-events: none;
}
.filtercardoption ul li a{
  color: #BABABA;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 12px;
  height: 24px;
  background-color: #202020;
  border: 1px solid transparent;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.filtercardoption ul li.active a, .filtercardoption ul li:hover a{
  border: 1px solid #2BFEBA;
}
.productcardwrap{
  margin-top: 15px;
  /*height: 100vh;*/
  /*overflow-y: auto;*/
}
.productcardwrap ul li{
  display:block;
  margin-bottom: 15px;
}
.productcardwrap ul li a{
  position: relative;
  border-radius: 6px;
  background-color: #202020;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.brandcard{
  position: relative;
  padding: 25px 15px 15px 120px;
  min-height: 128px;
}
.brandcard svg{
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  right: 15px;
  color: #fff;
  font-size: 20px;
}
.brandcard .copy-link-product{
  position: absolute;
  top: 25px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.brandcard .productimg{
  position: absolute;
  left: 12px;
  top: 14px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
}
.brandcard .productimg img{
  border-radius: 4px;
}
.brandcard .productimg .add-store-wrap{
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.brandcard .productimg .add-store-wrap.added-btn button{
  background-color: #414141;
  color: #fff;
  cursor: not-allowed;
}
.brandcard .productimg .add-store-wrap button{
  background-color: #01E99F;
  font-size: 12px;
  font-weight: 700;
  width: 63px;
  height: 22px;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  color: #000;
  cursor: pointer;
}
.brandcard .productimg .brand_logo{
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.brandcard .productimg img{
  width: 100%;
  height: auto;
}
.brandcard .brandcontant h2{
  font-size: 16px;
  color: #fff;
  font-family: 'NunitoSans-Bold';
  margin-bottom: 8px;
  padding-right: 24px;
}
.brandcard .brandcontant h2 .category-tag{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
  display:inline-block;
}
.fashiontype{
  margin-bottom: 10px;
  line-height: 0;
}
.fashiontype span{
  font-size: 12px;
  margin-right: 7px;
  font-family: 'NunitoSans-Bold';
  color: #BABABA;
  font-weight: 700;
}
.fashiontype.dashprice span:first-child{
  color: #BABABA;
  font-family: 'NunitoSans-Regular';
}
.fashiontype img{
  width: 60px;
}
.fashiontype.saletype{
  margin-bottom: 0;
  padding-top: 0px;
  display: flex;
  height:13px;
}
.payout-type-wrap{
  margin-top: 10px;
}
.fashiontype.saletype span{
  position: relative;
  padding-top: 7px;
  color: #00A3FF !important;
  font-family: 'NunitoSans-Bold';
  display: inline-block;
  max-width: max-content;
  min-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 14px !important;
}
.fashiontype.saletype .commision-tag{
  font-size: 12px !important;
  max-width: 100%;
  min-width: auto !important;
  margin-right: 8px;
  color: #bababa !important;
  position: relative;
  top: 0px;
}
.fashiontype.saletype img{
  width: 16px;
}
  /* .mobilewrap.wrappersection.stickyheader .product_details .owl-slider.slidercard{
    display: none;
    } */
    /*CSS for Filter Sidebar Start */
    .mobsidebarnav {
      max-width:767px;
      /* padding-bottom: 60px; */
    }
    .newscreenfilter{
      margin: 0 auto;
      display: block;
      height: 100vh;
      padding-bottom: 60px;
    }
    .newscreenfilter .sidebarheader p {
      display: inline-block;
      text-align: center;
      width: calc(100% - 0px);
      margin-left: -35px;
    }
    .sidebarheader {
      position: relative;
      padding: 0;
      padding-left: 0px;
      background-color: #141414;
      height: 36px;
    }
    .newscreenfilter .sidebarheader{
      padding-left: 0px;
    }
    .sidebarheader p{
      color: #fff;
      font-size: 14px;
      font-family: 'NunitoSans-Bold';
      padding-top:7px;
      margin-bottom: 0;
      text-align: center;
      margin-left:0px;
    }
    .sidebarheader img {
      width: 100%;
    }
    .sidebarheader img {
      width: 80%;
    }
    .sidebarheader .sidebar_close_btn {
      position: relative;
      left: 10px;
      top: 2px;
      border: 0;
      background: transparent;
      height: 30px;
      color: #fff;
      line-height: 30px;
      border-radius: 100%;
      cursor: pointer;
      font-size: 25px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .onDesktop {
      display: none;
    }

    .onMobile {
      display: block;
    }

    .mobsidebarnav {
      max-width:767px;
      position: fixed;
      top: 0;
      z-index: 1041;
      background: black;
      left: 0;
      right: 0;
      padding-top: 5px;
      overflow-y: scroll;
      height: 100vh;
      transform: translate(-350px, 0px);
      visibility: hidden;
      transition: all 0.3s ease-in-out;
    }
    .mobsidebarnav.show {
      transform: translate(0, 0);
      visibility: visible;
    }
    .sidebaroverlay.show {
      display: block;
    }
    .sidebaroverlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #0009;
      z-index: 1040;
      overflow-x: hidden;
      overflow-y: auto;
      outline: 0;
      opacity: 0.5;
      content: "";
      display: none;
    }
    .filterclear{
      padding: 15px 15px;
    }
    .filterclear span{
      display: inline-block;
      color: #fff;
      font-size: 14px;
    }
    .filterclear span.nofilter{
      color:#6D6D6D;
    }
    .commontab.filtertabwrap{
      display: flex;
      margin-bottom: 30px;
      border-top: 1px solid #202020;
    }
    .commontab.filtertabwrap .nav-tabs {
      border-right: 1px solid #202020;
      margin-top: 0px;
      padding: 0 0px;
      width: 128px;
    }
    .commontab.filtertabwrap .tab-content{
      width: calc(100% - 128px);
    }
    .commontab.filtertabwrap .nav-tabs .nav-item {
      width: 100%;
      text-align: left;
      margin-bottom: 0;
    }
    .commontab.filtertabwrap .nav-tabs .nav-link{
      font-size: 14px; 
      font-family: 'NunitoSans-Bold';
      margin: 0;
      padding: 22px 10px 22px 15px;
      border-radius: 0;
      height: 60px;
      background-color: #141414;
      border-bottom: 1px solid #202020;
    }
    .commontab.filtertabwrap .nav-tabs .nav-item:last-child .nav-link, .branddetailselect ul li:last-child a{
      border-bottom: 0;
    }
    .commontab.filtertabwrap .nav-tabs .nav-link.active {
      color: #fff;
      background-color: transparent;
    }
    .commontab.filtertabwrap .nav-tabs .nav-link.active::after {
      display: none;
    }
    .branddetailselect ul{
     padding-left: 15px;
   }
   .branddetailselect ul li{
    position: relative;
  }
  .branddetailselect ul li a{
    position: relative;
    font-size: 14px; 
    font-family: 'NunitoSans-Bold';
    margin: 0;
    padding: 22px 15px 22px 50px;
    border-radius: 0;
    height: 60px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #202020;
  }
  .branddetailselect ul li a svg{
    position: absolute;
    left: 15px;
    top: 27px;
  }
  .branddetailselect ul li a span{
    display: inline;
    color: #BABABA;
    font-size: 14px;
    font-family: 'NunitoSans-Regular';
  }
  .branddetailselect ul li a span:first-child{
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
  }
  .branddetailselect ul li.selectdata.selected a svg path{
    stroke: #2BFEBA;
  }
  .branddetailselect ul li.selectdata.selected a span{
    color: #F0F0F0;
    font-family: 'NunitoSans-Bold';
  }
.newscreenfilter.iosscreenwrap{
    position: relative;
   }
  .newscreenfilter.iosscreenwrap .bg_ios{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 34px;
    background-color: #141414;
    border-top: #202020;
  }
  .newscreenfilter.iosscreenwrap .closeaply{
    bottom: 34px;
  } 
  .newscreenfilter.iosscreenwrap .branddetailselect {
    height: calc(100vh - 190px);
}
  .closeaply{
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 15px;
    background-color: #141414;
    border-top: #202020;
    max-width: 767px;
    margin: auto;

  }
  .closeaply .closebtn, .nofilter {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    color: #6D6D6D;
  }
  .nofilter{
    width: 108px;
    text-align: right;
    padding-right: 0;
  }
  .closeaply .closebtn span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #6D6D6D;
  }
  .closebtn.bdr{
    position: relative;
  }
  .reset_filter{
    color: #ff4f00 !important;
  }

  .closebtn.bdr, .closebtn.active_apply, .nofilter.removefilter{
    color: #6D6D6D;
  }
  .closebtn.active_apply{
    color: #01E99F;
  }

  .closebtn.bdr::after{
    position: absolute;
    content: " ";
    right: 0;
    top: -9px;
    width: 1px;
    height: 40px;
    background-color: #202020;
  }
  /*CSS for Filter Sidebar End */
  /*Filter Search CSS Start */
  .brandsearchwrap .form-group {
    margin-bottom: 0px;
  }
  .brandsearchwrap .productcardwrap {
    margin-top: 0px;
    height: 100%;
    overflow-y: auto;
  }
  .productcardwrap#searchData {
    margin-top: 35px;
  }
  .brandsearchwrap .productcardwrap#searchData{
    margin-top: -20px;
  }
  .brandsearchwrap .productcardwrap .headingone{
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .serachwrap .filtermark.activefilte{
    background-color: #01E99F;
    width: 35px;
  }
  .serachwrap .filtermark.activefilte svg g path {
    stroke: #000;
  }
  .right_tooltip {
    position: relative;
    display: inline-block;
    top: -2px;
  }
  .right_tooltip img{
    width: 16px;
  }
  .dashcardv .right_tooltip svg{
    position: absolute;
    top: 8px;
    right: 12px;
    width: 16px;
  }
  .wlletwrapcard .dashboardata .right_tooltip svg{
    position: absolute;
    top: 7px !important;
    right: 0px !important;
    transform: scale(1.2);
  }
  /*Filter Search CSS End */
  /* Search Results CSS Start */
  .serachwrap.searchresults{
    position: fixed;
    background-color: #141414;
    padding: 2px 0 2px 40px;
    left: 0;
    right: 0;
    top: 70px;
    max-width: 767px;
    -webkit-transform:translateZ(1px); 
    margin: 0 auto;
  }
  .serachwrap.searchresults .productsearch .form-group img {
   top: 9px;
  }
 .productsearch .filter-back{
  position: absolute;
  left: 15px;
  top: 13px;
  width: 6px;
  cursor: pointer;
  }
 .serachwrap.searchresults a{
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 20px;
  color: #fff;
  padding: 0 10px;
}
.serachwrap.searchresults .form-group svg{
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 8px;
}
.serachwrap.searchresults .productsearch {
  width: calc(100% - 25px);
  margin-left: 10px;
}
.brandsearchwrap .serachwrap.searchresults  .form-group {
  width: 100%;
}
.serachwrap.searchresults .form-group .form-control {
  height: 36px;
}
/* Search Results CSS Start */
/* Search Results Loader CSS Start */
.loaderwrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.loaderwrap .circle__item {
  position: relative;
  width: 200px;
  height: 200px;
  border: 10px solid #5f97f617;
  border-radius: 100%;
  transform: rotate(-90deg);
}
.loaderwrap .circle__item .circle__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 230px;
}
.loaderwrap .circle__spinner .path {
  stroke: #5F97F6;
  stroke-linecap: round;
  animation: dash 5s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 130, 150;
    stroke-dashoffset: 0;
  }
}
/* Search Results Loader CSS  End */
/* Search Results No record CSS Start */

.datanotfound .imgnotfound{
  padding: 10px;
  margin-top: 20px;
  min-height: 150px;
}
.datanotfound .imgnotfound img{
  width: 100%;
}
.datanotfound .notfoundcont{
  margin-bottom: 20px;
}
.datanotfound .notfoundcont p{
  font-size: 16px;
  line-height: 21.82px;
  text-align: center;
  color: #F0F0F0;
  margin-bottom: 8px;
}
.datanotfound .notfoundcont span{
  font-size: 12px;
  line-height: 16.37px;
  text-align: center;
  display: block;
  color: #BABABA;
}
/* Search Results No record CSS End */
/* Shimmer effects Search Results CSS Start */
.title1 {
  width: 60px;
}
.title2 {
  width: 150px;
}
.shimmer {
  position: relative;
  width: 100%;
  height: 120px;
  margin: 10px auto;
  background-color: #202020;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.shimmer .wrappercard{
  padding-left: 110px;
}
.shimmercontant{
  margin-top: 50px;
}
.shimmer .image-card {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 90px;
  width: 90px;
  border-radius: 8px;
}
.stroke {
  height: 10px;
  background: #6D6D6D;
  margin-top: 15px;
}

.wrappercard {
  width: 0px;
  animation: fullView 0.3s forwards linear;
}

@keyframes fullView {
  100% {
    width: 360px;
  }
}
.animate {
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  /* background: linear-gradient(to right, #e6e6e6 5%, #cccccc 25%, #e6e6e6 35%); */
  background: linear-gradient(to right, #414141 5%, #847777d4 25%, #414141 35%);
  background-size: 360px 100%;
}
@keyframes shimmer {
  from {
    background-position: -360px 0;
  }
  to {
    background-position:360px 0;
  }
}
/* Shimmer effects Search Results CSS end */
/* Product detail  CSS Start */
.mobilewrap.productwrapdiv{
  position: relative;
  padding-bottom: 60px;
  margin-top: 135px;
}
.productbanner{
  position: relative;
  z-index: 0;
  margin-bottom: -20px;
  margin-top: 36px;
}
.productbanner .producrimg{
  max-height: 60vh !important;
  background: #fff;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.productbanner .producrimg img{
  max-width: 100%;
  width: 50%;
  height: inherit;
  margin: auto;
  display: inline-block; 
  border-radius: 0;
}
.productbanner .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.productbanner .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  margin-top: -70px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.productbanner .owl-dots .owl-dot.active span, .productbanner .owl-theme .owl-dots .owl-dot:hover span {
  background: #2BFEBA;
  width: 20px;
} 
.sidebarheader.productheader{
  position: fixed;
  padding-right: 15px;
  background-color: #141414;
  right: 0;
  left: 0;
  top: 69px;
  z-index: 4;
  padding: 0;
  max-width: 767px;
  margin: auto;
}
.fixedheader{
  position: fixed;
  padding-right: 15px;
  background-color: #141414;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
}
.sidebarheader.productheader .shareoption{
  position:relative;
  right: 20px;
  padding-top: 9px
}
.sidebarheader.productheader .shareoption svg{
  cursor: pointer;
  width: 24px;
  margin-left: 0px;
}
.sidebarheader.productheader .shareoption svg.shareicondv{
  width: 18px;
  margin-right: 2px;
}
.productdetailswrap{
 position: relative;
 padding:35px 15px 15px 15px;
 background: #000;
 border-radius: 25px 25px 0px 0px;
 z-index: 2;
}
.productdetaildv .fashiontype {
  line-height: normal;
  font-size: 14px;
  margin-bottom: 15px;
}
.productdetaildv .fashiontype span {
  color: #ffffff;
  font-family: 'NunitoSans-Bold';
  font-size: 14px;
}
.productdetaildv .fashiontype.saletype>span.lineheightdv{
  font-family: 'NunitoSans-Bold';
  margin-left: 5px;
  margin-top: -10px;
  max-width: 170px;
  line-height: 28px;
  white-space: inherit;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productdetaildv .fashiontype.saletype{
  height: auto;
}
.productdetaildv .fashiontype.saletype>span.price{
  padding-top: 1px;
  margin-inline-start: 4px;
  display: initial;
}
.productdetaildv  .fashiontype.saletype {
  margin-top: -8px;
}
.brandcard.porductcard{
  padding: 0;
}
.brandcard.porductcard .productimg {
  position: absolute;
  left: inherit;
  right:0px;
  top:0px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
}
.brandcard.porductcard .productimg img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}
.brandcard.porductcard .brandcontant h2 {
  font-size: 16px;
  white-space: inherit;
  padding-right: 50px;
  line-height:21.82px;
  margin-bottom: 14px
}
.brandcard.porductcard .brandcontant .fashiontype p{
  font-size: 14px;
  display: inline-block;
  color: #fff;
}
.brandcard.porductcard .brandcontant .fashiontype .price:nth-child(1){
  color: #00A3FF !important;
}
.brandcard.porductcard .brandcontant .fashiontype .price:nth-child(3){
  color: #BABABA !important;
  text-decoration:line-through;
  font-family: 'NunitoSans-Regular';
}
.brandcard.porductcard .brandcontant .fashiontype .price:nth-child(4){
  color: #FF4F00 !important;
  font-family: 'NunitoSans-Regular';
}
#collapseTwo .accodian_cont_wrap ul li, #collapseTwo .accodian_cont_wrap ul{
  margin-bottom: 0px;
}
.statictabdata > .accodian_cont_wrap{
  padding-top: 15px;
}
.description_dv{
  position:relative;
  margin-top: 30px;
}
.description_dv .copydecrip{
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #414141;
  cursor: pointer;
}
.description_dv .copydecrip svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}

.description_dv p, .description_dv span{
  font-size: 16px;
  color: #FFFFFF;
  line-height:19.1px;
}
.description_dv p{
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-family: 'NunitoSans-Bold';
  border-bottom: 0.5px solid #A2A2A2;
}
.description_dv span{
  font-size: 14px;
  color: #ffffff;
}
.accordion{
  margin: 20px 0;
}
.accordion .item {
  border: none;
  margin-bottom: 0px;
  background: none;
  margin-top: 30px;
}
.accodian_cont_wrap{
  padding: 15px 0px 0px 0px;
}
.accordion .item .item-header {
  position: relative;
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}
.accordion .item .item-header  button {
  position: relative;
  background: transparent;
  color: #ffffff;
  border-radius: 0px;
  font-size: 16px;
  line-height:auto;
  text-decoration: none;
  border-bottom: 0.5px solid #A2A2A2;
  padding: 0;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  font-family: 'NunitoSans-Bold';
}
.accordion .item .item-header button .arrowicon {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  background-color: transparent;
  width: 24px;
  height:24px;
  border-radius:100%;
  text-align: center;
  line-height: 30px;
  background-color: #414141;
}
.accordion .item .item-header button.collapsed .arrowicon {
  transform: rotate(0deg);
}
.accordion .item .item-header button .arrowicon svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  margin: auto;
}
.accordion .item .item-header button .arrowicon {
  transform: rotate(180deg);
  transition: 0.5s;
}
.accodian_cont_wrap{
  color: #fff;
}
.accodian_cont_wrap p{
  color: #BABABA;
  font-size: 14px;
  line-height: 19.1px;
  
}
.accodian_cont_wrap ul{
  list-style-type: none;
  padding-left: 20px;
  padding-top: 0;
  margin-bottom: 5px;
}
.accodian_cont_wrap ul li{
 position: relative;
 font-size: 14px;
 font-weight: normal;
 padding-left: 10px;
 color: #ffffff;
 margin-bottom: 15px;
}
.accodian_cont_wrap ul li span{
  font-family: 'NunitoSans-Bold'; 
}
.accodian_cont_wrap ul li::after{
  position: absolute;
  content: " ";
  left: -10px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
}
.contantcard{
 position: relative;
 margin-top: 20px;
}
.contantcard .definition_data{
 position: relative;
 width: 50%;
 float: left;
 font-size: 14px;
 padding-left: 25px;
 margin-bottom: 20px;
 color: #ffffff;
 font-family: 'NunitoSans-Bold';
}
.contantcard .definition_data .righticon{
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
}
.contantcard .definition_data .righticon svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}
.producrimg.bottombanner{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.producrimg.bottombanner img{
  width: 100%;
  height: inherit;
  border-radius: 10px;
}
.producrimg.bottombanner a{ 
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #BABABA;
  cursor: pointer;
  display: block;
}
.productholder{
  width:300px !important;
  height:auto !important;
}
.producrimg.bottombanner svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}
.mobilewrap.productwrapdiv .sharecopywrap{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #202020;
  padding: 20px 15px;
  border-radius: 10px 10px 0 0;
  max-width: 767px;
  margin: auto;
}
.sharecopywrap .common_btn{
  position: relative;
  text-align: center;
}
.sharecopywrap .common_btn svg{
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 3px;
}
.sharecopywrap .common_btn button{
  background-color: #414141;
  color: #fff;
  width : 48.5%;
  height : 42px;
  background: #414141;
  box-shadow: 0px 2px 15px #000000;
  border-radius: 8px;
  text-align: center;
  line-height: 21.82px;
  margin-top: 0;
  font-family: 'NunitoSans-Bold';
  border: 0;
}
.sharecopywrap .common_btn button:focus{
  outline: 0;
}
.sharecopywrap .common_btn button:last-child{
 background-color: #2BFEBA;
 color: #000;
}
.owl-slider.prosliderbott{
  margin-top: 15px;
}
/* Product detail  CSS End */
/* Dashboard CSS Start Here */
.dahsboardwrap .sidebarheader img {
  width: auto;
  display: inline-block;
}
.dahsboardwrap .sidebarheader .sidebar_close_btn {
  left: 10px;
  padding: 0 10px;
}
.dahsboardwrap .sidebarheader.productheader .shareoption {
  padding-top: 5px;
  right: 12px;
}
.dahsboardwrap img.user_profile.dropdown-toggle{
  margin-left: 8px;
}
.dahsboardwrap  .shareoption .badge {
  left: 12px;
  top: 1px;
}
.shareoption{
  position: relative;
}
.shareoption .badge{
  position: absolute;
  left: 18px;
  top: 0px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: red;
  display: none;
}
.overviewsw{
  position:relative;
  padding: 15px;
  padding-top: 60px;
}
.overviewsw p{
 font-size: 12px;
 line-height: 14.4px;
 color: #F0F0F0;
 margin-bottom: 0;
 text-transform: uppercase;
}
.overviewsw .common_input_warp .form-group select.form-control {
  background-image: url(../images/down_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) calc(1em + -6px),calc(100% - 27px) calc(1em + 2px),100% 0;
  background-size: 8px 6px,16px 5px,2.5em 2.5em;
  background-color: transparent;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  font-size: 10px;
  padding-left: 10px;
  text-align: left;
}
.dropdown {
  position: relative;
  margin-top: -10px;
}
#dLabel {
  position: relative;
  width: 100px;
  height: auto;
  border-radius: 4px;
  background-color: transparent;
  border: 0px solid #cccccc;
  text-align: left;
  padding: 7.5px 22px;
  color: #ccc;
  letter-spacing: 0.7px;
  margin-top: 0;
  font-size: 10px;
  padding-left: 0;
  text-align: right;
}
.dropdown .caret {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
}
.caret  img{
  width: 10px;
}
.dropdown-menu {
  width:100px;
  padding: 0;
  margin: 0;
  background: #202020;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.dropdown button:hover, .dropdown button:focus {
  border: none;
  outline: 0;
}
.dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-bottom: none;
}
.dropdown.open ul {
 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
 border: solid 1px #666;
 border-top: none;
 height: 200px;
 overflow-y: scroll;
}
.dropdown-menu li {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  padding: 7.5px 15px;
  border-top: solid 1px #202020;
  background: #202020;
}
.dropdown-menu li:hover {
  background-color: #ccc;
}
.dashboardcard{
  padding: 0 15px;
}
.dashboardata{
  position: relative;
  background: #00A3FF; 
  border-radius: 8px;
  height: 80px;
  padding: 15px;
  padding-left: 60px;
  margin-bottom: 15px;
}
.dashboardata img{
  position: absolute;
  left: 12px;
  top: 20px;
}
.dashboardata.dashcardv .right_tooltip .dropdown-menu {
  width: auto;
  top: 34px !important;
  left: 5px !important;
  right: 5px;
  min-height: fit-content;
}
.dashboardata.dashcardv .right_tooltip{
  position: absolute;
  left: inherit;
  top: 0px;
  right: 0;
  width: 100%;
}
.dashboardata.dashcardv .right_tooltip img{
  position: absolute;
  left: inherit;
  top: 8px;
  right: 12px;
}
.dashboardata.dashcardv .title1,.dashboardata.dashcardv .title2 {
  background: #F0F0F0 ;
  width: 50%;
}
.dashboardata.dashcardv .title2 {
  width: 98%;
}
.dashcardcontant p{
 color: #fff;
 font-size: 16px;
 line-height:21.82px;
 margin-bottom: 2px;
 margin-top: 5px;
 font-family: 'NunitoSans-Bold';
}
.dashcardcontant span{
  font-size: 14px;
  line-height:19.1px;
  display: block;
  color: #000;
}
.dashcard2{
  background: #F3A35A;
}
.dashcard3{
  background: #5463DD;
}
.fashiontype.dashprice span:last-child{
  color: #fff;
  font-family: 'NunitoSans-Bold';
  margin-right: 0;
}
.weekdata p{
  color: #fff;
  font-size: 12px;
}
.weekdata p svg{
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.mobilewrap.dahsboardwrap .headingone {
  font-Size: 12px;
  line-height:14.4px;
  color: #F0F0F0;
  font-family: 'NunitoSans-Regular';
  text-transform: uppercase;
}
.shareoption .dropdown-menu{
  transform: inherit !important;
  top: 35px !important;
  min-width: 55px !important;
  width: inherit;
  right:4px;
  left: auto !important;
  border-radius: 0px 0px 4px 4px;
}
.shareoption .dropdown-menu .options_drop a{
  font-size: 10px;
  color: #fff !important;
  text-align: center;
  display: block;
  padding:10px 5px;
}
.productcardwrap .common_btn a{
  border: 1px solid #01E99F;
  box-sizing: border-box;
  filter: drop-shadow(0px 2px 15px #000000);
  border-radius: 6px;
  padding: 13px 10px;
  margin: 10px auto;
  width: 100px;
  display: table;
  background-color: transparent;
  text-align: center;
}
.dashcardcontant .shimmercontant {
  margin-top: -5px;
}
/* Dashboard CSS End Here */
.serachwrap.filtersearchwrap{
  background-color: #141414;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 15px;
  max-width: 767px;
  margin: auto;
}
.filtersearchwrap button{
  position: relative;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  color: #FF4F00; 
  font-size: 12px;
  margin-left: 5px;
  padding-right: 0;
}
.filtersearchwrap .productsearch p{
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  margin-right: -75px;
  color: #fff;
  font-size: 14px;
  font-family: 'NunitoSans-Bold';
}
.branddetailselect {
  overflow-y: auto;
  height:calc(100vh - 160px);
}
.brandcard .hideovelay, .dashboardata .hideovelay{
  background-color: #ff000000;
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.brandcard.show .hideovelay, .dashboardata.show .hideovelay{
  display: block;
}
.productlisting.shimmereffects .productcardwrap {
  margin-top: 15px;
  height: 100%;
  overflow-y: inherit;
}
/* .productdetaildv .sidebarheader p{
padding-left: 30px;
} */
/* Banner Hide Data Scroll Start */
  /* .product_details.productlisting{
  height: 1000px;
  }  .productcardwrap{
  overflow-y: hidden;
  } 
  .body.addcard .productcardwrap{
  overflow-y: auto;
  } 
  body.addcard{
  overflow-y: hidden;
  }
  body.addcard .fixedheaderbanner{
  position: fixed;
  top: 40px;
  right: 15px;
  left: 10px;
  height: 100vh;
  } 
  .addcard{
  position: fixed;
  top: 40px;
  right: 15px;
  left: 10px;
  }
  .customcontainer.addcard .productcardwrap {
    height: 100vh;
    }  */
    /* Banner Hide Data Scroll End */

    /* Add  Card  CSS Start Here */
    .addbankdetails .sidebarheader p{
      width: calc(100% - 0px);
      text-align: center;
      margin-left: -10px;
      padding-top: 5px;
      font-size: 16px;
    }
/* .addbankdetails .sidebarheader .sidebar_close_btn{
  width: 15px;
  } */
  .addcardform{
    position: relative;
    margin-top: 65px;
    padding: 0 15px 80px 15px;
  }
  .addcardform .form-group{
    margin-bottom: 30px;
  }
  .addcardform .form-group label{
    position: absolute;
    left: 15px;
    top: -8px;
    color: #BABABA;
    font-size: 10px;
    font-weight: normal;
    background-color: #000;
    padding: 2px 4px;
    margin-bottom: 0;
    font-family: 'NunitoSans-Regular';
  }
  .addcardform .form-group .form-control {
    background: #000000;
    border: 1px solid #6D6D6D;
    box-sizing: border-box;
    border-radius: 6px;
    height: 48px;
    font-size: 12px;
    font-weight: normal;
    font-family: 'NunitoSans-Bold';
  }
  .addcardform .form-group.invailid label{
    color:#FF4F00;
  }
  .addcardform .form-group.invailid .form-control{
    border: 1px solid #FF4F00;
  }
  .addcardform .form-group .vailidationcont{
    display: none;
  }
  .form_error{
    position: absolute;
    left: 15px;
    bottom: -20px;
    color: #FF4F00 !important;
    font-size: 10px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 0;
    font-weight: 700;
    font-family: 'NunitoSans-Bold';
  }
  .form_error img{
    position: relative;
    top: -2px;
    margin-right: 4px;
  }
  .addcardform .form-group.invailid .vailidationcont{
    display: block;
    position: absolute;
    left: 15px;
    bottom: -22px;
  }
  .addcardform .form-group.invailid .vailidationcont img{
    position: relative;
    top: 1px;
    margin-right: 4px;
  }
  .addcardform .form-group.invailid .vailidationcont p{
    color: #FF4F00;
    font-size: 10px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 0;
  }
  .addcardform h2{
    font-size: 16px;
    color: #fff;
    font-family: 'NunitoSans-Bold';
    margin-bottom: 20px;
  }
  .addcardform p{
    border-top: .5px solid #ffffff2b;
    padding-top: 10px;
    color: #F0F0F0;
    font-weight: 700;
    font-size: 14px;
    font-family: 'NunitoSans-Bold';
  }
  .addcardform .common_btn{
    text-align: center;
  }
  .addcardform .common_btn input{
    width:100%;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-family: 'NunitoSans-Bold';
    padding: 12px 10px;
    height: 49px;
    background: #BABABA;
    box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-top: 0;
  }
  .addcardform .common_btn input.filled{
    background-color: #01E99F;
  }
  .removeaccount a.filled{
    color: #01E99F;
  }
  /* Add Card CSS End Here */

  /* Wallet Search CSS Start Here */
  .walletcard2.bgcard1{
    background-color: #0FA3B1;
  }
  .walletcard2.bgcard2{
    background-color: #5463DD;
  }
  .walletcard2.bgcard3{
    background-color: #F3A35A;
  }
  .walletcard2.bgcard4{
    background-color: #00A3FF;
  }
  .dashboardata.walletcard1 img, .dashboardata.walletcard2 img, .dashboardata.walletcard3 img{
    position: initial;
    left: initial;
    top: initial;
  }
  .dashboardata.walletcard1 .right_tooltip img, .dashboardata.walletcard2 .right_tooltip img, .dashboardata.walletcard3 .right_tooltip img{
    position: absolute;
    left: auto;
    top: 5px;
    right: 0px;
    }
  .wlletwrapcard .sidebarheader .sidebar_close_btn {
    left: 10px;
    top: 2px;
    padding: 0 10px;
  }
  .accountcard.backaddcardbtn{
    position: relative;
    text-align: center;
    height: auto;
    padding: 35px 34px;
  }
  .accountcard.backaddcardbtn img{
    position: relative;
    margin-bottom: 20px;
  }
  .accountcard.backaddcardbtn p, .accountcard.backaddcardbtn span{
    text-align: center;
    font-size: 16px;
    font-family: 'NunitoSans-Bold';
    color: #FFFFFF;
  }
  .accountcard.backaddcardbtn span{
    color: #BABABA;
    font-family: 'NunitoSans-Regular';
    font-size: 14px;
  }
  .accountcard.backaddcardbtn .common_btn{
    padding: 0 5px;
  }
  .accountcard.backaddcardbtn .common_btn button{
    background: #202020;
    box-shadow: 0px 2px 15px #000000;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    height: 42px;
    width: 47.5%;
    color: #FFFFFF;
    font-family: 'NunitoSans-Bold';
  }
  .accountcard.backaddcardbtn .common_btn button.filled{
    background-color: #00AA73 ;
    color: #000;
    cursor: pointer;
  }
  .wlletwrap{
    margin-top: 57px;
    position: relative;
  }
  .wlletwrap{
    position: relative;
    padding-bottom: 15px;
  }
  .dashboardata.walletcard1{
    position: relative;
    min-height: 130px;
    background-color: #00AA73 ;
    padding-left: 70px !important;
  }
  .dashboardata.walletcard1 .wallerimg{ 
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .dashboardata.walletcard1 .dashcardcontant label{
    font-size: 16px;
    color: #000;
    margin-bottom: 1px;
    font-family: 'NunitoSans-Bold';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-right: 70px;
    padding-top: 9px;
  }
  .dashboardata.walletcard1 .dashcardcontant p{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Poppins-Bold';
  }
  .dashboardata.walletcard1 .dashcardcontant .totalearn span,.dashboardata.walletcard2 .dashcardcontant .totalearn span{
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    font-family: 'NunitoSans-Regular';
  }
  .dashboardata.walletcard1 .dashcardcontant .totalearn span{
    font-family: 'NunitoSans-Regular';
  }
  .dashboardata.walletcard2 .dashcardcontant p{
    color: #fff;
    font-size: 14px;
    font-weight:700;
    font-family: 'NunitoSans-Bold';
  }
  .setPrimary{
    color: #FFFFFF !important;
  }
  .dashboardata.walletcard2 .dashcardcontant .totalearn img{
    position: relative;
    top: 2px;
  }
  .dashboardata.walletcard2 .dashcardcontant .totalearn span{
    font-size: 12px;
  }
  .wlletwrap .dashboardata {
    position: relative;
    padding-left: 15px;
    padding-right: 5px;
    margin-bottom: 14px;
  }
  .wlletwrap .dashboardata .userimg{
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    border: 0px solid #fff;
  }
  .wlletwrap .dashboardata .userimg img{
    width: 100%;
    height: 100%;
  }
  .leftcarddash{
    padding-right:7.5px;
  }
  .rightcarddash{
    padding-left:7.5px;
  }
  ul.instructions{
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
  ul.instructions li{
   position: relative;
   padding-left: 0px;
   font-size: 12px;
   color: #BABABA;
   line-height: 16.37px;
   font-family: 'NunitoSans-Bold';
 }
 ul.instructions li span{
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #BABABA;
  display: none;
}
.accountdetails{
 position: relative;
 background-color:#141414;
 padding: 15px;
 display: block;
 border-radius: 8px;
 margin-top: 10px;
}
.accountcard{
  position: relative;
  margin-top: 15px;
  padding: 15px 12px;
  border-radius: 4px;
  height: 52px;
  overflow: hidden;
  background-color:  #141414;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.accountcard.cardhide{
  height: auto;
  margin-bottom: 0px;
  overflow: inherit;
}
.cardheadingacc .common_btn button{
  margin-top: 0;
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
  background-color:  #414141;
  border: 1px solid  #414141;
}
.cardheadingacc .common_btn button:focus{
  border: 1px solid  #414141;
}
.cardheadingacc .common_btn button img{
  position: relative;
  top: 0px;
  margin-right: 7px;
  width: auto;
  display: inline-block;
}
.cardheadingacc p{
  color: #F0F0F0;
  font-size: 14px;
  line-height: 19.1px;
}
.card_detailsacc{
  margin-top: 10px;
}
.card_detailsacc p{
  color: #BABABA;
  font-size: 12px;
  line-height: 16.37px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.card_detailsacc span{
  font-size: 12px;
  line-height: 16.37px;
  color: #F0F0F0;
  font-weight: 700;
  font-family: 'NunitoSans-Bold';
}
.removeaccount{
  position: relative;
  border-top: 1px solid #8080804d;
  padding:10px 15px 0 15px ;
  margin:10px -15px 0 -15px ;
}
.removeaccount a{
  display: block;
  font-size: 12px;
  color: #FFFFFF;
}
.removeaccount a:last-child{
 color: #01E99F;
}
.addbankbtncard{
  padding-top: 4px;
  margin-top: 0px;
}
.addbankbtncard .addbankbtn{
  color: #F0F0F0;
  font-size: 12px;
  line-height: 16.37px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  width: auto;
  margin: 0 auto;
}
.addbankbtncard .addbankbtn img{
  margin-right: 10px;
}
.lastpayoutcard ul{
  margin: 0;
  padding: 0;
}
.lastpayoutcard ul li{
 padding-bottom: 15px;
}
.payoutcard{
 position: relative;
 padding: 0px;
 height: 86px;
 background: #141414;
 border-radius: 8px;
 position: relative;
 overflow: hidden;
}
.payoutcard .lastpayoutimg {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  width: 73px;
  height: 86px;
  background-color: #fff;
}
.payoutcard .lastpayoutimg img{
  width: 100%;
  position:relative;
  top:5px;
}
.payoutcard .payotcont{
  padding: 10px;
  background: #141414;
  border-radius: 8px;
  position: relative;
}
.dashboardcard.wlletwrap .headingone{
  margin-top: 20px;
}
.payoutcont p{
  font-size: 14px;
  line-height: 19.1px;
  color: #F0F0F0;
}
.payoutcont{
  padding-top: 15px;
  padding-left: 15px;
}
.payoutcont p span{
  color: #fff;
}
.payoutcont p span.pricepay{
  color: #00A3FF;
}
.acounthead p{
  font-size: 14px;
  color: #F0F0F0;
  font-family: 'NunitoSans-Bold';
}
.acccrddv{
  padding: 10px 15px;
  background: #202020;
  border-radius: 4px;
  margin-bottom: 10px;
}
.owl-slider.bankcarddata .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.owl-slider.bankcarddata .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  margin-bottom: 0px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.owl-slider.bankcarddata .owl-dots .owl-dot.active span, .owl-slider.bankcarddata .owl-theme .owl-dots .owl-dot:hover span {
  background: #2BFEBA;
  width: 20px;
} 
/* Wallet Search CSS End Here */
/* Wallet Shimmer CSS Start Here */
.wlletwrap .dashboardata .shimmercontant {
  margin-top: 10px;
}
.wlletwrap .dashboardata .shimmercontant .stroke{
 background: #F0F0F0;
}
.wlletwrap .dashboardata .shimmercontant .stroke:nth-child(1){
  width: 50% !important;
}
.wlletwrap .dashboardata .shimmercontant .stroke:nth-child(2){
  width: 80% !important;
}
.wlletwrap .dashboardata.walletcard1 .shimmercontant .stroke:nth-child(1){
  width: 20% !important;
}
.wlletwrap .dashboardata.walletcard1 .shimmercontant .stroke:nth-child(2){
  width: 30% !important;
}
.wlletwrap .dashboardata.walletcard1 .shimmercontant .stroke:nth-child(3){
  width: 48% !important;
}
/* Wallet Shimmer CSS End Here */
/* Toggle Button CSS Start here */
.toggle_btn{
  position: relative;
  top: -2px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
	background-color: #3dd598;
}

input:focus + .slider {
	box-shadow: 0 0 1px #3dd598;
}
input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
/* Toggle Button CSS End here */
/* Custom Checkbox CSS Start here */
.customimputcheckbox .form-group{
  margin-bottom: 0;
} 
.customimputcheckbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.customimputcheckbox .form-group label {
  position: relative;
  cursor: pointer;
}
.customimputcheckbox .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid  #F0F0F0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  top: -2px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.customimputcheckbox .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #000;
  background-color: transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-shadow: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.customimputcheckbox .form-group input:checked + label::before{
  background-color: #01E99F;
  border: 2px solid #01E99F;
}
.customimputcheckbox .form-group label{
  font-size: 14px;
  color: #F0F0F0;
  font-weight: normal;
}
/* Custom Checkbox CSS End here */

/* Custom Tooltip CSS Start Here */
.right_tooltip .dropdown-menu{
  border: 0;
  top:auto;
  bottom: -10px;
  padding: 10px;
  width: 80px;
  min-width: inherit;
  min-height: auto;
  left: inherit !important;
  right: 30px;
  z-index: 2;
  padding: 5px;
  border-radius: 2px;
  transform: none !important;
  background: #414141;
  opacity: 0.9;
}
.right_tooltip .dropdown-menu::before{
  content: "";
  position: absolute;
  margin-top: -6px;
  margin-left: -5px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #414141;
  right: -18px;
  bottom: 12px;
  transform: rotate(90deg);
  opacity: 0.95;
}
.right_tooltip .dropdown-menu p{
  margin-bottom: 0;
  font-size: 10px;
  line-height: 13.64px;
  color: #fff;
}
.right_tooltip .dropdown-toggle::after{
  display: none;
}
/* Product Details Tooltip CSS Start */
.brandcard.porductcard .right_tooltip .dropdown-menu {
  left: auto !important;
  right: inherit;
  bottom: inherit;
  right: 30px;
  top: -40px;
}
.brandcard.porductcard .right_tooltip .dropdown-menu::before {
  bottom: 9px;
  right: -17px;
}
.productwrapdiv.productdetaildv .fashiontype.saletype img {
  position: relative;
  bottom: 0px;
}
.fashiontype.saletype.toptipwithellip{
  display: flex;
}
.brandcard.porductcard .right_tooltip .dropdown-menu p {
  font-size: 10px;
  color: #fff;
}
/* Wallet Tooltip CSS Start */
.dashboardata .right_tooltip{
  position: absolute        ;
  top: 5px;
  right: 12px;
  left: 15px;
  text-align: right;
  z-index: 2;
}
.dashboardata .right_tooltip img{
  width: 16px;
}
 .wlletwrap > .dashboardata > .right_tooltip > img{
  position: absolute;
  left: auto;
  top: 7px;
  right: 0px;
}
.wlletwrapcard  > .dashboardata > .right_tooltip > img{
  position: absolute;
  right: 10px;
  top: 10px;
  left: inherit;
}
.dashboardata .right_tooltip .dropdown-menu{
  width: auto;
  top: 34px !important;
  left: -9px !important;
  right: -7px;
  min-height: fit-content;
}
/* .dashboardata.walletcard1 .right_tooltip .dropdown-menu{
  min-height: 32px;
}
.dashboardata.walletcard2 .right_tooltip .dropdown-menu {
  min-height: 36px;
} */
.dashboardata.walletcard1 .right_tooltip .dropdown-menu{
  left: 18% !important;
}
.dashboardata .right_tooltip .dropdown-menu::before {
  right: 3px;
  top: -5px;
  bottom: auto;
  transform: rotate(0deg);
}
.dashboardata.walletcard1 .right_tooltip .dropdown-menu p{
  font-size: 12px;
  text-align: center;
}
.dashboardata.walletcard1 .right_tooltip .dropdown-menu{
  padding: 10px;
}

/* Custom Tooltip CSS End Here */
/* Total Earnings CSS Start Here */
.totalearningwrap{
  position: relative;
  margin-top: 50px;
}
.totalearningwrap ul{
 margin: 0;
 padding: 0;
}
.totalearningwrap ul li{
 border-bottom: 1px solid #202020;
}
.earningcardwrap{
  padding: 15px 15px;
}
.earningcardwrap .fashiontype{
  margin-bottom: 0;
}
.earningcardwrap .fashiontype p{
  font-size: 14px;
  line-height: 19.1px;
  color: #BABABA;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.earningcardwrap .fashiontype p span{
  color: #fff;
  font-family: 'NunitoSans-Bold';
}
.earningcardwrap .payamtdv{
  color:  #00A3FF;
  font-weight: 700;
  width: 110px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.paymentdate img{
  margin-right: 3px;
}
.paymentdate span{
  font-size: 12px;
  color: #BABABA;
}
.earningcardwrap .fashiontype h2{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: 'NunitoSans-Bold';
  margin-bottom: 0;
}
.earningcardwrap .fashiontype h2 .partial{
  position: relative;
  top: 0px;
  width: 50px;
  height: 18px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  background-color: #FF4F00;
  padding: 2px 4px;
  border-radius: 100px;
  text-align: center;
  margin-left: 5px;
  line-height: 16px;
}
.totalearningwrap.cofirmorders .fashiontype p span{
  font-family: 'NunitoSans-Regular' !important;
}
.payamtdv.reject_amnt{
  color: #FF4F00;
  width: 110px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.totalearninotfound{
  margin-top: 50px;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.totalearninotfound img{
  text-align: center;
  margin: 0 auto;
  display: table;
  min-height: 200px;
}
.totalearninotfound p{
  text-align: center;
  font-size: 20px;
  font-size: 16px;
  line-height: 21.82px;
  color: #F0F0F0;
}
/* Total Earnings CSS End Here */
/* Delete Popup CSS Start Here */
.custom_modal_wrap .modal.show .modal-dialog {
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;
  margin: 0 auto;
}
.custom_modal_wrap .modal.fade .modal-dialog, .custom_modal_wrap .modal.fade {
  transition: none;
}

.custom_modal_wrap .modal-dialog{
  border-radius: 4px;
}
.custom_modal_wrap .modal-dialog .modal-content{
  width: 280px !important;
  background: #000000;
  margin: 0 auto;
}
.custom_modal_wrap .modal-dialog .modal-content .modal-body{
  padding:25px 15px;
}
.thank_you_wrap{
  display: flex;
  align-items: center;
}
.thank_you_wrap p{
  font-size: 16px;
  color: #fff;
  line-height: 21.82px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.thank_you_wrap p b{
  font-family: 'NunitoSans-Bold';
  font-weight: normal;
}
.custom_modal_wrap .modal-footer {
  padding: 0px 0;
  border-top: 0.5px solid #202020;
  display: block;
}
.custom_modal_wrap .modal-footer button{
  background-color: transparent;
  width: 100%;
  text-align: center;
  border: 0;
  padding:15px 0;
  color: #FFFFFF;
}
.custom_modal_wrap .modal-footer .bdr{
  border-right: 0.5px solid #202020;
}
.custom_modal_wrap .modal-footer .filled{
  color: #FF4F00;
}
/* Delete Popup CSS End Here */
/* Dashboard no data CSS Start Here */
.totalearninotfound.dashnodata{
  margin-top: 0;
}
.totalearninotfound.dashnodata p{
  font-size: 14px;
  margin-top: 15px;
}
.totalearninotfound.dashnodata .common_btn{
  text-align: center;
}
.totalearninotfound.dashnodata .common_btn button{
  text-align: center;
  width: max-content;
  height: 35px;
  font-size: 14px;
  margin-top: 5px;
  color: #FFFFFF;
  background-color: transparent;
  font-family: 'NunitoSans-Bold';
  border: 1px solid #01E99F;
  box-sizing: border-box;
  filter: drop-shadow(0px 2px 15px #000000);
  border-radius: 6px;
}
.dashboardcard.viewall_listing{
  padding-top: 40px;
}
.dashboardcard.viewall_listing .headingone{
  margin-bottom: 20px;
}
.fashiontype.dashprice{
  margin-bottom: 15px;
}
.dahsboardwrap .fashiontype.saletype,.fashiontype.dashprice.mtpcrd {
  padding-top: 12px;
  margin-bottom: 0;
}
.dahsboardwrap .fashiontype.saletype span{
  padding-top: 10px;
  height: 15px;
  margin-top: -8px;
}
.datanotfound.notdatacont .notfoundcont{
  margin-top: 20px;
}
/* Dashboard no data CSS End Here */
/* Earnings Shimmer CSS Start Here */
.totalearningwrap.shimmercard .shimmercontant {
  margin-top: 15px;
}
.totalearningwrap.shimmercard .shimmer{
  background-color: transparent;
}
.totalearningwrap.shimmercard .shimmer .wrappercard {
  padding-left: 10px;
}
.totalearningwrap.shimmercard .stroke.animate.title3 {
  width:190px;
}
.totalearningwrap.shimmercard .stroke.animate.title2 {
  width: 230px;
}
.totalearningwrap.shimmercard .stroke.animate.title1 {
  width: 270px;
}
/* Earnings Shimmer CSS End Here */

/* Index screen Banner Shimmer CSS Start Here */
.bannercard.bannercardshimmer {
  background-image: inherit;
  padding-top: 0;
   margin: 0 15px;
}

.bannercard.bannercardshimmer .shimmer {
  height: 150px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.bannercard.bannercardshimmer .shimmercontant {
  margin-top: 30px;
}
.bannercard.bannercardshimmer .shimmer .wrappercard {
  padding-left: 140px;
  animation: inherit;
  width: 100%;
}
.bannercard.bannercardshimmer .shimmer .image-card {
  right: 0;
  top: 0;
  height: auto;
  width: auto;
  left: 0;
  bottom: 0;
}
.bannercard.bannercardshimmer .title1 {
  width: 50%;
}
.bannercard.bannercardshimmer .title2 {
  width: 65%;
}
.bannercard.bannercardshimmer .title3 {
  width: 75%;
}
/* Index screen Banner Shimmer CSS End Here */
.iosscreenwrap{
  position: relative;
}
.product-added-bar{
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: #01E99F;
  border-radius: 8px;
  padding: 8px 10px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  max-width: 750px;
  margin: auto;
}
.product-added-bar p{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.product-added-bar a{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.serachwrap.affiliate-serach-wrap .productsearch {
  width: calc(100% - 130px);
}
.serachwrap.affiliate-serach-wrap{
z-index: 999;
max-width: 767px;
margin: auto;
top: 69px;
}
.serachwrap.affiliate-serach-wrap .globalsrchdv {
  height: 36px;
}
.static-search .globalsrchdv {
  background-color: transparent;
  padding: 2px 15px 2px 15px;
}
.back-btn{
  margin-right: 10px;
}
.back-btn img{
  width: 7px !important;
}
.store-btn-wrap .filtermark.openmobsidebar{
margin-left: 10px;
display: inline-block;
}
.added{
background-color: #414141;
color: #fff;
}
/* Toast Screen Design Start */

.custom-tost-wrap {
  position: fixed;
  bottom: 90px;
  right: 15px;
  left: 15px;
  height: 40px;
  background: rgba(22, 42, 72, 0.95);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
  border-radius: 4px;
  padding: 12px 15px;
  z-index: 99;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  max-width: 767px;
  margin: auto;
}

.custom-tost-wrap2 {
  position: fixed;
  top: 100px;
  right: 15px;
  left: 15px;
  height: 40px;
  background: rgba(22, 42, 72, 0.95);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 12%);
  border-radius: 4px;
  padding: 12px 15px;
  z-index: 9999;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  max-width: 767px;
  margin: auto;
}

.custom-tost-wrap img {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 5px;
}

/* Toast Screen Design End */

/* Afilite Headingn Design Start */
.affilate-heading {
  position: relative;
  padding-bottom: 40px;
}

.affilate-heading h2 {
 color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

.affilate-heading p {
  color: #F0F0F0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
/* Afilite Heading Design End */
/* Comman Header Affiliate Start */
.serachwrap.affiliate-serach-wrap.comman-hearder-affiliate .filtermark {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
  cursor: pointer;
}
/* Comman Header Affiliate End */
/* static-search Design Start */
.affilate-heading .serachwrap.affiliate-serach-wrap.static-search {
  position: relative;
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: 0;
  top: inherit;
  z-index: 0;
}
.affilate-heading .serachwrap.affiliate-serach-wrap .productsearch {
  width: calc(100% - 0px);
}
/* static-search Design End */
.add-btn.prod-added{
  background-color: transparent !important;
  border: 1px solid #ffffff8a !important;
  color: #fff !important;
  background: #202020 !important;
  border-radius: 8px !important;
}
.add-btn.prod-added img.add-img{
  display: inline;
}
.add-btn.prod-added{
  background-color: transparent !important;
  border: 1px solid #ffffff8a !important;
  color: #fff !important;
  background: #202020 !important;
}
.add-btn img{
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.bedge-cart{
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: red;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

/* Header for Affiliate Section Start Here */
.header-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  background-color: #131313;
  z-index: 9999;
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
}
.flex-justify {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrap .josh-logo {
  width: 130px;
}
.header-wrap .use-info-div {
  margin-top: 0px;
  margin-right: 0px;
}
.header-wrap .use-info-div .dropdown-toggle {
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding-right: 40px;
  padding-top: 5px;
}
.header-wrap .use-info-div .dropdown-toggle::after{
  display: none;
}
.header-wrap .use-info-div img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  object-fit: cover;
}
.header-wrap .use-info-div .dropdown-toggle span {
  display: inline-block;
  max-width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-wrap .use-info-div .downarrow {
  position: absolute;
  right: 0;
  top: 4px;
  margin: 0;
  width: 20px;
  transition: all 400ms linear;
}
.header-wrap .use-info-div .dropdown-menu {
  top: 45px !important;
  right: 0px !important;
  background: #202020;
  box-shadow: 0px 8px 8px rgb(20 20 20 / 20%);
  border-radius: 4px;
  transform: none !important;
  box-shadow: 0px 0px 4px 0px rgb(255 255 255 / 50%) !important;
  min-width: 173px;
  left: auto !important;
}
.header-wrap .use-info-div .dropdown-menu .dropdown-item {
  color: #fff;
  position: relative;
  padding: 10px 10px 10px 45px;
  font-size: 14px;
  cursor: pointer;
}
.header-wrap .use-info-div .dropdown-menu .dropdown-item:hover {
  opacity: 0.8;
  background-color: transparent;
}
.header-wrap .use-info-div .dropdown-menu .dropdown-item img {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 18px;
  object-fit: contain;
}
/* Header for Affiliate Section End Here */
.datanotfound.notdatacont{
  margin-top: 100px;
}
.affilate-main-wrapper{
  margin-top: 120px;
  position: relative;
}
.affilate-main-wrapper.filter-search-wrap{
  margin-top: 70px;
}
.filter-result-product{
  top: 69px;
}

/* Animtion  Cart Image  start*/
img.item-img.move-to-cart {
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: 9999;
}
img.item-img.move-to-cart.animate {
  opacity: 1;
  height: 75px;
  width: 75px;
  transition: all 0.5s ease-in-out;
}
img.item-img.move-to-cart.hide-img {
  opacity: 0.5;
  width: 0;
  height: 0;
  margin-left: 75px;
  transition: all 0.5s ease-in-out;
}
/* Animtion  Cart Iamge  End */

/* New Sprint-12 CSS Start Here 2024 */
.brandcard .copy-link-product {
  position: relative;
  top: -4px;
  right: 0px;
  left: 5px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  min-width: 33px;
  height: 29px;
  background: #141414a6;
  border-radius: 55px;
  text-align: center;
  line-height: 26px;
  padding: 2px 10px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  display: inline-block;
}
.brandcard .copy-link-product svg {
  position: relative;
  left: 15px;
  display: inline-block;
  left: auto;
  right: auto;
  top: auto;
  transform: scale(1.2);
}
.brandcard .copy-link-product .link-text {
  display: none;
  position: relative;
  top: -3px;
  font-size: 12px;
  font-weight: 700;
  font-family: "NunitoSans-Regular";
  line-height: 16.71px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.brandcard:hover .copy-link-product svg {
  margin-right: 3px;
}
.brandcard:hover .copy-link-product {
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.brandcard:hover .copy-link-product .link-text {
  display: inline-block;
}

.fashiontype .platforms-wrap label {
  font-size: 12px;
  font-weight: normal;
  font-family: "NunitoSans-Regular";
  color: #bababa;
  margin: 0px;
}

.fashiontype .platforms-wrap {
  display: flex;
  margin-left: 70px;
  position: relative;
  top: 5px;
}
.fashiontype .platforms-wrap .plat-form-icons {
  display: flex;
  position: relative;
  left: 10px;
  top: -8px;
  width: 150px;
}
.fashiontype .platforms-wrap .plat-form-icons svg {
  position: relative;
  right: 0;
  left: 0;
  display: inline-block;
  margin-right: 5px;
}
.fashiontype .platforms-wrap .plat-form-icons svg.android {
  top: 7px;
  margin-left: 3px;
}
.fashiontype .platforms-wrap .plat-form-icons svg.android path{
  fill: #909090;
}

#productaffill .brandcard .productimg .item-img{
    width: auto;
    max-height: 90px;
    margin: 0 auto; 
}
/* New Sprint-12 CSS End Here 2024 */
@media only screen and (max-width: 991px) {
  .brandcard .copy-link-product {
        width: 33px;
        top: 20px;
        right: 15px;
        position: absolute;
        left: auto;
  }
  .fashiontype span {
    font-size: 10px;
  }
  .fashiontype.saletype span {
    font-size: 12px !important;
  }
  .brandcard .brandcontant h2 {
    font-size: 14px;
  }
  .brandcard {
    min-height: 105px;
    padding: 25px 15px 15px 105px
  }
  .fashiontype {
    margin-bottom: 12px;
  }
  .brandcard .productimg .add-store-wrap {
    bottom: -8px;
  }
  .brandcard .productimg {
    width: 75px;
    height: 75px;
  }
  #productaffill .brandcard .productimg .item-img {
    max-height: 75px;
  }
  .brandcard .copy-link-product:hover .link-text {
    display: none;
  }
  .fashiontype .platforms-wrap {
    margin-left: 0;
    display: block;
    position: absolute;
    right: -2px;
    top: -8px;
  }
  .fashiontype .platforms-wrap label {
    display: none;
  }
  .fashiontype .platforms-wrap .plat-form-icons {
    left: auto;
    top: 0px;
    width: max-content;
    text-align: right;
    right: 0;
    display: block;
    position: relative;
  }
  .fashiontype .platforms-wrap .plat-form-icons svg {
     margin-right: 4px;
     width: 18px;
     transform: none;
  }
.fashiontype .platforms-wrap .plat-form-icons svg.android {
   top: -4px;
}
.fashiontype .platforms-wrap .plat-form-icons svg.android.andoridClass {
  top: 2px !important;
}
.fashiontype.saletype {
  justify-content: normal;
  position: relative;
}
.kyc-text img{
  top: 22px !important;
}
.kyc-text-wrap button {
  position: relative;
  top: 10px;
}
}

.kyc-text{
  position: relative;
  padding-left: 35px;
}
.kyc-text img{
  position: absolute !important;
  left: 0px;
  top: 10px;
}
.kyc-text p{
  margin-bottom: 0px;
  text-align: left !important;
}
.kyc-text span{
  margin-top: 0px;
  text-align: left !important;
  display: block;
}
.kyc-text-wrap button{
  margin-top: 2px !important;
  width: auto !important;
  height: 42px !important;
  font-size: 16px !important;
  border: 0 !important;
  min-width: 80px;
}
.kyc-text-wrap .backaddcardbtn{
  padding: 20px 16px;
  margin-bottom: 15px;
}
.kyc-text-wrap{
  padding: 0px 15px 15px 15px !important;
}
.kyc-tick{
  position: absolute;
  left: 0px;
  top: 10px;
}
.kyc-tick::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 7px;
  height: 12px;
  border: solid #000;
  background-color: transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-shadow: none;
  transition: all 400ms linear;
}
.kyc-tick::before{
  content: '';
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  top: -2px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  background-color: #01E99F;
  border: 2px solid #01E99F;
}
.no-header .affilate-main-wrapper {
  margin-top: 20px;
}

.no-header .product_details {
  margin-top: 30px;
}

.no-header-filter .newscreenfilter {
  height: calc(100vh - 100px) !important;
}

.no-header-filter .affilate-main-wrapper {
  margin-top: 45px;
}

.no-header-filter .branddetailselect {
  height: calc(100vh - 196px);
}

.no-header-filter-result .product_details {
  margin-top: 100px;
}

.no-header-filter-result .header-black{
  background-color: #000000;
  position: fixed;
  max-width: 767px;
  margin: auto;
  right: 0px;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45px;
}

.no-header-filter-result .filter-result-product {
  top: 45px;
}

.no-header-search-filter .serachwrap.searchresults {
  top: 45px; 
}

.no-header-search-filter .header-black {
  background-color: #000000;
  position: fixed;
  max-width: 767px;
  margin: auto;
  right: 0px;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45px;
}

.no-header-search-filter .product_details {
  margin-top: 100px;
}

.brand-tab-active-wrap .detailstab.commontab .nav-tabs {
  justify-content: center;
}