/* Common Banner css*/
.commonBanner {
  margin-top: 7px;
}

.order {
  background-color: var(--primary-color);
}

.commonBanner a {
  background-color: var(--secondary-color);
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.commonBanner .banner-heading {
  font-size: 40px;
  font-weight: 600;
  color: black;
}

.commonBanner .banner-subheading {
  font-size: 21px;
  margin-bottom: 1.7rem;
  line-height: 1.3;
  /* color: black; */
}

.commonBanner .banner-button {
  margin: 10px 20px !important
}

@media (max-width: 768px) {
  .commonBanner .common-banner-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 540px) {
  .commonBanner .banner-heading {
    font-size: 30px !important;
  }

  .commonBanner .banner-subheading {
    font-size: 18px !important;
  }

  .commonBanner .banner-button {
    margin: 5px 10px !important;
  }

  .commonBanner .btn {
    font-size: 15px !important;
  }

  .manageProductsBanner .banner-subheading {
    text-align: justify;
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* Content Banner css*/
.startYourBusinessContentBanner .contentBannerHeading {
  font-size: 25px !important;
  font-weight: 600 !important;
}

.startYourBusinessContentBanner .contentBannerContent {
  font-size: 19px !important;
}

@media only screen and (max-width: 999px) {
  .contentContainer {
    text-align: center !important;
  }

  .contentBannerHeading {
    font-size: 25px !important;
  }
}

.contentBannerHeading {
  font-size: 32px;
}

.contentBannerContent {
  font-size: 18px;
  line-height: 1.5;
}

.container {
  /* max-width: 1217px !important; */
}

/*Main css*/
.inteDesign {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*Featured product and category*/
.feature {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.featuredHeading {
  font-weight: 600 !important;
  font-size: 32px;
  font-family: 'Montserrat';
}

.featuredContent {
  font-size: 20px;
  font-family: 'Montserrat';
}

/*Product*/
.productContainer {
  position: relative;
}

.productCircle {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #ededed;
  position: absolute;
}

.tab {
  width: 100% !important;
  margin-top: 95px;
}

.tabHeader {
  height: 75px;
  border-radius: 15px 15px 0px 0px;
  background-color: #006a94;
}

.tabButton {
  background-color: #004f6f !important;
  color: white !important;
  width: 100% !important;
  font-size: 23px !important;
  border-radius: 15px !important;
  height: 100% !important;
  text-align: center !important;
  padding-bottom: 0% !important;
  border: none !important;
}

.tabButtonDiv {
  width: 18% !important;
  height: 80%;
  margin: 1%;
}

.tabButtonActive {
  background-color: #ededed !important;
  color: black !important;
  height: 107% !important;
  width: 100% !important;
  font-size: 22px !important;
  border-radius: 15px 15px 0px 0px !important;
  text-align: center;
  padding-bottom: 50% !important;
  border: none !important;
  font-weight: 800 !important;
}

.tabContent {
  background-color: #ededed;
}

.tabPaneOuterDiv {
  padding: 5%;
}

.productOuterContainer {
  background-color: #f8f9fa;
}

.productLearnMore {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 2px solid black;
  color: #000;
}

.productLearnMore:hover {
  color: var(--secondary-color);
  text-decoration: none;

}

@media only screen and (max-width: 1200px) and (min-width: 600px) {

  .tabButton,
  .tabButtonActive {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 599px) and (min-width: 200px) {
  .tabButtonDiv {
    width: 100% !important;
  }

  .tabHeader {
    height: fit-content;
    padding: 5px 0px 10px 0px;
  }

  .tabButtonActive {
    padding-bottom: 0% !important;
    border-radius: 15px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 741px) {
  .tabButtonDiv {
    width: 19% !important;
    margin: 0.5%;
  }

  .tabButton,
  .tabButtonActive {
    margin-top: 8px !important;
  }
}

@media only screen and (max-width: 740px) and (min-width: 600px) {
  .tabButtonDiv {
    width: 19% !important;
    margin: 0.5%;
  }

  .tabButton,
  .tabButtonActive {
    font-size: 15px !important;
    word-break: break-word;
    margin-top: 8px !important;
  }
}

/*Product Badge Section*/
.productBadge .zenbasket-logo {
  height: 217px;
  width: 350px;
}

.productBadge .logo-container {
  height: 418px;
  width: 418px;
  background-color: #E8E9EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productBadge .image-container {
  height: 113px;
  width: 113px;
  background-color: #E8E9EB;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

.productBadge .zenbasket-image {
  height: 63px;
  width: 92px;
}

.productBadge .badgeIcon {
  color: #D9D9D9;
  font-size: 18px;
}

.productBadge .badgePoints {
  margin-bottom: 7%;
}

.productBadge .badgeContainer {
  background-color: #005374;
  border-radius: 0px 500px 500px 0px;
  padding: 20px 20px 20px 0px;
  color: white;
}

.productBadge .Branding,
.Ribbons {
  margin-left: -300px !important;
}

.productBadge .productBagdeCircle {
  height: 79px;
  width: 39px;
  border-radius: 0px 1000px 1000px 0px;
  background-color: #FF8519;
}

.productBadge .productBadgeHeading {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.productBadge .productBadgeContent {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.product-arc {
  position: absolute;
  top: 3%;
  right: 88%;
}


@media only screen and (max-width: 1024px) {
  .logo-main {
    width: 52.666667%;
  }

  .badgePoints-main {
    width: 78.333333%;
  }

  .product-arc {
    right: 88% !important;
    top: 7% !important;
  }

  .productBadge .zenbasket-logo {
    height: 148px !important;
    width: 230px !important;
  }

  .productBadge .logo-container {
    height: 318px !important;
    width: 318px !important;
  }

}

@media only screen and (max-width: 990px) {

  .productBadge .Branding,
  .Ribbons {
    margin-left: 0px !important;
  }
}

@media (min-width: 550px) and (max-width: 990px) {

  #productBagdesContent {
    margin: 0px 10px;
  }
}

@media only screen and (max-width: 575px) {
  #productBagdesContent {
    margin: 0px 0px !important;
  }

  .productBadge .badgeContainer {
    padding: 10px 10px 10px 0px;
  }

  .productBadge .custom-class-one {
    width: 10% !important;
  }

  .productBadge .custom-class-two {
    width: 90% !important;
  }

  .productBadge .image-container {
    position: absolute;
    right: 79%;
  }

  .productBadge .badgePoints {
    display: flex !important;
    flex-direction: row !important;
    position: relative;
  }

  .productBadge .badgeDescription {
    padding-left: 17% !important;
  }

  .productBadge .productBadgeHeading {
    font-size: 18px;
  }

  .productBadge .productBadgeContent {
    font-size: 12px;
  }

  .productBadge .image-container {
    height: 80px;
    width: 80px;
  }

  .productBadge .zenbasket-image {
    height: 46px;
    width: 62px;
  }
}


@media only screen and (max-width: 380px) {
  .productBadge .image-container {
    position: absolute;
    right: 75%;
  }

  .productBadge .zenbasket-logo {
    height: 112px !important;
    width: 186px !important;
  }

  .productBadge .logo-container {
    height: 250px !important;
    width: 250px !important;
  }

}



/* Try zenbasket */
.ready {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  place-content: center;
}

.try .col-2 {
  float: right;
}

.try img {
  width: 190px;
  position: relative;
  left: 10px;
  top: -28.3%;
}

.try a {
  background-color: var(--secondary-color);
}

.ready button {
  background-color: var(--secondary-color);
}

.btn {
  white-space: normal !important;
}

@media (min-width: 200px) and (max-width: 600px) {

  .advertiseHeading {
    font-size: 30px !important;
  }
}

/* !Try zenbasket */


/*Plugin Css*/

.pluginButtonInActive {
  width: 90%;
  border: none;
  text-align: left;
  padding: 8px;
  background-color: white;
  color: #005374;
  font-size: 18px;
}

.pluginButtonActive {
  width: 90%;
  border: none;
  text-align: left;
  padding: 8px;
  border-radius: 10px;
  background-color: #005374;
  color: #fff;
  font-size: 18px;
}

.pluginButtonIcon {
  float: right;
  display: none;
}

.pluginCard {
  height: 220px;
  width: 97%;
  align-items: center;
  place-content: center;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pluginButtonDiv {
  align-self: start !important;
  margin-top: 6% !important;
}

.searchBar {
  border: 1px solid #ddd !important;
  width: 90%;
  height: 100%;
}

.searchBarContainer {
  position: relative;
  height: 50px;
  margin-bottom: 3%;
}

.searchBarContainer i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #ddd;
}

.searchBarContainer input {
  padding-left: 30px;
}

.pluginOuterontainer {
  align-items: center;
  place-content: center;
  position: relative;
}

.pluginRightContainer {
  align-self: start;
}

#pluginName {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3%;
}

@media (min-width: 730px) and (max-width: 800px) {
  .pluginButtonDiv {
    margin-top: 9%;
  }
}

@media (min-width: 200px) and (max-width: 959px) {

  .pluginCard {
    width: 100%;
  }

  .searchBar {
    width: 95%;
  }

  .pluginContentDiv {
    align-self: center !important;
  }
}

@media (min-width: 200px) and (max-width: 600px) {

  #pluginCardContainer {

    margin-left: 2% !important;

  }

  .pluginButtonDiv {
    display: none;
  }

  .noResult {
    position: relative !important;
    top: 0% !important;
    left: 0% !important
  }

  .noRes {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
  }
}

.pluginContentDiv {
  margin: 2px;
  width: 68% !important;
}

@media (min-width: 990px) and (max-width: 1215px) {
  .pluginCard {
    height: 290px;
  }
}

.noResult {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.noRes {
  font-size: 20px;
}

.pluginReadMore {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 2px solid #037fb2;
  color: #005374;
}

.pluginReadMore:hover {
  color: #ff881d;
  text-decoration: none;

}

/*Plugin Css*/