/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .digit-pricing.variant-one {
   color: #000;
}
.digit-pricing-form form,
.digit-pricing-form button {
   margin: 0;
}
.digit-pricing.variant-one .variation-attributes {
  display: flex;
  gap: 2%;
  justify-content: baseline;
  flex-wrap: wrap !important;
}
.digit-pricing.variant-one .variation-attributes label {
  max-width: 100px;
  flex: 0 0 18%;
  color: #999;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
}
@media (max-width: 768px) {
  .digit-pricing.variant-one .variation-attributes label {
     flex: 0 0 31% !important;
  }
}
.digit-pricing.variant-one .variation-attributes input[type=radio],
.digit-pricing.variant-one .variation-attributes select {
  display: none;
}
.digit-pricing.variant-one .variation-attributes input[type=radio] ~ .digit-pricing-attr-box-title {
  transition: .3s;
}
.digit-pricing .variations h4 {
  text-align: left;
}
.digit-pricing.variant-one .variation-attributes input[type=radio] ~ img {
  border: 2px solid #F0F0F0;
  border-radius: 5px;
  padding: 10px 15px;
  transition: .3s;
}
.digit-pricing.variant-one .variation-attributes input[type=radio]:checked ~ .digit-pricing-attr-box-title {
  color: #000 !important;
  word-break: break-all;
}
.digit-pricing.variant-one .variation-attributes input[type=radio]:checked ~ img {
  border-color: #F5A900 !important;
}
.digit-pricing-space-between {
  display: flex;
  justify-content: space-between;
}
.digit-pricing-upper .digit-pricing-left {
   font-size: 15px;
}
.digit-pricing-lower > .digit-pricing-space-between {
   align-items: center;
}
.digit-pricing-lower .digit_single_add_to_cart_button {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-delay: 5s, 10s, 15s, 20s, 25s, 30s;
}
.digit-pricing-lower > .digit-pricing-space-between > div {
   width: 50%;
}
.digit-pricing-lower .digit-pricing-left {
   text-align: left;
}
.digit-pricing-lower .digit-pricing-right {
   text-align: right;
}
.digit-pricing-special-wrap {
  position: relative;
  min-width: 1000px;
  margin-bottom: 20px;
}
.digit-pricing-special-wrap .digit-pricing-special-badge {
  position: absolute;
  left: 10px;
  top: -40px;
  background: transparent linear-gradient(90deg, #E0173C 0%, #FF7214 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 0;
  padding: 5px 30px;
  border-radius: 6px 6px 0 0;
  font: normal normal 800 22px/30px Lato;
  justify-content: center;
  color: #fff !important;
}
@media (max-width: 768px) {
  .digit-pricing-special-wrap .digit-pricing-special-badge {
     left: 50% !important;
     width: 80%;
     top: -35px !important;
     transform: translateX(-50%) !important;
  }
  .digit-pricing-special-wrap .digit-pricing-special-badge img {
     max-height: 25px !important;
  }
}
@media (min-width: 420) and (max-width: 768px) {
  .digit-pricing-special-wrap .digit-pricing-special-badge {
     font: normal normal 800 18px/24px Lato !important;
  }
}
@media (max-width: 420px) {
  .digit-pricing-special-wrap .digit-pricing-special-badge {
     font: normal normal 800 18px/24px Lato !important;
  }
}

.digit-pricing-special-wrap .digit-pricing-special-badge img {
  max-height: 30px;
}
.digit-pricing-special {
   width: 100%;
   background: #f1f1f1;
   margin: 0 auto;
   display: flex;
   position: relative;
   justify-content: space-between;
   align-items: center;
   transition: .3s;
   min-height: 85px;
}
.digit-pricing-special.greyed-out {
  opacity: .33;
}
.digit-pricing-special-loader {
  display: none;
  position: absolute;
  left: 0;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100%;
}
.digit-pricing-special-loader img {
  height: 100%;
}
.digit-pricing-special.greyed-out .digit-pricing-special-loader {
  display: block !important;
}
.digit-pricing-upper {
   padding: 1em;
   background: #f1f1f1;
   border-radius: 1em 1em 1em 1em;
   margin: 50px auto;
   width: 70%;
   text-align: center;
}

.digit-pricing-special .digit-pricing-product img {
   max-width: 50px;
   max-height: 50px;
   border-radius: 4px;
}

.digit-pricing-special .digit-pricing-product {
   position: relative;
   display: flex;
   align-items: center;
   height: 100%;
}
.digit-pricing-price del .amount {
   margin: 0;
}
.digit-pricing-price ins {
   font-size: 1.4em;
}
.digit-pricing-special .digit-pricing-product-info {
   display: inline-block;
   margin-left: 30px;
   text-align: left;
}
.digit-pricing-special .digit-pricing-form {
   min-width: 200px;
   text-align: right;
}
.digit-pricing-special .digit-pricing-product .digit-pricing-title {
   font-weight: bold;
}
.digit-pricing-special .digit-pricing-product-info > span {
   display: block;
}
.digit-bundle-price span.amount {
   font-weight: bold;
   color: #e0173c;
}
.digit-pricing-special .digit-pricing-thumbnail {
   display: inline-block;
   position: relative;
   margin-left: 10px;
}
.digit-pricing-special .digit-pricing-thumbnail .digit-pricing-badge {
   position: absolute;
   bottom: -15px;
   right: -15px;
   background: rgb(255, 222, 0);
   border-radius: 50%;
   padding: 2.5px 5px;
   font-size: 14px;
   color:#fff;
}
.digit-pricing-discount {
   position: relative;
   border-radius: 10px !important;
   width: 100px;
   top: -40px;
   margin: 0 auto;
   text-align: center;
   background-color: #e0173c;
   display: inline-block;
   color: #fff;
   border-radius: 3px;
   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.11);
   font-weight: bold;
   font-size: 26px;
}
.digit-pricing-discount .digit-pricing-discount-loader {
  display: inline-flex;
}
.digit-pricing-discount .digit-pricing-discount-loader img {
  height: 15px;
}
.digit-pricing.variant-one button {
   min-height: auto;
   position: relative;
   color: #fff;
   margin: auto;
   border: 0;
   border-radius: 4px;
   font-weight: bold;
   display: flex;
   outline: none !important;
   line-height: normal;
   align-items: center;
   padding: 0;
}

.digit-pricing-text{
   font-size: 17px;
   margin: 0 10px;
   margin-right: 10px;
   min-width: 200px;
}
.digit-pricing-bulk .digit-pricing-text{
   font-size: 17px;
   margin: 0 10px;
   margin-right: 10px;
   min-width: auto;
}
.digit-pricing-icon img{
   width: 26px;
}
.digit-pricing-icon-special img{
   width: 26px;
}
.digit-pricing-icon-bulk{
   max-width: 20px;
   margin-left: 10px;
}

.digit-pricing-icon-bulk img{
   width: 20px;
}

.digit-pricing-add-to-cart div:first-child {
   background-color: #333;
   height: 100%;
   align-items: center;
   justify-content: center;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
   padding: 10px;
}

.digit-pricing.variant-one button:hover:before {
   visibility: visible;
   opacity: 1;
}

.digit-pricing.variant-one .digit-pricing-special button {
   font-size: 1em !important;
   font-size: 15px !important;
   font-weight: normal !important;
   padding: 10px 10px;
   min-width: 150px;
   justify-content: center;
}

.digit-pricing-icon-special{
   padding-right: 5px;
}

.digit-pricing.variant-one .digit-pricing-special .digit-pricing-form {
   margin-right: 10px;
}
.digit-pricing.variant-one .digit-pricing-trust-icons {
   margin-top: 40px;
   margin-bottom: 35px;
   display: grid;
   grid-template-columns: 33.3% 33.3% 33.3%;
}
.digit-pricing.variant-one .digit-pricing-trust-row {
   display: flex;
   align-items: center;
   font-size: 12px;
   justify-content: center;
}
.digit-pricing.variant-one .digit-pricing-trust-row .digit-pricing-trust-row-icon img {
   width: 25px;
}
.digit-pricing.variant-one .digit-pricing-trust-row .digit-pricing-trust-row-text p {
   margin: 0 !important;
}
.digit-pricing.variant-one .digit-pricing-trust-row {
   flex-direction: column;
   justify-content: center;
}
@media (max-width: 768px) {
   .digit-pricing.variant-one .digit-pricing-lower .digit-pricing-space-between {
       display: block;
    }
    .digit-pricing.variant-one .digit-pricing-lower .digit-pricing-space-between > div {
       width: 100%;
    }
    .digit-pricing.variant-one .digit-pricing-special {
       flex-direction: column;
    }
    .digit-pricing.variant-one .digit-pricing-special .digit-pricing-form {
       margin: 15px auto 0;
       min-width: 275px !important;
    }
    .digit-pricing.variant-one .digit-pricing-trust-row .digit-pricing-trust-row-icon {
       height: 30px;
    }
    .digit-pricing.variant-one .digit-pricing-trust-row .digit-pricing-trust-row-text {
       margin-left: 0px !important;
    }
    .digit-pricing.variant-one .digit-pricing-trust-row {
       justify-content: unset !important;
    }
    .digit-pricing.variant-one .digit-pricing-trust-icons {
       margin: 20px 0 10px 0 !important;
    }
    .digit-pricing.variant-one button {
       margin-top: 10px;
    }
}

@keyframes shake {

  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

label.show-borders {
  border: 1px solid #999;
  text-transform: uppercase;
}

.digit-pricing-variant-three{
  display: flex;
  justify-content: center;
}

.digit-pricing-variant-three-submit{
  white-space: nowrap;
  margin: 0 auto;
}


.digit-pricing-variant-three-inner .woocommerce-Price-amount{
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #000;
}

.border{
  border: 2px solid;
}

.digit-pricing-variant-three-inner{
  display: grid;
}

.digit-pricing-variant-three-text{
  display: block;
}

.digit-pricing-variant-three-disc .woocommerce-Price-amount{
  font-size: 36px;
  font-weight: 700;
}

.digit-pricing-variant-three-regular .woocommerce-Price-amount{
  color: #000 !important;
}

.digit-pricing-special-wrapper .digit-pricing-product .icon{
  background-color: black;
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  color: white;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  width: 40%;
  min-height: 100px;
  padding-right: 20px;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  font-weight: 900;
  word-spacing: 9999px;
  font-size: 23px;
  padding-left: 20px;
}

.digit-pricing-special-wrapper{
  display: flex;
  justify-content: center;
}

.digit-pricing-special-wrapper .digit-pricing-special-wrap img{
  max-width: 70px;
  max-height: 100%;
}

.digit-pricing-variant-three-desc{
  text-align: center;
}

@media (max-width: 768px) {
  .digit-pricing-special .digit-pricing-product{
     padding-top: 20px;
  }
  .digit-pricing-special-wrapper .digit_single_add_to_cart_button{
     margin-bottom: 20px !important;
  }
}

@media (max-width: 1024px) {
  .digit-pricing-special-wrapper .digit-pricing-product .icon{
     display: none;
  }

  .digit-pricing-special-wrap-mobile img{
     width: 35%;
  }
  
  .digit-pricing-special-wrap-mobile-img{
     bottom: -19px;
     position: relative;
     z-index: 1;
  }

  .digit-pricing-special-wrap-mobile{
     display: grid;
     grid-template-columns: 70% 30%;
     align-items: end;
     min-width: 320px;
  }

  .digit-pricing-special-wrap-mobile-desc{
     background-color: #000;
     color: #fff;
     clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
     text-align: left;
     padding: 5px 20px;
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     font-style: normal;
     font-size: 14px;
  }
  .digit-pricing-upper{
     width: 100%;
  }

  .digit-pricing-special-wrapper{
     display: grid;
     justify-content: center;
  }
  .digit-pricing-special-wrap {
     min-width: 100%;
  }

}

@media (max-width: 420px) {
  .digit-pricing-special-wrap-mobile img{
     width: 70%;
  }
  .digit-pricing-discount {
   top: -31px;
}
}

@media (min-width: 1025px) {
  .digit-pricing-special-wrap-mobile{
     display: none;
  }
}

/*Tablet*/
@media (min-width: 800px) and (max-width: 1024px){
  .digit-pricing-special-wrap-mobile {
     min-width: 700px;
}
}

.custom-f-model-main {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   overflow: hidden;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0; /* z-index: 1050; */
   -webkit-overflow-scrolling: touch;
   outline: 0;
   opacity: 0;
   z-index: -1;
   overflow-x: hidden;
   overflow-y: auto;
 }
 
 .f-model-open {
   z-index: 99999;
   opacity: 1;
   overflow: hidden;
 }

 .custom-f-model-main .checkout-button {
   margin: 0 !important;
   width: 100%;
 }
 .custom-f-model-inner {
   -webkit-transform: translate(0, -25%);
   -ms-transform: translate(0, -25%);
   transform: translate(0, -25%);
   display: inline-block;
   vertical-align: middle;
   width: 100%;
   margin: 30px auto;
   max-width: 1000px;
 }
 .custom-f-model-wrap {
   display: block;
   width: 100%;
   position: relative;
   background-color: #fff;
   border: 1px solid #999;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 6px;
   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   background-clip: padding-box;
   outline: 0;
   text-align: left;
   padding: 20px 0 0 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   max-height: calc(100vh - 170px);
    overflow-y: auto;
 }
 .f-model-open .custom-f-model-inner {
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   transform: translate(0, 0);
   position: relative;
   z-index: 999;
   margin: 40px 10px;
 }
 .f-model-open .bg-overlay {
   background: rgba(0, 0, 0, 0.6);
   z-index: 99;
 }
 .bg-overlay {
   background: rgba(0, 0, 0, 0);
   height: 100vh;
   width: 100%;
   position: fixed;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 0;
   -webkit-transition: background 0.05s linear;
   -o-transition: background 0.05s linear;
   transition: background 0.05s linear;
 }
 .close-btn {
   position: absolute;
   right: 10px;
   top: -40px;
   cursor: pointer;
   z-index: 99;
   font-size: 30px;
   color: #fff;
 }
 
 @media screen and (min-width:800px){
    .custom-f-model-main:before {
      content: "";
      display: inline-block;
      height: auto;
      vertical-align: middle;
      margin-right: -0px;
      height: 100%;
    }
 }
 @media screen and (max-width:799px){
   .custom-f-model-inner{margin-top: 45px;}

   .custom-f-model-inner .f-cart-table-content .woocommerce-cart-form__cart-item {
      grid-template-columns: 60px auto auto auto auto !important;
   }

   .custom-f-model-wrap .product-name {
      grid-column: 2 / span 4;
      margin-bottom: 10px;
   }

   .custom-f-model-wrap .product-price {
      grid-column: 2;
      width: 100px;
   }
   .custom-f-model-wrap .product-quantity {
      grid-column: 3;
      padding: 0 10px 0 10px;
   }

   .custom-f-model-wrap .product-subtotal {
      grid-column: 5;
      text-align: left !important;
   }

   .custom-f-model-wrap h2 {
      font-size: 17px !important;
   }
 }
 .custom-f-model-wrap .product-remove > a {
   display: flex;
   justify-content: center;
   width: 40px;
   height: 40px;
   padding: 7.5px;
 }
 .custom-f-model-wrap h2 {
   font-size: 25px;
   font-weight: bold !important;
   color: #000;
   text-transform: uppercase;
   text-align: center;
   margin: 0 !important;
 }
 .custom-f-model-wrap .f-cart-table-content {
   padding: 0 20px;
 }
 .custom-f-model-wrap a.checkout-button {
   box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
   position: sticky;
   bottom: 0;
   left: 0;
   padding: 10px 20px 10px 20px !important;
   background-color: white !important;
 }

 /* preloader */
 @keyframes ldio-rj9vf1kaqjf {
   0% { transform: translate(-50%,-50%) rotate(0deg); }
   100% { transform: translate(-50%,-50%) rotate(360deg); }
   }
   .ldio-rj9vf1kaqjf div {
   position: absolute;
   width: 64px;
   height: 64px;
   border: 6px solid #333333;
   border-top-color: transparent;
   border-radius: 50%;
   }
   .ldio-rj9vf1kaqjf div {
   animation: ldio-rj9vf1kaqjf 0.4854368932038836s linear infinite;
   top: 50px;
   left: 50px
   }
   .loadingio-spinner-rolling-p7eeq8glhvb {
   width: 58px;
   height: 58px;
   display: inline-block;
   overflow: hidden;
   background: none;
   }
   .ldio-rj9vf1kaqjf {
   width: 100%;
   height: 100%;
   position: relative;
   transform: translateZ(0) scale(0.58);
   backface-visibility: hidden;
   transform-origin: 0 0; /* see note above */
   }
   .ldio-rj9vf1kaqjf div { box-sizing: content-box; }

   .digit-instant-cart-preloader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 999;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(255,255,255,.75);
      border-radius: 6px;
   }


/*Skrij kupon*/
.cart-discount.coupon-digit-partnerji-free{
   display: none;
}

/*Spinner*/

.spinner {
   background: #fff;
   height: 100%;
   left: 0;
   opacity: 1;
   position: fixed;
   top: -99999px;
   width: 100%;
   z-index: 150;
}

.spinner .skeleton {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 98;
}

.spinner .logo {
   bottom: 0;
   left: 0;
   margin: auto;
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 99;
   max-width: 200px;
 }

 section:last-child {
   z-index: 33;
   /* margin-bottom: -35px; */
}

/*BULK CSS*/
.header{
   z-index: 333 !important;
 }
.digit-pricing-variant-bulk{
   background-color: transparent;
   border-radius: 20px;
}

.digit-pricing-bulk-heading{
   text-align: center;
   font-size: 50px;
   font-weight: 700;
   padding-top: 30px;
}
.digit-pricing-bulk-subheading-inner{
   text-align: center;
   font-size: 14px;
   font-weight: 700;
   color: white;
   background-color: #000;
   padding: 4px 25px;
   width: fit-content;
   margin: 0 auto;
   margin-bottom: 20px;
   text-transform: uppercase;
}
.digit-pricing-bulk .bulk-variations{
   display: flex;
   justify-content: center;
   gap: 20px;
   width: fit-content;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
   .digit-pricing-bulk .bulk-variations{
      display: block;
      margin: 20px;
      text-align: center;
   }
}

.digit-pricing-bulk .bulk-variations img{
   max-width: 80px;
   border-radius: 10px;
   margin: 10px;
}
.digit-pricing-bulk-lower{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 25px;
   padding-top: 20px;
}
.smaller-font {
   display: block;
}
.hide-on-desktop{
   display: none;
}

@media (max-width: 768px) {
   .digit-pricing-bulk-lower{
      display: grid;
      grid-template-columns: 1fr;
   }
   .digit-pricing-bulk-heading{
      font-size: 30px;
   }
   .hide-on-mobile{
      display: none;
   }
 
   .mobile-green{
    color: #fff;
    border-radius: 6px;
    margin: auto;
    padding: 0 5px;
    font-weight: 700;
   }
   .mobile-white{
      border-radius: 6px;
      margin: auto;
      padding: 0 5px;
      font-weight: 700;
   }
   div.digit-pricing-mobile.hide-on-desktop{
      max-width: 300px;
      margin: 0 auto;
   }
   .hide-on-desktop{
      display: block;
   }

}
.digit-pricing-bulk-item{
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
}
.digit-pricing-bulk-item-inner{
   border-radius: 20px;
   overflow: hidden;
   text-align: center;
   border: 2px solid transparent;
   padding: 3px;
   margin-bottom: 4px;
}
.digit-bulk-img{
   max-width: 300px;
   width: 100%;
   padding: 0 10px;
   margin-top: 20px;
}
.digit-bulk-inner{
   position: relative;
}
/*Image wrapper*/
.digit-bulk-img-wrapper-desktop{
   margin-bottom: 20px;
   background-color: white;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
   border-radius: 20px;
}
.digit-pricing-mobile{
   margin-bottom: 20px;
   background-color: white;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
   border-radius: 20px;
}
.digit-bulk-img-text{
   color: #fff;
   background-color: #000;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 16px;
   font-weight: 700;
}
.digit-hidden{
   visibility: hidden;
}
/*Corner badge*/
.digit-bulk-number{
   position: absolute;
   width: 0;
	height: 0;
	border-top: 65px solid transparent;
	border-right: 65px solid transparent;
   color: white;
   font-weight: 600;
   text-align: center;
   border-top-left-radius: 20px;
}
.digit-bulk-number span {
   position: absolute; 
   top: -65px;
   left: 8px;
   transform: rotate(-45deg);
   font-size: 26px;
 }

/*Discount badge*/
.digit-bulk-discount{
   position: absolute;
   right: 0;
} 

.digit-bulk-discount span{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 80px;
   height: 80px;
   float: right;
   background-color: black;
   border-radius: 50%;
   color: white;
   margin-right: 15px;
   margin-top: 10px;
   font-size: 24px;
}

.digit-pricing-bulk-title{
   font-size: 22px;
   color: #000;
}
.digit-bulk-price{
   margin-bottom: 20px;
}
.digit-bundle-del-price{
   font-size: 18px;
}
.woocommerce-Price-amount:hover{
   color: unset !important;
}
.digit-pricing-bulk-selling-price{
   font-size: 22px;
}
.crn-tekst{
   color: #000;
}
.bel-tekst{
   color: #fff !important;
}


.digit-bulk-add{
   font-size: 18px;
   background-color: #fff;
   width: fit-content;
   margin: 0 auto;
   padding: 5px 25px;
   color: #fff;
   display: inline-block;
   border-radius: 10px;
   vertical-align: middle;
   margin-bottom: 20px;
}

.is-white{
   background-color: #fff;
   color: #000;
}

.is-green {
   background-color: #44AF69 !important;
}

.digit-pricing-bulk-item input[type=radio]:checked +label{
   color: white;
}

/* Hide the radio button input */
.digit-pricing-variant-bulk input[type="radio"]:checked {
   display: none;
}

.digit-bulk-add label{
    display: flex !important;
    align-items: center;
    margin-bottom: 0px;
    padding: 5px;
}

/* Style the label when the radio button is checked */
input[type="radio"]:checked + label::before {
   content: url('../assets/images/check-bulk.svg');
   margin-right: 5px;
   vertical-align: middle; 
   line-height: 0;
}

/* Hide the radio button input */
.digit-pricing-bulk input[type="radio"] {
   display: none !important;
}

/* Style the label when the radio button is checked */
input[type="radio"] + label::before {
   content: url('../assets/images/circle-bulk.svg');
   margin-right: 5px;
   vertical-align: middle; 
   line-height: 0;
}
.small-font {
   font-size: smaller; /* Adjust the font size as needed */
}

.digit-pricing-bulk-button{
   margin: 20px 0;
}

.skrij{
   display: none;
}


.bulk_atc_btn{
   display: flex !important;
   justify-content: center;
   background-color: #FF3535 !important;
   text-align: center;
   width: 95%;
   max-width: 600px;
   display: block;
   margin: 0 auto;
   color: #fff;
   border-radius: 10px;
   padding: 5px;
   align-items: center;
   height: 60px;
   border: none;
}
.bulk_atc_btn-simple{
   display: flex !important;
   justify-content: center;
   background-color: #FF3535 !important;
   text-align: center;
   width: 95%;
   max-width: 600px;
   display: block;
   margin: 0 auto;
   color: #fff;
   border-radius: 10px;
   padding: 5px;
   align-items: center;
   height: 60px;
   border: none;
}
.digit-pricing-bulk-trust-icons{
   display: flex; 
   justify-content: center;
   align-items: flex-start;
   gap: 30px;
   padding-top: 40px;
   padding-bottom: 30px;
}
.digit-pricing-bulk-trust-icons .digit-pricing-trust-row{
   display: flex;
   align-items: baseline;
}
.digit-pricing-bulk-trust-icons .digit-pricing-trust-row-icon{
   width: 30px;
   padding-right: 10px;
}
.digit-bulk-payment-icons{
   max-width: 400px;
}
@media (max-width: 768px) {

   #addToCartButton{
      margin: 0px auto;
   }
   .digit-pricing-bulk-trust-icons{
      gap: 10px;
      margin-top: 20px;
   }
   .digit-pricing-bulk-trust-icons .digit-pricing-trust-row{
      display: inline-block;
      max-width: 100px;
   }
   .digit-pricing-bulk-trust-icons .digit-pricing-trust-row-icon{
      margin: 0 auto;
      width: 25px;
   }
   .digit-pricing-trust-row-text{
      text-align: center;
      font-size: 14px;
   }
   .discount-mobile{
      font-size: 14px;
   }
   .digit-pricing-bulk-selling-price{
      font-size: 14px;
   }
   .digit-bundle-del-price{
      font-size: 14px;
   }
   .digit-bulk-add{
      display: grid;
      grid-template-columns: repeat(3, auto) minmax(20px, 1fr);
      gap: 20px; 
      align-items: center;
      padding: 10px 25px;
      margin-bottom: 0;
   }
   .digit-bulk-add label {
      display: grid;
      grid-template-columns: auto minmax(0px, 1fr);
      gap: 10px;
      align-items: center;
  }
   label{
      margin-bottom: 0px !important;
   }
   .cart{
      width: 100% ;
   }
   .digit-bulk-price {
      margin-bottom: 0;
   }
   form{
      margin-bottom: 0px !important;
   }
   .digit-pricing-bulk-lower{
      gap: 5px;
      margin: 0 auto;
   }
   .digit-pricing-bulk-item-inner{
      display: flex;
      height: 46px;
      align-items: center;
      border-radius: 11px;
      border: 0;
      padding: 0;
      margin-bottom: 0;
      background-color: transparent;
   }
   .digit-pricing-bulk-item-inner:hover{
    background-color: transparent;
    border: 0;
 
   }
   input[type=radio]+label{
      display: flex !important;
      justify-content: end;
      align-items: center;
      line-height: normal;
      font-size: 4px;
   }
   .digit-pricing-bulk-title.hide-on-desktop{
      text-align: center;
   }
   .smaller-font.hide-on-desktop{
      text-align: center;
      color: #000;
   }  
   .woocommerce-Price-amount bdi:hover{
      color: #000;
   }
   del{
      color: #000;
   }
   .digit-pricing-cart-amount{
      font-size: 14px;
      margin-top: 20px;
   }
   .digit-bulk-payment-icons{
      max-width: 320px;
      margin-bottom: 20px;
   }
   .digit-bulk-discount span{
      width: 44px;
      height: 44px;
      font-size: 14px;
   }
   .digit-bulk-img-wrapper{
      position: relative;
   } 
   .digit-pricing-mobile .digit-bulk-number{
      border-top: 50px solid transparent;
      border-right: 50px solid transparent;
      
   }  
   .digit-bulk-number span{
      font-size: 14px;
      top: -43px;
   }

}
.woocommerce-Price-amount bdi:hover{
   color: #000;
}

.digit-pricing-valuta{
   color: #44AF69;
}
.digit-pricing-cart-amount{
   text-align: center;
   font-weight: 700;
}

.digit-bulk-icons{
   margin: 0 auto;
   display: block;
   width: fit-content;
   padding-bottom: 20px;
}

.sticky-add-to-cart--active{
   z-index: 33 !important;
}

.digit-pricing-trust-row-text{
   color: #000;
}

/*CHRISTIAN STICKY ATC*/

.sticky-icon{
   display: inline-block;
   background-color: #333;
   padding: 5px 10px;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
 }

 div.sticky-icon > img{
   max-width: 20px;
}
   
 .sticky-text{
   padding: 0 20px;
   display: inline-block;
 }
   
 .sticky_add_to_cart_button{
   display: flex;
   color: #000;
   padding: 0;
   border: 0;
   align-items: center;
   background-color: #fff !important;
   border-radius: 4px;
   animation: grow-button 4s infinite;
 }
 
 
 .sticky-add-to-cart--active{
    background-color: #FF3B3B !important;
    height: 70px;
   }
   
   .custom_sticky_add_to_cart--container{
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    max-width: 500px;
    height: 70px;
   }
   
   .sticky_add_to_cart{
    background-color: #FFFFFF !important;
    color: #000 !important;
    margin: auto 0;
   }
   
  .alt.button.custom_sticky_add_to_cart--button:before{
    position: relative;
    font-family: "Font Awesome 5 Free";
    content: '\f07a';
    margin-right: 10px;
   }
   
   .remove-icon::before{
    content: none !important;
   }
 
   .button-wrapper{
    display: flex;
    align-items: center;
    border-radius: 10px;
    min-width: 100px;
   }
 
   .slika-loader{
    height: 30px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 15px;
   }
 
   .loading-active{
    display: block;
   }
 
   .alt.button.custom_sticky_add_to_cart--button{
    display: flex;
    align-items: center;
    background-color: #FFFFFF !important;
    color: #000 !important;
    vertical-align: middle;
    border-radius: 10px;
    font-size: 16px;
 
    margin: auto 0;
    margin-right: 10px;
    animation: grow-button 4s infinite;
   }
   
   .custom_sticky_add_to_cart span {
    display: inline-block;
   }
   
   .sticky-add-to-cart--active del span.amount {
    font-size: 13px;
    color: #fff;
    text-decoration: line-through;
    opacity: 1;
   }
   
   .sticky-add-to-cart--active span.woocommerce-Price-amount{
    font-size: 20px;
    color: #fff !important;
   }
   
   .popust-wrapper{
    height: 20px;
   }
   
   .popust{
    color: #fff;
    background-color: #000;
    font-size: 14px;
    text-align: center;
    width: fit-content;
    padding: 0 10px;
    animation: grow-text 4s infinite;
   }
   
   .woocommerce-Price-amount-del{
    opacity: 1 !important;
   }
 
   .custom_sticky_add_to_cart .woocommerce-Price-amount-del bdi{
     text-decoration: line-through;
     opacity: 1;
   }
   .custom_sticky_add_to_cart--price{
    margin-left: 10px;
   }
 
   .loading-inactive{
    display: none !important;
   }
 
   .custom_sticky_add_to_cart a#sticky_add_to_cart{
    white-space: nowrap;
   }
   
   @keyframes grow-text {
    0% {
      transform: scale(1.2);
       }
    10% {
      transform: scale(1);
       }
    90% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
       }
   }
   
   @keyframes grow-button {
    0% {
      transform: scale(1.1);
      }
    10% {
      transform: scale(1);
      }
    90% {
      transform: scale(1);
      }
    100% {
      transform: scale(1.1);
      }
   }
 

/*NOHTI*/
.variant-eight{
   margin: 0 auto;
}
.variation-nohti-outer{
   max-width: 1240px;
   margin: 0 auto;
}
.variation-nohti-outer .digit-pricing-attr-box-title{
   text-transform: capitalize;
   margin: 20px 0;
   font-size: 16px;
   line-height: 16px !important;
   font-family: Roboto;
   font-size: 16px;
   font-weight: 400;
   line-height: 23px;
   letter-spacing: 0em;
   text-align: center;
}
.variation-attributes_nohti {
   display: grid;
   grid-template-columns: repeat(4, 1fr); /* Creates 4 columns with equal width */
   gap: 20px; /* Adjust the gap between items as needed */
}

/* Optional: Adjust the width of each label to fit within the grid */
.variation-attributes_nohti label {
   width: 100%;
   box-sizing: border-box;
   text-align: center;
 
   margin: 0 auto;
}

/* Optional: If you want a responsive grid, you can add media queries */
@media (max-width: 768px) {
   .variation-attributes_nohti {
       grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
   }
   .variation-attributes_nohti label {
      max-width: 150px;
   }
}

.digit-pricing .variations .variation-attributes_nohti label{
   display: flex;
   flex-direction: column;
   width: 280px;
   text-align: center;

}
.variation-attributes_nohti img{
   width: 100%;
}
.variations-nohti .digit-pricing-attr-box{
   display: none;
}
.variations-nohti .atb_nohti{
   margin-bottom: 0;
   margin-right: 0;
}
.digit-pricing .variant-eight input,
.digit-pricing .variant-eight textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

.digit-pricing .variant-eight input[type="nohti-button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.nohti-input-group {
  clear: both;
  position: relative;
  width: 100%;
  display: flex;
  border: 1px solid #000;
}

.nohti-input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: auto;
  width: auto;
  transition: all 300ms ease;
  cursor: pointer !important;
}
@media (min-width: 768px) {
.variations-nohti .button, .variations-nohti button,.variations-nohti fieldset,.variations-nohti input,.variations-nohti select,.variations-nohti textarea{
   text-align: center;
}
input[type=number]{
   margin: 0;
   height: 40px !important;
   border: 1px solid #000 !important;

}
input[type=button]{
   line-height: 35px !important;
}
}
.nohti-input-group {
   display: flex;
   align-items: center;
   height: 40px; /* Set the overall height */
   justify-content: center;
}

.digit-pricing .variant-eight .quantity-field {
   width: 80%;
   box-sizing: border-box;
   height: 100%; /* Ensure the same height for all elements */
}

.nohti-button-minus,
.nohti-button-plus {
   all: unset !important;
   display: flex !important;
   align-items: center !important;
   width: auto;
   font-size: 35px !important; /* Adjust the font size as needed */
   padding: 0 8px !important; /* Adjust the padding as needed */
   cursor: pointer !important;
}

.nohti-cena{
   font-size: 20px;
   font-weight: 700;
   line-height: 23px;
   letter-spacing: 0em;
   text-align: center;
   margin-bottom: 20px;
}

.variations-nohti .atb_nohti {
   display: flex;
   margin-bottom: 0;
   margin-right: 0;
   justify-content: center;
   width: 100% !important;
   font-size: 14px !important;
   border: 1px solid #000 !important;
   height: 40px !important;
   align-items: center;
}

.active-nohti{
   display: flex !important;
}

.inactive-nohti{
   display: none !important;
}
.digit-pricing-add-to-cart-nohti{
   position: fixed;
   max-width: 1240px;
   display: flex;
   width: 100%;
   z-index: 333;
   bottom: 0;
   background-color: #FFEBEC;
   justify-content: center;
}
.variant-eight .digit-pricing-fixed{
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 140px;
   background-color: #FFEBEC;
   display: flex;
   justify-content: center;
   align-items: center;
}
.digit-pricing-cart-contents{
   width: 100%;
   max-width: 1240px;
}
.digit-pricing-cart-list{
   display: flex;
}
.digit-pricing-cart-item{
   display: flex;
}
.digit-pricing-cart-item-image{
   margin-right: 10px;
}
.digit-pricing-cart-item-title{
   margin-right: 30px;
}
.digit-pricing-cart-item-inner{
   font-size: 14px;
   font-weight: 400;
   line-height: 16px;
   letter-spacing: 0em;
   text-align: left;
}
.digit-pricing-text-nohti{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 50px;
   border-radius: 10px;
   background-color: #FF9CA0;
   padding: 15px 70px;
   color: #fff;
   font-size: 18px;
   text-wrap: nowrap;
    margin-bottom: 10px;
}
.digit-pricing-add-to-cart-nohti-gumb{
   text-align: right;
}

[name='quantity']{
   cursor: pointer;
}

.digit-remove{
   position: absolute;
   color: #fff;
   background-color: #000;
   border-radius: 25px;
   width: 15px;
   font-size: 12px;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 15px;
   cursor: pointer;
   margin-left: -5px;
   margin-top: -5px;
}

.digit-green-bar{
   position: fixed;
   text-align: center ;
   bottom: 140px;
   height: 40px;
   line-height: 40px;
   width: 100%;
   background-color: #54BD58;
   color: #fff;
}

.digit-pricing-nohti-wrapper{
   display: block;
}
.digit-pricing-cart-total-nohti{
   text-align: right;
   display: block;
}

/* MOBILE */
.digit-mobile-cart-darken{
   display: none;
}
.digit-nohti-mobile-cart-wrapper{
   display: none;
}


@media (max-width: 768px) {
 .active-nohti-mobile-cart{
   position: fixed;
   top: 50px;
   display: block;
 }
 .variant-eight .digit-pricing-fixed{
   display: none;
 }

 .digit-nohti-mobile-cart{
   position: fixed;
   bottom: 0;
   width: 100%;
   background-color: #FFEBEC;
   display: flex;
   justify-content: center;
   align-items: center;
}
.overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
   display: none; /* Initially hidden */
   z-index: 999; /* Ensure it's above other content */
}

.fixed-div {
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 140px;
   background-color: #FFEBEC;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1000; /* Ensure it's above the overlay */
}
.digit-nohti-mobile-cart-wrapper{
   height: 100px;
   position: fixed;
   justify-content: space-between;
   /* padding: 0 20px; */
   bottom: 0;
   display: block;
   width: 100%;
}
.digit-nohti-mobile-cart{
   justify-content: space-between;
   padding: 0 20px;
}

.digit-pricing-cart-total-nohti{
   text-align: left;
   display: block;
   font-size: 14px;
}
.digit-green-bar{
   bottom: 100px;
}
.digit-pricing-text-nohti{
   height: 30px;
   font-size: 14px;
   padding: 20px 20px;
   text-wrap: wrap;
    margin-bottom: 0px;
}
.digit-nohti-view{
   z-index: 1111;
   text-align: center;
   width: 100%;
   margin-top: 15px;
   font-size: 14px;
   font-weight: bold;
}
.mobile-inactive{
   display: none !important;
}
.mobile-active{
   display: block;
   top: 100px;
   background-color: white;
   left: 20px;
   right: 20px;

   border-radius: 10px;
}
.dark-background {
   display: block;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5); /* Adjust the alpha value to control darkness */
   z-index: 9999; /* Adjust the z-index to make sure it's above other elements */
}
.mobile-total {
   display: flex;
   justify-content: space-between;
   align-items: center; /* Align items vertically */
   border-top: 1px solid #ccc;
   margin-top: 20px;
   padding-top: 20px;
}
.variation-attributes_nohti{
   margin-left: 15px;
   margin-right: 15px;
}
.quantity-field{
   all: unset;
   width: 76px !important;
   height: 100%;
   border: 1px solid black !important;
}
.nohti-input-group input[type='button']{
   display: flex;
   align-items: center;
   width: 50px !important;
   justify-content: center !important;
   padding-bottom: 5px !important;
}
.nohti-input-group{
   border: 1px solid black;
}
.nohti-button-minus, .nohti-button-plus{
   /*padding: 0 !important;*/
   line-height: 35px !important;
}
.mobile-active .digit-pricing-cart-item{
   margin-bottom: 10px;
}

.digit-close-btn{
   border: 1px solid black;
   border-radius: 10px;
   font-size: 14px;
   text-transform: capitalize;
   margin: 0;
}
.mobile-total-right{
   text-align: right;
}
.digit-pay-btn{
   border-radius: 10px;
   font-size: 14px;
   margin: 0;
   text-transform: capitalize;
   background-color: #FF9CA0;
   color: #fff;
}
.digit-pricing-attr-box-title{
   white-space: nowrap;       /* Prevent the title from wrapping onto the next line */
   overflow: hidden;          /* Hide any content that exceeds the container's width */
   text-overflow: ellipsis; 
}
.mobile-cart{
   display: block;
   position: fixed;
   top: 100px;
   background-color: white;
   left: 20px;
   right: 20px;
   padding: 20px;
   border-radius: 10px;
   max-height: calc(100% - 200px); /* Adjust the max height as needed */
   overflow-y: auto;
}
.digit-green-bar{
   font-size: 14px;
}
.digit-mobile-title-outer{
   display: flex;
   justify-content: space-between;
}
.digit-mobile-title{
   margin-bottom: 20px;
   /* font-family: Roboto; */
   font-size: 14px;
   font-weight: 700;
   line-height: 16px;
   letter-spacing: 0em;
   text-align: left;
}
.digit-mobile-close{
   border: 1px solid #000;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    width: 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
#nails-sticky .digit-pricing-add-to-cart-nohti .digit-pricing-cart-contents{
   display: none;
}
#nails-sticky .digit-pricing-add-to-cart-nohti .digit-pricing-nohti-wrapper{
   display: none;
}

}

#nails-sticky{
   position: fixed;
   /* max-width: 1240px; */
   display: flex;
   width: 100%;
   z-index: 333;
   bottom: 0;
   justify-content: center;
   background-color: #FFEBEC;
   height: 140px;
}
.digit-custom-layout-atc label::before {
   content: url('../assets/images/checked-circle-black.svg');
   margin-right: 5px;
   vertical-align: middle;
   line-height: 0;
}

/* Checked state */
.digit-custom-layout-atc input[type="radio"] + label.checked-icon::before {
   content: url('../assets/images/checked-circle-black.svg');
}

.disable-scroll{
   overflow: hidden;
}

/* TOP BAR FP */

.digit-top-bar {
   display: block;
   position: static;
   font-weight: bold;
   background-color: #64FE9E; /* Black background color */
   color: #000000; /* White text color */
   padding: 5px 10px; /* Adjust padding as needed */
   font-size: 14px; /* Adjust font size as needed */
   text-align: center;
 }
 
 .digit-top-timer{
   font-size: 14px;
   border-radius: 4px;
   background-color: #fff;
   padding: 0 10px;
   margin-left: 10px;
 }
 .digit-top-bar img{
   margin-right: 5px;
   max-width: 19px;
 }

 /* bOTTOM */
@keyframes stuckMoveUp {
   0% {
      transform: translateY(100%)
   }

   to {
      transform: translateY(0)
   }
}
.digit-bottom-bar{
   display: block;
   position: fixed;
   bottom: 70px;
   width: 100%;
   font-weight: bold;
   background-color: #64FE9E; /* Black background color */
   color: #000000; /* White text color */
   padding: 5px 10px; /* Adjust padding as needed */
   font-size: 14px; /* Adjust font size as needed */
   text-align: center;
   z-index: 33;
   animation: stuckMoveUp .9s;
}

.digit-bottom-bar img{
   margin-right: 5px;
   max-width: 19px;
}

@media (max-width: 768px) {
   .digit-bottom-bar img{
      width: 5%;
   }
   .digit-top-bar img{
      width: 5%;
   }
}

.active-slika{
   display: block;
}
.inactive-slika{
   display: none;
}

.dig-lightbox {
   /* Default to hidden */
   display: none;
 
   /* Overlay entire screen */
   position: fixed;
   z-index: 999;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   
   /* A bit of padding around image */
   padding: 1em;
 
   /* Translucent background */
   background: rgba(0, 0, 0, 0.8);
 }
 
 /* Unhide the lightbox when it's the target */
 .lightbox-active {
   display: block;
 }
 
 .dig-lightbox span {
   /* Full width and height */
   display: block;
   width: 100%;
   height: 100%;
 
   /* Size and position background image */
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
 }

.close-lightbox{
   position: absolute;
   top: 100px;
   cursor: pointer;
   top: 85%;
   left: 50%;
   z-index: 99;
   font-size: 50px;
   transform: translate(-50%, -50%);
   color: #fff;
   background-color: red;
   padding: 25px 25px;
   border-radius: 25px;
   line-height: 30px;
}

@media (max-width: 768px) {
   .dig-lightbox img.nohti-lightbox{
      width: 90%;
}}

@media (min-width: 1280px) {
   .dig-lightbox img.nohti-lightbox{
      width: 30%;
}}

/* CUSTOM PRODUCZ LAYOUT */
.digit-custom-layout-section-1 .digit-content-wrapper{
   display: flex;
   justify-content: space-between;
   width: 1320px;
   margin: 0 auto;
   gap: 80px;
}
.digit-review-item img{
   border-radius: 20px;
   margin: 0px 1px;
}
.digit-review-stars img{
   width: 16px;
}
.digit-content-wrapper{
   display: flex;
   justify-content: center;
   width: 1060px;
   margin: 0 auto;
   gap: 80px;
}
.digit-custom-layout-section-1{
   padding-top: 40px;
   padding-bottom: 40px;
}
.digit-custom-layout-section{
   padding-top: 120px;
   padding-bottom: 120px;
}
.digit-custom-layout-section.digit-section-5{
   padding-bottom: 60px;
}
.digit-custom-layout-section.digit-section-6{
   padding-bottom: 60px;
}
.digit-custom-layout-section.digit-section-7{
   padding-top: 60px;
}
.digit-col-6{
   width: 50%;
}
.digit-center{
   text-align: center;
}
.digit-punchline{
   max-width: 1320px;
   margin: 0 auto;
   border-radius: 100px;
   height: 80px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 40px;
}
.digit-punchline-text{
   font-size: 26px;
   margin: 0;
}
.digit-col-6 ul,
.digit-col-6 ol {
     margin-left: 1.5em; /* Adjust as needed */
}
.digit-content-wrapper .product-images img{
   border-radius: 20px;
}
.digit-content-wrapper img.attachment-woocommerce_thumbnail{
   border-radius: 10px;
}
.digit-product-title{
   font-size: 38px;
   font-weight: 700;
}
.digit-product-desc{
   width: 500px;
   margin-bottom: 20px;
}
.digit-product-gallery{
   max-width: 600px;
}
.digit-atc-price{
   display: flex;
   gap: 15px;
   margin-bottom: 20px;
   align-items: center;
}
.digit-add-to-cart-reg{
   color: #4F4F4F;
   font-size: 18px;
}
.digit-add-to-cart-sale{
   font-size: 24px;
}
.digit-custom-layout-section-1 .digit-add-to-cart-disc{
   background-color: #FF3535;
   display: flex;
   align-items: center;
   border-radius: 4px;
   font-size: 18px;
   font-weight: bold;
   padding: 9px 9px;
   color: #fff;
   align-self: auto;
}
.digit-custom-layout-section-1 .digit-review {
   display: grid;
   grid-template-columns: 20% 70% 10%;
   width: 500px;
   align-items: flex-start;
   text-align: center;
   border-radius: 10px;
   background-color: #FDFDFD;
   margin-bottom: 20px;
   padding: 20px;
}

.digit-profile {
   grid-column: auto;
   width: fit-content;
}
.digit-profile img {
   width: 80px;
   height: 80px;
   border-radius: 50%; /* This creates a circular shape */
   object-fit: cover; /* Ensures the image covers the entire circle */
}
.digit-review-content {
   grid-column: 2 / 3;
   text-align: start;
   font-style: italic;
}
.digit-stars-wrapper{
   display: flex;
   align-items: center;
   margin-top: 5px;
}
.digit-stars-wrapper img{
   height: 100%;
   margin: 0px 1px;
   width: 14px;
}
.digit-star-count{
   margin-left: 5px;
}
.digit-quotation {
   grid-column: 3 / 4;
   text-align: left;
}
.digit-badge{
   display: grid;
   grid-template-columns: 20% 80%;
   border: 1px solid #000;
   border-radius: 10px;
   padding: 20px;
   width: 500px;
}
.digit-badge-title{
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
}
.digit-badge-content{
   font-size: 12px;
}
.digit-icon-wrapper {
   display: grid;
   grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
   grid-gap: 40px; /* Adjust the gap between items as needed */
}
.digit-icon-item {
   display: flex;
   align-items: center;
   text-align: center;
}
.digit-icon-item img {
   border-radius: 50%; /* Make the image circular */
   max-width: 70px;
}
.digit-icon-item p {
   font-size: 16px; /* Adjust the font size as needed */
   margin-left: 20px;
   text-align: left;
   font-weight: bold;
}
.digit-badge-paragraph{
   margin: 0;
}
.digit-desc{
   max-width: 500px;
   margin-bottom: 40px;
}
.digit-title{
   margin-bottom: 40px;
   font-size: 38px;
   font-weight: 700;
}
.digit-section-2 .digit-title, .digit-section-10 .digit-title{
   margin-bottom: 0px;
}
.digit-custom-layout-section .digit-pricing-upper{
   margin-top: 25px;
}
.digit-center{
   text-align: center;
}
.digit-gap{
   gap: 40px;
}
.digit-icon-big{
   text-align: center;
   max-width: 280px;
   
}
.digit-icon-big:last-child{
   margin-bottom: 0px;
}
.digit-review-wrapper{
   display: flex;
   gap: 80px;
   justify-content: center;
}
.digit-review-item .digit-review-stars{
   display: flex;
   margin-top: 20px;
   margin-bottom: 10px;
   justify-content: center;
}
.digit-review-item{
   text-align: center;
   max-width: 500px;
}
 
/* GALERIJA */
.digit-gallery {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px; 
   max-width: 1060px;
   margin: 0 auto;
}
.digit-left-img img{
   border-radius: 20px;
}
 
.digit-gallery-item {
   position: relative;
   overflow: hidden;
   border-radius: 20px;
}
 
.gallery-item img {
   position: absolute;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
 
 /* ACCORDION */
.digit-accordion {
   color: #444;
   cursor: pointer;
   width: 100%;
   text-align: left;
   border: none;
   outline: none;
   transition: 0.4s;
   margin-bottom: 10px;
   border: none;
   max-width: 1000px;
   margin: 0 auto;
}
 
 /* Style the accordion panel. Note: hidden by default */
.digit-accordion-content {
   background-color: transparent;
   display: none;
   overflow: hidden;
   transition: max-height 0.2s ease-out; /* Add transition for smooth height change */
   font-size: 16px;
}
 
.digit-accordion-title{
   font-size: 18px;
   font-weight: 700;
   display: flex;
   align-items: center;
   justify-content: space-between;
   line-height: 18px;
   margin-bottom: 20px;
}
 
.digit-accordion.active .digit-accordion-content {
  display: block;
   max-height: 2000px; /* Set a maximum height (adjust as needed) */
}
 
.digit-accordion-title:after {
   content: '\00ff0b';
   font-size: 25px;
   color: black;
   float: right;
   margin-left: 5px;
}
 
.digit-accordion-item.open .digit-accordion-title::after {
   content: "\2212"; /* Unicode character for "minus" sign (-) */
}
 
hr{
   border-style: inset;
   border-width: 1px;
   color: #000;
   display: block;
   opacity: 1;
}
 
.digit-icon-title{
   font-weight: bold;
   margin-top: 10px;
}
  
 /* DEFAULT ATC BUTTON */
.digit-add-to-cart .add_to_cart_button.button{
   border-radius: 10px;
   width: 500px;
   padding: 10px 0px;
   margin-bottom: 40px;
}
.digit-slide-gumb{
   border-radius: 10px !important;
   padding: 10px 0px !important;
   width: 500px;
   font-size: 16px;
   display: flex;
   margin-bottom: 40px !important;
   justify-content: center;
   color: #fff;
   align-items: center;
   font-weight: 700;
   height: 60px;
}
.digit-slide-gumb:hover{
   color: #fff;
}

html {
   scroll-behavior: smooth;
}
.digit-section-3 .digit-title,
.digit-section-5 .digit-title,
.digit-section-7 .digit-title{
   margin-bottom: 20px;
}
 /*BULK ADD CUSTOM LAYOUT*/
.digit-bulk-add-custom-layout {
   font-size: 18px;
   background-color: #fff;
   width: fit-content;
   margin: 0 auto;
   padding: 5px 25px;
   color: #fff;
   display: inline-block;
   border-radius: 10px;
   vertical-align: middle;
   margin-bottom: 20px;
}
.digit-custom-layout-section.digit-section-2 .digit-bulk-atc-border{
   width: 1320px;
}
@media only screen and (max-width: 1680px) and (min-width: 432px){
   .digit-custom-layout-atc .digit-pricing-special{
      width: 80%;
   }
   .digit-custom-layout-section-1 .digit-content-wrapper{
      width: auto;
      justify-content: center;
   }
   .digit-punchline-text{
      text-align: center;
   }
   .digit-custom-layout-section.digit-section-2 .digit-bulk-atc-border{
      width: 80%;
   }
   .digit-bulk-add-custom-layout {
      display: grid;
      grid-template-columns: repeat(3, auto) minmax(20px, 1fr);
      gap: 20px;
      align-items: end;
      padding: 10px 25px;
    }

   .digit-custom-layout-section .digit-custom-layout-atc .digit-pricing-bulk-button{
      width: 95% !important;
      min-width: auto !important;
   }
   
}
.digit-custom-layout-section-1 .custom-product-page .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col{
   padding-left: 0 !important;
}
@media only screen and (max-width: 768px) {

   .digit-icon-big{
      margin-bottom: 60px;
   }
   
   .digit-left-img img{
      border-radius: 10px;
   }

   .digit-pricing-bulk-title{
      font-size: 14px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px;
   }
   .digit-bulk-add-custom-layout{
      background-color: transparent;
      margin-bottom: 0 !important;
   }
   .digit-bulk-atc-border{
      padding: 10px !important;
   }
   .digit-custom-layout-section-1 .digit-content-wrapper{
      width: auto;
      display: grid;
   }
   .digit-col-6 {
      width: 100%;
  }
   .digit-custom-layout-section .digit-content-wrapper {
      display: grid;
      width: auto;
      padding-left: 20px;
      padding-right: 20px;
  }
   .digit-product-gallery{
      width: auto;
   }
   .digit-custom-layout-section.digit-section-2 .digit-bulk-atc-border{
      width: auto !important;
   }
   .digit-content-wrapper{
      width: auto;
   }
}

@media only screen and (max-width: 431px) {
   .digit-custom-layout-section.digit-section-10.digit-section-2{
      padding-bottom: 60px;
   }
   .digit-custom-layout-atc input[type="radio"] + label.checked-icon::before {
      content: url('../assets/images/checked-circle-white.svg');
   }
   .digit-custom-layout-section-1 .digit-review{
      width: auto;
   }
   .digit-review-item:last-child{
      margin-top: 40px;
   }
   .digit-atc-price{
      justify-content: center;
   }
   .digit-slide-gumb {
      width: 100%;
   }
   .digit-bulk-add-custom-layout {
     display: grid;
     grid-template-columns: repeat(3, auto) minmax(20px, 1fr);
     gap: 20px;
     width: 100%;
     align-items: end;
     padding: 10px 25px;
   }
   .discount-mobile-custom-layout {
     font-size: 14px;
     color: #fff !important;
   }
   .mobile-white-custom-layout {
     border-radius: 6px;
     margin: auto;
     padding: 0 5px;
     font-weight: 700;
     background-color: white;
   }
   .digit-custom-layout-section-1 {
     padding: 20px;
   }
   .digit-punchline{
     height: auto;
     border-radius: 20px;
     padding: 20px;
     margin-bottom: 20px;
   }
   .digit-punchline-text{
     text-align: center;
     font-size: 20px;
     line-height: 23px;
   }
   .digit-custom-layout-section-1 .digit-content-wrapper{
     display: block;
     width: 100%;
     gap: 0;
   }
   .digit-col-6 {
     width: 100%;
   }
   .digit-content-wrapper .product-images img {
     border-radius: 10px;
   }
   .digit-content-wrapper img.attachment-woocommerce_thumbnail {
     border-radius: 10px;
   }
   .digit-product-desc {
     width: auto;
   }
   .digit-product-title {
     font-size: 28px;
     line-height: 28px;
     font-weight: 700;
     margin-top: 40px;
     margin-bottom: 30px;
   }
   .digit-review {
     width: auto;
     padding: 20px;
   }
   .digit-review-content {
     font-size: 14px;
     line-height: 13px;
     margin-left: 10px;
     line-height: 15px;
   }
   .digit-profile img{
     width: 50px;
     height: 50px;
   }
   .digit-quotation{
     height: 70px;
   }
   .digit-quotation::before{
     font-size: 115px;
     line-height: 100px;
   }
   .digit-badge{
     width: auto;
     grid-template-columns: 30% 70%;
     align-items: flex-start;
     padding: 20px 10px;
   }
   .digit-badge-img img{
     width: -webkit-fill-available;
   }
   .digit-badge-title{
     text-transform: uppercase;
     line-height: 20px;
   }
   .digit-badge-content{
     padding-left: 15px;
   }
   .digit-badge-paragraph{
     line-height: 16px;
     margin-bottom: 0;
   }
   .digit-add-to-cart .add_to_cart_button.button{
      width: 100%;
   }
   .digit-custom-layout-section-1 .digit-content-wrapper{
     display: grid;
     width: auto;
 /*     padding-left: 20px;
     padding-right: 20px; */
   }
   .digit-custom-layout-section .digit-content-wrapper{
     display: grid;
     width: auto;
     padding-left: 20px;
     padding-right: 20px;
   }
   .digit-custom-layout-section{
     padding-top: 60px;
     padding-bottom: 60px;
   }
   .digit-icon-item{
     display: block;
     margin: 0 auto;
   }
   .digit-icon-item p{
     margin-left: 0px;
     text-align: center;
     margin-top: 5px;
   }
   .digit-content-wrapper{
     justify-content: center;
   }
   .digit-title{
      margin-bottom: 30px;
   }
   .digit-icon-title{
     text-transform: uppercase;
     margin-top: 5px;
   }
   .digit-order-1{
     order: 1;
   }
   .digit-order-2{
     order: 2;
   }
   .digit-desc{
     font-size: 16px;
   }
   .digit-title{
     font-size: 28px;
   }
   .digit-mobile-center{
     max-width: 200px;
     margin: 0 auto;
   }
   .digit-review-wrapper{
     display: block;
     margin-right: 20px;
     margin-left: 20px;
     padding-bottom: 40px;
   }
 
   .digit-accordion-wrapper{
     display: block;
     margin-left: 20px;
     margin-right: 20px;
   }
   .digit-gallery {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px;
   }
   .digit-gallery-item:first-child {
     grid-column: span 2; /* Spanning two columns */
 
   }
   .digit-gallery-item:nth-child(4) {
     grid-column: span 2; /* Spanning two columns */

   }
   .digit-gallery-item:nth-child(7) {
     grid-column: span 2; /* Spanning two columns */

   }
   
   .digit-gallery-item:nth-child(4n + 2),
   .digit-gallery-item:nth-child(4n + 3) {
     /* Apply styling for every second row (2nd and 3rd items in each row) */
     /* Add your styles here */
     background-color: #f0f0f0; /* Change background color as needed */
   }
 
   .digit-hide-on-mobile{
     display: none;
   }
   .digit-show-on-mobile{
     display: block !important;
   }
   .digit-margin-bottom{
     margin-bottom: 40px;
   }
   .digit-custom-layout-section .digit-content-wrapper{
     gap: 10px;
   }
   .digit-section-5 .digit-content-wrapper{
     padding-bottom: 0;
   }
   .digit-section-6 .digit-center{
     max-width: 200px;
     margin: 0 auto;
     margin-bottom: 40px;
     padding-top: 40px;
   }
   .digit-custom-layout-section.digit-section-6 {
     padding-top: 0px;
     padding-bottom: 0px;
   }
   .digit-custom-layout-section.digit-section-9 {
     padding-top: 0px;
   }
   .digit-section-7 img{
     margin-bottom: 20px;
   }
   .digit-custom-layout-section .discount-mobile {
     font-size: 14px;
     color: #000 !important;
   }
   .digit-custom-layout-section:last-child{
      padding-bottom: 0px;
   }
   
}
 
.digit-review-item h3{
   font-weight: bold;
}
.digit-hide-on-desktop{
   display: none;
}
 
.digit-section-10 .digit-content-wrapper{
   justify-content: center;
}
 
.digit-custom-layout-section:last-child{
   padding-bottom: 0;
}

/*CUSTOM PRODUCT PAGE BULK ATC */
.digit-custom-layout-section .digit-custom-layout-atc .digit-pricing-bulk-button{
   margin: 0px auto;
   margin-top: 30px;
   width: fit-content;
   min-width: 500px;
}

.digit-custom-layout-section .digit-bulk-add-custom-layout{
   border-radius: 100px;
   min-height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   min-width: 180px;
   margin-bottom: 20px;
}
.digit-custom-layout-section.digit-section-2{
   padding-top: 60px;
   padding-bottom: 60px;
}

.digit-custom-layout-section .digit-bulk-add-custom-layout label{
   margin-bottom: 0;
   display: flex;
   align-items: center;
   gap: 5px;
}
.digit-custom-layout-atc .digit-bulk-discount span{
   display: flex;
   justify-content: center;
   align-items: center;
   color: white;
   border-radius: 4px;
   font-size: 14px;
   line-height: 14px;
   padding: 3px 8px;
   width: auto;
   height: auto;
   font-weight: bold;
   float: left;
   margin-bottom: 3px;
}
.digit-custom-layout-section .woocommerce-Price-amount bdi:hover{
   color: #fff;
}
.digit-custom-layout-atc .digit-bulk-discount{
   position: relative;
   right: auto;
   display: block;
} 

.digit-custom-layout-atc .digit-bulk-qty-text span{
   background-color: #F69B35;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   padding: 2px 7px;
   line-height: 14px;
   border-radius: 4px;
}

.digit-custom-layout-atc .digit-bulk-discount span{
   margin-right: 0px;
}

.digit-custom-layout-atc .digit-bulk-img-wrapper-desktop{
   margin: 20px;
}
.digit-custom-layout-atc .digit-bulk-img{
   border-radius: 20px;
}

.digit-custom-layout-atc .digit-bulk-inner{
   position: absolute;
   margin-left: 10px;
   display: flex;
   flex-direction: column;
}

.digit-custom-layout-atc .digit-bulk-img{
   max-width: 240px;
}

.digit-custom-layout-atc .digit-pricing-bulk-item-inner{
   background-color: #EEEEEE;
}

.digit-custom-layout-atc .digit-pricing-bulk-item input[type=radio]:checked +label{
   color: #000;
}

.digit-custom-layout-atc input[type="radio"]:checked + label::before{
   content: url('../assets/images/checked-circle-black.svg');
}

.digit-custom-layout-atc .digit-pricing-icon-bulk{
   margin-left: 0;
}

.digit-white-text{
   color: white !important;
}

.digit-custom-layout-atc .digit-bundle-del-price-cpl {
   font-size: 18px;
}

.digit-custom-layout-atc .digit-pricing-bulk-selling-price-cpl {
   font-size: 22px;
}

.digit-custom-layout-section .bulk-atc{
   border-radius: 40px;
    padding: 40px;
    width: 100%;
    max-width: 1080px;
}

.digit-custom-layout-section .digit-white-del{
   color: #fff;
}

@media only screen and (max-width: 431px) {
   .digit-custom-layout-section .cart{
      width: 100%;
   }
   .digit-custom-layout-section .digit-bulk-add-custom-layout{
      background-color: unset;
   }
   .digit-custom-layout-section.digit-section-2 .digit-content-wrapper {
      gap: 10px;
      border: unset !important;
  }
  .digit-custom-layout-section.digit-section-10 .digit-content-wrapper {
   gap: 10px;
   border: unset !important;
}
  .digit-custom-layout-section .digit-custom-layout-atc .digit-pricing-bulk-button{
   min-width: unset;
   width: 100%;
  }
  .digit-custom-layout-section .digit-pricing-bulk{
    width: 95%;
    margin: 0 auto;
  }
  .digit-custom-layout-section .digit-custom-layout-atc{
      width: 100%;
  }
  .digit-section-2 .bulk-atc.digit-content-wrapper.digit-gap{
      padding-top: 40px;
      padding-left: 0;
      padding-right: 0;
      display: block;
      background-color: #eee;
      border-radius: 20px;
  }
  .digit-section-10 .bulk-atc.digit-content-wrapper.digit-gap{
   padding-top: 40px;
   padding-left: 0;
   padding-right: 0;
   display: block;
   border-radius: 20px;
}
  .digit-section-2 .digit-title, .digit-section-10 .digit-title {
      margin-top: 15px;
      margin-bottom: 0px;
   }
  .digit-custom-layout-section .bulk-atc{
      border-radius: 0;
  }
  .digit-custom-layout-section .digit-custom-layout-atc .digit-bulk-img {
      max-width: 100%;
   }
   .digit-custom-layout-section .digit-bulk-add-custom-layout{
      justify-content: space-between;
   }
   .digit-custom-layout-section div.digit-pricing-mobile.hide-on-desktop{
      max-width: 100%;
   }
   .digit-custom-layout-atc .digit-pricing-bulk-item-inner{
      background-color: #fff;
   }
   .digit-box-shadow{
      box-shadow: inset 0 0 0 1px #ccc;
   }
   .digit-custom-layout-atc .digit-bulk-add-custom-layout{
      margin-bottom: 0;
   }

   .digit-custom-layout-atc input[type="radio"]:checked + label::before {
      content: url('../assets/images/checked-circle-white.svg') !important;
   }
   .digit-pricing-bulk-lower{
      padding-top: 0;
   }
   .digit-custom-layout-atc .bulk_atc_btn{
      height: 60px;
      align-items: center;
   }
   .digit-pricing-bulk-trust-icons{
      padding-top: 10px;
      padding-bottom: 10px;
   }
   .digit-custom-layout-section .bulk-atc{
      padding: 0px;
   }
   .digit-custom-layout-section.digit-section-2{
      padding-bottom: 0px;
   }
   .digit-custom-layout-atc .digit-pricing-trust-row-text{
      font-size: 12px;
   }
   .digit-custom-layout-section.digit-section-2 .digit-content-wrapper{
      display: block;
      width: 100% !important;
      background-color: #EEEEEE;
   }
   .digit-custom-layout-section.digit-section-10 .digit-content-wrapper{
      display: block;
      width: 100% !important;
      background-color: #EEEEEE;
   }
   .digit-custom-layout-section .digit-icon-item p{
      max-width: fit-content;
   }
}

/* Default hover style for unselected items */
.digit-custom-layout-section .digit-pricing-bulk-item:not(.selected) .woocommerce-Price-amount bdi:hover {
   color: #000; /* Black color on hover */
}

/* Hover style for selected items */
.digit-custom-layout-section .digit-pricing-bulk-item.selected .woocommerce-Price-amount bdi:hover {
   color: #fff; /* White color on hover */
}


