.bundle_shop_wrapper {
    margin: auto;
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper {
  margin: 30px 0px 0px 0px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories_wrapper {
    padding: 0 2%;
  }
}

.bundle_shop_wrapper .own_bundle_hero {
  display: none!important;
  justify-content: center;
  position: relative;
}

.bundle_shop_wrapper .own_bundle_hero .hero_copy {
  text-align: center;
  margin-top: 2%;
  margin-left: 4%;
  max-width: 1260px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .own_bundle_hero .hero_copy {
    margin-left: 0;
    padding: 0px 2%;
    margin: 40px 0px;
  }
}

@media screen and (min-width: 1441px) {
  .bundle_shop_wrapper .own_bundle_hero .hero_copy {
    margin-left: 0;
    margin-top: 2%;
  }
}


.bundle_shop_wrapper .own_bundle_hero .hero_copy .hero_text {
  display: flex;
  flex-direction: column;
}

.bundle_shop_wrapper .own_bundle_hero .hero_copy h1 {
  font-size: 44px;
  font-family: 'HelveticaNow' !important; 
  color: #293647;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .own_bundle_hero .hero_copy h1 {
    font-size: 24px;
    letter-spacing: 0.28px;
    margin: 0;
  }
}

.bundle_shop_wrapper .own_bundle_hero .hero_copy h3 {
    font-weight: bold;
    font-size: 27px;
    font-family: 'HelveticaNow' !important; 
}
@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .own_bundle_hero .hero_copy h3 {
      font-size: 20px;
  }
}

.bundle_shop_wrapper .own_bundle_hero .hero_copy span {
  font-size: 21px;
  font-weight: bold;
  font-family: 'HelveticaNow' !important; 
  letter-spacing: 0.23px;
  line-height: 1.7;
  color: #293647;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .own_bundle_hero .hero_copy span {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.2px;
  }
}

.bundle_shop_wrapper .own_bundle_hero .hero_copy .hero_slider {
  margin: 13px 0px;
  height: 25px;
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .own_bundle_hero .hero_copy .hero_slider {
    display: none;
  }
}

.bundle_shop_wrapper .own_bundle_hero .hero_copy .hero_slider ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  position: relative;
  -webkit-animation: scrollUp 10s ease-in-out infinite normal;
  animation: scrollUp 10s ease-in-out infinite normal;
}


.bundle_shop_wrapper .own_bundle_hero .hero_copy .hero_slider li {
  font-size: 16px;
  color: #008000;
  font-family: 'Apercu Pro';
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bundle_shop_wrapper .own_bundle_hero .hero_copy .hero_slider li i {
    width: 16px;
    margin: 0px 6px;
    background-color: #008000;
}

@keyframes scrollUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper .bundle_shop_categories_title {
  max-width: 1260px;
  margin: auto;
  font-family: 'HelveticaNow';
font-weight: 500;
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper .bundle_shop_categories_title h3 {
    letter-spacing: 0.44px;
    font-size: 35px;
    color: #293647;
    font-family: 'HelveticaNow' !important;
    font-weight: 600;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .bundle_shop_categories_wrapper .bundle_shop_categories_title h3 {
    font-size: 22px;
  }
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper .bundle_shop_categories_title span {
    font-size: 25px;
    line-height: 1.7;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .bundle_shop_categories_wrapper .bundle_shop_categories_title span {
    font-size: 16px;
  }
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper .categories {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 10px auto!important;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .bundle_shop_categories_wrapper .categories {
      margin: 10px -4px;
  }
}


.bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .single_category {
  display: flex;
  flex-direction: column;
  width: calc(100%/7 - 16px);
  cursor: pointer;
  margin: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 #cdcdcd80;
  border: solid 1px #dfe6ee;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .single_category {
    max-width: calc(100%/3 - 12px);
    width: calc(100%/3 - 12px);
    margin: 4px;
  }
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .single_category span {
  text-align: left;
  padding: 10px 11px;
  width: 100%;
  font-size: 14px;
  color: #293647;
  font-weight: bold;
}


@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .single_category span {
    padding: 10px 0px 10px 10px;
    font-size: 12px;
  }
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .single_category .category_image {
  width: 100%;
  height: auto;
}

.bundle_shop_navigation_wrapper {
  text-align: center;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: #fbfbff;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper {
    margin: 0;
    display: none;
  }
}

.bundle_shop_navigation_wrapper .bundle_navigation {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .bundle_navigation {
    background: #fff;
    margin-bottom: 2%;
    border-radius: 10px;
    z-index: 0!important;
  }
}

.bundle_shop_navigation_wrapper .bundle_navigation ul {
    display: flex;
    width: 100%;
    justify-content: center;
    /*border-bottom: 3px solid #A5AFFB;*/
    max-width: 1260px;
    margin: auto;
    margin: 55px 0px 0px 0px; 
    border-top: 3px solid #d8d8d8;
    max-width: 1080px;
    margin: 55px auto 0px auto;
    counter-reset: bundle_step; 
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .bundle_navigation ul {
    margin: 0px 0px 21px 0px;
    border-bottom: 3px solid #d8d8d8;
    border-top: unset;
  }
}

.bundle_shop_navigation_wrapper .bundle_navigation ul li {
    display: inline-flex;
    font-size: 22px;
    font-weight: 500;
    padding: 12px 0px 12px 0px;
    flex: 1;
    color: #c5c5c5;
    position: relative;
    flex-direction: column;
    letter-spacing: 0.28px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .bundle_navigation ul li {
    font-size: 14px;
  }
}

.bundle_shop_navigation_wrapper .bundle_navigation ul li:after {
    counter-increment: bundle_step;
    font-size: 15px;
    display: flex;
    justify-content: center;
    content: "";
    position: absolute;
    top: calc(0% - 11px);
    left: calc(50% - 10px);
    border: 1px solid #c5c5c5;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 0 4px 0 #9b9b9b;
    width: 20px;
    height: 20px;
    z-index: 1;
    align-items: center;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .bundle_navigation ul li:after {
    top: calc(100% - 9px);
  }
}

.bundle_shop_navigation_wrapper .bundle_navigation ul li.active:before {
  content: "";
  border-top: 3px solid #7278ff;
  position: absolute;
  width: 100%;
  top: -5%;
  left: 0;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .bundle_navigation ul li.active:before {
    top: 100%;
  }
}

.bundle_shop_navigation_wrapper .bundle_navigation ul li.active:last-child:before {
    width: 50%;
}

.bundle_shop_navigation_wrapper .bundle_navigation ul li.active:after {
    border: 1px solid #7278ff;
    content: "\f159";
    content: counter(bundle_step);
}

.bundle_shop_navigation_wrapper .bundle_navigation ul li.active {
    color: #787dff;
}

.bundle_shop_navigation_wrapper .bundle_navigation ul li .icon {
    position: absolute;
    top: calc(0% - 68px);
    width: 44px;
    height: 44px;
    background-color: #c5c5c5;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .bundle_navigation ul li .icon {
    display: none;
  }
}



.bundle_shop_navigation_wrapper .bundle_navigation ul li.active .icon {
    background-color: #787dff;
}

.bundle_shop_navigation_wrapper .bundle_navigation ul li span {
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    color: #293647;
    letter-spacing: 0.28px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .bundle_navigation ul li span {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.bundle_shop_navigation_wrapper .bundle_navigation ul li.active span {
    color: #7278ff;
}



.bundle_shop_navigation_wrapper .bundle_navigation nav {
    width: 100%;
}

.bundle_shop_navigation_wrapper .navigation_descriptions {
  display:none!important;
}


.bundle_shop_navigation_wrapper .navigation_description {
  margin: 25px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .navigation_description {
    margin: 14px 0px;
    padding: 1%;
  }
}

.bundle_shop_navigation_wrapper .navigation_description .description {
  width: 30%;
  padding: 18px 22px 28px 22px;
  border-radius: 6px;
  border: solid 2px #7278ff;
  display: flex;
  align-items: center;
  position: relative;
  counter-increment: bundle_steps;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .navigation_description .description {
    font-size: 12px;
    line-height: 17px;
    height: 110px;
    width: 32%;
    padding: 1%;
  }
}

.bundle_shop_navigation_wrapper .navigation_description .description:after {
  content: counter(bundle_steps);
  position: absolute;
  bottom: -18px;
  color: #7278ff;
  font-size: 20px;
  line-height: 0;
  left: 50%;
  transform: translate(-50%);
  border: 2px solid #7378ff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #fff;
} 

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .navigation_description .description:after {
    width: 24px;
    height: 24px;
    font-size: 14px;
    bottom: -12px;
  }
}

.bundle_shop_navigation_wrapper .cta_navigation div {
    margin: 40px 0px 25px 0px;
    font-size: 22px;
    color: #333333;
    line-height: 130%;
    font-family: 'HelveticaNow'; 
    line-height: 130%;
    font-weight: 500;
}

@media screen and (max-width: 780px) {
  .bundle_shop_navigation_wrapper .cta_navigation div {
    margin: 34px 1% 34px 1%;
  }
}

@media screen and (max-width: 780px) {
.bundle_shop_navigation_wrapper .cta_navigation .button {
    font-size: 17px;
    padding: 10px 20px;
}
}

.bundle_shop_selected_wrapper {
  position: sticky;
  top: 0;
  width: 300px;
  background: #fff;
  border: solid 1px #dfe6ee;
  transition: width 300ms linear;
  opacity: 1!important;
  max-height: 100vh;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 0px;
    border: unset;
    background: #dedede90;
    transition: all 300ms linear;
  }
}

.bundle_shop_selected_wrapper.with-menu {
  max-height: calc(100vh - 156px);
}

.admin-bar .bundle_shop_selected_wrapper {
  top: 32px;
  max-height: calc(100vh - 32px);
}

.admin-bar .bundle_shop_selected_wrapper.with-menu {
  max-height: calc(100vh - 188px);
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper {
    flex-direction: column;
  }
}

.bundle_shop_selected_wrapper .bundle_shop_image_wrapper {
    flex: 3;
    border-right: 0.5px solid #eee;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    padding: 8px;
    display: none;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products .bundle_cart_title {
    text-align: center;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products {
  min-height: calc(100%);
  min-width: 300px;
  max-width: 300px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products {
    width: 100%;
    max-width: unset;
    min-width: unset;
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
  }
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products ul {
  margin: 0;
  list-style: none;
  height: calc(100vh - 480px);
  overflow: auto;
  display: flex;
  flex-direction: column;
}


@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products ul {
    flex-direction:  column;
    padding: 10px 20px;
    height: 100%;
  }
}

.add_to_cart_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.add_to_cart_wrapper .button {
   padding: 5px 20px;
  justify-content: center;
  align-items: center;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .actions {
  display: flex;
    justify-content: space-between;
    width: 90%;
    gap: 12px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .actions {
    width: 100%;
    justify-content: center;
    border: solid 1px #f4f7fa;
    background-color: #f6f7ff;
    padding: 20px 23px 29px 20px;
    align-items: center;
  }
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .actions a {
  font-size: 16px;
  padding: 0.5rem 2.3rem;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 20px auto;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .actions a {
    margin: 0px;
    font-size: 18px;
    white-space: nowrap;
    height: max-content;
  }
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .actions a i {
  width: 10px;
  background: #fff;
  height: 10px;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .actions a:hover i {
      background-color: #7278ff!important;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .shipping_info {
  display: flex;
  color: #008000;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #008000;
  background-color: #caffcf;
  width: 94%;
  border-radius: 7px;
  margin: 8px 10px;
  padding: 4px 10px;
  gap: 5px;
  justify-content: center;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .shipping_info {
    position: static;
  }
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .shipping_info .icon {
    background: #008000;
    margin-right: 4px;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .shipping_info.information {
  color: #333;
  margin: 8px 10px;
  text-align: center;
  border-radius: 6px;
  border: solid 1.5px #ff8744;
  background-color: #ffefe0;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 8px 10px;
  font-weight: normal;
  gap: 5px;
  justify-content: flex-start;
}

.bundle_shop_selected_wrapper.closed .bundle_shop_content_wrapper .shipping_info.information {
  display: none;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .shipping_info.information .icon {
    background-color: #333;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .shipping_info.information span {
  max-width: 70%;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .shipping_info.information span {
    max-width: 100%;
  }
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .shipping_info.information strong {
  color: #ff8744;
}
.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .cart_total_wrapper {
  width: 100%;
  padding: 15px;
  border: solid 1px #f4f7fa;
  background-color: #f6f7ff;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .cart_total_wrapper {
    display: none;
  }
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .cart_total {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .cart_total label {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .actions .cart_total label {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }  
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .cart_total > span {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #333;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .cart_total > span {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .cart_total.order_total {
  border-top: 2px solid #dcdcf2;
  padding: 20px 0px;
  margin-top: 20px;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .cart_total.order_total label {
  font-weight: 500;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .cart_total.order_total > span {
  font-weight: 500;
}


.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .actions .cart_total {
  display: none;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .add_to_cart_wrapper .actions .cart_total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin: 0px;
  }
} 

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .cart_total span.free_shipping {
  color: #008000;
  font-weight: 500;
  background-color: #caffcf;
  padding: 2px 9px;
  border-radius: 22px;
}


.bundle_shop_selected_wrapper .title {
  text-align: center;
}

.bundle_shop_selected_wrapper .bundle_shop_image_wrapper .single_product .product_image {
    display: flex;
}



.bundle_shop_selected_wrapper .bundle_shop_selected .bundle_shop_image_wrapper .quantity_selector {
  box-shadow: unset;
  width: fit-content;
  margin: 0;
  height: auto;
}


.bundle_shop_selected_wrapper .bundle_shop_selected .bundle_shop_image_wrapper .quantity_selector a {
  display: none!important;
}

.bundle_shop_selected_wrapper .bundle_shop_selected .bundle_shop_image_wrapper .quantity_selector input[type="text"] {
  background: unset;
  color: #333;border: 1px solid #cecece;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -10px;
  background: #fff!important;
}

.bundle_shop_selected_wrapper .bundle_shop_image_wrapper .single_product {
  position: relative;
  display: block;
  margin-right: 10px;
  padding: 0px 5px;
  border: unset;
  height: max-content;
}

.bundle_shop_selected_wrapper .bundle_shop_image_wrapper .single_product .product_title span {
  display: none;
}


.bundle_shop_selected {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected {
    height: 80vh;
    bottom: 0;
    position: absolute;
    background: #fff;
    border-radius: 25px 25px 0 0;
  }
}

@media screen and (max-width: 780px) {
    .bundle_shop_selected::-webkit-scrollbar {
        display: none
    }
}

.bundle_shop_selected .single_product {
  display: flex;
  position: relative;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 2px solid #f4f7fa;
  gap: 4px 8px;
  display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
}
           
@media screen and (max-width: 780px) {
  .bundle_shop_selected .single_product {
    padding: 20px 5px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px 18px;
    width: calc(100% - 10px);
    flex-direction: row;
  }
} 

.bundle_shop_selected .single_product .product_title {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(300px - 74px);
  grid-column: 2 / 4;
  color: #1a1a1a;
  font-weight: normal;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected .single_product .product_title {
    display: flex;
    margin-left: 0;
    flex-direction: column;
    min-width: calc(100vw - 116px);
  }
}

.bundle_shop_selected_wrapper.closed .bundle_shop_selected .single_product .product_title {
  display: none;
}

.bundle_shop_selected .single_product .product_price {
  flex: 1;
  display: flex;
  grid-column: 2 / 3;
  justify-content: flex-start;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected .single_product .product_price {
    grid-column: 2 / 3;
    grid-row: 2 / 2;
  }
}


.bundle_shop_selected .bundle_shop_image_wrapper .single_product .product_price {
    display: none;
}

.bundle_shop_selected .single_product .product_price .remove_item .urm-times {
    width: 10px;
    height: 10px;
    background-color: #7278ff;
}

.bundle_shop_selected .single_product .product_price .remove_item {
    margin: 3px 3px;
    display: none;
}
.bundle_shop_selected .single_product .product_price .prices .new_price {
  line-height: 1;
  white-space: nowrap;
}

.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products ul::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products ul::-webkit-scrollbar-thumb{
background: #7278FF;
border-radius: 10px;
}
.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products ul::-webkit-scrollbar-thumb:hover{
background: #C2C4FF;
}
.bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products ul::-webkit-scrollbar-track{
background: #F4F7FA;
border-radius: 10px;
box-shadow: inset -10px -10px 0px -30px #F4F7FA;
}

.bundle_shop_selected_wrapper .bundle_shop_image_wrapper::-webkit-scrollbar{
width: 5px;
height: 5px;
}

.bundle_shop_selected_wrapper .bundle_shop_image_wrapper::-webkit-scrollbar-thumb{
background: #7278FF;
border-radius: 10px;
}
.bundle_shop_selected_wrapper .bundle_shop_image_wrapper::-webkit-scrollbar-thumb:hover{
background: #C2C4FF;
}
.bundle_shop_selected_wrapper .bundle_shop_image_wrapper::-webkit-scrollbar-track{
background: #F4F7FA;
border-radius: 10px;
box-shadow: inset -10px -10px 0px -30px #F4F7FA;
}


.bundle_shop_selected .single_product .product_title span {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.36;
}

.bundle_shop_selected .single_product .product_image {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 4px;
  grid-column: 1 / 1;
  grid-row: 1 / 3;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected .single_product .product_image {
    height: auto;
    background: unset;
    display: block;
    width: 50px;
  }
}

.bundle_shop_selected .single_product .quantity_selector {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #333;
  gap: 5px;
  grid-column: 3 / 4;
}

.quantity_selector_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 4px;
  border: solid 1px #dcdcf2;
}


.bundle_shop_selected .single_product .quantity_selector a {
  color: #02196B!important;
  width: 24px;
  height: 21px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 780px) {
  .bundle_shop_selected .single_product .quantity_selector a {
    height: 24px;
  }
}

.bundle_shop_selected .single_product .quantity_selector a:first-child {
  text-align: right;
}

.bundle_shop_selected .single_product .quantity_selector a:last-child {
  text-align: left;
}

.bundle_shop_selected .single_product .quantity_selector a:hover,
.bundle_shop_selected .single_product .quantity_selector a:visited {
  color:#333;
  text-decoration: unset;
}

.bundle_shop_selected .single_product .quantity_selector input[type="text"] {
  text-align: center;
  border: unset;
  font-size: 13px;
  color: #02196B !important;
  min-height: 21px;
  width: 24px;
  height: 21px;
  margin: 0px;
  padding: 0;
  font-weight: bold;
  background-color: unset;
  cursor: unset;
  opacity: 1 !important;
}

.bundle_shop_selected .single_product .quantity_selector a .icon {
  width: 11px;
  height: 11px;
  background-color: #02196B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bundle_shop_selected .single_product .quantity_selector a .icon.urm-trash {
  width: 12px;
  height: 12px;
}

.bundle_shop_selected .single_product .quantity_selector a:first-child:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #dcdcf2;
  position: absolute;
  top: 3px;
  right: 0;
}

.bundle_shop_selected .single_product .quantity_selector a:last-child:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #dcdcf2;
  position: absolute;
  top: 3px;
  left: 0;
}


.bundle_shop {
  margin: auto;
  display: flex;
  min-height: 250px;
}

@media screen and (max-width: 780px) {
  .bundle_shop {
    max-width: 100%;
    margin: 0px 0px 30px 0px;
    flex-direction: column;
  }
}

.bundle_shop .loading {
  max-width: 1080px;

}

.bundle_shop .bundle_message {
  position: fixed;
  bottom: 75px;
  left: 3%;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  width: 94%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.bundle_shop .bundle_message .bundle_message_content {
  border-radius: 22px;
  padding: 5px 20px;
  text-align: center;
  background: #CFF9BB;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 780px) {
  .bundle_shop .bundle_message .bundle_message_content {
    font-size: 13px;
  }
}

.bundle_shop .bundle_message .bundle_message_content .icon {
  background-color: #41B00C;
}

.admin-bar .bundle_shop_categories {
  top: 32px;
}

.bundle_shop_categories {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bundle_shop .bundle_navigation {
  min-width: 215px;
  background-color: #fbfbff;
}

@media screen and (max-width: 780px) {
  .bundle_shop .bundle_navigation{
    position: sticky;
    top: 0;
    z-index:2;
  }

  .admin-bar .bundle_shop .bundle_navigation {
    top:46px;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories {
    background-color: #7278ff;
    margin: 0;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories {
    background-color: #fff;
    border-top: solid 1px #dedede;
  }
}

.bundle_shop_categories nav {
  overflow-x: hidden;
  overflow-y: hidden;
}

.bundle_shop_categories nav::-webkit-scrollbar {
  display: none;
}

.bundle_shop_categories ul {
  list-style: none;
  display: inline-flex;
  margin: 0;
  width: 100%;
  justify-content: left;
  flex-direction: column;
  font-size: 14px;
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; 
}


.admin-bar .bundle_shop_categories ul { 
  max-height: calc(100vh - 72px);
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul {
    overflow: auto;
    height: unset;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories nav {
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #e1e4ff;
    background-color: #f9f9ff;
  }
}

.bundle_shop_categories nav::-webkit-scrollbar {
  display: none;
}

.bundle_shop_categories nav .navigation_title {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  padding: 8px;
  padding-top: 15px;
}


@media screen and (max-width: 780px) {
  .bundle_shop_categories nav .navigation_title {
    display: none;
  }
}

.bundle_shop_categories ul::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul {
    flex-direction: row;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul::-webkit-scrollbar {
    display: none;
  }
}

.bundle_shop_categories ul li {
  display: inline-grid;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li {
    flex: 1;
    padding: 10px 8px;
    min-width: auto;
    max-width: fit-content;
    align-items: center;
  }
}

.bundle_shop_categories ul li a {
  font-family: "HelveticaNow", sans-serif;
  font-weight: 500;
  color: #6b6b6b;
  text-decoration: unset;
  padding: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: unset;
  font-size: 15px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li a {
    font-size: 13px;
    color:#4a4a4a;
    white-space: nowrap;
    padding: 2px 4px;
  }
}

.bundle_shop_categories ul li a .nav_category_image {
  margin-right: 5px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li a .nav_category_image {
    display: none;
  }
}

.bundle_shop_categories ul li a span {
  width: 100%;
}

.bundle_shop_categories ul li.active > a {
  background: #f2f3ff;
  color: #02196b;
  font-weight: bold;
} 

.bundle_shop_categories ul li.active ul li.active > a {
  background: #f2f3ff;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li.active > a {
    font-size: 13px;
    color: #7278ff;
    font-weight: bold;
    border-bottom: 2px solid #7278ff;
    background: unset;
  }

  .bundle_shop_categories ul li.active > a {
    border: 1px solid #7278ff;
    border-radius: 22px;
    padding: 4px 11px;
  }
  
  .bundle_shop_categories ul li.active ul li.active > a {
    border: unset;
    border-bottom: 2px solid #7278ff;
    border-radius: 0;
    padding: 2px 4px;
  }
}

.bundle_shop_categories ul li:hover > a {
  color: #02196b;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li:hover > a {
    color: #7278ff;
    font-weight: bold;
    border-bottom: 2px solid #7278ff;
  }
}

.bundle_shop_categories ul li a i {
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li a i {
    display: none;
  }
}

.bundle_shop_categories ul li.active > a i.sub_icon {
  background-color: #333;
  transform: rotate(90deg);
}

.bundle_shop_categories ul li:hover > a i.sub_icon {
  background-color: #333;
}

.bundle_shop_categories ul li ul {
    display: none;
    margin-left: 8px;
    width: calc(100% - 8px);
}

.bundle_shop_categories ul li.active ul {
  display: inline-flex;
  height: unset;
  margin-left: 28px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li.active ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -8px;
    width: calc(100% + 8px);
    background: #fff;
    padding: 8px 12px;
    box-shadow: 0px 0 0px 1px #dedede;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li ul li {
    border-radius: 7px;
    font-family: "HelveticaNow",sans-serif;
    font-size: 14px;    
    height: 27px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    list-style: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
    flex: unset
  }
}

.bundle_shop_categories ul li ul li a {
  transition: all .1s;
}

@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li ul li a {
    border: unset;
    color: #4a4a4a;
    padding: 6px 6px;
    font-weight: bold;
    font-size: 14px;
  }
}


@media screen and (max-width: 780px) {
  .bundle_shop_categories ul li.active ul li.active > a {
    color: #7278ff!important;
    padding: 6px 6px;
    background: unset;
  }
}


.bundle_shop_categories ul li ul li:hover > a {
  font-weight: 500;
}


.bundle_shop_categories ul li .icon.isset_sub_category {
    display: block;
}

.bundle_shop_categories ul li.active .icon.urm-nextBold {
    display: block;
}

.bundle_shop_categories ul li .icon {
    display: none;
}

.bundle_shop_categories ul li .category_icon {
  display: block;
  width:18px;
  height: 18px;
}

.bundle_shop_categories ul li.active .category_icon {
  background: #02196b;
}

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

  .bundle_shop_categories ul li .icon.isset_sub_category {
      display: none;
  }

  .bundle_shop_categories ul li.active .icon.urm-nextBold {
      display: none;
  }

  .bundle_shop_categories ul li .icon {
      display: none;
  }
}

.bundle_shop_filters {
    margin: 15px 0px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_filters {
    margin:0px;
    background: #fff;
    padding: 1px 0px 1px 0px;
    box-shadow: 0px 0 0px 1px #dedede;
  }
}

.bundle_shop_filters ul {
   margin: 11px;
  white-space: nowrap;
  overflow-y: auto;
}

.bundle_shop_filters ul li {
  border-radius: 7px;
  border: solid 1px #7278ff;
  font-family: "HelveticaNow",sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7278ff;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 5px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_filters ul li {
    height: 27px;
    font-size: 14px;
  }
}

.bundle_shop_filters ul li:hover {
  color: #fff;
  background-color: #7278ff;
}

@media screen and (max-width: 780px) {
  .bundle_shop_filters ul li:hover{
    color:#7278ff;
    background-color: #fff;
  }
}

.bundle_shop_filters ul li:hover a {
    color: #fff;
}

@media screen and (max-width: 780px) {
  .bundle_shop_filters ul li:hover a {
    color:#7278ff;
  }
}

.bundle_shop_filters ul li a {
  text-decoration: unset;
  border-radius: 22.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 15px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_filters ul li a {
    padding: 6px 6px;
    font-size: 13px;
  }
}

.bundle_shop_filters ul li.active {
    color: #fff;
    background-color: #7278ff;
}

.bundle_shop_filters ul li.active a {
  color: #fff;
}

/*-----*/
.bundle_shop_products {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products {
    background-color: #fafafa;
  }
}

.bundle_shop_products .loading {
  height: 80px;
  max-width: unset;
  top: calc(100% - 60px);
}

.bundle_shop_products .loading:before {
  background-color: rgb(239 239 239 / 43%);
}

.ctas_in_list {
  margin: 50px auto;
  max-width: 1040px;
  display: none!important;
}

@media screen and (max-width: 780px) {
  .ctas_in_list {
    padding: 1% 2%;
    margin: 15px 0px;
  }
}

.ctas_in_list .cta {
  display: flex;
  display: none;
  flex-direction: column;
}


.ctas_in_list h2 {
  font-size: 30px;
  letter-spacing: 0.33px;
  color: #293647;
  font-family: 'HelveticaNow' !important;
    font-weight: bold;
}


@media screen and (max-width: 780px) {
  .ctas_in_list h2 {
    font-size: 22px;
  }
}

.ctas_in_list .description {
  font-size: 25px;
  letter-spacing: 0.27px;
  color: #293647;
  line-height: 1.1;
  font-family: 'HelveticaNow';
}

@media screen and (max-width: 780px) {
  .ctas_in_list .description {
    font-size: 16px;
  }
}

.ctas_in_list .cta .trust_signal {
    color: #008000;
    letter-spacing: 0.18px;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: 'HelveticaNow' !important;
    font-weight: bold;
}

.ctas_in_list .cta .trust_signal i {
    margin-right: 6px;
    background-color: #008000;
}


.bundle_shop_products .sortings{
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: #fff;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .sortings {
    position: static;
    top:unset;
    background-color: unset;
    z-index: unset;
  }
}

.admin-bar .bundle_shop_products .sortings{
  top: 32px;
}

@media screen and (max-width: 780px) {
  .admin-bar .bundle_shop_products .sortings {
    position: static;
    top:unset;
    background-color: unset;
    z-index: unset;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .sortings .order_by_select {
    display: none;
  }
}

.bundle_shop_products .sortings .order_by_select .orderby {
    min-width: 200px!important;
}

.bundle_shop_products .sortings .orderby_wrapper {
  padding: 10px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .sortings .orderby_wrapper {
    padding: 0;
    margin: 0;
  }
}

.bundle_shop_products .sortings .orderby_wrapper .quick_orderby .single_quick_orderby a.active {
  background-color: #f9f9f9;
}

.bundle_shop_products .product_list {
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
    max-width: unset;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .product_list {
    background-color: #f6f6f6;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
    max-height: unset;
    padding: 0;
  }
}

.bundle_shop_products .product_list .products_wrapper {
  display: flex;
  flex-direction: column;
  margin: 12px 0px;
}


@media screen and (max-width: 780px) {
  .bundle_shop_products .product_list .products_wrapper {
    background-color: #fff;
  }
}

.bundle_shop_products .product_list .products_wrapper .category_title_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bundle_shop_products .product_list .products_wrapper.disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.bundle_shop_products .product_list .products_wrapper .products {
  gap: 20px 10px;
  padding: 16px 0;
  order: 2;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .product_list .products_wrapper .products {
    margin: 0;
    padding: 0px 10px;
    gap: 18px;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .product_list .products_wrapper .category_title {
    margin: 17px 8px;
  }
}

.bundle_shop_products .product_list .products_wrapper .category_title h2 {
  font-size: 26px;
  font-weight: bold;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 6px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .product_list .products_wrapper .category_title h2 {
    margin: 0;
    font-size: 19px;
  }
}

.bundle_shop_products .product_list .products_wrapper .category_title > span {
  font-size: 26px;
  font-weight: 400;
  color: #1a1a1a;
  font-family: Circular;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .product_list .products_wrapper .category_title > span {
    font-size: 14px;
  }
}

.bundle_shop_products .product_list .products_wrapper .category_title .warning {
  color: red;
  font-size: 12px;
  font-weight: 500;
  margin-left: 2px;
  font-style: italic;
}

.bundle_shop_products .product_list .products_wrapper.disabled .single_product .product_details .item-title {
  cursor: not-allowed;
}

.bundle_shop_products .product_list .products_wrapper.disabled .single_product .product-item-img .quick_add_mobile .quick_add_button {
  cursor: not-allowed;
}

.bundle_shop_products .single_product {
  max-width: 200px;
  position: relative;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product {
    width: calc(33% - 11px);
  }
}

.bundle_shop_products .product_list .products_wrapper.disabled .single_product {
  cursor: not-allowed;
}

.bundle_shop_products .single_product .product-item-img {
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.bundle_shop_products .single_product .product-item-img img {
  border-radius: 6px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img img {
    border-radius: 3px;
  }
}

.bundle_shop_products .product_list .products_wrapper.disabled .single_product .product-item-img {
  cursor: not-allowed;
}

.bundle_shop_products .single_product .product-item-img .video {
  position: absolute;
  bottom: 2%;
  right: 2%;
  background-image: linear-gradient(to right, #7278ff, #c7c9ff);
  border-radius: 49%;
  padding: 4px;
}

.bundle_shop_products .single_product .product-item-img .video .icon {
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.bundle_shop_products .single_product .product_details {
  margin: 14px 0px 4px 0px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product_details {
    margin: 4px 0px;
  }
}

.bundle_shop_products .single_product .product_details .product_ratings {
  display: flex;
  align-items: center;
}

.bundle_shop_products .single_product .product_details .product_ratings .product_review_count {
  font-size: 13px;
  font-weight: 300;
  color: #333;
  line-height: normal;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product_details .product_ratings .product_review_count {
    font-size: 9px;
  }
}

.bundle_shop_products .single_product .product_details .item-title {
  text-decoration: none;
  margin: 4px 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1a1a1a;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product_details .item-title {
    font-size: 11px;
    margin: 4px 0px 0px 0px;
  }
}

.bundle_shop_products .single_product .product_details .product_price .prices {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  color: #2b2d37;
  margin: 3px 0px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product_details .product_price .prices {
    margin: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.bundle_shop_selected .single_product .product_price .prices {
       font-size: 16px;
    display: flex;
    font-weight: bold;
    margin-top: 8px;
    font-weight: 500;
}

.bundle_shop_selected .single_product .product_price .prices .discounted_prices .price {
    margin: 0;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: line-through;
}

.bundle_shop_selected .single_product .product_price .prices .additional_discount .additional_discount_flush {
    display: none;
}

.bundle_shop_selected .single_product .product_price .prices .old_price {
    display: none;
}


.bundle_shop_products .single_product .product_details .product_price .prices .price {
  font-size: 22px;
  margin: 0;
}

.bundle_shop_products .single_product .product_details .product_price .prices .discounted_prices {
  display: flex;
  align-items: center;
}

.bundle_shop_products .single_product .product_details .product_price .prices .discounted_prices .price {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  display: flex;
  flex-direction: column;
  margin: 0;font-size: 18px;
  color: #a6a6a6;
  text-decoration: line-through;
}

.bundle_shop_products .single_product .product_details .product_price .prices .discounted_prices .price del {
  margin-top: -8px;
}

.bundle_shop_products .single_product .product_details .product_price .prices .discounted_prices .additional_discount  .additional_discount_flush {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  border-radius: 16px;
  border: solid 1px #ec9250;
  padding: 1px 11px;
}

.bundle_shop_products .single_product .product_details .product_price .prices .new_price {
  margin: 0px;
  font-weight: 500;
  color: #1a1a1a;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product_details .product_price .prices .new_price {
    font-size: 12px;
  }
}

.bundle_shop_products .single_product .product_details .product_price .prices .old_price {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a6a6a6;
  text-decoration: line-through;
  margin-right: 6px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product_details .product_price .prices .old_price {
    font-size: 10px;
    margin-right: 2px;
  }
}

.bundle_shop_products .single_product .product_details .product_price .prices .additional_discount {
    padding: 0px 0px 4px 0px;
    margin-top: 0px;
}
.bundle_shop_products .single_product .product_details .product_price .prices .additional_discount .additional_discount_flush {
    font-size: 13px;
    line-height: 1.5;
    color: #008000;
    font-weight: bold;
}

.bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  color: #22ba32;
  font-weight: bold;
}

.bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted .icon {
  background: #22ba32;
}


.bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted .new_price {
  font-size: 14px;
  color: #22ba32;
  font-weight: bold;
}



.bundle_shop_products .single_product .product_details .product_price .discount_rate {
  border-radius: 2px;
  border: solid 1px #22ba32;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #22ba32;
  margin: 4px 0px;
  display: none;
  padding: 0px 9px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product_details .product_price .discount_rate {
    border-radius: 2px;
    border: solid 1px #22ba32;
    font-size: 11px;
    line-height: 1.26;
    margin: auto;
    padding: 2px 6px;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product_details .out_of_stock {
    margin: 2px 0px;
  }
}

@media screen and (max-width: 780px){ 
  .bundle_shop_products .single_product .product-item-img {
    height: auto;
    border-radius: 5px;
  }
}

@media screen and (max-width: 780px){ 
  .bundle_shop_products .single_product .product-item-img img{
    border-radius: 5px;
  }
}

.bundle_shop_products .single_product .product-item-img .quick_add {
  display: none;
  position: absolute;
  left: calc(50% - 42.5px);
  bottom: 2%;
  width: 85px;
}

.bundle_shop_products .single_product .product-item-img:hover .quick_add {
  display: block;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img:hover .quick_add{
    display: none;
  }
}

.bundle_shop_products .single_product .product-item-img .quick_add_mobile {
  display: none;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add_mobile {
    position: absolute;
    top: -10px;
    right: -4%;
    width: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 50%;
    margin: auto;
    height: 24px;
    color: #333;
    display: flex;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 #31313133;
    border: solid 1px #dcdcf2;
    background-color: #fff;
    z-index: 1;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add_mobile .quick_add_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add_mobile .quick_add_button .icon {
    width: 12px;
    height: 12px;
    background-color: #02196b;
  }
}
             
.bundle_shop_products .single_product .product-item-img .quick_add .quick_add_button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  background-color: #7278ff;
  width: 85px;
  margin: auto;
  height: 30px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

@media screen and (max-width: 780px) {       
  .bundle_shop_products .single_product .product-item-img .quick_add_button{
    color: #333;
  }
}
              
.bundle_shop_products .single_product .product-item-img .quick_add_button:focus,
.bundle_shop_products .single_product .product-item-img .quick_add_button:hover,
.bundle_shop_products .single_product .product-item-img .quick_add_button:visited {
    color: #fff;
    text-decoration: none;
}

.bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity {
  align-items: center;
  justify-content: center;
  max-width: 50%;
  margin: auto;
  height: 30px;
  background-color: #fff;
  color: #333;
  border-radius: 4px;
  left: calc(50% - 42.5px);
  box-shadow: 0 2px 2px 0 #31313133;
  border: solid 1px #dcdcf2;
  background-color: #fff;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity {
    height: 28px;
    margin: unset;
    left: unset;
    top: -10px;
    right: -4%;
    z-index: 1;
    max-width: 65%;
    z-index: 2;
  }
}

.bundle_shop_products .single_product .product-item-img:hover .quick_add.quick_update_quantity {
  display: none;
}

.bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity input[type="text"] {
  width: 23px;
  padding: 0;
  text-align: center;
  border: unset;
  border-radius: 0;
  min-height: 23px;
  height: 100%;
  margin: 0;
  color: #02196b;
  font-size: 18px;
  font-weight: 500;
  background-color: unset;
  cursor: unset;
  opacity: 1 !important;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity input[type="text"] {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 22px;
  }
}

.bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity input[type="text"]:hover, 
.bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity input[type="text"]:focus {
  background: #00000000;
  box-shadow: unset;
}

.bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a {
  color: #333;
  width: 100%;
  text-decoration: none;
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a {
    text-align: center;
    width: 27px;
  }
}

.bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a:first-child:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #dcdcf2;
  position: absolute;
  top: 4px;
  right: 0;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a:first-child:after {
    height: 16px;
    top: 6px;
  }
}

.bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a:last-child:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #dcdcf2;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a:last-child:after {
    height: 16px;
    top: 6px;
  }
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a:first-child {
    text-align: center;
  } 
}

.bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a:last-child{
  text-align:left;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a:last-child {
    text-align: center;
  } 
}

.bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a .icon {
  width: 13px;
  background-color: #02196b;
  height: 13px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_products .single_product .product-item-img .quick_add.quick_update_quantity a .icon {
    width: 12px;
    height: 12px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  cursor: pointer;
  text-align: center;
  width: 100%;
  /*position: absolute;*/
  top: calc(100% + 20px);
  left: 0;
}

@media screen and (max-width: 780px) { 
  .modal-content.bundle_modal .close {
    display: none;
  }
}

.modal-content.bundle_modal .single_product {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 50px;
}

.modal-content.bundle_modal .single_product .urm-product-gallery {
  position: relative;
}


.modal-content.bundle_modal .single_product .bundle_modal_widget_wrapper {
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 1;
}

.modal-content.bundle_modal .single_product .urm_shipping_details {
  width: fit-content;
}

.modal-content.bundle_modal .single_product .urm_shipping_details > div {
  padding: 10px 9px;
  min-height: unset;
}

.modal-content.bundle_modal .single_product .product_row {
  border: 1px solid #e9e9e9;
  border-width: 0px 0px 1px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  padding: 0px 0px 5px 0px;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_row {
    padding: 0.5rem 1rem;
    margin: 0;
    border: 1px solid #e9e9e9;
    border-width: 1px 0px;
    border-color: #ddd;
  }
}

.modal-content.bundle_modal .single_product .product_row .product-trust_signal {
  margin: 0;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_row:nth-child(2) {
    order:3;
  }
}

.modal-content.bundle_modal .single_product .product_row .single_attribute {
  width: 44%;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_row .single_attribute {
    width: unset;
  }
}

.modal-content.bundle_modal .single_product .product_row .single_attribute label {
  font-size: 15px;
}

.modal-content.bundle_modal .single_product .product-item-img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: fit-content;
  margin:auto;
}

.modal-content.bundle_modal .single_product .product-item-img .slider_buttons {
    list-style: none;
    display: inline-flex;
    margin: 0;
  list-style: none;
  display: inline-flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product-item-img .slider_buttons {
    display: none;
  }
}

.modal-content.bundle_modal .single_product .product-item-img .slider_buttons li {
  width: 50px;
  height: 50px;
  margin: 5px 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content.bundle_modal .single_product .product-item-img .slider_buttons li img {
  width: 45px;
  height: 45px;
}
.modal-content.bundle_modal .single_product .product-item-img .slider_buttons li.active img {
  border: 2px solid #eb52af;
  border-radius: 2px;
  padding: 5px;
}

.modal-content.bundle_modal .single_product .product-item-img .modal_image_slider {
  margin: 0;
  width: 100%;
  position: static;
  max-width: 500px;
}

.modal-content.bundle_modal .single_product .product-item-img img {
  width: 95%;
  height: auto;
}

.modal-content.bundle_modal .single_product .product-item-img .slick-dots li {
  width: 50px;
  height: 50px;
  margin: 5px;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product-item-img .slick-dots li {
    width: 6px;
    margin: 3px 5px;
    height: 6px;
    cursor: pointer;
    background: #000;
    border-radius: 50%!important;
    z-index: 0;
  }
}

.modal-content.bundle_modal .single_product .product-item-img .slick-dots { 
  display: flex !important;
  justify-content: center;
  align-items: center;
  bottom: 0%;
  left: 0%;
  flex-wrap: wrap;
  max-width: 100%;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product-item-img .slick-dots {
    background-color: rgba(167,167,167,0.8);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0);
    flex-wrap: nowrap;
    width: auto;
    margin: 0;
  }
}

.modal-content.bundle_modal .single_product .product-item-img .slick-dots li button {
  display: none;
}

.modal-content.bundle_modal .single_product .product-item-img .slick-dots li.slick-active {
    border: 2px solid #755AF4;
    border-radius: 2px;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product-item-img .slick-dots li.slick-active {
    background: #dedede;
    border: unset;
  }
}

.modal-content.bundle_modal .single_product .product_details {
  flex: 1;
  font-family: "HelveticaNow",sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  margin-top: 10px;
  overflow: auto;
  max-height: 600px;
}

.modal-content.bundle_modal .single_product .product_details .shipping_details div {
  margin: 3px 0px;
}

.modal-content.bundle_modal .single_product .product_details .shipping_details {
  font-family: "HelveticaNow", sans-serif;
  font-size: 14px;
}

.modal-content.bundle_modal .single_product .product_details .shipping_details div.urm-tooltip.bottom {
    margin: 0;
}

.modal-content.bundle_modal .single_product .product_details .item-title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_details .item-title {
    font-size: 18px;
  }
}

.modal-content.bundle_modal .single_product .product_details .out_of_stock {
  font-size: 14px;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_details .out_of_stock {
    font-size: 13px;
    padding: 1px 6px;
    margin-top: 0px;
  }
}

.modal-content.bundle_modal .single_product .product_details .product_price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 3px 0px;
}

.modal-content.bundle_modal .single_product .product_details .product_price .discount_rate {
  border-radius: 2px;
  border: solid 1px #22ba32;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.modal-content.bundle_modal .single_product .product_details .product_price .discount_rate .percent-info {
  font-size: 14px;
  font-weight: 500;
  color: #22ba32;
  text-align: center;
}


.modal-content.bundle_modal .single_product .product_details .product_price .prices .price {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  display: flex;
  flex-direction: column;
  margin: 0;
}


@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_details .product_price .prices .price {
    font-size: 25px;
  }
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_details .product_price .prices .price del {
    font-size: 20px;
  }
}

.modal-content.bundle_modal .single_product .product_details .product_price .prices .price .cart_discounted {
  color: #22ba32;
  font-size: 18px;
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 400;
  margin-top: 5px;
}

.modal-content.bundle_modal .single_product .product_details .product_price .prices .price .cart_discounted ins {
  font-weight: bold;
}

.modal-content.bundle_modal .single_product .product_details .product_price .prices .price .cart_discounted .icon {
  width: 25px;
  height: 25px;
  background: #22ba32;
}


.modal-content.bundle_modal .single_product .product_details .product_price .prices .old_price {
  font-size: 18px;
  color: #a6a6a6;
  text-decoration: line-through;
}

.modal-content.bundle_modal .single_product .product_details .product_price .prices .new_price {
  font-size: 22px;
  font-weight: 500;
  color: #2b2d37;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_details .product_price .prices .new_price {
    font-size: 17px;
  }
}

    .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices {
      display: flex;
      align-items: center;
    }

    .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .price {
      font-size: 22px;
      color: #a6a6a6;
      text-decoration: line-through;
    }
    @media screen and (max-width: 780px) {
      .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .price {
      font-size: 17px;
      }
    }

     .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .additional_discount {
      padding: 0px 0px 0px 8px;
      margin: 0px 0px 0px 8px;
      font-size: 25px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #333;
      font-family: "HelveticaNow", sans-serif;
      border-left: 1px solid #dddddd;
    }


    @media screen and (max-width: 780px) {
     .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .additional_discount  {
      font-size: 22px;
      }
    }
     .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .additional_discount .additional_discount_flush {
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.3;
      letter-spacing: normal;
      color: #2b2d37;
      border-radius: 16px;
      border: solid 1px #ec9250;
      padding: 1px 16px;
      width: fit-content;
    }

    @media screen and (max-width: 780px) {
       .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .additional_discount .additional_discount_flush  {

        font-size: 13px;
      }
    }

    .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .additional_discount .additional_discounted_price {
      line-height: 1.4;
      display: flex;
      align-items: center;
    }


    .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .additional_discount .additional_discounted_price .discount_countdown_time {
        font-size: 16px;
        display: flex;
        align-items: center;
        color: #22ba32;
        margin-left: 8px;
        margin-top: 4px;
    }


    @media screen and (max-width: 780px) {
        .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .additional_discount .additional_discounted_price .discount_countdown_time {
            font-size: 14px;
        }
    }

    .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .additional_discount .additional_discounted_price .discount_countdown_time .icon {
        background-color: #22ba32;
        margin-right: 2px;
        height: 25px;
        width: 25px;
    }
    
    .modal-content.bundle_modal .single_product .product_details .product_price .prices .discounted_prices .additional_discount .additional_discounted_price .discount_countdown_time .remanining_text {
        display: flex;
        flex-direction: column;
        line-height: 1.2;
        margin-left: 4px;
    }







.modal-content.bundle_modal .single_product .product_details .product_short_description {
  font-family: "HelveticaNow", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.modal-content.bundle_modal .single_product .product_details .product_short_description p {
    font-size: 15px;
}

.modal-content.bundle_modal .single_product .product_details .product_short_description ul {
    list-style-image: url("https://cdn.muhiku.com/wp-content/themes/mhtema/inc/icons/ico-list.png");
}

.modal-content.bundle_modal .single_product .product_details .product_short_description li {
  font-size: 16px;
  font-family: "HelveticaNow", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_details .product_short_description li {
    font-size: 15px;
  }
}

.modal-content.bundle_modal .single_product .product_details .product_ratings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modal-content.bundle_modal .single_product .product_details .product_ratings .product_review_count {
  font-size: 14px;
  color: #333;
}


.modal-content.bundle_modal .single_product .product_details .woocommerce-product-details__trust-signals {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-width: 0px;
    margin: 32px 0px;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .product_details .woocommerce-product-details__trust-signals {
    border-width: 1px 0px;
    justify-content: center;
  }
}

.modal-content.bundle_modal .single_product .product_details .woocommerce-product-details__trust-signals .trust-signal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 2px 10px;
    border-radius: 20px;
    background-color: #f6f6fb;
    width: 90px;
    margin-right: 12px;
}

.modal-content.bundle_modal .single_product .product_details .woocommerce-product-details__trust-signals .trust-signal:last-child {
    margin: 0;
}


.modal-content.bundle_modal .single_product .product_details .woocommerce-product-details__trust-signals .trust-signal .icon {
    background: #333792;
    width: 46px;
    height: 46px;
}

.modal-content.bundle_modal .single_product .product_details .woocommerce-product-details__trust-signals .trust-signal .trust_signal_text {
    font-size: 11px;
    color: #333792;
    font-weight: bold;
}

@media screen and (max-width: 780px) {
   .modal-content.bundle_modal .single_product .product_details .woocommerce-product-details__trust-signals .trust-signal .trust_signal_text {
        font-size: 10px;
        color: #333792;
        font-weight: bold;
    }
}

.modal-content.bundle_modal .single_product .quick_add {
  width: 100%;
}

.modal-content.bundle_modal .single_product .quick_add .quick_add_button {
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  background-color: #7278ff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding: 2px 0px;
  display: block;
  color: #fff;
  height: 38px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: -webkit-fill-available;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .single_product .quick_add .quick_add_button {
    font-size: 16px;
  }
}

.modal-content.bundle_modal .single_product .add_wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 15px 0px;
}

.modal-content.bundle_modal .single_product .quick_add.quick_update_quantity {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  background: #fff;
  height: 38px;
  margin-right: 15px;
  color: #333;
  gap: 8px;
  border-radius: 4px;
  border: solid 1px #dcdcf2;
  background-color: #f6f6fb;
}

.modal-content.bundle_modal .single_product .quick_add.quick_update_quantity input[type="text"] {
  text-align: center;
  border: unset;
  font-size: 20px;
  font-weight: 500;
  color: #02196b;
  min-height: 23px;
  width: 20px;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: unset;
  opacity: 1 !important;
}

.modal-content.bundle_modal .single_product .quick_add.quick_update_quantity a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}

.modal-content.bundle_modal .single_product .quick_add.quick_update_quantity a:first-child:after {
  content: '';
  width: 1px;
  height: 31px;
  background: #dcdcf2;
  position: absolute;
  top: 5px;
  right: 0;
}

.modal-content.bundle_modal .single_product .quick_add.quick_update_quantity a:last-child:after {
  content: '';
  width: 1px;
  height: 31px;
  background: #dcdcf2;
  position: absolute;
  top: 5px;
  left: 0;
}

.modal-content.bundle_modal .single_product .quick_add.quick_update_quantity a .icon {
  width: 12px;
  height: 12px;
  background-color: #02196b;
}

.modal-content.bundle_modal .single_product .quick_add a:visited,
.modal-content.bundle_modal .single_product .quick_add a:hover,
.modal-content.bundle_modal .single_product .quick_add a:focus {
  color: #fff;
  text-decoration: unset;
}

.modal-content.bundle_modal {
  width: 65%!important;
  overflow-y: unset!important;
  border-radius: 25px;
  overflow: auto;
  align-items: flex-start;
  max-width: 990px;
  padding: 80px 32px 32px 32px;
}

.modal-content.bundle_modal .mobile_header {
  display: none;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal {
    width: 100%!important;
    height: 100%;
    z-index: 999999;
    padding: 0!important;
    justify-content: flex-start!important;
    align-items: flex-start!important;
    flex-direction: column;
    border: unset!important;
  }

  .modal-content.bundle_modal .single_product {
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
    display:block;
  }

  .modal-content.bundle_modal .single_product .product_details {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    max-height: unset;
  }

  .modal-content.bundle_modal .single_product .quick_add {
    display: flex;
    order: 2;
    height: 45px;
    align-items: center;
  }

  .modal-content.bundle_modal .single_product .product-item-img {
    width: 100%;
    display: block;
  }

  .modal-content.bundle_modal .single_product .product-item-img img{
    width: 100%;
  }

  .modal-content.bundle_modal .single_product .add_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    box-shadow: 0px 14px 17px 5px #545454;
    margin-top: 0;
    flex-direction: row;
    gap: 10px;
    padding: 10px 17px;
    margin: 0;
    z-index: 1;
  }

  .modal-content.bundle_modal .single_product .quick_add.quick_update_quantity {
    order: 1;
    margin: 0;
    gap: 8px;
  }

  .modal-content.bundle_modal .mobile_header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 45px;
    background: unset;
    margin: 0;
    color: #fff;
    width: 100%;
    position: relative;
  }

  .modal-content.bundle_modal .mobile_header .close {
    right: 18px;
    top: calc(50% - 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
  }

  .modal-content.bundle_modal .mobile_header .modal_title {
    flex: 1;
    width: 100%;
    font-family: "HelveticaNow", sans-serif;
    font-weight: 500;
    font-size:16px;
  }


}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal {
    max-height: 85vh;
    overflow: auto;
    bottom: 0;
    position: absolute;
    border-radius: 25px 25px 0 0;
  }
}

.modal-content.bundle_modal .close {
  cursor: pointer;
  z-index: 8;
  position: absolute;
  top: 3%;
  right: 2%;
  border: 1px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .close {
    display: none;
  }
}

.modal-content.bundle_modal .close:before {
  background: url(https://cdn.muhiku.com/wp-content/themes/mhtema/inc/icons/urm-times.svg) no-repeat;
  content: '';
  width: 18px;
  height: 18px;
  background-size: contain;
}

@media screen and (max-width: 780px) {
  .modal-content.bundle_modal .mobile_header .modal_title {
    display: none;
  }
}

.bundle_shop_wrapper .cart_icon {
  display: flex;
  position: fixed;
  bottom: 3%;
  right: 1%;
  background-color: #1db954;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "HelveticaNow",sans-serif;
  cursor: pointer;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.5), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 3;
}


@-webkit-keyframes header-heartbit {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  25% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .1
  }
  50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .3
  }
  75% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .5
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes header-heartbit {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  25% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .1
  }
  50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .3
  }
  75% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .5
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.cart_icon .header-heartbit {
  -webkit-animation: header-heartbit 1s ease-out;
  animation: header-heartbit 0.7s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 80px;
  height: 80px;
  border: 4px solid #1db954;
  border-radius: 50%;
  position: absolute;
}

.bundle_shop_wrapper .cart_icon .icon {
    width: 28px;
    height: 28px;
}

.bundle_shop_wrapper .cart_icon span {
  position: absolute;
  top: 1%;
  left: 70%;
  font-weight: bold;
  letter-spacing: 0.2px;
  font-size: 16px;
  background: #1db954;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bundle_shop_selected_bottom_navigation {
  display: none!important;
  position: sticky;
  top: 0;
  max-width: 300px;
  min-width: 300px;
  background: #fff;
  border: solid 1px #dfe6ee;
  display: flex;
  transition: opacity 300ms linear;
  opacity: 1!important;
  max-height: 100vh;
  flex-direction: column;
}

.admin-bar .bundle_shop_selected_bottom_navigation {
  top: 32px;
  max-height: calc(100vh - 32px);
}

.bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper .single_product {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-bottom: 2px solid #f4f7fa;
}

.bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper .single_product .product_image {
  width: 52px;
  border-radius: 4px;
}

.bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper .single_product .product_title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper .single_product .product_title span {
  font-size: 14px;
  line-height: 1.36;
  color: #1a1a1a;
}


.cart_navigation_title {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  padding: 12px 8px;
  align-items: center;
  border-bottom: 2px solid #f4f7fa;
  cursor: pointer;
  position: relative;
}


@media screen and (max-width: 780px) {
  .cart_navigation_title {
    padding: 14px 20px;
  }
}

.cart_navigation_title .numberofElementOnCart {
  display: none;
}

.closed .cart_navigation_title .numberofElementOnCart {
  position: absolute;
  bottom: 0;
  right: 40%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: solid 1px #fff;
  background-color: #e1e4ff;
  color: #02196b;
  font-size: 13px;
}

.cart_navigation_title span {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
}

.cart_navigation_title i {
  min-width: 35px;
  height: 35px;
  transition: transform 300ms linear;
}

.cart_navigation_title i.urm-next {
  min-width: unset;
  width: 24px;
  height: 24px;
}


.bundle_shop_selected_bottom_navigation .complete_the_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bundle_shop_selected_bottom_navigation .complete_the_box .button {
  font-size: 16px;
  min-width: 110px;
  align-items: center;
  justify-content: center;
}

.bundle_shop_selected_bottom_navigation .complete_the_box .button .woocommerce-Price-amount.amount {
    margin-left: 8px;
}

.bundle_shop_wrapper .upto_selected_icon {
    position: fixed;
    bottom: 4%;
    right: calc(1% + 300px);
    background: #f4f7fa;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; 
    transition: opacity  300ms linear
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .upto_selected_icon {
    right: 4%;
    bottom: 3%;
  }
}

.bundle_shop_wrapper .upto_selected_icon .icon.urm-backToTop {
    background: #7278ff;
    width: 24px;
    height: 24px;
}


.bundle_shop_wrapper .upto_selected_icon .header-heartbit {
  -webkit-animation: header-heartbit 1s ease-out;
  animation: header-heartbit 0.7s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 80px;
  height: 80px;
  border: 4px solid #f4f7fa;
  border-radius: 50%;
  position: absolute;
}


.bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper::-webkit-scrollbar{
width: 5px;
height: 5px;
}

.bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper::-webkit-scrollbar-thumb{
background: #7278FF;
border-radius: 10px;
}
.bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper::-webkit-scrollbar-thumb:hover{
background: #C2C4FF;
}
.bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper::-webkit-scrollbar-track{
background: #F4F7FA;
border-radius: 10px;
box-shadow: inset -10px -10px 0px -30px #F4F7FA;
}



@media screen and (max-width: 780px) {
  .bundle_shop_selected_wrapper .bundle_shop_image_wrapper {
      display: none;
  }

  .bundle_shop_selected_wrapper .bundle_shop_content_wrapper .selected_products .bundle_cart_title {
      padding: 10px 0px;
  }

  .bundle_shop_selected .single_product .product_price .prices .new_price {
    white-space: nowrap;
  }

    .bundle_shop_selected_bottom_navigation {
        flex-direction: column;
    }

    .bundle_shop_selected_bottom_navigation .complete_the_box {
        position: static;
        margin: 0;
        right: unset;
        justify-content: space-between;
    }

    .bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper .single_product {
        max-width: 40px;
        max-height: 40px;
        min-width: 40px;
        min-height: 40px;
        margin: 8px 6px;
    }

    .bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper .single_product .product_title {
        width: 17px;
        height: 17px;
    }

    .bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper .single_product .product_title {
        font-size: 1;
    }

    .bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper .single_product .product_title .quantity_selector input {
        font-size: 12px;
        font-weight: normal;
        color: #787878;
    }

    .bundle_shop_selected_bottom_navigation .complete_the_box .button {
        padding: 5px 10px;
        font-size: 17px;
        margin: 0;
    }

    .bundle_shop_selected_bottom_navigation .complete_the_box .button .woocommerce-Price-amount.amount {
        font-size: 14px;
        margin-left: 4px;
    }

    .bundle_shop_selected_bottom_navigation .complete_the_box {
        width: 100%;
        padding: 0px 10px;
    }

    .bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper {
        max-width: 100%;
        min-width: 100%;
        margin-left: 0px;
    }

    .bundle_shop_selected_bottom_navigation .bundle_shop_image_wrapper::-webkit-scrollbar{
      display: none;
      height: 0;
    }


}


/******** Category Groups *****************/

.bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .category_groups .category_group .group_title {
  font-size: 22px;
  color: #5b2724;
  font-weight: bold;
  padding-left: 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .category_groups .category_group .group_title {
    font-size: 18px;
  }
}


.bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .category_groups {
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .category_groups .group_categories  {
  display: flex;
  flex-wrap: wrap;
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .category_groups .group_categories .single_category {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .category_groups .group_categories .single_category span {
  position: absolute;
  top: 4px;
  text-align: center;
  padding: 1.6px;
  color: #333;
  font-size: 16px;
  font-family: 'HelveticaNow' !important;
}

@media screen and (max-width: 780px) {
  .bundle_shop_wrapper .bundle_shop_categories_wrapper .categories .category_groups .group_categories .single_category span {
  font-size: 11px
  }
}

.slick-slide {
  position: relative;
}

.slick-initialized .slick-slide iframe{
  height: 500px;
  width: 500px;
}

@media screen and (max-width: 780px) {
  .slick-initialized .slick-slide iframe{
    height: 375px;
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
    z-index: -1;
  }
}


/**** Closed  Navigation ***/
  .bundle_shop_selected_wrapper.closed {
    max-width: unset;
    min-width: unset;
    width: 90px;
  }

  @media screen and (max-width: 780px) {
    .bundle_shop_selected_wrapper.closed {
      background: unset;
      position: fixed;
      top: 17%;
      right: 0;
      height: auto;
      width: 100%;
    }
  }

  @media screen and (max-width: 780px) {
    .bundle_shop_selected_wrapper.closed .bundle_shop_content_wrapper {
      display: none;
    }
  }

  @media screen and (max-width: 780px) {
    .bundle_shop_selected_wrapper.closed .bundle_shop_selected {
      height: unset;
      position: static;
      box-shadow: 0 1px 1px 0 rgb(0 0 0 / 25%);
      border: solid 0.5px #e1e4ff;
      background-color: #fff;
      border-radius: 20px 0px 0px 20px;
      display: none;
    }
  }


  @media screen and (max-width: 780px) {
    .bundle_shop_selected_wrapper.closed .cart_navigation_title {
      padding: 8px 12px;
      border: unset;
    }
  }


  .bundle_shop_selected_wrapper.closed .cart_navigation_title span {
    display: none;
  }

  .bundle_shop_selected_wrapper.closed .add_to_cart_wrapper {
    display: none;
  }

  .bundle_shop_selected_wrapper.closed .bundle_shop_selected .single_product .product_title span {
    display: none;
  }

  .bundle_shop_selected_wrapper.closed .bundle_shop_selected .single_product .quantity_selector {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: #e1e4ff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }

  .bundle_shop_selected_wrapper.closed .bundle_shop_selected .single_product .quantity_selector .quantity_selector_wrapper {
    border: unset;
    justify-content: center;
  }

  .bundle_shop_selected_wrapper.closed .bundle_shop_selected .single_product .product_price {
    display: none;
  }

  .bundle_shop_selected_wrapper.closed .bundle_shop_selected .single_product .quantity_selector a {
    display: none;
  }

  .bundle_shop_selected_wrapper.closed .bundle_shop_selected .single_product .quantity_selector input {
    background: unset;
    border: unset;
    box-shadow: unset;
    width: 20px;
    height: 20px;
  }

  .bundle_shop_selected_wrapper.closed .single_product {
    width: fit-content;
    border: unset;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .bundle_shop_selected_wrapper.closed .bundle_shop_selected .single_product .product_image {
    max-width: 65px;
    min-width: 65px;
    height: auto;
  }

  .bundle_shop_selected_wrapper .bundle_shop_selected .single_product .product_image img {
    border-radius: 4px;
    border: 1px solid #dfe6ee;
  }

  .bundle_shop_selected_wrapper.closed .cart_navigation_title i.urm-next {
    transform: rotate(180deg);
  }


/*** Bundle Alert ***/
  .bundle_alert {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 9;
    background: #fff;
    width: 70%;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 1px 8px 0 rgba(114, 120, 255, 0.3);
    background-color: #fff;
  }

  @media screen and (max-width: 780px) {
    .bundle_alert {
      left: 0;
      right: unset;
      border-radius: 0 10px 10px 0;
      top: 17%;
    }
  }

  .bundle_alert .alert_content .alert_message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }
  
  .bundle_alert .alert_content .alert_message i {
    width: 42px;
    height: 42px;
    background-color: #7278ff;
  }
  
  .bundle_alert .alert_content .alert_message span {
    font-size: 14px;
    line-height: normal;
    color: #1a1a1a;
    text-align: center;
  }
  
  .bundle_alert .alert_content .alert_message span.alert_title {
    color: #7278ff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }

/**** Note Card CTA ******/
  .note_card_cta {
    margin: 10px 0px 28px 0px;
  }

  @media screen and (max-width: 780px) {
    .note_card_cta {
      margin: 10px;
      margin-top: 26px;
    }
  }

  .note_card_cta .cta_note_card {
    display: flex;
    flex-direction: column;
  }

  .note_card_cta .cta_note_card h2 {
    font-size: 30px;
    letter-spacing: 0.33px;
    color: #293647;
    font-family: 'HelveticaNow' !important;
    font-weight: bold;
  }

  @media screen and (max-width: 780px) {
    .note_card_cta .cta_note_card h2 {
      font-size: 19px;
    }
  }

  .note_card_cta .cta_note_card .description {
    font-size: 25px;
    color: #293647;
    line-height: 1.1;
  }

  @media screen and (max-width: 780px) {
    .note_card_cta .cta_note_card .description {
      font-size: 14px;
      line-height: normal;
    }
  }

  .note_card_cta .cta_note_card .trust_signal {
    display: flex;
    color: #008000;
    letter-spacing: 0.18px;
    font-size: 16px;
    align-items: center;
    margin-top: 10px;
    font-weight: 500;
    background-image: linear-gradient(to right, #cdffb6, #f1ffea 50%, #fff);
    width: fit-content;
    border-radius: 22px;
    padding: 0px 10px;
  }

  @media screen and (max-width: 780px) {
    .note_card_cta .cta_note_card .trust_signal {
      font-size: 12px;
    }
  }

  .note_card_cta .cta_note_card .trust_signal i {
    margin-right: 6px;
    font-size: 14px;
    background-color: #008000;
    width: 14px;
    height: 14px;
  }



  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput {
    padding: 0;
    margin: 12px 0px;
  }
  
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput .formElement {
    position: relative;
  }
  
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput label {
    font-size: 14px;
    color: #313541;
    margin: 4px 0px;
  }
  
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput .maxlengthLimit {
    position: absolute;
    top: 0;
    right: 0;
    color: #bfbfbf;
  }
  
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput .maxlengthLimit .current:after {
    content: "/";
    margin-left: 2px;
  }
  
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput input[type='text'], 
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput input[type='date'], 
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput select {
    margin: 0;
    width: 100%!important;
    height: 40px;
  }
  
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput .formElement.checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput .formElement.checkbox input {
    width: 24px!important;
    height: 24px;
    margin: 0;
  }
  
  .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput .formElement.checkbox label {
    margin: 0px 8px;
    font-size: 16px;
    font-weight: normal;
  }


  @media screen and (max-width: 780px) {
    .modal-content.bundle_modal .single_product .custom_product_datas .custom_product_data_formInput .formElement.checkbox label {
      font-size: 13px;
    }
  }




    




  .bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted_price {
    border: unset;
    padding: 0;
    justify-content: flex-start;
    gap: 0px 2px;
    width: 185px;
    order: 1;
  }
  
  .bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted_price .cart_discounted_text {
    border: unset;
    font-size: 10.5px;
    background-color: unset;
    color: #BB0000;
    line-height: 11px;
    white-space: nowrap;
    margin-top: 3px;
    padding: 0;
    gap: 4px;
  }

  @media screen and (max-width: 780px) { 
    .bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted_price .cart_discounted_text {
      gap: 2px;
      padding: 0 2px;
      white-space: pre-wrap;
      line-height: 14px;
      align-items: flex-start;
    }
  }
  
  .bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted_price del {
    text-decoration: line-through;
    font-size: 14px;
  }
  
  .bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted_price del .woocommerce-Price-amount.amount {
    font-size: 14px;
    color: #9d9e9e;
  }

  .bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted_price .cart_discounted_text .icon {
    width: 14px;
    height: 14px;
  }
  
  @media screen and (max-width: 780px) { 
    .bundle_shop_products .single_product .product_details .product_price .prices .cart_discounted_price .cart_discounted_text .icon {
      width: 12px;
      min-width: 12px;
      height: 12px;
    }
  }



  .bundle_shop_selected .single_product .product_price .prices .cart_discounted_price {
    border: unset;
    padding: 0;
  }

  .bundle_shop_selected .single_product .product_price .prices .cart_discounted_price .cart_discounted_text {
    display: none;
  }

  .bundle_shop_selected .single_product .product_price .prices .cart_discounted_price del {
    display: none;
  }

  @media screen and (max-width: 780px) { 
    .bundle_shop_selected .single_product .product_price .prices .cart_discounted_price ins .woocommerce-Price-amount.amount {
      font-size: 16px;
      font-weight: bold;
    }
  }

  
  .bundle_shop_selected .single_product .product_price .prices .cart_discounted_price ins .woocommerce-Price-amount.amount {
    font-size: unset;
  }


  .info-popup {
    position: fixed;
    width: 100%;
    background: #767676bd;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }

  .info-popup.active {
    display: flex;
  }


  .info-popup .info-popup-wrapper {
    background: #fff;
    border-radius: 12px;
    width: 40%;
    min-height: 50%;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    position: relative;
  }

  .info-popup .info-popup-wrapper img {
    border-radius: 12px 12px 0 0;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
  }


  @media screen and (max-width: 780px) { 
    .info-popup .info-popup-wrapper img {
      max-height: unset;
    }
  
  }

  .info-popup-wrapper .popup_content {
    padding: 20px 28px;
  }


  @media screen and (max-width: 780px) { 
    .info-popup .info-popup-wrapper {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-height: 85dvh;
      overflow: auto;
      padding-bottom: env(safe-area-inset-bottom);
    }
  }

  .info-popup .info-popup-wrapper .close-popup {
    position: absolute;
    top: 2%;
    right: 2%;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
  }

  .info-popup .info-popup-wrapper .close-popup i {
    width: 16px;
    height: 16px;
    cursor: pointer;
  }

  .urm-info-icon-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    border: 1px solid #333;
    border-radius: 8px;
    cursor: pointer;
    font-size:13px;
    padding: 0px 8px;
  }

  
  .urm-info-icon-text i {
    width: 14px;
    height: 14px;
  }

  .bundle_shop_selected .shipping_date_info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 5px 12px;
    background-color: #caffcf;
    gap: 5px;
  }

  @media screen and (max-width: 780px) { 
    .bundle_shop_selected .shipping_date_info {
      align-items: center;
    }
  }

  .bundle_shop_selected_wrapper.closed .shipping_date_info {
    display: none;
  }
  
  .bundle_shop_selected .shipping_date_info span {
    line-height: 1.4;
    color: #008000;
    font-size: 11px;
    font-weight: 500;
  }
  
  @media screen and (max-width: 780px) { 
    .bundle_shop_selected .shipping_date_info span {
      line-height: 1.73;
    }  
  }
  
  .bundle_shop_selected .shipping_date_info span strong {
    color: #008000;
  }
  
  .bundle_shop_selected .shipping_date_info .icon {
    width: 23px;
    height: 23px;
    background: #008000;
  }

  @media screen and (max-width: 780px) { 
    .bundle_shop_selected .shipping_date_info .icon {
      width: 16px;
      height: 16px;
    }
  }

  .sticky_cart_actions {
    display: none;
  }
  
  @media screen and (max-width: 780px) { 
    .sticky_cart_actions {
      display: flex;
      position: sticky;
      bottom: 0;
      width: 100%;
      background: #fff;
      padding: 12px 15px;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }
    
    .sticky_cart_actions .sticky_cart_actions_wrapper {
      width: 100%;
    }
    
    .sticky_cart_actions .sticky_cart_actions_wrapper > a {
      width: 100%;
      border-radius: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .sticky_cart_actions .sticky_cart_actions_wrapper > a:hover {
      background-color: #7278ff;
    }
    
    .sticky_cart_actions .sticky_cart_actions_wrapper > a span {
      width: 100%;
      font-size: 17px;
      font-weight: 500;
      color: #fff;
    }
    
    .sticky_cart_actions .sticky_cart_actions_wrapper > a .icon {
      background-color: #fff;
    }

    .sticky_cart_actions .sticky_cart_actions_wrapper > a .icon:first-child {
      min-width: 20px;
      min-height: 20px;
    }

    .sticky_cart_actions .sticky_cart_actions_wrapper .numberofElementOnCart {
      background-color: #545bff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      font-size: 13px;
      min-width: 20px;
      min-height: 20px;
    }
  }


  /*********** Greeting Popup ***********/
    .greeting-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100dvh;
      z-index: 9;
      background-color: #00000080;
      display: flex;
      align-items: center;
      justify-content: center;
      display: none;
    }
    
    .greeting-popup.active {
      display: flex;
    }
    
    .greeting-popup .greeting-popup-content-wrapper {
      padding: 40px 40px;
      border-radius: 20px;
      background-color: #fff;
      max-width: 1135px;
      width: 60%;
      height: auto;
      position: relative;
      overflow: auto;
    }
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-close {
      position: absolute;
      top: 2%;
      right: 2%;
      border: 1px solid #333;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-close .icon {
      background-color: #333;
    }
    
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 20px;
    }
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-title h2 {
      font-size: 34px;
      font-weight: 500;
      color: #1a1a1a;
      text-align: center;
    }
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-title p {
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #1a1a1a;
      margin: 0;
    }
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 60px;
      counter-reset: step;
    }
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step {
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center;
      justify-content: flex-start;
      flex: 1;
     }
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step .greeting-popup-step-title {
      font-size: 23px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
    }
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step span {
      font-size: 17px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #000;
    }

    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step picture {
      width: 70%;
      max-height: 330px;
    }
    
    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step .greeting-popup-step-title:before {
      font-size: 30px;
      font-weight: bold;
      font-style: italic;
      counter-increment: step;
      content: counter(step) ".";
      margin-right: 6px;
    }

    .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-steps-navigation {
      display: none;
    }


    @media screen and (max-width: 780px) { 
            
      .greeting-popup .greeting-popup-content-wrapper {
        width: 100%;
        height: 77vh;
        position: absolute;
        bottom: 0;
        border-radius: 20px 20px 0 0;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content {
        height: 100%;
      }
      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps {
        max-width: 100%;
        overflow: hidden;
        justify-content: flex-start;
        height: 100%;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-title {
        display: none;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step {
        min-width: 100%;
        transition: transform 0.3s ease-in-out;
        height: 100%;
        justify-content: space-between;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step picture {
        width: 90%;
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: unset;
      }

      .greeting-popup .greeting-popup-content-wrapper {
        height: 77vh;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step .greeting-popup-step-title {
        font-size: 22px;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step .greeting-popup-step-title:before {
        font-size: 25px;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step span {
        font-size: 16px;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-steps-navigation {
        display: flex;
        width: 100%;
        margin: 0;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-steps-navigation .greeting-step-navigation-item {
        width: 20px;
        height: 20px;
        display: block;
        border: solid 1px #dcdcf2;
        background-color: #f6f6fb;
        border-radius: 100%;
        cursor: pointer;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-steps-navigation .greeting-step-navigation-item.active {
        border: solid 1px #545cff;
        background-color: #7f84fe;
      }

      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step.first {
        order: 1;
      }
      
      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step.second {
        order: 2;
      }
      
      .greeting-popup .greeting-popup-content-wrapper .greeting-popup-content .greeting-popup-steps .greeting-popup-step.third {
        order: 3;
      }
    }







    
    .modal-content.bundle_modal .single_product .urm-product-gallery figure.urm-product-gallery__wrapper {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: auto;
      gap: 9px;
    }



    @media only screen and (max-width: 800px) {
      .modal-content.bundle_modal .single_product .urm-product-gallery figure.urm-product-gallery__wrapper  {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-left: 17px;
        margin-top: 10px;
        padding: 0px 10px 0px 17px;
        scroll-padding-left: 17px;
        scroll-snap-type: x mandatory;
      }

      /* Hide scrollbar for Chrome, Safari and Opera */
      .modal-content.bundle_modal .single_product .urm-product-gallery figure.urm-product-gallery__wrapper::-webkit-scrollbar {
        display: none;
      }

      /* Hide scrollbar for IE, Edge and Firefox */
      .modal-content.bundle_modal .single_product .urm-product-gallery figure.urm-product-gallery__wrapper {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
      }
    }



    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image {
      position: relative;
      overflow: hidden;
    }


    @media only screen and (max-width: 800px) {
      .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image {
        min-width: 85%;
        border-radius: 6px;    
        scroll-snap-align: start;
        scroll-snap-stop: always;
      }
    }

    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image video {
      width: 100%;
      object-fit: cover;
      pointer-events: none;
      border-radius: 6px;
    }

    
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:first-child {
      grid-area: 1 / 1 / 2 / 4;
    }
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image.single_image {
      grid-area: 1 / 1 / 1 / 8;
    }
    
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:nth-child(2) { grid-area: 1 / 4 / 2 / 7; }
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:nth-child(3) { grid-area: 2 / 1 / 3 / 4; }
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:nth-child(4) { grid-area: 2 / 4 / 3 / 7; }
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:nth-child(5) { grid-area: 3 / 1 / 4 / 4; }
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:nth-child(6) { grid-area: 3 / 4 / 4 / 7; }
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:nth-child(7) { grid-area: 4 / 1 / 5 / 3; }
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:nth-child(8) { grid-area: 4 / 3 / 5 / 5; }
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:nth-child(9) { grid-area: 4 / 5 / 5 / 7; }
    
    
    
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image img {
      transition: transform 1s ease;
    }
    
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:hover img {
      transform: scale(1.1); 
      cursor: zoom-in;
    }
    
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image .review_image {
      position: absolute;
      top: 0;
      left: 0;
      align-items: center;
      display: flex;
      justify-content: center;
      width: 100%;
      height: 100%;
      background: #fbfbfba8;
      display: none;
    }
    
    
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image .image-index {
      border-radius: 6px;
      background-color: #fff;
      position: absolute;
      bottom: 3%;
      left: 3%;
      padding: 2px 12px;
      font-size: 14px;
      font-weight: 500;
      display: none;
    }
        
    @media only screen and (max-width: 800px) {
      .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image .image-index {
        display: block;
      }
    }
        
    @media only screen and (max-width: 800px) {
      .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image .image-index {
        font-size: 11px;
        padding: 3px 6px;
        line-height: 1;
        border-radius: 4px;
      }
    }
    
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:hover .review_image {
      display: flex;
      cursor: pointer;
    }
        
    .modal-content.bundle_modal .single_product .urm-product-gallery figure .woocommerce-product-gallery__image:hover .review_image .icon {
      width: 30px;
      height: 30px;
    }
    