@font-face {
  font-family: "Outfit";
  src: url("fonts/Outfit-Regular.eot");
  src: url("fonts/Outfit-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Outfit-Regular.woff2") format("woff2"),
    url("fonts/Outfit-Regular.woff") format("woff"),
    url("fonts/Outfit-Regular.ttf") format("truetype"),
    url("fonts/Outfit-Regular.svg#Outfit") format("svg");
  font-display: swap;
}
:root {
  --background-color-: #FFFFFF;
  --text-color: var(--secondary-background);
  --primary-background:#FFB20C;
  --primary-border:#FFB20C;
  --text-color-white: #FFFFFF;
  --secondary-background:#131A22;
  --secondary-border:#131A22;
  --footer-text-color: #999999;
  --footer-link-hover: #eeeeee;
}
::-webkit-input-placeholder {color:#9f9f9f!important;}
::-moz-placeholder {color:#9f9f9f!important;}
::-ms-input-placeholder {color:#9f9f9f!important;}
::placeholder {color:#9f9f9f!important;}
.fs-13{font-size: 13px!important;}
.fs-14{font-size: 14px!important;}
.fs-15{font-size: 15px!important;}
.fs-16{font-size: 16px!important;}
.fs-17{font-size: 17px!important;}
.fs-18{font-size: 18px!important;}
.fs-20{font-size: 20px!important;}
.fs-22{font-size: 22px!important;}
.fs-24{font-size: 24px!important;}
*{box-sizing: border-box;}
.l{box-shadow: inset 0 0 2px red;}
.ma0{margin: 0px!important;}
.mt0{margin-top: 0px!important;}.mb0{margin-bottom: 0px!important;}
.mt3{margin-top: 3px!important;}.mb3{margin-bottom: 3px!important;}
.mt5{margin-top: 5px!important;}.mb5{margin-bottom: 5px!important;}
.mt8{margin-top: 8px!important;}.mb8{margin-bottom: 0px!important;}
.mt10{margin-top: 10px!important;}.mb10{margin-bottom: 10px!important;}
.mt15{margin-top: 15px!important;}.mb15{margin-bottom: 15px!important;}
.mt20{margin-top: 20px!important;}.mb20{margin-bottom: 20px!important;}
.mt25{margin-top: 25px!important;}.mb25{margin-bottom: 25px!important;}
.mt30{margin-top: 30px!important;}.mb30{margin-bottom: 30px!important;}
.mt40{margin-top: 40px!important;}.mb40{margin-bottom: 40px!important;}

.w_100_f{width: 100px!important;}.w_100_m{max-width: 100px!important;}
.w_150_f{width: 150px!important;}.w_150_m{max-width: 150px!important;}
.w_200_f{width: 200px!important;}.w_200_m{max-width: 200px!important;}
.w_250_f{width: 250px!important;}.w_250_m{max-width: 250px!important;}
.w_300_f{width: 300px!important;}.w_300_m{max-width: 300px!important;}
.w_350_f{width: 350px!important;}.w_350_m{max-width: 350px!important;}
.w_400_f{width: 400px!important;}.w_400_m{max-width: 400px!important;}
.w_450_f{width: 450px!important;}.w_450_m{max-width: 450px!important;}
.w_500_f{width: 500px!important;}.w_500_m{max-width: 400px!important;}
html {
  scroll-behavior: smooth;
}
body.ekmonweb{
  background-color: #F7F7F7;
  background-color: #eeeeee;
  position: relative;
}
.ekcontent{
  min-height: calc(100vh - 418px);
  width: 100%;
  box-sizing: border-box;
}
.ekom_card{
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px;
  box-sizing: border-box;
}
.ek-section{
  padding: 0px 15px;
  box-sizing: border-box;
  box-sizing: border-box;
}
.ekom_card_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 14px 16px 0px 16px;
}
.ekom_card_head h2{
  font-size: 20px;
  font-weight: bold;
  font-family: inherit;
  padding: 0px;
  margin: 0px;
  line-height: 100%;
}
.ekom_card_body{
  padding: 16px;
  box-sizing: border-box;
}
.pad_l_r.container-fluid{
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.mb16{margin-bottom: 16px!important;}
.mt16{margin-top: 16px!important;}

input,select,textarea{
  border-radius:3px!important;
  box-shadow: none!important;
  outline: none!important;
  -webkit-border-radius:3px!important;
  -moz-border-radius:3px!important;
  -ms-border-radius:3px!important;
  -o-border-radius:3px!important;
  height: 36px;
  font-size: 14px;
}
textarea{
  height: auto;
}
input.searchicon[type="text"] {
  padding-left: 30px !important;
  background-image: url('../images/icon/search.svg');
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 14px;
}
.form-switch .form-check-input{
   border-radius:2em!important; -webkit-border-radius:2em!important; -moz-border-radius:2em!important; -ms-border-radius:2em!important; -o-border-radius:2em!important; 
   width: 2.8em!important;
   height: 24px!important;
  }
input:hover,input:focus,select:focus,select:hover,textarea:hover,textarea:focus{border-color: var(--primary-background)!important;}
.req_star{
  color: indianred;
  font-weight: bold;
}
.required{
  position: relative;
  padding-left: 10px;
}
.required::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "*";
  font-weight: bold;
  color: indianred;
}
.form-check-input[type="radio"] {
  border-radius: 50% !important;
}
.form-check{
  min-height: 16px;
}
.form-select{
  /* color: #999!important; */
  padding-top: 3px;
  background-position: right .3rem center;
}
.form-check-input:checked {
  background-color: var(--primary-background)!important;
  border-color: var(--primary-background)!important;
}
.form-check-input{margin-top: 2px!important;}
.linkcolor a{color: inherit!important;}
.btn{
  border-radius: 3px!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  -ms-border-radius: 3px!important;
  -o-border-radius: 3px!important;
}
.form-group{margin-bottom: 20px;}

.a_color,.a_color:hover{color: var(--primary-background)!important;}
.text_u{text-decoration: none!important;}
.block{display: block;width: 100%;}
.dividerline{
  height: 1px;
  background-color: #eee;
  margin-top: 45px;
  margin-bottom: 25px;
}
body {
  margin: 0;
  color: var(--text-color);
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-variant: tabular-nums;
  line-height: 1.3;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  background-color: #f4f5f6;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, strong{
  color: var(--text-color)!important;
}
.bold{font-weight: bold!important;}
.wrapper{min-height: calc(100vh - 50px);}
.ekcard{
  background:#fff;
  -webkit-box-shadow:0 10px 30px 0 rgba(211,211,211,.3);
  box-shadow:0 10px 30px 0 rgba(211,211,211,.3);
  border-radius:6px;
}
/* --footer-- */
.loginfooter{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  opacity: 0.75;
}
/* end footer */


.my25{margin: 20px 0 25px 0;}
/* -----------login--------- */
.loginform{
  width: 100%;
  max-width:560px;
  margin:50px 0px 30px 0px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:50px;
  padding-top: 30px;
}
.form-control.userico,.form-control.pwdico{
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 34px!important;
}
.userico{background-image: url('../images/icon/user.png');}
.pwdico{background-image: url('../images/icon/pwd.png');}
.btnekomn-border.downborder,.btnekomn-border.downborder:hover,
.btnekomn-border.downborder:focus,.btnekomn-border.downborder:visited{
  width: 100px!important; padding-top: 4px!important;height: 36px;
}
/* .btnekomn-border,.btnekomn-border:hover,.btnekomn-border:focus,.btnekomn-border:visited { */
  /* min-width: 90px; */
  /* width: 160px; */
  /* height: 38px;
  border: 1px solid var(--primary-background);
  box-sizing: border-box;
  color: var(--primary-background);
  background-color: transparent;
  padding-top: 0px!important;
  padding-bottom: 0px!important; */
  /* box-shadow: 0 2px 5px 0 rgba(213,217,217,.5); */
/* } */
.btnekomn-border.btn-login{width: 100%;}
.p10{padding: 10px;}
.btnround{border-radius: 41px!important;}
.btnekomn-border:hover{background-color: rgba(248, 154, 27, 0.05);}
.btnekomn,.btnekomn:hover{
  box-shadow: none;
  border-color: var(--primary-border);
  background-color: var(--primary-background);
  color: var(--text-color-white);
  transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -ms-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  /* box-shadow: 0 2px 5px 0 rgba(213,217,217,.5); */
}
.btnekomn_dark,.btnekomn_dark:hover{
  box-shadow: none;
  border-color: var(--secondary-border);
  background-color: var(--secondary-background);
  color: var(--text-color-white);
  transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -ms-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
}
.btnekomn:hover,.btnekomn-border:hover,.btnekomn_dark:hover{opacity: 0.85;}
.btnekomn-border,.btnekomn-border:hover{
  background-color: #FFFFFF;
  box-shadow: none;
  border-color: var(--primary-border);
  color: var(--primary-border);
  transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -ms-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
}
.btn-login,.btn-login:hover,.btn-login:focus,.btn-login:active{height: 38px;padding-top: 5px!important;}
.brand-logo{
  margin-bottom: 45px;
  text-align: center;
}
.brand-logo img{
  width: 100%;
  max-width: 164px;
}
.SellerText{
  font-weight: bold;
  margin-left: 9px;
  font-size: 22px;
  padding-top: 10px;
  opacity: 0.25;
  word-spacing: 0.0rem;
}
.ssologin,.ssologin:hover{
  background-image: url('../images/icon/google.png');
  border: 1px solid #eee2e6;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 50px;
  color: #828282;
  background-color: #fdfdfd;
}
.ssologin:hover{
  background-color: #f0f0f0;
}
.orline {
  color: #999;
  font-size: 17px;
  overflow: hidden;
  text-align: center;
  margin: 35px 0px;
}
.orline span {
  display: inline-block;
  position: relative;
}
.orline span::before, .orline span::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 12px;
  background-color: #eee;
  width: 10000px;
  box-sizing: border-box;
}
.orline span::before {
  margin-right: 15px;
  right: 100%;
}
.orline span::after {
  left: 100%;
  margin-left: 15px;
}
.login-wrapper{
  width: 100%;
  padding-right: 560px;
  position: relative;
  height: 100vh;
}
.login-container{
  width: 100%;
  max-width: 560px;
  background-color: #fff;
  height: 100vh;
  position: fixed;
  right: 0px;
  top: 0px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow: hidden;
  overflow-y: auto;
  z-index: 100;
}
.loginForm{
  min-height: calc(100vh - 50px);
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:50px;
  padding-top: 40px;
}
.loginForm.register{
  padding: 30px 50px 20px 50px;
}
.loginForm.register .brand-logo{margin-bottom: 30px;}
.loginForm.register .orline{margin: 30px 0px 20px 0;}
.logincarousel .sliderImg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logincarousel .carousel-item{
  height: 100vh;
}
.telbox select {
  width: 60px;
  background-color: #fafafa;
  border-radius: 3px 0px 0px 3px !important;
  border-right: none;
}
.telbox input {
  border-radius: 0px 3px 3px 0px !important;
}
.emptybox{
  min-height: calc(100vh - 330px);
}
.ExcellenText {
  margin-bottom: 5px;
}     
.sup_section_2,.sup_section_3,.sup_section_4{
  display: none;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
.show_section_2,.show_section_3,.show_section_4{
  display: block;
  transform: translateX(0);
}
.ack_q_l li{
  margin-bottom: 20px;
}
.ek_s_h {
  font-size: 17px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.ack_q_w {
  width: calc(100% - 50px);
  font-weight: normal !important;
  color: inherit;
}
.qt_inp{
  width: 50px;
  height: 23px;
  padding: 0px 4px;
  font-size: 0.75rem;
}
.listnone {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.categoryList{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.categoryList > li {
  width: 50%;
  min-width: 140px;
  margin: 6px 0px 0px 0px;
}
.categoryList.categoryListThree > li {
  width: 33.33%;
}
.chooseoneinput{position: relative;}
.chooseone{
  position: absolute;
  left: calc(50% - 10px);
  font-size: 14px;
  width: 20px;
  padding: 0px;
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  font-style: italic;
  opacity: 0.5;
}
.ek_round{ border-radius:24px!important ; -webkit-border-radius:24px!important ; -moz-border-radius:24px!important ; -ms-border-radius:24px!important ; -o-border-radius:24px!important ; }
.thankYoubox {
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  max-width: 360px;
  margin-top: 30px;
}
.thank_h1 {
  font-size: 30px;
  font-weight: 900;
  color: #38b543 !important;
  margin-top: 30px;
}
.svg-success {
  display: inline-block;
  vertical-align: top;
  height: 64px;
  width: 64px;
  opacity: 1;
  overflow: visible;
}
@keyframes success-tick {
  0% {
    stroke-dashoffset: 16px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 31px;
    opacity: 1;
  }
}
@keyframes success-circle-outline {
  0% {
    stroke-dashoffset: 72px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
@keyframes success-circle-fill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.svg-success .success-tick {
  fill: none;
  stroke-width: 1px;
  stroke: #38b543;
  stroke-dasharray: 15px, 15px;
  stroke-dashoffset: -14px;
  animation: success-tick 450ms ease 1400ms forwards;
  opacity: 0;
}
.svg-success .success-circle-outline {
  fill: none;
  stroke-width: 1px;
  stroke: #38b543;
  stroke-dasharray: 72px, 72px;
  stroke-dashoffset: 72px;
  animation: success-circle-outline 300ms ease-in-out 800ms forwards;
  opacity: 0;
}
.svg-success .success-circle-fill {
  fill: #fff;
  stroke: none;
  opacity: 0;
  animation: success-circle-fill 300ms ease-out 1100ms forwards;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .svg-success .success-tick {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    animation: none;
    opacity: 1;
  }
  .svg-success .success-circle-outline {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    animation: none;
    opacity: 1;
  }
  .svg-success .success-circle-fill {
    animation: none;
    opacity: 1;
  }
}
.thankYou {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t_u_s {
  display: none;
}
@media(max-width:767px){
  .loginForm,.loginForm.register{
    padding: 24px;padding-top: 30px;
  }
  /* .emptybox{min-height: auto;} */
  .loginform{margin: 0px;padding: 24px;}
  .login-wrapper{padding-right: 0px;}
  #carouselExampleFade{display: none;}
}

/* Pricing page */
.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  padding: 0 0 0px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 15px solid #40cbb4;
  border-radius: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}
.pricing-block .icon-box {
  position: relative;
  padding: 40px 30px 0;
  background-color: #40cbb4;
  text-align: center;
}  
.pricing-block .icon-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}
.pricing-block .icon-box .icon-outer {
  position: relative;
  height: 120px;
  width: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}
.pricing-block .icon-box i {
  position: relative;
  display: block;
  height: 100px;
  width: 100px;
  line-height: 90px;
  border: 5px solid #40cbb4;
  border-radius: 50%;
  font-size: 50px;
  color: #40cbb4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.pricing-block .inner-box:hover .icon-box i {transform: rotate(360deg);}
.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 1px 20px;
}
.pricing-block .title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}
.pricing-block .price {
  display: block;
  font-size: 24px;
  color: #222222;
  font-weight: 700;
  color: #40cbb4;
}
.pricing-block .features {position: relative;padding: 0px 15px;}
.pricing-block .features li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #848484;
  font-weight: 500;
  padding: 8px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}
.pricing-block .features li.false:before {color: #e1137b;content: "\f057";}
.pricing-block .features li a {color: #848484;}
.pricing-block .features li:last-child {border-bottom: 0;}
.pricing-block .btn-box {position: relative;text-align: center;}
.pricing-block .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #40cbb4;
  border-radius: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}
.pricing-block .btn-box a:hover {color: #ffffff;}
.pricing-block .inner-box:hover .btn-box a {
  color: #40cbb4;
  background: none;
  border-radius: 0px;
  border-color: #40cbb4;
}
.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
  border-color: var(--primary-background);
}
.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
  background-color: var(--primary-background);
}
.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
  color: var(--primary-background);
}
.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
  color: var(--primary-background);
  background: none;
  border-radius: 0px;
  border-color: var(--primary-background);
}
.promise_list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 18px;
  justify-content: center;
  font-weight: bold;
  margin-top: 7px;
}
.sec__h{padding: 0px 15px 40px 15px;}
.fullbodyclose{
  position: relative;
  padding: 40px 0px;
  background-color: #FFF8E9!important;
}
.fullbodyclose .btn-close{
  position: absolute;
  top: 10px;
  right: 10px;
}
/* end Pricing */

/* 
.form-switch .form-check-input:focus{
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23999'/%3e%3c/svg%3e");

} */
/* ----pricing---- */
.amazonbox{
  padding: 15px;
  padding-bottom: 0px;
  /* background-color: #fdfdfd; */
  border-radius: 4px;
  /* margin-bottom: 20px; */
  /* box-shadow: 0 1px 1px rgba(0,0,0,0.1); */
  overflow: hidden;
  margin-top: 40px;
}
.AmazonSeller{
  font-size: 18px;
  display: flex;
  justify-content: end;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 15px;
}
.subcribeNote{
  padding-top: 15px;
  text-align: center;
  /* opacity: 0.65; */

}
.AmazonSeller .viewmore{
  font-size: 16px!important;
  color: var(--primary-background);
  cursor: pointer;
  font-weight: normal;
}
.pricing-container{
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.input-group-text.text-muted{padding: 0px 5px!important;}
.features-list {
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 60px; */
}
.feature-row{
  display: flex;
  width: 100%;
  padding: 11px;
  line-height: 100%;
  /* border-radius: 16px; */
}
.features-list .tooltips:nth-child(odd) {
  background-color: #f4f4f4;
}
.amazonbox .features-list .feature-row:nth-child(odd) {
  background-color: #f4f4f4;
}
.features-list.priceList .feature-row:nth-child(odd) {
  background-color: transparent;
}
.features-list.priceList .feature-row{
  padding: 0px;
  position: relative;
  top: 25px;
}
.feature {
  flex: 1.5;
  padding: 0px 8px;
  font-weight: 500;
}
.feature-value {
  flex: 1;
  text-align: center;
  padding: 0px 10px;
}
.plan_details{
  border: 1px solid #ddd;
  display: block;
  padding: 16px 15px 20px 15px;
  border-radius: 12px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
}
.plan_details h2{
  font-size: 21px;
  font-weight: bold;
  margin: 0px;
  line-height: 23px;
}
.plan_details .price_p{
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  flex-direction: column;
}
.price_p .offeramount{
  color: #7A7C84;
  margin-top: 6px;
  font-size: 14px;
  font-weight: normal;
}
.btnekomn.subscribebtn{
  height: 36px;
  padding: 0px 1px;
  margin-top: 3px;
  border-radius: 10px;
  color: var(--secondary-background)!important;
  width: 136px;
}
.plan_details.active {
  border-color: var(--secondary-background);
  color: #fff;
  background-color: var(--secondary-background);
  border-color: var(--secondary-background);
  color: #fff;
}
.plan_details.bestplan{
  height: 216px;
  position: relative;
  top: -48px;
  padding-top: 63px;
}
.posup{
  position: relative;
  top: -1px;
}
.plan_details.bestplan.active{
  background-color: var(--secondary-background);
  border-color: var(--secondary-background);
  color: #fff;
}
.plan_details.bestplan.active .bestplanText{
  background-color: var(--primary-background);
  color: var(--secondary-background);
}
.plan_details.active h2{color: #fff!important;}
.bestplanText{
  background-color: var(--secondary-background);
  color: var(--primary-background);
  display: flex;
  position: absolute;
  width: calc(100% - 44px);
  height: 28px;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
}
.defaulPlan{
  display: flex;
  gap: 8px;
  align-items: center;
}
.SelectFeatures{
  height: 164px;
  position: relative;
  padding: 8px 34px 0px 4px;
}
/* .SelectFeatures::after{
  content: '';
  height: 100%;
  width: 1px;
  background-color: #e0fbf0;
  position: absolute;
  right: 8px;
  top: 0;
} */
.SelectFeature{
  margin-top: 30px;
}
.SelectFeature select{
  border-radius: 24px!important;
  background-color: #fafafa;
  margin-top: 5px;
  height: 34px;
  padding-left: 20px;
}
/* end pricing */

/* dashboard */
.ek_db{background-color: #F5F5F9;}
.ek_nav{
  width: 250px;
  background-color: var(--secondary-background);
  z-index: 1040;
  position: fixed;
  bottom: 0;
  top: 0;
  right: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -o-transition: -o-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}
.ekheader{
  height: 58px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 15px 8px 265px;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid rgba(224, 224, 224, 0.7);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.ek_dashboard{
  padding: 73px 15px 15px 265px;
  min-height: calc(100vh - 20px);
  box-sizing: border-box;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.ek_dashboard .ek_db_footer{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -20px;
  padding-left: 250px;
  text-align: center;
  font-size: 0.85rem;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.profile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-align: end;
}
.profile h3 {
  text-align: end;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 600;
}
.profile p {
  line-height: 18px;
  font-size: 14px;
  opacity: .6;
}
.profile .img-box {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}
.profile .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user h4{
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
.brandLogo_d img{
  max-height: 28px;
}
.sidebar-header{
  display: block;
  height: 58px;
  line-height: 58px;
  background-color: #272b35;
  color: #fff;
  width: 100%;
  padding: 0px 15px;
  position: relative;
}
.sidebar-header img{
  max-height: 30px;
  position: relative;
}
.sidebar-menu {
  height: calc(100% - 58px);
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.sidebar-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu ul li a.nav-link{
  color: #b0b7c3;
  text-decoration: none;
  display: block;
  padding: 14px 15px;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  border-left: 3px solid transparent;
  line-height: 18px;
}
.sidebar-menu ul li a.nav-link .menuIcon{
  width: 24px;
  text-align: center;
  transform: scale(1.1);
  margin-right: 10px;
  position: relative;
  top: 0.5px;
}
.sidebar-menu ul li a.nav-link:hover {
  background-color: #3c434f;
  color: #fff;
  border-left-color: #6c757d;
}
.sidebar-menu ul li a.nav-link.active {
  background-color: #3c434f;
  color: #fff;
  border-left-color:#ffffff;
}
.sidebar-menu .nav-link.nav-link-arrow{position: relative;}
.sidebar-menu .nav-link.nav-link-arrow .menu_arrowIcon{
  width: 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
}
.sidebar-menu .nav-link.nav-link-arrow .menu_arrowIcon i{transition: transform 0.3s;}
.nav-link.nav-link-arrow[aria-expanded="true"] .menu_arrowIcon i{transform: rotate(90deg);}
.sidebar-menu ul.sidenav-second-level{
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-menu ul.sidenav-second-level li a.nav-link{
  position: relative;
  padding-left: 50px;
  display: block;
}
.sidebar-menu ul.sidenav-second-level li a.nav-link::after{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b0b7c3;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-menu ul.sidenav-second-level li a.nav-link:hover,.sidebar-menu ul.sidenav-second-level li a.nav-link.active {
  background-color: transparent;
  color: #fff;
  border-left-color: transparent;
}
.sidebar-menu ul.sidenav-second-level li a.nav-link.active::after{background-color: #fff;}
.menutoggle{
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  position: fixed;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1001;
}
.ekdropdown{
  border-radius: 4px!important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	box-sizing: border-box;
	border-top: 1px solid #ddd!important;
  margin-top: 8px!important;
  box-sizing: border-box;
}
.ekdropdown::after {
	content: "";
	position: absolute;
	top: -6px;
	width: 11px;
  height: 11px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: rotate(-45deg);
  background-color: #fff;
  z-index: inherit;
}
.dropdown-menu-end.ekdropdown::after{right: 13px;}
.ekdropdown .dropdown-item{
  padding: 8px 16px!important;
  font-size: 15px;
  font-weight: normal;
}
/* ----------------- */
.ekcard {
  border: 1px solid #e8e8e8;
  border-radius: 4px !important;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.pa {
  padding: 18px;
}
.line_h {
  display: flex;
  align-items: baseline;
  position: relative;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.line_h .line {
  flex-grow: 1;
  height: 2px;
  border-bottom: 2px dotted #ddd;
  margin-left: 2px;
}
.pro_box_r {
  padding-right: 50px;
}

.ek_group {
  display: flex;
  flex-direction: row;
  /* margin-bottom: 20px; */
  margin-bottom: 15px;
}
.card_f_btn{min-width: 120px;}
.eklabel {
  width: 120px;
  line-height: 17px;
  height: 34px;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.eklabel_60{width: 60px;}
.eklabel_70{width: 70px;}
.ek_f_input {
  flex: 1;
}
.hide {
  display: none;
}
.t_d_none {
  text-decoration: none;
}
.fs-11 {
  font-size: 11px !important;
}
.uploadlabel {
  position: relative;
  left: -15px;
  opacity: 0.5;
  font-style: italic;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 34px;
}
.uploadlabel:hover {
  opacity: 0.75;
}
.uploadlabel .fileName {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 3px;
}


.bankcontainer {
  background-color: #FCFCFC;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.w_100 {
  width: 100px;
}
.mb10 {
  margin-bottom: 10px !important;
}
label {
  margin-bottom: 2px !important;
}

.picture {
display: block;
cursor: pointer;
border: 1px dotted #ccc;
width: 100%;
height: 168px;
text-align: center;
background-color: #FCFCFC;
border-radius: 5px;
overflow: hidden;
box-sizing: border-box;
padding: 2px;
}
.picture__img {width: 100%;height: 100%;}
.picture__image_signature .picture__img{ object-fit: contain;}
.uploadText{
padding: 25px;
margin-top: 10px;
}
.uploadText i{font-size: 22px;color: #c0c0c0;}
.uploadText h4{
padding: 7px 0px 5px 0px;
margin: 0px;
font-size: 16px;
font-weight: bold;
}
.uploadText p{
font-size: 15px;
opacity: 0.5;
}
.r_color{color: indianred;}
.profilesection{padding-bottom: 20px;}
.profilesectionRight{padding-bottom: 30px;}
.saveform_footer{
  border-top: 1px dashed #ccc;
  padding-top: 25px;
  padding-bottom: 5px;
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}
.saveform_footer.single-button {
  justify-content: flex-end;
}
.form-check-input{margin-right: 4px;}
.form-select .form-control,.form-check-input{border: 1px solid #d0d0d0;}
.form-control,.form-select {
  padding-left: .5rem!important;
  padding-right: .5rem!important;
}
/* ------------------------ */
@media(max-width:1080px){
  .ek_nav{left: -250px;height: calc(100% - 57px); top: 57px;transition: 300ms;}
  .ek_dashboard{padding-left: 15px;}
  .ekheader{padding-left: 60px;}
  .ek_nav.active{left: 0px;}
  .sidebar-header{display: none;}
  .ek_group{display: block;}
  .eklabel{height: auto;line-height: 14px;width: 100%;}
  .categoryList > li {width: 50%;}
  .categoryList.categoryListThree > li{width: 33.33%;}
  .ek_dashboard .ek_db_footer{padding-left: 0px;}
}
@media(max-width:576px){
  .pro_box_r{padding-right: 0px;}
  .categoryList > li,.categoryList.categoryListThree > li {width: 100%;}
  .categoryList.mobile50 > li {width: 50%;}
  .uploadlabel{left: 0px;}
  .stockdiv span{display: block;}
  .stockdiv {flex-direction: column; align-items: start !important;}
}
/* end dashboard */


/* normal table */
.sort_pos{
  display: block;
  width: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
.sort_t{
  display: block;
  text-align: center;
  height: 22px;
  width: 10px;
  position: relative;
  line-height: 100%;
}
.sort_t i{
  font-size: 10px;
  transform: scaleY(1.8);
  position: absolute;
  color: rgba(0,0,0,0.25);
}
.sort_t i.fa-caret-down{bottom: 2px;right: 2px;}
.sort_t i.fa-caret-up{top: 2px;right: 2px;}
.normalTable .sort_pos{display: none;}
.normalTable.tableSorting thead tr th .sort_pos{display: block;}
.tres_border{border: 1px solid #f0f0f0;border-radius: 4px;}
.normalTable{width:100%;border-collapse: collapse;}
.normalTable.t_sticky thead tr th{
  position: sticky!important;
  top: 58px!important;
  z-index: 100;
}
.normalTable.whitespace thead tr th{white-space: nowrap;}
.normalTable thead tr th{
  padding: 12px 13px!important;
  box-sizing: border-box;
  background-color: #F8F8F8;
  cursor: default;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  word-wrap: break-word;
  white-space: normal;
  width: auto;
 }
.tableSorting thead tr th{position: relative;}
.normalTable.tableSorting thead tr th{padding-right: 30px!important;}
.normalTable tbody tr td{
  padding: 11px 15px;
  font-size: 15px;
  white-space: nowrap;
  border-top: 1px solid #f0f0f0;
}
/* end */

/*--custom pagenation--*/
.ek_pagination {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 15px;
}
.row_select {
  height: 24px;
  display: flex;
  align-items: center;
}
.row_select.rowcount{
  font-size: 15px;
  opacity: 0.5;
  margin: 0px 10px;
}
.pager_box {display: flex;align-items: center;}
.pager_ {
  padding: 0;
  margin: 0 5px;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.pager_ li {margin: 0 2px;}
.pager_ a,.pager_btn{
  text-decoration: none;
  display: flex;
  min-width: 24px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 2px;
  line-height: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: .85rem;
  color: #808080;
  padding: 0px 2px!important;
  transition: background-color 0.3s, color 0.3s;
}
.pager_ a:hover, .pager_ a.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.pager_btn:disabled {cursor: not-allowed;color: #ddd;}
.jumper{padding-left: 10px;color: #808080;font-size: 15px;}
.jumper select{
  border: 1px solid #e2e2e2;
  border-radius: 2px!important;
  background-color: #fff;
  color: #808080;
  font-size: 14px;
  margin-left: 5px;
  height: 25px;
}
/*-- end custom pagenation--*/

/* inventory */
.productImg_t{
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 3px;
  padding: 0px;
}
.productImg_t img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.productTitle_t {
  min-width: 200px;
  max-width: 200px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  position: relative;
}
.productTitle_t:hover::after {
  content: attr(title);
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  z-index: 10;
  left: 0;
  top: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
}
#dataContainer .fas.fa-rupee-sign{
  position: relative;top: -1px;font-size: 12px!important;margin-right: 2px; opacity: 0.8;
}



input.stock_t.h_30,.changeStatus_t.form-select.h_30{height: 30px!important;background-position: right 6px top 9px;}
input.stock_t.h_32,.changeStatus_t.form-select.h_32{height: 32px!important;background-position: right 6px top 10px;}
input.stock_t.h_34,.changeStatus_t.form-select.h_34{height: 34px!important;background-position: right 6px top 12px;}
input.stock_t,.changeStatus_t.form-select{
  width: 64px;
  height: 28px;
  padding: 3px 6px!important;
  border: 1px solid #e5e5e5;
  border-radius: 4px!important;
  text-align: center;
  font-size: 15px;
  line-height: 100%!important;
  background-color: #fafafa!important;
}
.changeStatus_t.form-select{
  width: 110px;
  text-align: left;
  padding-bottom: 4px!important;
  background-position: right 6px top 7px;
  background-size: 10px 11px!important;
  position: relative;
  font-size: 15px;
}
.w_50_f{width: 55px;}
.tableTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cardhead{
  padding-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cardtitle{
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}
.fs-12{font-size: 12px;}
.featureslisting{
  margin-top: 15px;
  margin-left: 0px;
  padding-left: 15px;
}
.featureslisting .featurescontent{
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  padding: 7px 65px 7px 10px;
  position: relative;
}
.f_btn_rightSide{
  width: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.addrowTable.normalTable{border: 1px solid #eeeeee;}
.normalTable.addrowTable thead tr th,
.normalTable.addrowTable tbody tr td{padding: 8px 13px !important;border-right: 1px solid #eee;}
 input.smallInput_n,select.smallInput_n{
  width: 74px;
  height: 28px;
  padding: 4px 5px!important;
  border: 1px solid #e0e0e0;
  border-radius: 4px!important;
  text-align: center;
  font-size: 14px;
  line-height: 100%!important;
}
input.smallInput_n.smallInput_l{
  width: 200px !important;
  text-align: left !important;
  height: 34px !important;
}
select.smallInput_n{text-align: left;}
.smallInput_n.w_40{width: 40px!important;}
.addNewRow{
  border: 1px solid #E0E0E0;
  background-color: #EEEEEE;
  padding: 3px 6px;
  border-radius: 3px;
  margin-top: 5px;
  float: right;
  font-size: 14px;
}
.addNewRow:hover{background-color: #E0E0E0;}
.deleteRow{
  width: 24px;
  height: 28px;
  border: 1px solid transparent;
  color: indianred;
  border-radius: 2px;
  float: right;
  background-color: transparent;
  position: relative;
  top: 1px;
}
.totext{
  display: inline-block;
  padding: 0px 6px;
  color: #ccc;
}
.eklabel_w .eklabel{width: 80px;}
.subheading{
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin: 8px 0px;
}
/* end */
.a_link{color: #007bff!important;text-decoration: none;}
.a_link:hover{color: #007bff!important;text-decoration: underline;}

/* tag input */
.tag-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #dee2e6;
  background-color: #fff;
  border-radius: 4px;
  min-height: 34px;
}
.tag {
  display: flex;
  align-items: center;
  background-color: #e0e0e0;
  border-radius: 16px;
  padding: 0px 10px 3px 10px;
  margin: 2px;
  height: 28px;
  line-height: 100%;
}
.tag span {margin-right: 5px;}
.tag .remove-tag {
  cursor: pointer;
  font-weight: bold;
  color: #888;
  position: relative;
  right: -3px;
  top: -1px;
}
.tag .remove-tag:hover{color: indianred;}
.tag-input input {
  border: none;
  outline: none;
  padding: 5px;
  flex-grow: 1;
}
.tag-input input::placeholder {color: #999;}
.file-uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-input {
  display: none;
}
.file-label {
  display: flex;
  height: 36px;
  width: 96px;
  color: #fff;
  background-color: var(--primary-background);
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.file-label:hover{opacity: 0.85;}
.file-name {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
.uploadContainer{
  width: 350px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px 20px;
  min-height: 150px;
}
.u_d_text{
  font-size: 17px;
  opacity: 0.75;
  position: relative;
  padding-left: 34px;
  line-height: 20px;
}
.u_d_text i{
  position: absolute;
  left: 2px;
  top: 3px;
  font-size: 22px;
  color: var(--primary-background);
}
.uploadContainer_p{
  display: flex;
  margin-top: 15px;
}
.bt_arrow{
  min-height: 150px;
  width: 60px;
  transform: scaleX(2.4);
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0.75;
}
.multi-row {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.image-upload-box,.video-container{
  position: relative;
  width: 110px;
  height: 110px;
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.video-container{padding: 0px;}
.video-container.bulkuploadvideo{
  width: 150px;
  height: 150px;
  margin-left: 30px;
}
.placeholdertext,.video-placeholder{
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  text-align: center;
  left: 1px;
  top: 1px;
  background-color: transparent;
  border: 1px solid transparent;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.placeholdertext img {
  width: 44px !important;
  height: 44px !important;
  opacity: 0.6;
}
.placeholdertext h6,.video-placeholder h6{
  font-size: 14px;
  color: #999 !important;
  margin-top: 4px;
}
.image-upload-box input[type="file"] {display: none;}
.image-upload-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.delete-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  z-index: 5;
}
.image-upload-box img:only-child + .delete-icon {display: block;}
.imagecontainer {margin-top: 15px;border: 1px solid #eee;padding: 15px;border-radius: 4px;}
.imagecontainer .ek_group{ margin-bottom: 10px;}
.single-row{margin-bottom: 12px;}
.yesblock, .noblock {display: none;}
.single-row{display: flex;}
.v_t_c_s{
  width: 200px;
  border: 1px solid #eee;
  margin-left: 12px;
  margin-top: 22px;
}
.v_t_c_s thead tr th{
  font-size: 14px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #fafafa;
  padding: 5px 15px;
  font-weight: normal;
}
.v_t_c_s tbody tr td{
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 8px 15px;
}
.v_t_c_s thead tr th:nth-last-child(2),.v_t_c_s tbody tr td:nth-last-child(2){border-right: none;}
.single-row .image-upload-box{width: 245px;height: 245px;}
.lookdisable{color: #ccc!important;pointer-events: none;}
video {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: fill;
  cursor: pointer;
}
.play-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  display: none;
  pointer-events: none;
}
.video-container .file-input {display: none;}
/* end */


/* ekomtab */
.ekom_tab{
  border-bottom: 1px solid #eee;
  margin-bottom: 15px!important;
}
.addProductForm{
  min-height: calc(100vh - 350px);
}
.ekom_tab.nav-underline .nav-link{
  color: var(--secondary-background);
  font-size: 17px;
  opacity: 0.5;
  padding: 8px 10px;
  cursor: pointer;
}
.ekom_tab.nav-underline .nav-link.active, .ekom_tab.nav-underline .show > .nav-link{
  color: var(--primary-background);
  opacity: 1;
  font-weight: inherit;
}
.btnekomn.previous_Tab{
  background-color: var(--secondary-background)!important;
  border-color: var(--secondary-border)!important;
  width: 100px;
}
.btnekomn.next_Tab{min-width: 140px;}
/* end */


/* -----intro-------- */
.introduction_sec .introbg{
  background: url('../../assets/images/web/ekomn.png') no-repeat 50%;
  height: 24px;
}
.introText{
  padding: 16px;
  padding-top: 0px;
}
.checkpoint{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.checkpoint li{
  padding: 5px 5px 5px 18px;
  position: relative;
}
.checkpoint li::before{
  content: '';
  width: 6px;
  height: 12px;
  border-right: 1px solid var(--primary-border);
  border-bottom: 1px solid var(--primary-border);
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 8px;
}
.introText .introbtnbox{
  padding: 26px 0px;
  text-align: center;
}
/* end intro */


/* order */
.subheadingFlex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.o_bannerimg {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 4px 0px;
  margin-bottom: 15px;
}
.o_bannerimg img {
  width: 100%;
  max-height: 225px;
}
.sku_inline {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.sku_list {
  width: 150px;
  position: relative;
}
.sku_list:hover .remove_sku {
  display: block;
}
.remove_sku {
  position: absolute;
  right: -4px;
  color: red;
  top: -7px;
  z-index: 10;
  width: 18px;
  height: 18px;
  font-size: 11px;
  border-radius: 50%;
  border: 1px solid #ddd;
  box-shadow: inset 0px 0px 8px #ddd;
  text-align: center;
  box-sizing: border-box;
  background-color: #fafafa;
  display: none;
  cursor: pointer;
  padding-top: 1px;
}
.addSkuBtn,
.addSkuBtn:hover,
.addSkuBtn:focus {
  border: 1px solid #ddd !important;
  background-color: #e0e0e0;
  height: 33px;
  border-radius: 16px !important;
  text-align: center;
  position: relative;
  top: 1px;
  padding: 2px 15px;
}
.payInvoiceTable {
  width: 100%;
}
.payInvoiceTable thead tr th {
  padding: 8px 13px !important;
  box-sizing: border-box;
  background-color: #f8f8f8;
  cursor: default;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  word-wrap: break-word;
  white-space: nowrap;
  width: auto;
  border-bottom: 1px solid #eee;
}
td.text-right,
th.text-right {
  text-align: right !important;
}
.payInvoiceTable tbody tr td {
  padding: 7px 13px !important;
  font-size: 14px;
}
/* .payInvoiceTable tbody tr td:last-child{width: 200px;} */
.stock_t.w_90 {
  width: 90px !important;
}
.payInvoiceTable tbody tr:nth-last-child(1){
  border-top: 1px solid #eee;
}
.sectionspace {
  padding-bottom: 40px;
}
.productTitle_t3{max-width: 300px;}
.shippingRow{
  border-top: 1px solid #eee;
}
.pointer{cursor: pointer;}
.info_inline{
  display: inline-block;
  font-size: 14px;
}
.payInvoiceTable input.stock_t{
  height: 22px;
}
.file-label.invice{
  display: flex;
  height: 28px;
  padding: 2px 10px;
  color: #222;
  background-color: #f0f0f0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  transition: background-color 0.3s ease;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0px!important;
  position: relative;
  font-weight: bold;
  top: 2px;
}
input[readonly="readonly"],input[readonly]{
  background-color: #fafafa!important;
}
.orderStatus_d{
  display: flex;
  gap: 5px;
  column-gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.addressbox{
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
}
.normalinput{
  height: 34px;
  border: 1px solid #eee;
  padding: 0px 10px;
}
.d-flex-ek{
  display: flex;
  column-gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
}
.detailSku{font-weight: normal;font-size: 15px;}
.detailSku span{display: inline-block;margin-left: 5px;}
.detailSku span::after{content: ',';}
.detailSku span:last-child::after{content: none;}
.star-rating{
  display: flex;
  font-size: 24px;
  column-gap: 4px;
}
.star {
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s;
}
.star.hover,.star.active {color: var(--primary-background);}
.rateustext{margin-top: 2px;margin-right: 5px;}
textarea.resizer_none{resize:none!important;}
.CancelOrderbtn{
  border-radius: 16px!important;
  color: #777;
  background-color: #eee;
  border: 1px solid #eee;
}
.CancelOrderbtn.nm{
  position: relative;
  top: -22px;
}
.CancelOrderbtn:hover{background-color: #eee;border: 1px solid #eee;}
/* end order */

/* -----eKmon web header----- */
.main_header{
  display: flex;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #131A22;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  transition: all 0.3s ease;
  position: relative;
}
.headerFixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.brandLogo{max-width: 170px;margin-right: 40px;}
.brandLogo img {
  position: relative;
  max-height: 30px;
}
.headersearch{
  flex: 1;
  width: 100%;
  max-width: 640px;
  position: relative;
}
.productSearch{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.productSearch .serchinput{
  height: 40px;
  border: 1px solid #fff;
  border-radius: 5px!important;
  padding-left: 15px!important;
  padding-right: 60px!important;
  background-clip: border-box!important;
}
.productSearch button,.productSearch button:hover,.productSearch button:focus,.productSearch button:active{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 50px;
  font-size: 18px;
  background-color: var(--primary-background);
  border-color: var(--primary-border);
  border-radius: 0px 5px 5x 0px!important;
}
.header_search_card{
  background-color: #fff;
  border-radius: 2px 2px 5px 5px;
  min-height: 100px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0px;
  top: 41px;
  width: 100%;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px;
  box-sizing: border-box;
  display: none;
}
.searchList{
  padding: 3px 0px;
  margin: 0px;
  list-style-type: none;
}
.searchList > li > a{
  display: block;
  font-size: 16px;
  color: inherit;
  padding: 8px 15px;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: all 200ms ease-out;
}
.searchList > li > a:hover{color: var(--primary-background) ;background-color: #fafafa;}
.searchList > li:last-child > a{border-bottom: none;}
.userAction{
  display: flex;
  align-items: center;
  column-gap: 20px;
  color: #fff;
  margin-left: 40px;
}
.userAction .user h4{
  color: #fff!important;
}
.cart{position: relative;}
.cart img{filter: invert(100);}
.counter{
  position: absolute;
  z-index: 2;
  font-weight: bold;
  color: var(--text-color);
  min-width: 17px;
  height: 17px;
  font-size: 12px!important;
  border: 1px solid var(--primary-border);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-background);
}
.cart .counter{
  right: 2px;
  top: -7px;
}
.eknotification{
  padding-right: 10px;
  margin-top: 5px;
  text-decoration: none;
  color: inherit;
}
.eknotification .counter{
  top: -8px;
  right: 1px;
}
.eknotification .fa-bell{
  transform: scale(1.6);
  cursor: pointer;
}
.bottom_header{
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.b_h_list{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
}
.b_h_list > li > a{
  display: block;
  display: block;
  height: 40px;
  line-height: 40px;
  color: var(--secondary-background);
  text-decoration: none;
  padding: 0px 15px;
  font-size: 16px;
  font-weight: bold;
}
.b_h_list > li > a:hover,.b_h_list > li > a.active{
  color: var(--primary-background);
}
.top_header{
  background-color: #131A22;
  border-bottom: 1px solid #282828;
}
.top_header .b_h_list > li > a{
  height: 32px;
  line-height: 31px;
  font-weight: 200;
  color: #CBCBCB;
  font-size: 14px;
}
.top_header .b_h_list{
  justify-content: end;
}
.logoOnStrip{display: none;}
.logoOnStrip img{
  max-height: 22px;
  position: relative;
  top: -1px;
}
/* eKomn web header end */

/* --------footer---------- */
.ekfooter{
  border: 1px solid #131A22;
  background-color: #131A22;
  padding-top: 20px;
  padding-bottom: 20px;
}
.eKomonsummary{color: var(--footer-text-color);}
.eKomonsummary .footerlogo{
  max-height: 32px;
  margin-bottom: 25px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.footer-heading{
  color: var(--text-color-white)!important;
  font-size: 18px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: bold;
}
.eKomUsefulLink{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  min-height: 140px;
}
.eKomUsefulLink li{
  margin: 4px 0px;
}
.eKomUsefulLink li a{
  display: inline-block;
  padding: 2px 0px;
  line-height: 20px;
  color: var(--footer-text-color);
  text-decoration: none;
}
.eKomUsefulLink li a:hover{
  color: var(--footer-link-hover);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  text-decoration: underline;
}
.copyright_section{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #282828;
  padding-top: 20px;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.socialLinks{display: flex;column-gap: 8px;}
.socialLinks a{
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  text-decoration: none;
  color: var(--footer-text-color);
}
.socialLinks a:hover{
  color: var(--footer-link-hover);
  background-color: rgba(0, 0, 0, 0.3);
  transition: .2ms ease-in-out;
}
.copyrightText{color: var(--footer-text-color);}
.copyrightText a{color: inherit;}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
.footer_padding {
    padding-left: 30px;
}
.footer_summery{
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer_summery {
    flex-direction: column;
    align-items: start;
  }
}
/* ---end footer-- */

/* --web first section--- */
.topSection_w_cat{
  display: flex;
  column-gap: 15px;
  margin: 16px 0px;
}
.primary_category,.introduction_sec{
  width: 270px;
}
.promotional_banner{
  flex: 1;
  border-radius: 4px!important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.promotional_banner .carousel-item{
  height: 428px;
}
.promotional_banner .carousel-item .w-100{
  width: 100%!important;
  height: 100%!important;
}
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}

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

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

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #FFB20C;
}
/* -------web top section category---- */
.primary_category{width: 270px;}
.primary_category_menu{
  position: relative;
  height: 100%;
  list-style-type: none;
  padding: 8px;
  padding-right: 1px;
  margin: 0px;
}
.primary_category_menu > li > .category_sub_list {
  position: absolute;
  width: 780px;
  height: 100%;
  left: 268px;
  top: 0;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
  border-radius: 4px;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  z-index: 100;
  display: none;
}
.primary_category_menu > li:hover > .category_sub_list {
  z-index: 100;
  display: block;
}
.main_category{
  display: block;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  padding: 0px 8px;
  text-decoration: none;
  color: #131A22;
  font-size: 15px;
  position: relative;
}
.main_category::after{
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.primary_category_menu > li:hover .main_category{
  background-color: #f7f7f7;
  color: var(--primary-background);
}
.web_sub_category{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.web_sub_category li{
  display: inline-block;
  width: 24%;
  box-sizing: border-box;
  margin-top: 4px;
}
.web_sub_category li > a{
  text-decoration: none;
  color: #7f7b7c;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 100%;
  padding: 1px 20px 1px 0px;
  line-height: 100%;
  display: block;
}
.web_sub_category li > a:hover{
  color: var(--primary-background);
  transition: color .2ms ease-in-out;
}
.inner_category{margin-bottom: 20px;}
.inner_category:last-child{margin-bottom: 0px;}
.inner_category h4{
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  margin-bottom: 5px!important;
  line-height: 16px;
}
/* ---end category-- */


/* checkbox like button */
.checkbox-item{
  display: block;
  width: 100%;
}
.checkbox-item input[type="checkbox"] {display: none;}
.checkbox-item input[type="checkbox"]:checked + .checkbox-text {
  border-color: var(--primary-background);
  color: var(--primary-background);
}
.checkbox-text {
  display: flex;
  align-items: center;
  margin-top: 18px;
  padding: 0px 12px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  height: 36px;
  cursor: pointer;
  position: relative;
  color: #7f7f7f;
  background-color: #fff;
}
.checkbox-item.checkico .checkbox-text{margin: 0px;}
._checkicon{
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 8px;
  position: relative;
  left: -2px;
}
._checkicon::after{
  content: '';
  width: 11px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-48deg);
  position: absolute;
  bottom: 6px;
  left: 2px;
  z-index: 2;
  opacity: 0;
}
.checkbox-item input[type="checkbox"]:checked + .checkbox-text ._checkicon{
  background-color: var(--primary-background);
  border-color: var(--primary-background);
}
.checkbox-item input[type="checkbox"]:checked + .checkbox-text ._checkicon::after{opacity: 1;}
/* end checkbox */



/* -------Radio like button--- */
.radio-item{
  display: block;
  width: auto;
  min-width: 50px;
}
.radio-item input[type="radio"] {display: none;}
.radio-item input[type="radio"]:checked + .radio-text {
  border-color: var(--primary-background);
  color: #fff;
  background-color: var(--primary-background);
}
.radio-text.h_30{height: 30px;}
.radio-text.h_32{height: 32px;}
.radio-text{
  display: flex;
  align-items: center;
  padding: 0px 8px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  height: 32px;
  cursor: pointer;
  position: relative;
  color: inherit;
  background-color: #fff;
  box-sizing: border-box;
  justify-content: center;
}
.radioinline{
  display: flex;
  column-gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.radioinline .radio-text{
  margin-bottom: 8px;
}
/* ---end radio---- */


/* ---------- Query Radio ------------ */
.queryRadioBox{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.radioLookBtn {
  width: calc(50% - 8px);
  position: relative;
  background-color: #ddd !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: auto;
}
.radioLookBtn input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.radioLookBtn label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  padding: 10px 10px 10px 40px;
  border: 1px solid #9f9f9f;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 0 !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  transition: background-color 0.3s;
  min-height: 42px;
  height: 100%;
  word-break: break-word;
}
.radioLookBtn label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  margin-right: 10px;
  transition: border-color 0.3s, background-color 0.3s;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.radioLookBtn input[type="radio"]:checked + label {
  border-color: var(--primary-border);
}
.radioLookBtn input[type="radio"]:checked + label::before {
  border-color: var(--primary-border);
  background-color: var(--primary-border);
  box-shadow: inset 0 0 0 4px #fff;
}
/* --end-- */


/* ----Breadcrumb--- */
.ekbreadcrumb{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}
.ekbreadcrumb .ekbreadcrumb-item{
  padding-right: 25px;
  position: relative;
}
.ekbreadcrumb .ekbreadcrumb-item a{
  color: inherit;
  text-decoration: none;
}
.ekbreadcrumb .ekbreadcrumb-item::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
  top: 6px;
}
.ekbreadcrumb .ekbreadcrumb-item:last-child span{opacity: 0.5;}
.ekbreadcrumb .ekbreadcrumb-item:last-child:after{content: none;}
/* end breadcrumb */


/* --------input with ok btn------- */
.inputwithOk{
  position: relative;
  padding-right: 38px;
  display: flex;
}
.inputwithOk:hover .inputokbtn{border-color: var(--primary-background);} 
.inputwithOk .inputokbtn{
  width: 40px;
  height: 36px;
  background-color: #fafafa;
  border: 1px solid #dee2e6;
  color: #131A22;
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 3px 3px 0px!important;
}
.inputokbtn:hover{
  background-color: var(--primary-background);
  color: #fff;
}
.inputwithOk input:focus ~ .inputokbtn {
  border-color: var(--primary-background);
}
.inputwithOk.minmax{
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.inputwithOk.minmax input{border: none;}
.inputwithOk.minmax .inputokbtn{border: none;border-left: 1px solid #dee2e6;}
.inputwithOk.minmax:focus-within {
  border: 1px solid var(--primary-background);
}
.sepminmax{
  position: absolute;
  display: flex;
  width: 10px;
  height: 30px;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 1px;
  margin-left: -30px;
  opacity: 0.5;
}
/* end inputok */

 /* ------list top filter------- */
 .productListing{flex: 1;} 
 .h_filterbox{
   background-color: #fafafa;
   padding: 9px 10px;
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   margin-top: 12px;
   margin-bottom: 14px;
   column-gap: 10px;
   border-radius: 5px;
   border: 1px solid #eee;
   box-sizing: border-box;
 }
 .filterbtn,.filterbtn:hover,.filterbtn:focus,.filterSelect{
   display: flex;
   align-items: center;
   padding: 0px 12px;
   border: 1px solid #E5E5E5;
   border-radius: 4px!important;
   height: 36px;
   cursor: pointer;
   position: relative;
   color: #7f7f7f;
   background-color: #fff;
 }
 .filterbtn:hover{
   border-color: var(--primary-background);
   color: var(--primary-background);
 }
 /* --end list top filter-- */


/* -----------product card------- */
.product_card {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.product_dec{
  padding: 8px 13px 14px 13px;
}
.product_card .product_image_wraper {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.product_card .product_image_wraper .gray,  
.product_card .product_image_wraper .product_image {
  /* position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.product_card .gray {background: rgba(0,0,0,.03);}
img._pdimg {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Ensures the image fits within its container */
  transition: transform 0.3s ease;
}
.product_card:hover img._pdimg {transform: scale(1.1);}
.product_card:hover .product_title{color: var(--primary-background)!important;}

.product_title{
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  max-width: 90ch; /* Limit the title length based on average character width */
}
.product_title a{
  text-decoration: none;
  color: inherit;
}
.productPrice{
  font-size: 14px;
  margin: 0px;
  margin-top: 2px;
}
.section_gap{
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.featured_bg{
  background-image: linear-gradient(to top, #f7fadd 0%, #fce7b8 100%);
}
.sec_main_h{
  font-size: 26px;
  margin: 10px 0px 20px 0px;
  line-height: 28px;
  font-weight: bold;
}
.re_gray .product_image_wraper .gray{display: none;}
.stockdiv{
  font-size: 13px;
  color: #666;
  padding: 6px 0px 8px 0px;
  white-space: nowrap;
}
.cardaddinventry,.cardaddinventry:hover{
  border: 1px solid var(--primary-border)!important;
  height: 30px;
  padding: 0px 10px!important;
  font-weight: normal;
  font-size: 15px;
  color: var(--primary-background)!important;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px 0 rgba(213,217,217,.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dow_inve{
  width: 28px;
  height: 28px;
  padding: 1px !important;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dow_inve img{width: 100%;height: 100%;object-fit: cover;}
.dow_inve:hover{background-color: #f0f0f0;}
.product_foot{padding: 0px 13px 15px 13px;}
.onimg{
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 10;
}
.onimg .form-check-input{
  width: 18px;
  height: 18px;
}
/* --end product card-- */
@media (max-width: 767px) {
  .ekom_card_body.prod_3 .col-sm-4{flex: 0 0 33.3333%;max-width: 33.3333%;}
  .product_title {font-size: 14px;}
  .ekom_card_body.prod_3 .row {flex-wrap: nowrap;}
  .featured_bg{padding-top: 10px!important;}
}

/* ------product details content----- */
.sub_banner{
  margin-bottom: 15px;
}
.sub_banner img{width: 100%;}
.prod_name_stock{
  padding: 20px;
}
.outofstock{
  width: 100%;
  padding: 0px 5px;
  margin-top: 10px;
}
._productID{
  background-color: var(--primary-background);
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 8px;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}
._productID::before{
  content: '';
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-background);
  position: absolute;
  bottom: 0px;
  left: -7px;
}
.suptop{top: -6px;}
.bulkBuing{max-width: 260px;}
.detail_s_t{width: 100%;}
.detail_s_t thead tr th{
  font-size: 14px;
  border: 1px solid #131A22;
  background-color: #131A22;
  padding: 4px 5px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.detail_s_t thead tr th:first-child{border-right-color: #666;}
.detail_s_t tbody tr td{
  border: 1px solid #131A22;
  padding: 4px 5px;
  text-align: center;
}
.det_btnbox{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 350px;
  margin-left: auto;
  padding-bottom: 36px;
}
.det_btnbox .btn{
  width: 170px;
  margin-top: 15px;
}
.textareabtn{
  position: relative;
}
.textareabtn textarea{
  padding-right: 70px!important;
  height: 70px;
  resize: none;
}
.textareabtn_submit{
  height: 32px;
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #fff;
  border-radius: 24px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 3px;
  bottom: 4px;
  z-index: 2;
  pointer-events: none;
}
.textareabtn textarea:focus ~ .textareabtn_submit{
  background-color: #131A22;
  border: 1px solid #131A22;
  pointer-events: all;
}
.descList{
  padding-bottom: 20px;
  font-size: 15px;
}
.descList ul{padding-left: 15px;}
.descList ul li{
  margin-bottom: 10px;
  padding-left: 0px;
}
.decinnertable{width: 100%;}
.decinnertable tr td{
  font-size: 15px;
  padding: 6px 10px 6px 0px;
  line-height: 18px;
  vertical-align: top;
}
.decinnertable tr td:first-child{
  width: 180px;
  font-weight: bold;
}
.decinnertablerate{
  width: 100%;
  max-width: 600px;
  margin-top: 5px;
}
.decinnertablerate tr th{
  padding: 6px 10px 6px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.decinnertablerate tr th:last-child{width: 80px;}
.decinnertablerate tr td{padding: 6px 10px 6px 0px;}
.prod_detail_section{ margin: 15px 0px 20px 0px;}
/* end product details-- */


/* ---left side filter--- */
.productFilters{ width: 270px; }
.listPage{
  display: flex;
  column-gap: 15px;
  margin: 16px 0px;
  min-height: calc(100vh - 130px);
}
.productFilters{width: 270px;}
.filterInner{
  box-sizing: border-box;
  padding: 10px 13px;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  padding-bottom: 50px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  ::-webkit-scrollbar {
    width: 0px;
  }
}
.filterCards{
  width: 270px;
  height: calc(100vh - 90px);
  box-sizing: border-box;
  padding: 10px 13px;
  overflow: hidden;
  overflow-y: auto;
}
.sticky {
  position: fixed;
  top: 16px;
  transition: all 200ms;
}
.categoryListAll ul{
  padding: 0px;
  margin: 3px 0 0 0;
  list-style-type: none;
}
.categoryListAll ul li a{
  display: inline-block;
  padding: 3px 0px;
  text-decoration: none;
  color: #131A22;
  font-size: 15px;
  margin-top: 3px;
  position: relative;
}
.categoryListAll ul li a:hover{color: var(--primary-background);}
.lessmorebtn,.lessmorebtn:hover,.lessmorebtn:focus{
  padding: 5px 0px!important;
  background-color: transparent;
  color: #131A22;
  font-size: 15px;
  text-decoration: underline;
  border: 1px solid transparent!important;
}
.lessmorebtn:hover{color: var(--primary-background);}
.fscborder{
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#itemList li{display: none;}
#itemList li.show {display: list-item;}

/* ----product details page image carousel ------- */
.prod_image_box {
  padding: 25px 20px 5px 20px;
  box-sizing: border-box;
}
.img-card {
  box-sizing: border-box;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-card img {
  max-height: 100%;
  width: 100%;
  border-radius: 4px;
  object-fit: contain;
}
.img-card video{
  width: 100%;
  object-fit: contain;
  max-height: 100%;
  display: block;
}
.smImgVideo{
  position: relative;
}
.smImgVideo .play-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.smImg video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
}
.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.carousel-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: calc(5 * 94px + 4 * 12px);
  margin: auto;
}
.small-card {
  display: flex;
  transition: transform 0.3s ease-in-out;
  column-gap: 10px;
  box-sizing: border-box;
  justify-content: start;
  max-width: 520px;
}
.smImg{
  border: 1px solid #ddd;
  min-width: 84px;
  height: 84px;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
}
.smImg img {
  width: 100%;
  object-fit: contain;
}
.smImg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
}
.small-card .smImg.active {border: 2px solid var(--primary-background) ;}
.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 7px;
  border-radius: 3px;
  z-index: 2;
}
.carousel-button.prev {left: -5px;}
.carousel-button.next {right: -5px;}
.carousel-button:disabled{cursor: not-allowed;}

/* -- end image carousel -- */
.doyouinput{margin-top: 20px;}




.eKomn_commitment{
  padding-top: 20px;
   background-position: top center;
   background-repeat: no-repeat;
   background-size: 100% 100%;
 }
 .ekAdvantageBlock{
   padding-top: 10px;
   padding-bottom: 50px;
   background-color: #fff;
 }
 .ekAdvantageImg{
   text-align: center;
 }
 .ekAdvantageImg img{
   width: 100%;
   max-width: 1100px;
 }
 
 /* ------------testimonal Block------------- */
 .testimonalBlock{
   width: 100%;
   background-color: #FFFFFF;
   position: relative;
   padding: 25px 30px 60px 30px;
   border-radius: 12px;
   overflow: hidden;
   border: 1px solid #eee;
   box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px;
 }
 .testimonalBlock::after{
   content: '';
   width: 100%;
   height: 40%;
   background-color: var(--primary-background);
   position: absolute;
   bottom: 0px;
   left: 0px;
 }
 .unitext{
   font-size: 22px;
   margin-bottom: 90px;
   text-align: center;
   color: var(--primary-background)!important;
 }
 .clientWords{
   background-color: #131A22;
   margin-top: 40px;
   position: relative;
   z-index: 2;
   border-radius: 24px;
   padding: 25px;
   padding-top: 50px;
   color: #ccc;
 }
 .clientWords::after{
   content: '';
   width: 0; 
   height: 0; 
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
   border-top: 40px solid #121921;
   position: absolute;
   bottom: -28px;
   left: 50%;
   margin-left: -20px;
   transform: rotate(25deg);
 }
 .quote-left{color: var(--primary-background);}
 .clientimg{
   width: 100px;
   height: 100px;
   border-radius: 50%;
   border: 4px solid #fff;
   position: absolute;
   top: -60px;
   left: 50%;
   transform: translateX(-50%);
   overflow: hidden;
   box-sizing: border-box;
 }
 .clientimg img{height: 100%;object-fit: cover;}
 .authorName{
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 15px;
 }
 .authorName h4{
   font-size: 20px;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   color: var(--primary-background)!important;
 }
 .authorName span{font-size: 12px;color: #fff;}
 .authorContent{height: 84px;overflow: hidden;}
 .testimonial_owl.owl-carousel .owl-item {transition: transform 0.6s ease, opacity 0.6s ease;}
 .testimonial_owl.owl-carousel .owl-item.center {transform: scale(1);}
 .testimonial_owl.owl-carousel .owl-item:not(.center) {transform: scale(0.85);opacity: 0.6;}
 /* end */

.process_sec{
  background-color: #fff;
  padding: 50px 20px 70px 20px;
  position: relative;
}
.adv-box{padding: 0px 28px;}
.process_sec_h{
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding-bottom: 30px;
}





.barIcon{
  width: 40px;
  height: 40px;
  text-align: center;
  color: #E5E5E5;
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  left: 12px;
  top: 12px;
  display: none;
}
.barIcon:hover{color: #fff;}
.mobileMenu{
  width: 280px!important;
  position: fixed;
  top: 0px;
  background-color: #fff;
  left: -351px;
  z-index: 1002;
  transition: all 0.3s ease;
  height: 100vh;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px;
}
.mobileMenu.active{left: 0px;transition: all 0.3s ease;}
.bodyOverlay{
  position: fixed!important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.1)!important;
  z-index: 999;
  display: none;
}
.bodyOverlay.active{display: block;}


/* -----contact us ------------ */
.contImg{
  background-color: #131A22;
  position: relative;
  overflow: hidden;
} 
.contImg::after {
  content: "";
  width: 300px;
  height: 300px;
  background-color: #9F8131;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  right: -100px;
  opacity: 0.6;
}
.contImg::before {
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(159, 129, 49, 0.4);
  position: absolute;
  right: 50px;
  top: -50px;
  z-index: 1;
}
.ekContactInfo {
  position: relative;
  z-index: 2;
  padding: 45px;
  padding-top: 33px;
}
.ekContactInfo h3{
  color: #fff!important;
  margin-bottom: 35px;
  font-size: 26px;
}
.socialLinks.bigSize {
  display: flex;
  column-gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
}
.socialLinks.bigSize a{
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #9F8131;
}
.infoCenter {
  background-color: rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 26px;
  padding-left: 76px;
  margin-bottom: 35px;
  transition: all 0.3s ease;
  position: relative;
}
.infoCenter .icon {
  font-size: 30px;
  color: #9F8131;
  position: absolute;
  top: 28px;
  left: 28px;
}
.infoCenter h4 {
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 100%;
}
.infoCenter a ,.infoCenter p{
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  color: #ccc !important;
  margin: 0;
}
.infoCenter a:hover {color: #9F8131 !important;}
.contact-section{
  background-image: url('../images/icon/Contact-us-background.jpg');
  background-size: 100% 100%;
  position: relative;
  padding: 50px 0px;
  background-repeat: no-repeat;
}
.contactForm {
  padding: 30px 50px;
  position: relative;
  z-index: 2;
}
.contactForm h2 {
  margin: 0px;
  margin-bottom: 40px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.contactForm h2::after{
  content: "";
  height: 3px;
  width: 110px;
  background-color: var(--primary-background);
  position: absolute;
  bottom: -6px;
  left: 2px;
}
.contContainer{
  background-color: rgba(0,0,0,0.3);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  overflow: hidden;
}
.conover{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: rgba(0,0,0,0.1);
  z-index: 1;
}
.contactForm input.form-control{height: 42px;}
.contactForm input.form-control,.contactForm textarea.form-control{
  border: 1px solid #999;
  background-color: #eee!important;
}
.contactForm .form-group {
  margin-bottom: 20px;
}
/* --end contact us--- */


/* ----------FAQ Section ------------- */
.faq-section {padding: 60px 0;background-color: #fff;}
.faq-title {text-align: center;margin-bottom: 40px;}
.faq-item {
  background-color: #fdfdfd;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  overflow: hidden;
}
.faq-question {
  padding: 12px 20px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
.faq-question:hover,.faq-item.active .faq-question{background-color: #f0f0f0;}
.faq-question::after {
  content: '+';
  font-size: 20px;
  color: var(--secondary-background);
}
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.active .faq-question::after {content: '-';}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 20px;
}
.faqImg img{max-width: 100%;}
.faq-ads-container{
  box-shadow: rgb(94, 93, 93) 0px 1px 3px 0px;
  background-color: #fff8c3;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  }
  .faqimage{
    width: 630px;
  }
  @media (max-width:769px){
    .faq-ads-container{
      display: none;
    }
    .faqimage{
    width: 100%;
  }
}
/* --end faq--- */


/* --------EK Advantage --------- */
.advstep{margin-bottom: 40px;}
.advstep:last-child{margin-bottom: 20px;}
.advstephead{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.advhimg{
  width: 74px;
  height: 74px;
  border: 2px solid #E5E5E5;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 12px;
  margin-right: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advhimg img{width: 100%;object-fit: contain;}
.advstep .checkpoint li::before {
  content: '';
  width: 8px;
  height: 15px;
  border-right: 2px solid var(--text-color);
  border-bottom: 2px solid var(--text-color);
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 5px;
  border-radius: 0px 0px 3px;
}
.advstep .checkpoint li {padding: 1px 10px 1px 20px;position: relative;}
.advantage{
  max-width: 600px;
  margin-left: auto;
  padding-right: 80px;
}
.advantage img{max-width: 340px;}
.separator {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #ccc, transparent); 
  margin: 20px 0;
}
.advantagecontent{position: relative;padding-left: 40px;}
.advantagecontent::after{
  content: '';
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #ccc, transparent);
  position: absolute;
  left: -20px;
  top: 10px;
}
.adv-section{padding: 60px 0px; background-color: #fff;}
.commit-section{padding: 60px 0px;}
.commstephead{
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.commstephead .advhimg{
  background-color: var(--primary-border);
  border-color: var(--primary-border);
}
/* end ekvantage */


/* ------mobile menu------------ */
.mobileMenuInner{width: 100%;height: calc(100vh - 60px);}
.mob_head{
  position: relative;
  padding: 10px;
  background-color: #131A22;
  height: 60px;
  padding-right: 50px;
}
.mob_head .img-box{width: 42px;height: 42px;}
.mob_head.profile{justify-content: flex-start;}
.closeDrawer{
  width: 34px;
  height: 34px;
  background-color: #333;
  position: absolute;
  right: 10px;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ddd;
  border-radius: 4px;
  z-index: 1;
}
.mob_head h4, .mob_head p{color: #eee!important;}
.sidebar-menu ul.mob_cat_list > li > a.nav-link{
  padding: 10px 10px;
  color: #131A22;
}
.sidebar-menu ul.mob_cat_list li a.nav-link.active {
  background-color: transparent;
  color: inherit;
  border-left:none;
}
.sidebar-menu ul.mob_cat_list > li .sidenav-second-level{
  padding: 5px 0px;
  background-color: #f0f0f0!important;
}
.sidebar-menu ul.mob_cat_list > li .sidenav-second-level li a.nav-link{
  color: #7f7f7f;
  padding: 6px 10px 6px 18px;
}
.sidebar-menu ul.mob_cat_list > li .sidenav-second-level li a.nav-link:hover{
  color: #131A22!important;
  background-color: transparent;
}
.sidebar-menu ul.mob_cat_list > li .sidenav-second-level li a.nav-link::after{content: none;}
.mobOtherFilter{ padding: 10px 12px;}
.sidebar-menu ul.mob_cat_list > li a.nav-link:hover {
  background-color: #ddd;
  color: inherit;
  border-left-color: transparent;
}
.sidebar-menu ul.mob_cat_list > li a.nav-link[aria-expanded="true"]{background-color: #ddd!important;}
.mobileMenu .sidebar-menu{height: 100%!important;}
/* end mobile menu */

/* ---Sidebar Collapse--- */
.collapseIcon{
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 13px;
  top: 13px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 18px;
  color: #999;
}
.collapseIcon:hover{color: #fff;}
.ek_db.collapseNav .collapseIcon{
  right: 19px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.ek_nav {width: 250px;transition: width 500ms ease;}
.ek_db.collapseNav .ek_nav {width: 65px;}
.ek_db.collapseNav .nav-link-text ,
.ek_db.collapseNav .menu_arrowIcon,
.ek_db.collapseNav .sidebar-header img{display: none!important;}
.ek_db.collapseNav .ekheader,.ek_db.collapseNav .ek_dashboard{padding-left: 80px;transition: all 500ms ease;}
*{scrollbar-width: thin;}
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.2);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {background-color: rgba(255,255,255,0.2);}
.sidebar-menu ul li a.nav-link{white-space: nowrap;}
/* -------end----- */



/* ------------EKomn connections--------- */
.con_1_sec{padding: 50px 0px;background-color: #FFFFFF;}
.con_2_sec{background-color: #FFFFFF;padding-bottom: 40px;}
.con_3_sec{padding: 50px 0px;background-color: #FFF8E9;}
.mx-700{max-width: 700px;}
.mx-800{max-width: 800px;}
.heroimage{
  width: 100%;
  display: block;
  max-width: 800px;
  margin: 15px auto;
}
.sec_h1,.sec_h2{
  font-size: 32px!important;
  font-weight: bold;
  line-height:32px;
  margin: 0px;
  margin-bottom: 16px;
}
.sec_h2{font-size: 26px!important;}
.subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}
.benifitIco{
  max-width: 92px;
  display: block;
  margin: 15px auto;
}
.benifitBox{
  padding: 15px 25px;
  text-align: center;
  margin-top: 10px;
}
.main-service {
  background-color: var(--secondary-background);
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 23%;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin: auto;
  height: 60px;
  line-height: 100%;
  margin-bottom: 110px;
}
.main-service::after{
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 50px;
  background-color: var(--secondary-background);
}
.services {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
  column-gap: 50px;
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - (25% - 37px));
  height: 3px;
  background-color:var(--secondary-background);
}
.service-item{
  background-color: #FFF8E9;
  width: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 2px;
}
.service-item img{
  display: block;
  max-width: 84px;
  margin: 5px auto;
}
.service-item::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 40px;
  background-color: var(--secondary-background);
}
.service-item::after{
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: var(--secondary-background);
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -24px;
  border: 1px solid var(--secondary-background);
  box-sizing: border-box;
}
.service-item-hed{
  height: 54px;
  background-color: var(--secondary-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.service-item-body{padding: 24px;}
.light-text{color: var(--light-text);}
/* --end connection-- */

/* --------Ekomn fixing-------- */
.normalTable tbody tr td .wordbreak{
  word-break: break-all!important;
  white-space: normal!important;
}
.pointereventnone{
  pointer-events: none!important;
}
.form-check.min-height{
  min-height: 1px!important;
}
/* --end-- */

/* ----------terms and privacy-------- */
.menu-items a{cursor: pointer;}
.menu-items a sup{color: #48b0f7;}
.section_link{
  display: block;
  padding: 8px 15px 8px 15px;
  line-height: 20px;
  font-size: 12px;
  color: #454545;
  text-decoration: none!important;
  position: relative;
  outline: none!important;
}
.section_link.active,.section_link:hover{
  position: relative;
  color: var(--primary-background)!important;
}
.section_link:hover{background-color:#fafafa;}
.pointer_view{cursor: pointer!important;}
.secondaryNav{
  width: 280px;
  height: calc(100vh - 64px);
  background-color: #fafafa;
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 999;
  border-right: 1px solid #ddd;
  padding-top: 1px;
}
.section_list{
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
  padding-top: 8px;
  padding-bottom: 300px;
}
header,footer{position: relative;z-index: 1000;}
.secondaryContainer{
  background-color: #fff;
  min-height: 100vh;
  padding: 30px 40px;
  padding-left: 320px;
}
.staticContent{padding-bottom: 50px;}
.staticContent p,.termsPolicyList li{
  font-size: 15px;
  line-height: 1.4;
  color: #454545;
}
.staticContent_h{
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  line-height: 100%;
  margin-bottom: 15px;
}
.termsPolicyList{margin: 0px;padding-left: 25px;}
.termsPolicyList li{margin-bottom: 8px;}
.termsPolicyList.lapha{list-style-type: lower-alpha;}
.bottom_scroll_spac{height: 400px;}
.fs-26{font-size: 26px!important;}
.section_list.refund .section_link{font-size: 16px;}
.secondaryContainer.refund .staticContent_h{font-size: 20px;}
/* --end terms--- */


/* ----become a supplier---- */
.sectionImage img{
  width: 100%;
  height: 100%;
  object-fit: content;
}
.mainsect{padding-top: 60px;}
.supbenifitIco{
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  background-color: #ddd;
  border-radius: 8px;
  font-size: 30px;
  margin: 20px auto;
  color: rgba(0, 0, 0, 0.5);
}
.sup_bg_1{background-color: #93E7FE;}
.sup_bg_2{background-color: #FFD978;}
.sup_bg_3{background-color: #FEA565;}
.sup_bg_4{background-color: #F9A8E3;}
.sup_bg_5{background-color: #93E7FE;}
/* --end-- */

/* Blog Us */


.blogimg{
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  padding-top: 56.8%;
  border-bottom: 1px solid rgba(0,0,0,.04);
  background-color: #fff;
}
.blogimg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blogbody{
  padding: 13px 5px;
}
.blogdate{
  font-size: 16px;
  padding: 0px 0px 2px 0px;
  font-weight: bold;
  color: #0892D0;
}
.blogtitle{
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 8px 0px;
  position: relative;
  padding-right: 30px;
}
.blogtitle i{
  position: absolute;
  right: 0px;
  top: 3px;
  font-size: 16px;
  transform: rotate(-45deg)
}
.blogtitle a{
  color: inherit;
  text-decoration: none;
}
.blogtitle a:hover{
  color: var(--primary-background);
}
.blogDec{
  opacity: 0.6;
  line-height: 1.2;
}
.blogkeyword{
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.blogkeyword .keyword{
  padding: 0px 12px!important;
  border-radius: 18px;
  line-height: 26px;
  background-color: #eee;
  height: 27px;
  white-space: nowrap;
}
.blogkeyword .keyword.red{
  color: #D67355;
  background-color: #FFF6ED;
}
.blogkeyword .keyword.blue{
  color: #8666D0;
  background-color: #F6F2FE;
}
.green{
  color: #539AC1;
  background-color: #F0F9FF;
}

/* Payment filter */


.ekfilterList {
  list-style-type: none;
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.ekfilterList > li {
  min-width: 180px;
}

.ekfilterListOrder {
  list-style-type: none;
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.ekfilterListOrder > li {
  min-width: 135px;
}
.filterSelectBox{
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  height: 34px;
  padding: 0px 25px 0px 10px!important;
  line-height: 32px!important;
  box-sizing: border-box;
  position: relative;
}
.dropdown .filterSelectBox:focus, .dropdown .filterSelectBox:hover,.dropdown .filterSelectBox:active{
  border-color: var(--primary-background) !important;
}
.filterSelectBox::after{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ekfilterList .dropdown-menu {
  width: 100%;
  border-radius: 0.25rem;
}
.ekfilterList input,.ekfilterList select, .ekfilterList .filterSelectBox,
  .tableSearch input,.tableSearch select, .tableSearch .filterSelectBox,.stripbtn,.stripbtn2{
		font-size: 15px!important;
		height: 34px!important;
	}
  .tableSearch{
    margin-bottom: 5px;
    margin-top: 30px;
  }
	.calanderWithName{
		border: 1px solid #ced4da;
		border-radius: 3px;
		display: flex;
	}
	.calUplabel{
		position: relative;
	}
	.calUplabel input{
		width: 220px!important;
		height: 32px!important;
		padding-left: 126px;
	}
  .filterbtnsize{height: 32px!important;}
	.calLabel{
		position: absolute;
		left: 9px;
		top: 6px;
		opacity: 0.5;
	}
	.calUplabel.dateRange_c input{
		width: 280px!important;
		padding-left: 96px;
	}
	.weekamount{
		background-color: #f8f8f8;
		height: 32px;
		line-height: 32px;
		padding: 0px 8px;
		border-left: 1px solid #f0f0f0;
    width: 100%;
	}
  .showTotalBox{
    position: absolute;
    top: -8px;
    right: -8px;
    display: flex;
    column-gap: 20px;
    height: 30px;
  }
  .showTotalBox:last-child{
    border-right: 1px solid #fff;
  }
  .paymentcardhead{position: relative;}
  .filterStrip{
    position: relative;
    margin: 15px 0px 10px 0px;
  }
  .filterStripwithbtn{
    padding-right: 140px;
  }
  .stripbtn{
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .stripbtn2{
    position: absolute;
    right: 140px;
    top: 0px;
  }

  .web-login-user{
    padding: 10px;
    background-image: linear-gradient(to top, #fce7b8 0%, #f7fadd 100%);
  }

  .ekfilterList > li.search-width{
    min-width: 280px;
  }

  /* ******************************this is new css for index for section ekomn advantage *************************** */

  .ekomn-section-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 21px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    background: white;
    transition: all .3s ease;
  }
  .ekomn-section-content:hover{
    transform: translateY(-10px);
  }
  .ekomn-section-content .ekomn-comit-text{
    font-size: 18px;
  }
  .ekomn-comit-img{
    width: 92px;
    height: 92px;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 20px 16px;
    overflow: hidden;
    background: #FFB20C;
    margin: auto;
  }
  .ekomn-main-img{
    width: 350px;
    display: block;
    margin: auto;
  }
  .ekomn-main-img p{
    font-size: 20px;
    margin-top: 25px;
  }
  .ekomn_img_main_container{
    width: 100%;
  }
  .ekom_main_img{
    width: 300px;
  }
  .ekom_main_img img{
    width: 75%;
  }
  .ekomn_advan_card{
    padding: 15px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    max-height: auto;
    transition: all .3s ease;
  }
  .ekomn_advan_card1:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: translateY(10px);
  }
  .ekomn_advan_card2:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: translateY(-10px);
  }
  .ekomn_advan_card3:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: translateY(10px);
  }
  .ekomn_card_img{
    width: 100px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px; 
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  .ekomn_card_img img{
    width: 100%;
  }
  .ekomn_card_img:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .ekomn-conta-text{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: end;
    padding-bottom: 4px;
  }
  @media (max-width:500px) {
    .ekom_main_img{
      width: 100%;
    }
    .ekomn-conta-text{
      flex-direction: column;
      padding-top: 25px;
      align-items: center;
    }
    .ekomn-conta-text .btn_advantage{
      padding-top: 15px;
    }
  }
  @media (max-width:768px) {
    .ekomn-conta-text{
      flex-direction: column;
      padding-top: 25px;
      align-items: center;
    }
    .ekomn-conta-text .btn_advantage{
      padding-top: 15px;
    }
    .ekomn-main-img{
      margin-top: 50px;
      width: 80%;
    }
  }


/* ******************************this is new css for index for section ekomn commitment  *************************** */
  @media(max-width:576px){
    .ekfilterList{display: block;}
    .cardhead.paymentcardhead{display: block;padding-bottom: 0px;}
    .filterStripwithbtn{padding-right: 0px;}
    .stripbtn{position: static;top: 10px;float: right;}
    .ekfilterList > li{margin-bottom: 10px;}
    .showTotalBox._productID{
    position: static;
    display: block;
    height: auto;
    padding: 10px;
    margin-top: 10px;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
  }
  .showTotalBox._productID::before{content: none;}
  .ekfilterList > li.search-width{min-width: auto;}
  }

.collapse-group-1,.collapse-group-2 {display: none;}
.collapse-toggle {cursor: pointer; color: #ffb20d;}

.imagecontainer{
  position: relative;
}
.imagecontainer .deleteMain{
  padding: 0px !important;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: indianred;
  cursor: pointer;
}
a.underline{
  text-decoration: none !important;
  color: inherit;
}
.webhide{display: none;}
.roundIconbox {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  background-color: #FEA565;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  margin-top: 8px;
}
.roundIconbox::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 3px dashed rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  animation: rotateOutline 4s linear infinite;
}
.roundIconbox.growing{background-color: #FECA40;}
.roundIconbox.order{background-color: #F9A8E3;}
.roundIconbox.charges{background-color: #93E7FE;}
@keyframes rotateOutline {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.holesalepoint{display: flex;column-gap: 16px;padding: 30px 15px;margin-top: 25px;}
.text-justify{
  text-align: justify!important;
}

.no-product-found{width: 100%; min-height: 90vh; display: flex; align-items: center; justify-content: center;}
.grecaptcha-badge{visibility: hidden;}
.mobleFeatureList,.amzoneServiceMob{display: none;}


.truncated-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  white-space: normal;
}
.amazonProdAmount{
  max-width: 260px;
  flex: 1;
}
.amazonProdAmount table{
  width: 100%;
  margin: 10px 0px 15px 0px;
}
.amazonProdAmount table tr td{
  padding: 5px 0px;
  line-height: 1;
  font-size: 16px;
}
.amazonProdAmount table tr:nth-last-child(2) td{
  padding-bottom: 10px;
}
.amazonProdAmount table tr:last-child td{
  font-weight: bold!important;
  font-size: 17px;
  border-top: 1px solid #eee;
}
.amazonProdAmount.subtotal table tr:last-child td{border-top: none}
.amazonProdAmount table tr td:last-child{text-align: right;}
.amazonProdImg{
  width: 180px;
  height: 180px;
  min-width: 180px;
  margin-right: 30px;
  position: relative;
}
.amazonProdImg img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.amazonProd{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.amazonProdList{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  border-top: 1px solid #ddd;
}
.amazonProdList > li{
  border-bottom: 1px solid #ddd;
  padding: 10px 0px 20px 0px;
}
.amazonProdDetail{
  flex: 1;
}
.amazonProdDetail h1{line-height: 1.2!important;}
.amazonProdCount{
  min-width: 80px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 32px;
  background-color: #f0f0f0;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0px 8px;
}
.amzonButton{
  flex: 1;
  text-align: right;
}
@media (max-width: 1024px) {
  .barIcon,.topSection_w_cat,.logoOnStrip,.listPage,.webhide{display: block;}
  .productFilters,.brandLogo,.notificationDropdown,
  .primary_category,.introduction_sec,.secondaryNav,.user,.hideMob{display: none;}
  .productSearch .serchinput{height: 36px;padding-right: 40px;}
  .productSearch button,.productSearch button:hover,.productSearch button:active,.productSearch button:focus{height: 36px;width: 38px;font-size: 16px;}
  .header_search_card{top: 37px;}
  .main_header{
    padding-left: 75px;
    position: fixed; 
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    padding-right: 10px;
  }
  .page-wrapper{padding-top: 60px;}
  .top_header {border-bottom: none;border-top: 1px solid #282828;}
  .headersearch{max-width: 100%;}
  .secondaryContainer{padding: 20px 15px!important;}
  .staticContent {padding-bottom: 20px;}
  .mobile-padding{padding-top: 0px !important}
  .login-container{max-width: 100%;}
  .featuresmobilehide{display: none;}
  .pricing-container.mt-5{margin-top: 20px!important;}
  .features-list.priceList .feature-row{
    top: 0px!important;
  }
  .feature-row.featureMobile .feature-value{padding: 0px;margin-bottom: 20px;}
  .mobleFeatureList,.amzoneServiceMob{display: block;}
  .feature-row.featureMobile{display: block;} 
  .feature-row.featureMobile .plan_details .price_p{height: auto;padding: 12px 0px;}
  .feature-row.featureMobile .SelectFeatures{height: auto;padding: 20px 0px;text-align: center;}
  .feature-row.featureMobile .SelectFeatures .defaulPlan{justify-content: center;}
  .feature-row.featureMobile .plan_details.bestplan{
    height: auto;
    top: 0px;
    padding-top: 30px;
    margin-top: 30px;
  }
  .mobleFeatureList{
    list-style-type: none;
    padding: 20px 0px 0px 0px;
    margin: 25px 0px 0px 0px;
    border-top: 1px solid #E5E5E5;
  }
  .mobleFeatureList li{
    display: block;
    text-align: left;
    padding: 9px 100px 10px 7px;
    margin: 2px 0px;
    position: relative;
  }
  .mobleFeatureList li:nth-child(2n+1) {background-color: #f8f8f8;border-radius: 3px;}
  .accescount{
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 15px;
    font-weight: bold;
  }
  .sec__h_mob{padding: 10px!important;}
  .sec__h_mob h1.h2{font-size: 22px!important;}
  .sec__h_mob .promise_list{font-size: 17px;}
  .plan_details .bestplanText{width: 200px;}
  .plan_details.active .mobleFeatureList li:nth-child(2n+1){background-color: #333!important;}
  .plan_details.active .amzoneServiceMob{background-color: transparent;border-color: #444;}
  .plan_details.active .mobleFeatureList{border-color: #444;}
  .amzoneServiceMob{background-color: #fdfdfd;border: 1px solid #f0f0f0;border-radius: 3px;}
  .amzoneServiceMob .AmazonSeller{
    padding: 7px;
    font-size: 15px;
    color: #ccc !important;
    font-weight: normal;
  }
  .amzoneServiceMob .mobleFeatureList{margin: 0px;padding: 2px 0px 0px 0px;border: none;}
  .mobileFreeText{font-size: 21px!important;}
}
@media(max-width:991px){
  .services {column-gap: 20px;}
  .services::before{max-width: calc(100% - (25% - 17px));}
}
@media(max-width:768px){
  .barIcon{left: 5px;}
  .main_header{padding-left: 50px;}
  .userAction{margin-left: 10px;}
  .userDropdown{margin-left: 3px;}
  .b_h_list,.ekom_tab{display: block;white-space: nowrap;overflow: hidden;overflow-x: auto;}
  .b_h_list > li,.ekom_tab > li{display: inline-block;white-space: nowrap;}
  .det_btnbox{max-width: 100%;}
  .doyouinput{margin-top: 10px;}
  .footer-heading{margin-top: 20px;}
  .ekfooter{padding-top: 10px;}
  .eKomUsefulLink{min-height: auto;}
  .copyrightText{text-align: center;margin-bottom: 20px;}
  .socialLinks{margin: auto;}
  .advantagecontent::after{content: none;}
  .eKomonsummary p{margin-bottom: 10px!important;}
  .adv-section,.commit-section{padding: 40px 0px;}
  .advantagecontent{padding-left: 0px;}
  .advantage{padding-right: 0px;text-align: center;}
  .mbspace{margin: 0px 0px 50px 0px !important; padding-top: 10px !important;justify-content: center;}
  .advantage img {max-width: 220px;display: block;margin: auto;}
  .services {display: block;}
  .service-item{margin-top: 20px;padding-bottom: 40px;}
  .service-item::after,.service-item::before,.services::before,.main-service::after{content: none;}
  .con_1_sec,.con_2_sec,.con_3_sec{padding: 30px 0px;}
  .sec_h1, .sec_h2{font-size: 24px!important;line-height: 24px!important;margin-bottom: 15px;}
  .con_1_sec img.d-block,.con_2_sec img.d-block,.con_3_sec img.d-block{margin-bottom: 15px;}
  .main-service {
    background-color: #fff;
    color: var(--secondary-background);
    padding: 5px 0px;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 20px;
    height: auto;
    line-height: 100%;
    margin-bottom: 0px;
  }
  .amazonProdAmount{
    max-width: 100%;
    display: block;
  }
  .amazonProdImg{
    margin: auto !important;
  }
  .amazonProd{
    display: block;
  }
}
.hideonMobile{display: block;}
.showonMobile{display: none;}
.hideonMobileTwo{display: block;}
.showonMobileTwo{display: none;}
@media(max-width:576px){
  .showonMobile{display: block;}
  .hideonMobile{display: none;}
  .bulkBuing{max-width: 100%;}
  .prod_name_stock h1{font-size: 18px!important;}
  .prod_image_box .img-card{height: auto;}
  .filterSelect.ms-auto {margin-left: inherit !important;}
  .ek-section{padding: 0px 10px;}
  .prod_image_box,.prod_name_stock{padding: 10px 0px!important;}
  .prod_detail_section{margin: 10px 0px;}
  .h_filterbox .checkboxdiv,
  .h_filterbox .filterbtn,
  .h_filterbox .filterSelect {margin-top: 2px!important;margin-bottom: 2px!important;}
  .promotional_banner,.promotional_banner .carousel-item{height: 100%;}
  .clientWords{padding: 15px;padding-top: 50px;}
  .authorContent{height: 97px;}
  .testimonalBlock {padding: 15px 20px 40px 20px;}
  .unitext{margin-bottom: 75px;}
  .contact-section{padding: 0px;background-image: none;} 
  .ekContactInfo,.contactForm{padding: 30px 15px;}
  .ekContactInfo h3{margin-bottom: 20px;font-size: 22px;font-weight: bold;}
  .infoCenter{padding: 20px;padding-left: 53px;margin-bottom: 15px;}
  .infoCenter .icon {font-size: 24px;top: 22px;left: 18px;}
  .contContainer{background-color: transparent;box-shadow: none;border-radius: 0px;}
  .faq-section{padding: 40px 0px;}
  .single-row{flex-direction: column;}
  .single-row .singlebox{order: 2;}
  .single-row .colorStock{order: 1;}
  .v_t_c_s {
    width: 100%;
    max-width: 576px;
    border: 1px solid #eee;
    margin: 10px 0px;
  }
}
@media (max-width: 768px) {
  .img-card {
    height: 300px;
  }
  .promotional_banner,.promotional_banner .carousel-item{height: 100%;}
  .small-card {
    max-width: calc(5 * 54px + 4 * 6px);
  }
  .smImg,.smImg.smImgVideo{
    min-width: 54px;
    height: 54px;
  }
  .smImg.smImgVideo svg{
    width: 30px;
    margin-left: 50%;
    transform: translateX(-15px);
    margin-top: 3px;
}
.showonMobileTwo{display: block;}
.hideonMobileTwo{display: none;}
}

/* ***********************Dashboard******************* */


.padlr_4{padding-left: 4px!important;padding-right: 4px!important;}
.padlr_8{padding-left: 8px!important;padding-right: 8px!important;}
.mb18{margin-bottom: 18px!important;}
.d_title{
  margin: 0px;
  margin-bottom: 8px;
  font-size: 18px;
}
.d_title_b{
  margin: 0px;
  margin-bottom: 10px;
  font-size: 22px;
}
.d_icon{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: red;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  margin-right: 6px;
}
.highcharts-credits{display: none;}
.pad10{padding: 12px;}
.announcementbloc{height: 403px;}
.ekTextBloc .d_title_b{
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.sm_card_h,.md_card_h,.sm_md_card_h,.sm_md_card_h_320,.md_card_h_300{
  box-sizing: border-box;
  position: relative;
}
.ek_dashboard .product_count{min-height: 108px !important; }
.md_card_h_300{min-height: 300px;}
.sm_card_h{min-height: 128px;}
.md_card_h{min-height: 403px;}
.sm_md_card_h{min-height: 230px;}
.sm_md_card_h_320{min-height: 320px;}
.sm_card_h .loader_parent,.md_card_h .loader_parent,
.sm_md_card_h .loader_parent,.sm_md_card_h_320 .loader_parent,.md_card_h_300 .loader_parent{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}
.ekTextBody{
  padding: 12px;
  height: 367px;
  overflow: hidden;
  overflow-y: auto;
}
.AnnouncementBox .ekTextBody{height: 284px;}
.up1px{position: relative;top: -1px;}
.rList{
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  padding-left: 64px;
}
.rListOrder{
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  /* padding-left: 64px; */
}
.rList .productImg_t{
  position: absolute;
  left: 8px;
  top: 15px;
  border: none;
}
.betweenText{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


/* ============== Loader ================ */
.dataloader_p {
  position: relative;
  min-height: 200px;
}
.dataloader_p .table-responsive{
  min-height: 200px;
} 
.table-responsive .dataloader{border-bottom: 1px solid #f0f0f0;}
.dataloader {
  position: absolute;
  top: 42px;
  left: 1px;
  background-color: #fff;
  z-index: 1;
  height: calc(100% - 42px);
  width: calc(100% - 2px);
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.loader{ border: 4px solid #fafafa; border-radius: 50%; border-top: 4px solid #FFB20C; width: 40px; height: 40px; -webkit-animation: spin 700ms linear infinite; animation: spin 700ms linear infinite; position: relative; z-index: 1; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.dataloader_p .table-responsive .loader{
  border: 3px solid #fafafa; border-radius: 50%; border-top: 3px solid #FFB20C;border-right: 3px solid #FFB20C;width:64px; height: 64px;
}
.nodataFound{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 134px;
}
/* == end Loader === */

/* ******************************this is new css for index for Shine Program *************************** */

/* Add new Shine button CCS */
.ekomn_Shine_btn{
  position: absolute;
  right: 24px;
  top: 60px;
}

@media (max-width:500px) {
  /* create-cart */
  .ekomn_Shine_btn{
    right: 17px ;
    top: 114px;
  }
}

h1 {
  color: green;
}

/* bulk uplaod list css popup  */

.popup-button {
  color: #FFB20C;
  background: none;
  border: none;
  cursor: pointer; /* Added for better UX */
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

#popupDialog {
  width: 90%;
  max-width: 600px; /* Sets a max width for larger screens */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1001;
  max-height: 80vh; /* Adjusts height relative to viewport */
  overflow-y: auto;
  border-radius: 8px; /* Added for better aesthetics */
  
}
/* Media queries for responsiveness */
@media (min-width: 600px) {
  #popupDialog {
    width: 70%;
  }
}

@media (min-width: 768px) {
  #popupDialog {
    width: 60%;
  }
}

@media (min-width: 992px) {
  #popupDialog {
    width: 50%;
  }
}

#overlaylist {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

#popupDialoglist {
  width: 90%;
  max-width: 600px; /* Sets a max width for larger screens */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1001;
  max-height: 80vh; /* Adjusts height relative to viewport */
  overflow-y: auto;
  border-radius: 8px; /* Added for better aesthetics */
  
}
/* Media queries for responsiveness */
@media (min-width: 600px) {
  #popupDialoglist {
    width: 70%;
  }
}

@media (min-width: 768px) {
  #popupDialoglist {
    width: 60%;
  }
}

@media (min-width: 992px) {
  #popupDialoglist {
    width: 50%;
  }
}

.popup-btn{
  float: right;
}
.star-rating{
  display: flex;
  font-size: 24px;
  column-gap: 4px;
}
.star {
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s;
}
.star.hover,.star.active {color: #FECA40;}
.rateustext{margin-top: 2px;margin-right: 5px;}
textarea.resizer_none{resize:none!important;}

.star-rating .fas {
  color: gold; /* Yellow color for filled stars */
}
.star-rating .far {
  color: lightgray; /* Light gray color for empty stars */
}
.red-text {
  color: red;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.2; } /* Make it slightly visible instead of fully disappearing */
  100% { opacity: 1; }
}

.blink {
  animation: blink 0.6s ease-in-out infinite;
}

.blink:hover {
  animation: none; /* Pause blinking on hover */
}

/* Make table responsive */
#dataShine {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  overflow-x: auto;
}

#dataShine tr:nth-child(5n) td {
  border-bottom: 1.5px solid #FFB20C;
}

/* Ensure border is always visible on smaller screens */
@media (max-width: 768px) {
  #dataShine {
    width: 100%;
    overflow-x: scroll;
  }
}

/* end */

.custom-confirm-btn {
  background-color: #FFB20C !important; /* Custom color */
  color: white !important;              /* Text color */
  border: none;                         /* Remove border */
}
.custom-error-btn {
  background-color: #d33 !important;    /* Error button color */
  color: white !important;              /* Text color */
  border: none;                         /* Remove border */
}
.swal2-title-red {
  color: red !important; /* Ensure the title is red */
}
.custom-close-btn {
  background-color: #131A22 !important;    /* Error button color */
  color: white !important;              /* Text color */
  border: none;                         /* Remove border */
}
.custom-lang-btn {
  background-color: #131A22; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.lang {
  background-color: white; 
  color: black; 
  border: 2px solid #131A22;
}

.language-btn:hover {
  background-color: #131A22; /* Slightly darker green on hover */
  color: white;
}

/* Product Zoom */
#main-img{
  transition: .3s ease-in-out;
  cursor: zoom-in;
}
.zoom {
  overflow: hidden;
}

/* Shiping Rate Calculator */

.calculate_section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.3s ease-in-out;
  padding: 0;
  opacity: 0;
}

.calculate_section.show {
  max-height: 100%;
  opacity: 1;
}

.shipping_container {
  width: 100%;
  height: 80%;
  background: black;
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.shippingTopHeading {
  color: white;
  position: absolute;
  top: 22px;
  font-size: 17px;
}

.shippingBottomHeading {
  color: white;
  position: absolute;
  bottom: 22px;
  font-size: 17px;
}

.shippingTableHeading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: white;
  font-size: 17px;
  align-items: center;
  padding: 10px 22px;
}

.shippingTableBodyContainer {
  overflow-x: auto;
  width: 100%;
  height: 150px;
}

.shippingTableBodyContainer::-webkit-scrollbar {
  height: 4px !important;
}

.shippingTableBodyContainer::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.shippingTableBodyContainer::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.shippingTableBodyContainer::-webkit-scrollbar-track {
  background: #b3aeae;
  border-radius: 4px;
}

.shippingTable {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shippingTableBody {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 22px;
  color: #928585;
}

.shipping_unit {
  position: absolute;
  top: 26px;
  right: 0px;
  font-size: 14px;
  color: #a9b0bc;
  text-transform: uppercase;
  opacity: 1;
  background: #f3f7fe 0% 0% no-repeat padding-box;
  border-radius: 0px 2px 2px 0px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result_calculate_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.form_calculate h2 {
  font-size: 30px;
  padding: 0 0 30px 0;
  font-weight: bold;
}

.form_calculate {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ekomn_calculate_hedd h2 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {

  .form_calculate {
      height: 100%;
  }

  .shippingTable {
      padding: 44px 0;
  }

  .shipping_container {
      height: 100%;
  }

  .shippingBottomHeading {
      bottom: 20px;
  }
}

@media (max-width: 426px) {
  .calculate_section.show {
      max-height: 100%;
  }

  .shipping_reverse {
      flex-direction: column-reverse;
  }

  .shippingTopHeading,
  .shippingBottomHeading {
      font-size: 13px;
      text-align: center;
  }

  .shippingTable {
      padding: 50px 0;
  }
}

/* Calculate-card */

.calculate_card_bag{
  /* background: transparent linear-gradient(105deg, #FFC465 0%, #d1cfda 100%); */
  background: linear-gradient(335deg, #eeb88c 0%, #c4bcbc 60%, #afacac 100%);
  border-radius: 22px;
  padding: 50px 80px 60px;
}

.calculate_card_hedd h1{
  color: black !important;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  margin-bottom: 10px;
}
.calculate_card_hedd p{
  color: black;
  letter-spacing: 0.36px;
  line-height: 25px;
  margin: 0px;
  font-size: 18px;
}
.calculate_sign_up_butt{
  display: flex;
  justify-content: end;
  align-items: end;
  height: 100%;
}
.calculate_sign_up_butt a{
  background: #fff;
  box-shadow: 0 24px 48px #4429BE14;
  border: 1px solid #fff;
  color: #000;
  text-decoration: none;
  line-height: 24px;
  transition: all .3s ease;
  padding: 11px 45px;
  border-radius: 8px;
  font-size: 16px;
}
.calculate_after{
  height: 100%;
}
.calculate_after::after{
  content: '';
  width: 280px;
  height: 280px;
  background-image: url('../images/icon/curver-arrow.png');
  position: absolute;
  top: -95px;
  left: 0px;
}
@media (max-width: 768px) {
  .calculate_after::after{
    display: none;
  }
}
/* Calculate-card */


/* Shiping Rate Calculator end */


/* Mobile view (View Demo) */
.ekomn_view_demo {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 17.6%;
  width: 50px;
  display: flex;
  justify-content: end;
}

.ekomn_view_demo_child {
  position: relative;
  background: black;
  width: 17px;
  height: 50px;
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 3px;
  cursor: pointer;
  padding-left: 2px;
  display: none;
}

.ekomn_view_demo_child_line {
  width: 1px;
  height: 18px;
  background: white;
}

.view-demo-card {
  position: absolute;
  right: -8px;
  z-index: 998;
  transform: translateY(-50%);
  width: 150px;
  height: 52px;
  background: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease-in-out;
  display: none;
  margin-top: 24px;
}

.view-demo-card.hidden {
  transform: translateY(-50%) translateX(100%);
}
.democlose-btn {
border: none;
position: absolute;
background: black;
padding: 13px;
border-radius: 50%;
top: -7px;
left: -6px;
}

.view-demo-card a {
  text-decoration: none;
  color: #B22222; /* Darker red for better contrast */
  font-size: 18px;
  font-weight: bold; /* Improves readability */
}

.view-demo-card.show .democlose-btn {
  display: block;
}

.demo_cross{
position: absolute;
display: block;
width: 1px;
height: 14px;
background: white;
top: 6px;
left: 12.5px;
}
.demo_cross:nth-child(1){
transform: rotate(45deg);
}
.demo_cross:nth-child(2){
transform: rotate(-45deg);
}

@media (max-width: 1025px) {
  .ekomn_view_demo_child{
      display: flex;
  }
  .view-demo-card{
      display: flex;
  }
}

/* Mobile view (View Demo) end */

.custom-swal-popup {
  max-width: 100% !important; /* Ensure it takes the full viewport width */
  margin: 0 !important;       /* Remove outer spacing */
  padding: 0 !important;      /* Eliminate inner padding */
}

/* Mobile view (Subscription Block ) */
@media (max-width: 768px) {
  .amazonbox {
    display: none;
  }
}
/* end */

/* Liquidate */
#liquidate-main-img {
  width: 100%;
  cursor: pointer;
  margin-top: 7%;
}

#magnifier {
width: 67%;
height: 482px;
position: absolute;
top: 25px;
right: 0;
display: none;
z-index: 10;
}

.liquidate_image_card{
  width: 100%;
  height: 100%
}
.liquidate_pricing_details {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.liquidate_pricing_detail {
  display: flex;
  align-items: center;
  gap: 5px;
}

.liquidate_pricing_detail small {
  font-size: 15px;
  font-weight: 700;
}

.liquidate_pricing_detail h4 {
  font-size: 18px;
}

.liquidate_quality {
  text-align: start;
  margin-top: 15px;
  margin-bottom: 15px;
}
.liquidate_average_button{
  padding: 24px 0;
  display: flex;
}
.ldet_btnbox{
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.ldet_btnbox button{
  padding: 8px 25px;
}
.smImgVideo{ 
  width: 84px;
  height: 84px;
  display: block;
}
.smImgVideo video{
  display: block;
  border-radius: 5px;
  min-width: 84px;
}
.liquidate_video{
  height: 100% !important;
  border-radius: 8px;
}
.smImgVideo .play-icon{
  position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
@media (max-width: 768px) {
  .smImgVideo video{
      min-width: 54px;
      height: 54px;
  }
}
.lprod_image_box {
      margin-top: 0;
  }
@media (max-width: 769px) {
  .ldet_btnbox {
      max-width: 100%;
      flex-direction: column;
      gap: 10px;
  }
  .ldet_btnbox button {
    padding: 8px 13px;
  }
  .liquidate_pricing_details{
      flex-direction: column;
  }
  .liquidate_average_button{
      flex-direction: column;
      gap: 15px;
      align-items: start;
      padding: 15px 0;
  }
  .lprod_image_box {
    margin-top: 12px;
  }
  .smImgVideo .play-icon{
    display: none;
  }
  .liquidate_filter{
    flex-direction: column;
    gap: 5px;
  }
}

.liquidate_sold_out {
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 999;
  width: 100px;
}

/* End */

.liquidate-product-link {
  display: block; /* Ensures it takes full width and wraps */
  white-space: normal; /* Allows text to wrap */
  word-wrap: break-word; /* Breaks long words if needed */
  text-decoration: none; /* Optional: Removes underline */
  color: #007bff; /* Optional: Bootstrap primary color */
  font-weight: bold;
}

.liquidate-product-link:hover {
  text-decoration: underline; /* Adds underline on hover */
  color: #0056b3; /* Darker blue on hover */
}

.status-text {
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
}

.status-active {
  color: green;
}

.status-inactive {
  color: red;
}

.status-soldout {
  color: #FFC74A;
}

/* Liquidate Intrested Lead lock button  */
.lock-container {
  text-align: center;
  margin: 2rem 0;
}

.lock-icon {
  cursor: pointer;
  color: #FFC74A;
  transition: all 0.3s ease;
}

.lock-icon:hover {
  color: orange;
  transform: scale(1.05);
}

.lock-icon i {
  font-size: 3rem;
  display: block;
  margin-bottom: 0.5rem;
}

.shownlhidden {
  display: none;
}

/* end */

/* Sold Out Banner */
.sold-out-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  object-fit: cover;
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}

.hanging-sold-out {
  position: absolute;
  top: 38%;
  left: 60%;
  width: 22%;
  transform: translateX(-50%);
  object-fit: cover;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  transform-origin: top center;
  animation: pendulum-swing 2s infinite ease-in-out;
}

@keyframes pendulum-swing {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}

/* Media queries for different screen sizes */
@media (max-width: 1025px) {
  .hanging-sold-out {
    top: 30%;
    width: 28%;
  }
}

@media (max-width: 769px) {
  .hanging-sold-out {
    top: 30%;
    width: 28%;
    left: 218px;
  }
}

@media (max-width: 426px) {
  .hanging-sold-out {
    top: 30%;
    width: 28%;
  }
}

@media (max-width: 376px) {
  .hanging-sold-out {
    top: 30%;
    width: 28%;
    left: 200px;
  }
}

@media (max-width: 321px) {
  .hanging-sold-out {
    top: 30%;
    width: 28%;
    left: 180px;
  }
}
/* end  */

/* ******************************this is new css for QR CODE Generator *************************** */
.scancontainer {
  max-width: 1124px;
  margin: auto;
  display: flex;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  gap: 10px;
  border-radius: 4px;
}

.tabScan {
  width: 20%;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
}

.tabScan button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  color: #6d6565;
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 6px #f8f5ee;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
  width: 100%;
  border: 1px solid #f8f5ee;
}

.tabScan button:hover,
.tabScan button.active {
  color: #FFB20C;
  border: 1px solid #FFB20C;
}

.tabScan button:hover .tabIcon,
.tabScan button.active .tabIcon {
  border: 1px solid #FFB20C;
}

.tabbuttonChialdContiner {
  position: absolute;
  bottom: 8px;
  width: 100%;
}

.tabIcon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d0cd;
  border-radius: 4px;
}

.tabIcon i {
  font-size: 20px;
}

.tabText {
  font-size: 16px;
}

.tabContainer {
  position: relative;
  width: 80%;
  padding: 20px 0 0 20px;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.tabcontentContainer {
  width: 60%;
  position: relative;
}

.tabcontent {
  display: none;
  color: black;
}

.tabcontent.active {
  display: block;
}

.tabbuttonchild:hover,
.tabbuttonchild.active {
  border: 1px solid #FFB20C;
  color: #FFB20C;
}

.tabcontentTitle {
  font-size: 20px;
  font-weight: bold;
  font-family: inherit;
  padding: 0px;
  margin: 0px;
  line-height: 100%;
}

.tabbuttonChild {
  display: flex;
  gap: 15px;
  padding: 15px 0 5px 0;
}

.tabbuttonChild button {
  padding: 8px 24px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  color: #6d6565;
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 6px #f8f5ee;
  transition: all 0.3s ease;
  outline: none;
  border: 1px solid #f8f5ee;
}

.childcontent {
  width: 100%;
  padding-top: 10px;
}

.tabcontentsChild {
  display: none;
  color: black;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tabcontentsChild::-webkit-scrollbar {
  display: none;
}

.tabcontentsChild.active {
  display: flex;
  gap: 20px;
}

.tabqrContainer {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  background: rgb(247, 247, 247);
  padding-top: 32px;
  width: 300px;
  gap: 46px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.qrImage {
  position: relative;
  /* padding: 15px; */
  border-radius: 8px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
  /* background: rgb(255, 255, 255); */
  width: 220px;
}

.qrImageChild {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrMain{
  position: absolute;
  height: 219px;
  padding: 15px;
}
.qrImageChild img {
  width: 100%;
}
.frameQR{
  padding: 3px;
  width: 80px;
  height: 80px;
  display: flex;
}
.frameQR img {
  width: 100%;
  cursor: pointer;
}

.logoQR {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.logoQR span {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoQR i {
  padding: 10px;
  background: var(--color);
  border-radius: 50%;
  font-size: 30px;
  color: white;
  transition: all 0.2s ease;
}

.logoQR i:hover {
  background: #FFB20C;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.308);
}
@media screen and (max-width: 768px) {
  .tabScan{
      width: 45%;
  }
  .tabContainer{
      flex-direction: column;
      padding: 20px 10px 0 10px;

  }
  .tabcontentContainer{
      width: 100%;
      height: 100%;
  }
  .tabqrContainer{
      width: 100%;
      margin-bottom: 10px;
      padding-bottom: 10px;
  }
}
@media screen and (max-width: 426px){
  .scancontainer{
      flex-direction: column;
  }
  .tabScan {
      width: 100%;
      flex-direction: row;
      overflow: scroll;
  }
  .tabContainer{
      width: 100%;
  }
  .tabScan button{
      padding: 5px 20px;
  }
}
/* end of QR code generator */

/* ******************************this is new css for Webinar Page *************************** */
.webinar_card_bag {
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1360px;
}
.webinar_card{
  padding: 0 0 50px 0;
}
.webinar_card_bag img {
    border-radius: 22px;
}

.webinar_content_card {
    padding: 20px 50px;
    height: 100%;
}

.webinar_content_card .webinar_text {
    display: inline-block;
    margin-top: 7px;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
}

.webinar_content_card .webinar_text::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 3px;
    border-radius: 10px;
    background: black;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.webinar_content_card p {
    font-size: 20px;
    padding-top: 30px;
}

.webinar_content_card .webinar_heading_text {
    font-size: 18px;
    font-weight: 600;
}
.webinar_img {
    width: 567px;
    height: 509px;
} 
@media screen and (max-width: 1024px) {
  .webinar_card_bag {
      width: 100%;
  }
  .webinar_img {
    height: 100%;
  }
}
@media screen and (max-width: 769px) {
  .webinar_card{
    padding: 12px 0 30px 0;
  }

  .webinar_card_bag {
      width: 100%;
  }

  .webinar_img {
    padding-top: 15px;
    height: 361px;
    width: 100%;
  }

  .webinar_content_card {
      padding-left: 10px;
      padding-right: 10px;
  }

  .webinar_content_card .pt-4.ps-3 {
      text-align: center;
  }
}
/* ******************************css end for Webinar Page *************************** */

/* ******************************this is new css for Subscription Popup *************************** */
.popup-overlay {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 9999;
  width: 90%; /* Ensures it doesn't take full width */
  max-width: 400px; /* Limits the width on larger screens */
}

/* Optional: Ensure proper scaling on very small screens */
@media (max-width: 480px) {
  .popup-overlay {
    width: 95%;
    padding: 15px;
  }
}
.green-row {
    background-color: #d4edda; /* light green */
}
/* ******************************css end for Subscription Popup *************************** */

/* ******************************this is new css for Skeleton Section *************************** */
.skeleton-img {
  background: #e2e2e2;
  height: 200px;
  border-radius: 8px;
  animation: shimmer 1.2s infinite linear;
}

.skeleton-text {
  background: #e2e2e2;
  border-radius: 4px;
  animation: shimmer 1.2s infinite linear;
}

.skeleton-title {
  width: 80%;
  height: 15px;
  margin-top: 8px;
}

.skeleton-price {
  width: 50%;
  height: 15px;
  margin-bottom: 0px;
}

.skeleton-carousel-slide {
  height: 300px; /* or auto if aspect ratio */
  width: 100%;
  background: linear-gradient(90deg, #e2e2e2 25%, #f0f0f0 50%, #e2e2e2 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 4px;
  object-fit: cover;
}
.skeleton-category {
  height: 29px;
  background: linear-gradient(90deg,rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(242, 242, 242, 1) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 2px;
  /* margin-bottom: 1px; */
  margin-top: 5px;
  margin-right: 6px;
}

@media (max-width: 390px) {
  .skeleton-carousel-slide {
    height: 200px; /* Adjust for small screens */
  }
}
@media (max-width: 576px) {
  .skeleton-carousel-slide {
    height: 200px; /* Adjust for small screens */
  }
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.carousel-inner {
  min-height: 191px;
}

.skeleton-box {
  background-color: #e0e0e0;
  animation: skeleton-loading 1.2s infinite linear alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: #e0e0e0;
  }
  100% {
    background-color: #f5f5f5;
  }
}
/* ******************************css end for Skeleton Section *************************** */

/* * ekomn footer */
.dropshipping_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dropshipping_card span {
  font-weight: 600;
  display: block;
  padding-bottom: 5px;
  font-size: 28px;
}

.dropshipping_card p {
  font-size: 17px;
  color: #666;
  margin-bottom: 10px;
}

.benifitBox {
  text-align: center;
  margin-bottom: 50px;
}

.benifitBox1 {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  padding: 18px;
  border-radius: 4px;
  background: #d7d5d517;
}

.benifitBox1 .benefitIcon {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.benifitBox1 .benefitIcon img {
  width: 100%;
  height: 100%;
}

.benifitBox1 span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding-top: 12px;
}

.benifitBoxIconCon {
  width: 60px;
  height: 60px;
  background: #ffb20c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  margin: auto;
  margin-bottom: 20px;
  padding-bottom: 0px !important;
}

.benifitBoxIconCon i {
  font-size: 30px;
}

.holesalepointone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  text-align: center;
  background: #ffc0373d;
  border-radius: 10px;
  height: 100%;
}

.holesalepointone p {
  font-size: 17px;
  color: #666;
  margin-top: 10px;
}

.holesalepointone .roundIconbox {
  width: 50px;
  height: 50px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.holesalepointone .roundIconbox::before {
  border: 2px dotted #ffb20c;
}

.holesalepointone .roundIconbox img {
  width: 50px;
  height: 50px;
}

.holesalepointone .roundIconbox i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 25px;
}

.tools_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  height: 100%;
}

.tools_section p {
  font-size: 17px;
  color: #666;
  margin-top: 10px;
}

.tools_section i {
  font-size: 35px;
  color: #FFB20C;
}

.tools_section .roundIconbox::before {
  display: none;
}

.target-card {
  transition: all 0.3s ease;
  border: 1px solid #e4e9f0;
}

.target-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(13, 110, 253, 0.1);
}

.product-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  height: auto;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  border-color: #ddd;
}

.product-card h5 {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.product-card ul {
  padding-left: 1rem;
}

.product-card li {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #555;
  position: relative;
  padding-left: 1rem;
}

.product-card ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  color: #FFB20C;
  position: absolute;
  left: 0;
  font-size: 15px;
}

.hidden-items {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.6s ease;
}

.hidden-items.show {
  max-height: 500px;
  opacity: 1;
}

.show-btn {
  border: none;
  background: none;
  color: #FFB20C;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  margin-top: 10px;
}

.step-card .steo_head {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
}

.step-card p {
  font-size: 17px;
}

.step-number {
  font-size: 38px;
  margin-bottom: 15px;
  background: #FFB20C;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.branding-box {
  border: 1px solid #dee2e6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.branding-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(13, 110, 253, 0.1);
}

.branding-box span {
  padding-bottom: 5px;
  display: block;
  font-size: 28px;
  font-weight: 700;
}

.branding-box ul li {
  font-size: 18px;
  color: #343a40;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}

.branding-box ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  color: #FFB20C;
  position: absolute;
  left: 0;
  margin-top: 1px;
  font-size: 16px;
}

.mockup-card {
  background-color: #f9fbff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e2e6ea;
}

.mockup-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(13, 110, 253, 0.1);
}
.category-icon{
  font-size: 40px;
}
.solution-step{
  display: flex;
  gap: 5px;
}
.benefit-card{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.product-tile p{
  font-size: 17px;
}

/* ekomn footerend */
.select_plan {
    width: calc(24% - 15px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 4px;
}
.basic_plan_details {
    width: calc(16% - 15px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 4px;
    background: #FFB20C;
}

.premium_plan_details {
    width: calc(60% - 15px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 4px;
}
.premium_plan_text {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}
.subscription-plan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .subscription-plan {
      flex-direction: column;
      align-items: center;
  }
  #AmazonSellerBox{
    display: none;
  }
  .premium_plan_text{
      font-size: 24px;
      text-align: center;
  }
  .defaulPlan{
    justify-content: center;
  }
  .SelectFeatures{
        margin-top: 0 !important;
  }
  #margin-bottom-plan{
      margin-bottom: -20px !important;
  }
  .features-list{
    margin-bottom: 0px! important;
  }
  .AmazonSeller {
    justify-content: space-between;
  }
  .select_plan {
      width: calc(100% - 15px);
  }
  .basic_plan_details {
      width: calc(100% - 15px);
  }
  .premium_plan_details {
      width: calc(100% - 15px);
  }
  .basic_plan_details .img-fluid {
      display: flex;
      margin: auto;
  }
}

#subscriptionToggleForm {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    background-color: #fafafa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}
#subscriptionToggleForm span {
    font-weight: 500;
    font-size: 14px;
}
