/* @dongK custom css by ali */

/* ###################################################################### */

/* @dongK GENERAL, NAV & HEADER styles */

body {
  font-family: "Roboto Flex", sans-serif;
}

.dongColor {
  color: #ffc700 !important;
}

.dongK-nostyle {
  text-decoration: none !important;
}

.btn-dongK {
  background-color: #ffc700 !important;
  border-radius: 30px;
  border: 4px solid #ffda5b !important;
}

.card .btn-dongK {
  width: 100%;
}

.btn-dongK:hover {
  border: 4px solid #d5b547;
}

.btn-dongK-refresh {
  border-radius: 30px;
  background: #2dd1c5;
  border: 1px solid #2dd1c5;
  position: relative;
  top: -2px;
  left: 5px;
}

.dongK-nopt {
  padding-top: 0px !important;
}

.navbar-toggler {
  color: #ffc700 !important;
}

ul.dongK-categories {
  list-style-type: none;
  padding-left: 0px;
}

ul.dongK-categories li a {
  text-decoration: none !important;
  color: var(--bs-body-color);
}

/* @dongK logos */
.dongK-logo {
   max-width: 200px;


}

.newlogo {
  width: 340px;

  @media(max-width:545px) {
    width: 180px;
  }
}



/* @dongK navigation */
.dropdown-menu {
  z-index: 9999;
}

/* @dongK content template */
.dongK-content h1 {
  font-weight: bold;
  font-size: 2rem;
}

.dongK-content ul.dongK-content-ul {
  padding-left: 3rem !important;
}

/* ###################################################################### */

/* @dongK FOOTER */

.dongK-partner {
  font-size: 1.7rem;
}

/* ###################################################################### */

/* @dongK STARTSEITE */

.dongK-switch {
  border-radius: 30px !important;
  color: #000 !important;
}

.dongK-switch.active {
  background-color: #ffc700 !important;
  color: #fff !important;
}

.dongK-pills {
  background-color: #ebebeb;
  display: inline-flex;
  border-radius: 30px;

  @media(max-width:450px) {
    /* width: 100%; */
  }

  li {
    @media(max-width:450px) {
      /* width: 100%; */
    }

    button {
      @media(max-width:450px) {
        /* width: 100%; */
      }
    }
  }
}

.dongK-cards {
  position: relative;
}

button.dongK-loadmore {
  border-radius: 30px;
  border: 3px solid #e9e9e9;
}

/* @dongK Blob */
.blob {
  background: #ff6b6b;
  border-radius: 50%;
  margin: 5px 4px 5px 0px;
  height: 10px;
  width: 10px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.blob {
  background: #ff6b6b;
  border-radius: 50%;
  margin: 5px 4px 5px 0px;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 0 0 rgba(255, 255, 107, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 107, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 107, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 107, 0);
  }
}

.blob2 {
  background: #409b07;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.blob2 {
  background: #409b07;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 0 0 rgba(64, 155, 7, 1);
  transform: scale(1);
  animation: pulsar 2s infinite;
}

@keyframes pulsar {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(64, 155, 7, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(64, 155, 7, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(64, 155, 7, 0);
  }
}

/* @dongK Product Cards */
h5.card-title {
  font-weight: bold;
}

.dongK-price {
  display: inline-block;
  font-weight: bold;
  font-size: 1.7rem;
}

.dongK-countdown {
  display: block;
  color: red;
}

.dongK-time-yellow {
  color: #c79b00;
}

.dongK-time-green {
  color: #18b558;
}

.dongK-soontag {
  font-size: 0.8rem;
  padding: 4px 7px;
  border-radius: 10px;
  position: relative;
  top: -1px;
  display: inline-block;
}

.dongK-soontag-green {
  background-color: #18b558;
  color: #fff;
}

.dongK-soontag-yellow {
  background-color: #c79b00;
  color: #fff;
}

.dongK-soontag-normal {
  background: #e5e5e5;
  color: var(--bs-body-color);
}

/* ###################################################################### */

/* @dongK PRODUKT */

.dongK-pricebox {
  border: 4px solid #d7d7d7;
  border-radius: 20px;
  padding: 25px 20px 20px 30px !important;
}

.dongK-omega {
  display: inline-block;
  float: right;
  position: relative;
  top: 5px;
}

.dongK-omega-card {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 8px;
}

.dongK-omega a {
  text-decoration-style: dotted;
  color: #ff6b6b;
  font-weight: bold;
  font-size: 0.8rem;
}

.dongK-omega-card a {
  text-decoration-style: dotted;
  color: #ff6b6b;
  font-weight: bold;
  font-size: 0.8rem;
}

.dongK-instock {
  background-color: #e7ffd8;
  padding: 2px 5px;
  border-radius: 5px;
  color: #409b07;
  font-weight: bold;
  font-size: 0.8rem;
}

.dongK-shipping {
  display: block;
}

.dongK-table {
  font-size: 0.7rem;
}

.dongK-table th,
.dongK-table td {
  color: #737373;
}

h1.dongK-title {
  font-weight: 800;
}

.dongK-zuschlag {
  color: #737373;
  font-size: 0.8rem;
  line-height: 22px;
}

.dongK-desctitle {
  font-weight: bold;
  font-size: 0.9rem;
  display: block;
}

.dongK-mwst {
  color: #737373;
  font-weight: 300;
  font-size: 0.7rem;
}

/* @dongK GALLERY */
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  align-content: start;
  max-width: 700px;
  margin: 0 auto;
  transition: all 150ms linear;
}

.gallery input[type="radio"] {
  display: none;
}

.gallery label {
  position: relative;
  display: block;
  padding-bottom: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.gallery label:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
}

.gallery .video-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.gallery .video-wrapper {
  position: relative;
  display: inline-block;
}

.gallery video {
  display: block;
  width: 100%;
  height: auto;
}

.gallery .video-play-pause-btn {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center the button */
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.gallery .video-play-pause-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  /* Darken on hover */
}




.gallery img {
  display: none;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 100%;
  transition: all 150ms linear;
}

.gallery video {
  display: none;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 100%;
  transition: all 150ms linear;
}

.gallery input[name="select"]:checked+label+img {
  display: block;
}

.gallery input[name="select"]:checked+label+video {
  display: block;
}

.gallery input[name="select"]:checked+label:before {
  border: 1px solid #000;
}

/* ###################################################################### */

/* @dongK Sticky Add 2 Cart */

.bottomMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  z-index: 1;
  transition: all 0.5s;
  z-index: 9999;
  background: #fff;
  padding: 0px 15px;
  -moz-box-shadow: 0px 0px 10px 2px #d9d9d9;
  -webkit-box-shadow: 0px 0px 10px 2px #d9d9d9;
  box-shadow: 0px 0px 10px 2px #d9d9d9;
  text-align: center;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
}

.dongK-sticky-price {
  font-weight: bold;
}

.dongK-sticky-countdown {
  color: #18b558;
}

.orange-watch-title,
.orange-watch-title .pro-time {
  color: #ff881a;
}

.pro-price {
  display: flex;
}

.flex {
  display: flex;
}

.w-100 {
  width: 100%;
}

.pro-price {
  display: flex;
}

.bottomMenu .dongk-pro-price,
.bottomMenu .dongK-sticky-countdown {
  display: inline-flex;
}

.bottomMenu .dongK-price {
  font-size: var(--bs-body-font-size) !important;
}

.no-product {
  height: 300px;
  align-items: center;
}

.cursor-pointer {
  cursor: pointer;
}

.inkurze-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

/** Custom style added by Nexus**/
.dongK-cards a {
  cursor: pointer;
}

.gray-product {
  opacity: 0.6;
  filter: grayscale(100%);
}

/* category page */




.category-list-part {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  flex-grow: 1;
  width: calc(33.33% - 20px);
}

.category-list-part h3 {
  color: #38444f;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
}

.category-list-part ul {
  list-style-type: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  color: #38444f;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-main-wraper {
  padding: 32px 0;
  min-height: calc(100vh - 482px);
}

.page-main-wraper.login-page-wraper {

  min-height: 100vh;
}



.category-list-part {
  width: calc(50% - 20px);
}

/* new added */
.category-ineer-section .category-list-part li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #212529bf;
}

.category-ineer-section .category-list-part a {
  text-decoration: none;

}

.category-ineer-section .category-list-part h3 {
  font-size: 1.25rem;
}

.category-ineer-section .category-list-part {
  width: calc(50% - 20px);
  box-shadow: 0px 2px 10px #cccccc54;
  border: 1px solid #ccccccb5;
}

@media(max-width:556px) {
  .category-ineer-section {
    display: block;
  }

  .category-ineer-section .category-list-part {
    width: 100%;
    margin-bottom: 10px;
  }
}

.container.container-custom .page-navigation span {
  margin-right: 15px;
  position: relative;
}

.container.container-custom .page-navigation span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");
  position: absolute;
  right: -14px;
  /* top: 7px; */
}

.breadcrumb-item+.breadcrumb-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E") !important;
}

.container.container-custom .page-navigation span:last-child:after {
  display: none;
}

/* @dongK breadcrumb common*/
.container.container-custom li.breadcrumb-item a,
.page-navigation a,
.dongK-bread a {
  color: #212529 !important;
  text-decoration: none !important;
  font-size: 12px !important;
  text-decoration: underline !important;

}

.breadcrumb-item strong {
  font-size: 12px !important;
}

.page-main-wraper.cms-page-wrapper {
  padding: 0;
}

/* login page */
.login-main-box {
  max-width: 330px;
  padding: 1rem;


}

.col-12.login-password-text a,
a.show-password {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.login-main-box .form-control {
  padding: 0.7rem 0.75rem !important;
  background: #fff;
  margin-bottom: 0;
}

/*Hide toogle after category menu in header*/
#dropdownToggle::after {
  display: none;
}

/* ###################################################################### */

/* @dongK media QUERIES */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .md-sm-3 {
    margin-bottom: 30px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .dongK-pright {
    padding: 0px !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .display-4 {
    font-size: 2rem;
  }

  .dongK-soontag {
    margin-bottom: 4px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

.modal-parent {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.overlay-loader {
  top: 50%;
  left: 50%;
  z-index: 11;
  position: fixed;
  margin-top: -24px;
  margin-left: -24px;
}

.cp-spinner {
  width: 48px;
  height: 48px;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  left: calc(50% - 24px);
  margin-top: calc(40% - 24px);
}

.cp-round:before {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px grey;
  border-right: solid 6px grey;
  border-bottom: solid 6px grey;
  border-left: solid 6px grey;
  position: absolute;
  top: 0;
  left: 0;
}

.cp-round:after {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px #26a37c;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  position: absolute;
  top: 0;
  left: 0;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

/* product css */
.card .pro-img {
  position: relative;
  padding-bottom: 100%;
}

.card .pro-img img {
  max-width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filter-select {
  /* width: 100%; */
  margin-bottom: 5px;

  select {
    width: 100%;

    @media(max-width:375px) {
      width: auto;
    }

  }

}

.filter-div {
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;

  @media(max-width:375px) {
    flex-wrap: wrap;
    width: auto;

  }

  .select2-container {
    width: 100% !important;
  }
}

.filter_by_select {
  margin-right: 8px
}

/* Added by Nexus designer on 31/7 for checkout and its summary page*/

.form-control {
  padding: 0.7rem 0.75rem;
  background: #fff;
}

span.control-error {
  color: #dc3545 !important;
  font-size: .875em;
  margin-top: 5px !important;
  display: block;
}

.product-detail-main-box {

  .order-summary {
    .item-detail {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;

      &.tax-part-text {
        border: none;

        label {
          color: #38444F;
        }
      }
    }




  }

  .location-info {
    font-size: 13px;
  }
}


/* end of checkout page */
.checkout-left-part.product-detail-card {
  .form-section-part {
    .address-summary {
      table {
        tr.item-detail {
          border-bottom: 1px solid #cccccc59;

        }
      }


    }
  }
}

#zoid-paypal-buttons-uid_69245ef571_mta6mza6mze {
  min-width: 100% !important;
}

.select2-selection__rendered {
  line-height: 37px !important;
  color: #212529 !important;
}

.select2-selection__placeholder {
  color: #212529 !important;
}

.select2-selection__clear {
  font-size: 20px;
  margin-right: 0 !important;
  padding-left: 12px;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #dee2e6 !important;
}

.select2-selection__arrow {
  height: 34px !important;
}

.img-flag {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.profile-dropdown {
  right: -42px;
  top: 82% !important;
  left: inherit !important;

  background-color: rgb(255, 255, 255);


}

.profile-dropdown a:active {
  background-color: #0d6efd !important;
}

/* alert-container css */
#alert-container {
  top: 8px;
  right: 15px;
  z-index: 100;
  position: fixed;
  font-size: 16px;
}

#alert-container .alert {
  max-width: 400px !important;
  min-height: 45px !important;
  max-height: 100px !important;
}

#alert-container .alert.alert-dismissible .close {
  font-size: 23px;
  padding: 0.3rem 1.25rem;
}

.alert-dismissible a {
  text-decoration: none;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.account-table-content div.action a {
  color: #736c6c !important
}

@media(max-width:1199px) {
  .profile-dropdown {
    top: 96% !important;

  }

}

@media(max-width:620px) {
  .profile-dropdown {
    left: 0 !important;
    right: inherit;

  }
}

div#pills-home {
  .filter-select {
    margin-bottom: 10px;
  }

  @media(max-width:767px) {

    .filter-select,
    .select2-container,
    .filter-select select {
      width: 100% !important;
    }
  }
}

.login-btn {
  padding: 0.375rem 0.75rem;
}

.login-main-box {
  .place-order-btn {
    a {
      color: #c79b00;
      text-decoration:underline;
      cursor: pointer;
      font-weight: 400;
    }
  }

  .login-form-separator {
    a {
        color: #c79b00;
        text-decoration:underline;
        cursor: pointer;
        font-weight: 400;
    }
    .back-button {
        color: #c79b00;
        text-decoration:underline;
        cursor: pointer;
        font-weight: 400;
    }
  }

  .Impressum {
    font-weight: 500;

  }
}

.social-login-btn {
    a {
      color: #000;
      text-decoration:none;
      cursor: pointer;
      font-weight: 400;
    }
  }

.form-control:focus {

  border-color: #ffc107 !important;
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .25) !important;

}

.checkout-page {


  .checkout-inner {
    height: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;


    @media(max-width:1000px) {

      flex-direction: column-reverse;
      max-width: 100%;
      height: auto;

    }

    .leftside {
      height: 100vh;
      background-color: white;
      flex: 2;
      overflow-y: auto;
      padding: 30px;

      @media(max-width:1000px) {

        width: 100%;
        height: auto;

      }

    }

    .dongK-line {
      margin: 1.5rem 0;
      color: #a7a7a7;
    }

    .dongK-checkout-footer {
      list-style: none;
      padding-left: 0px;

      li {
        display: inline-block;
        font-size: .9rem;
        padding: 0px 5px;

        a {
          color: #c79b00;
        }
      }
    }

    select#floatingSelectDisabled {
      position: relative;
      /* appearance: auto !important; */

      &::before {
        float: right;
        content: "url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e)";
        position: absolute;

      }
    }

    .rightside {

      padding: 30px;
      background-color: #fff7de;
      flex: 1;
      z-index: 2;
      border-left: 1px solid #e1e1e1;

      .checkout-right-part-watch {
        background: #FFF;
        padding: 15px;
        text-align: center;
        border: 1px solid #e7e2e2;
        border-radius: 5px;
        margin-bottom: 10px;
        width: 100%;
      }

      @media(max-width:1000px) {


        display: none;
        width: 100%;
        height: auto;
        padding: 20px;




      }
    }
  }
}

.bottom-link {
  a {
    color: #c79b00 !important;
  }
}

.custom-page-wraper {
  padding: 0 !important;
  min-height: 100vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff7de;
  padding: 0 !important;
}

main.page-main-wraper.custom-checkout-wraper {
  padding: 0 !important;
}

.right-bg {
  background-color: #fff7de;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(50% + 500px);
  z-index: 0;

  @media(max-width:1000px) {
    display: none;
  }
}

.checkout-breadcrumb {
  ol {
    li {
      font-size: 13px;

      a {
        color: #212529 !important;
        font-size: 13px !important;
      }

      &::before {
        float: inherit !important;
      }
    }
  }
}

.form-select:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .25);
}

footer {
  .footer-top {
    li {
      a {
        color: #212529bf;

        &:hover {
          color: #212529bf;
        }
      }
    }


  }

  .border-bottom {
    border-bottom: 1px solid #ffffff00 !important;
  }
}


img.login-banner {
  max-width: 250px;
  position: relative;
  top: -5px;
  margin-right: 13px;
}

/* div#navbarsExample09 {
  a#dropdownToggle {
    position: relative;

    &:after {
      display: inline-block;
      position: absolute;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
      top: 45%;
      right: -3px;

    }
  }
} */

.item-total-main {
  margin-top: 1rem;

  .item-detail {
    margin-bottom: 5px !important;
    padding: 0 !important;

    label {
      color: #000;
      font-weight: 700;
      font-size: 0.9rem;

      &.float-right {
        font-weight: 400;
      }

    }



  }
}

.total-part-text {

  span,
  label {

    font-size: 1.2rem !important;
    font-weight: 600 !important;
  }
}

.tax-part-text {
  font-weight: normal !important;
  color: #a5a5a5;
  font-size: 0.8rem;
  padding: 0 !important;
  margin-top: 5px;
}

.dongK-pay {
  border: 1px solid #eee;
  padding: 12px 15px;
  border-radius: 15px;
  font-size: .9rem;

  a {
    color: #c79b00;
  }
}

.dongK-payment {

  border: 1px solid #eee;
  padding: 12px 15px;
  border-radius: 15px;

  .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    /*
    .form-check-input:checked[type=radio] {
      --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
    } */

    .dongK-paypal {
      width: 70px;
      position: relative;
      right: 0px;
      float: right;
      top: 4px;


    }
  }


}

form.custom-form {


  p.dongK-centerp {
    padding: 0px 10%;


  }

  .mt-4.text-end a {
    color: #c79b00;
  }

  .btn-dongK {
    color: #000 !important;
  }
}

.product-detail {
  .img-box {
    img {
      max-width: 100%;
      border-radius: 5px;
      border: 1px solid #dddddd;


    }
  }
}

.dongK-info {
  color: #999999;
  margin-top: 6px;
}


button#checkout-place-order-button {


  border: 4px solid #ffda5b !important;

  @media(max-width:540px) {

    width: 100%;

  }
}

.login-banner-btn {
  font-size: 1.25rem;
}



@media (max-width: 1200px) {
  h1.dongK-heins {
    padding-right: 1.5rem !important;
  }
}

@media (max-width:992px) {
  h1.dongK-heins {
    text-align: center;
  }
}

@media (max-width:576px) {
  .login-banner-btn {
    width: 100%;
  }
}

.region-select {
  .form-control {
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
  }
}


.dongK-showdetails {
  color: #c79b00 !important;
  text-decoration: underline;
}

@media (min-width: 1001px) {
  #toggleSidebarBtn {
    display: none;
  }
}

@media (max-width: 1000px) {
  #toggleSidebarBtn {
    display: block;
    color: black;
    border: none;
    padding: 20px 0px 20px 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #fff;
  }
}

@media(max-width:588px) {

  .paypal-btn-inner {
    width: 100%;
    display: block;
  }

  a.btn.btn-warning.btn-dongK.dropdown-toggle {
    width: 100%;
  }
}

.main-profile-page li {
  list-style: none;
}

.dongK-profile-btn-active {
  color: #FFC700 !important;
}

.dongK-profile-btn {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}

@media(max-width:545px) {

  .profile-table tbody,
  .profile-table td,
  .profile-table tfoot,
  .profile-table th,
  .profile-table thead,
  .profile-table tr {
    display: block;
  }
}

.category-ineer-section .accordion-item {
  border: none;
  width: 100%;
  margin-bottom: 0.5rem;
}

.category-ineer-section .accordion-button::after {
  left: 5px;
  position: absolute;
  width: 1.2rem;
  line-height: 0;
  transform: rotate(-90deg);
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.category-ineer-section .accordion-item a {
  margin-left: 15px;
  text-decoration: none;


}

.category-ineer-section .accordion-button {
  color: rgba(0, 0, 0, .65) !important;

}

.category-ineer-section .accordion-button a {
  font-size: 1rem;
}

.category-ineer-section .accordion-button:not(.collapsed)::after {
  width: 1em;
  line-height: 0;
  transform: rotate(0deg);
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  left: 1px;

}

.category-ineer-section .accordion-item a {
  font-size: .875em;
}

.category-ineer-section .accordion-body ul {
  padding: 0;
  margin: 0;
}

.category-ineer-section .accordion-body {
  padding: 0;

}

.category-ineer-section .accordion-body ul li {
  list-style: none;
  text-align: left;

}

.category-ineer-section .accordion-body ul li a:hover {
  background-color: #ffc720;
  border-radius: 5px;
  color: #000 !important;
}

.category-ineer-section .accordion-body ul li a {

  color: #000;
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1rem;
}


button.accordion-button {
  font-size: 1.1rem;
  font-weight: 600;
  padding: .25rem .5rem;
  color: #212529;
}

.category-ineer-section .accordion-button:not(.collapsed) {
  padding: .5rem .5rem;
  width: auto;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px !important;
  color: #060606 !important;
  background-color: #ffc700;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.category-ineer-section .accordion-button:focus {
  box-shadow: none;
}

.eye-icon {
  position: absolute;
  right: 10px;
  /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Style the icon container */
.icon-container {
  font-size: 50px;
  color: #4caf50;
  /* Green color for success */
}

/* Customize the icon based on the type of alert */
.icon-container i {
  font-size: 80px;
}

/* Title font and color */
.modal-title {
  font-size: 1.25rem;
  font-weight: 500;
}

/* Message font and color */
#alertModalContent {
  font-size: 1.125rem;
  color: #555;
}

/* Center text and icon */
.text-center {
  text-align: center;
}

.category-container {
  min-height: 60vh;
}

.gallery.product_detail_image img {
  margin: 0 auto;
  display: block;
}

.dongK-pill {
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 8px;
  font-size: .6rem;
  display: flex;
  gap: 2px
}

.dongK-pill-product {
  background-color: #eee;
  border-radius: 10px;
  padding: 4px 8px;
  font-size: .9rem;
  display: flex;
  margin-bottom: 2px;
  img{
    height: 16px;
    width: 16px;
  }
}

.dongK-seller-from {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  gap: 4px;
}

.dongK-seller-from-product {
  margin-bottom: 12px;
}

.dongK-immger {
  position: relative !important;
  text-align: center;
}

.dongK-immger img {
  max-width: 100% !important;
}

/* SOLD OUT */
.dongK-sold-layer:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
}

.dongK-sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -50%);
}

.table_custom {
  --bs-table-bg: transparent !important;
  font-size: 0.9rem;
}

.sold-filter {
  -webkit-filter: grayscale(1);
}
img.logo-checkout { width: 250px!important; }

.collapse {
  visibility: visible;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #ffc720;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}
.btn-toggle.hide-toggle::before {
  display: none;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #ffc720;
}

.pagination-link {
  color: inherit;
  text-decoration: inherit;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem !important;
  padding-bottom: .625rem !important;
}

.form-floating>label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  top: 0px;
}

.text-red-500 {
  font-style: normal;
  font-size: .875em;
  color: #dc3545;
}

.form-footer {
  margin-top: 0 !important;
  padding: 0 !important;
}

.add-address-modal .mb-4 {
  margin-bottom: 0 !important;
}

.add-address-modal .form-floating>.form-control,
.add-address-modal .form-floating>.form-control-plaintext {
  padding: 1rem .75rem !important;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem !important;
  padding-bottom: .625rem !important;
}

.delete-btn:hover {
  background-color: transparent !important;
  color: rgb(238, 56, 11) !important;
  outline: none;
}

.delete-btn {
  text-decoration: none !important;
  color: #000 !important;
}

.address-edit:hover {
  background-color: transparent !important;
  color: rgba(36, 90, 241, 0.903) !important;
  outline: none;
}
.checkout-place-order-button{
  background-color: #FFC700;
  color: #fff!important;
  font-weight: 600;
  padding: 10px 32px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}
.address-modal .modal-body-content {
  max-width: 725px !important;
}
.add-address-modal .modal-body-content {
  max-width: 595px !important;
}

.order-add-address-modal .modal-body-content {
  max-width: 895px !important;
}

.donkey-icon{
  display: inline;
}

.item-select{
  width: 100% !important;
}

.range-selector {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  max-width: 450px;
  padding: 1em;
  background: #f9f9f9;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.range-controls {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

input[type="range"] {
  flex: 1;
  accent-color: #3b82f6; /* blue */
}

.step-btn {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 4px;
  background-color: #3b82f6;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.step-btn:disabled {
  background-color: #cbd5e1;
  cursor: not-allowed;
}

.step-btn:hover:not(:disabled) {
  background-color: #2563eb;
}

.bot-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffc700;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bot-button:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.bot-button svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hammer-icon{
  height: 16px;
  width: 16px;
}
.buy-bot-menu{
  display: flex;
}
#alertModal,#countryalertModal{
  z-index: 9999
}