.bundle-widget {}
.bundle-widget .bundle-item {
   border: 1px solid #d2d2d2;
   margin-bottom: 20px;
   display: flex;
   flex-direction: column;
   transition: color 0.2s linear, filter 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
}
.bundle-widget .bundle-one.bundle-item {
   margin-bottom: -1px;
}
.bundle-widget .bundle-item.selected {
   background-color: var(--e-global-color-secondary);
   border-color: var(--e-global-color-secondary);
   color: #fff;
}
.bundle-widget .bundle-item.selected .bundle-item__top.bundle-item__left,
.bundle-widget .bundle-item.selected .bundle-item__bottom.bundle-item__left,
.bundle-widget .bundle-item.selected .bundle-item__top {
   border-color: rgba(255, 255, 255, .1);
}
.bundle-widget .bundle-item .bundle-description p {
   margin-bottom: 10px;
}
.bundle-widget .bundle-item.selected .bundle-description,
.bundle-widget .bundle-item.selected .bundle-description li,
.bundle-widget .bundle-item.selected p {
   color: #fff;
}
.bundle-widget .bundle-item.selected input {
   border-color: #fff;
   color: #fff;
   background-color: var(--e-global-color-secondary);
}

.bundle-widget .bundle-item.selected div:after,
.bundle-widget .bundle-item.selected span.bundle-select:after {
   filter: brightness(0) saturate(100%) invert(100%);
}


.bundle-item__top.bundle-item__left {
   padding: 30px 20px;
}
.bundle-item__top {
   border-bottom: 1px solid #d2d2d2;
}
.bundle-item__top.bundle-item__right {
   padding: 25px 20px;
}
.bundle-item__bottom.bundle-item__right {
   cursor: pointer;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 25px 30px 25px 20px;
}

.bundle-item__bottom.bundle-item__right .checkbox-wrapper-12 .cbx,
.bundle-item__bottom.bundle-item__right .checkbox-wrapper-12 .cbx label {
   transition: border .1s linear;
}
.bundle-item__bottom.bundle-item__right:hover .checkbox-wrapper-12 .cbx {
   border: 1px solid var(--e-global-color-secondary) !important;
}
.bundle-item__bottom.bundle-item__right:hover .checkbox-wrapper-12 .cbx label {
   border: 2px solid var(--e-global-color-secondary) !important;
}
.bundle-item.selected .bundle-item__bottom.bundle-item__right:hover .checkbox-wrapper-12 .cbx,
.bundle-item.selected .bundle-item__bottom.bundle-item__right:hover .checkbox-wrapper-12 .cbx label {
   border: 1px solid transparent !important;
}



.bundle-item__top.bundle-item__right {
   display: grid;
   row-gap: 20px;
   grid-template-columns: 30% 40% 30%;
}
.bundle-item__top.bundle-item__right .bundle-description {
   grid-column: 1 / -1;
   color: #814487;
}
.bundle-item__top.bundle-item__right .bundle-price-wrapper p {
   margin-bottom: 16px;
}
.bundle-item__top.bundle-item__right .bundle-price-wrapper p.bundle-price {
   font-size: 20px;
   font-weight: 700;
   letter-spacing: -0.6px;
   margin-bottom: 0;
}
.bundle-item__top.bundle-item__right .bundle-select-wrapper p {
   margin-bottom: 8px;
}
.bundle-item__top.bundle-item__right .bundle-description ul {
   margin-top: 16px;
   padding-left: 25px;
}
.bundle-item__top.bundle-item__right .bundle-description ul li {
   margin-bottom: 5px;
   color: #000;
}
.bundle-item__top.bundle-item__right .bundle-description ul li:last-child {
   margin-bottom: 0;
}
.bundle-item__bottom.bundle-item__right p {
   margin: 0;
}


.bundle-all-sale {
   background: #4E4438;
   color: #fff;
   display: flex;
   align-items: center;

   font-size: 20px;
   line-height: 30px;
}
.bundle-all-sale {
   display: flex;
   flex-direction: column;
   align-items: center;
}
.bundle-all-sale .bundle-item__left {
   padding: 30px 30px 10px 30px;
}
.bundle-all-sale .bundle-item__right {
   padding: 10px 30px 30px 30px;
   text-align: center;
}
.bundle-one .bundle-cart-wrapper .checkbox-wrapper-12 {
   display: flex;
   justify-content: flex-end;
}
.bundle-one .bundle-cart-wrapper p.product {
   display: flex;
   justify-content: flex-end;
}
.cart-fixed button.single_add_to_cart_button,
.bundle-one .bundle-cart-wrapper p.product a {
   opacity: 1;
   font-size: 14px;
   font-weight: 400;
   line-height: 22px;
   color: #fff;
   background-color: var(--e-global-color-secondary);
   border: 1px solid var(--e-global-color-secondary);
   border-radius: 0;
   padding: 10px 20px 10px 20px;
   transition: background-color .3s linear, color .3s linear;

   display: flex;
   justify-content: space-between;
   gap: 17px;
}
.cart-fixed button.single_add_to_cart_button:after,
.bundle-one .bundle-cart-wrapper p.product a:after {
   font-family: "Font Awesome 5 Free";
   content: "\f07a";
   font-weight: 300;
   width: 14px;
}
.cart-fixed button.single_add_to_cart_button.loading:after,
.bundle-one .bundle-cart-wrapper p.product a.loading:after {
   font-family: WooCommerce;
   content: "\e01c";
   vertical-align: top;
   font-weight: 400;
   position: relative;
   top: 0;
   right: 0;
/*   margin-left: 2px;*/
   animation: spin 2s linear infinite;
}
.cart-fixed button.single_add_to_cart_button.added:after,
.bundle-one .bundle-cart-wrapper p.product a.added:after {
   font-family: WooCommerce;
   content: "\e017";
   margin-left: 0;
   vertical-align: bottom;
}
.bundle-one .bundle-cart-wrapper p.product .added_to_cart {
   display: none;
}
@media (max-width: 767px) {
   .bundle-one .bundle-cart-wrapper {
/*      grid-column: 1 / -1;*/
   }
   .bundle-one .bundle-cart-wrapper p.product a {
      width: 100%;
      justify-content: center;
   }
   .bundle-one .bundle-item__top .bundle-cart {
      display: grid;
      row-gap: 0px;
      grid-template-columns: repeat(3, 30% 40% 30%);
      align-items: end;
      padding: 25px 30px 35px 20px;
   }
}
@media (min-width: 768px) {
   .bundle-one {
/*      row-gap: 40px;*/
/*      grid-template-columns: 30% 70%;*/
   }
   .bundle-one .bundle-cart-wrapper {
      text-align: right;
   }
   .bundle-one .bundle-item__top .bundle-cart {
      display: grid;
      row-gap: 0px;
      grid-template-columns: repeat(3, 40% 50% 10%);
/*      align-items: center;*/
      align-items: end;
   }
   .bundle-one .bundle-item__top.bundle-item__right .bundle-price-wrapper p:first-child {
      margin-bottom: 22px;
   }
   .bundle-widget .bundle-item {
      margin-bottom: 30px;
      display: grid;
      grid-template-columns: 30% 70%;
   }
   .bundle-item__top.bundle-item__left,
   .bundle-item__bottom.bundle-item__left {
      border-right: 1px solid #d2d2d2;
   }
   .bundle-item__top.bundle-item__left {
      padding: 45px 30px;
   }
   .bundle-item__top.bundle-item__right {
      padding: 50px 30px;
   }
   .bundle-item__bottom {
      padding: 32px 40px 32px 30px;
   }
   .bundle-item__top.bundle-item__right {
      display: grid;
      row-gap: 40px;
      grid-template-columns: 40% 60%;
   }
   .bundle-item__bottom.bundle-item__right {
      padding: 27px 30px;
   }
   .bundle-item__top.bundle-item__right .bundle-select-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
   }
   .bundle-item__top.bundle-item__right .bundle-description ul li {
      margin-bottom: 10px;
   }
   .bundle-item__top.bundle-item__right .bundle-select-wrapper .bundle-select {
      width: 160px;
   }
   .bundle-all-sale {
      background: #4E4438;
      color: #fff;
      align-items: center;
      flex-direction: row;
   }
   .bundle-all-sale .bundle-item__left {
      padding: 32px 65px 32px 60px;
      width: 30%;
      display: flex;
      align-items: center;
      flex-direction: row;
   }
   .bundle-all-sale .bundle-item__right {
      width: 70%;
      text-align: left;
   }
   .bundle-all-sale .bundle-item__right {
      padding: 32px 30px;
   }
}

@media (min-width: 1025px) {
   .bundle-one .bundle-item__top.bundle-item__right .bundle-price-wrapper {
      min-width: 180px;
   }
   .bundle-item__top.bundle-item__left {
      padding: 65px 60px;
   }
   .bundle-item__top.bundle-item__right {
      padding: 50px 40px 50px 60px;
   }
   .bundle-item__bottom.bundle-item__right {
      padding: 27px 40px 27px 70px;
   }
   .bundle-one .bundle-item__top {}
   .bundle-one .bundle-item__top.bundle-item__left {
      padding: 38px 70px 36px 60px;
   }
   .bundle-all-sale .bundle-item__right {
      padding: 32px 60px;
   }
}








.checkbox-wrapper-12 {
   position: relative;
}

.checkbox-wrapper-12>svg {
   position: absolute;
   top: -130%;
   left: -170%;
   width: 110px;
   pointer-events: none;
}

.checkbox-wrapper-12 * {
   box-sizing: border-box;
}

.checkbox-wrapper-12 input[type="checkbox"] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-tap-highlight-color: transparent;
   cursor: pointer;
   margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
   outline: 0;
}

.checkbox-wrapper-12 .cbx {
   width: 42px;
   height: 42px;
   position: relative;

   border: 1px solid #d2d2d2 !important;
   border-radius: 50% !important;
   padding: 0 !important;

}
.bundle-widget .bundle-item.selected .checkbox-wrapper-12 .cbx {
   border-color: transparent !important;
}
.checkbox-wrapper-12 .cbx input {
   position: absolute;
   top: 0;
   left: 0;
   width: 40px;
   height: 40px;
   border: 1px solid transparent !important;
   border-radius: 50% !important;
   padding: 0 !important;
}

.checkbox-wrapper-12 .cbx label {
   width: 40px;
   height: 40px;
   background: #eeeeee;
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
   transform: trasnlate3d(0, 0, 0);
   pointer-events: none;
}
.bundle-widget .bundle-item.selected .checkbox-wrapper-12 .cbx label {
   background: #fff;
}
.checkbox-wrapper-12 .cbx svg {
   position: absolute;
   top: 13px;
   left: 12px;
   z-index: 1;
   pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg path {
   stroke: #000;
   stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
   stroke-dasharray: 19;
   stroke-dashoffset: 19;
   transition: stroke-dashoffset 0.3s ease;
   transition-delay: 0.2s;
}

.checkbox-wrapper-12 .cbx input:checked+label {
   animation: splash-12 0.6s ease forwards;
   /*   var( --e-global-color-secondary )*/
}

.checkbox-wrapper-12 .cbx input:checked+label+svg path {
   stroke-dashoffset: 0;
}









.cart-fixed {
   display: none;

   position: fixed;
   z-index: 999;
   background: #877B8F;
   color: #fff;
   width: 100%;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 20px;
}
.cart-fixed .cart-fixed-wrapper {
   max-width: 1280px;
   width: 100%;
   margin: 0 auto;
}
.cart-fixed .cart-fixed-inner {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
}
.cart-fixed .cart-fixed-left,
.cart-fixed .cart-fixed-right {
   display: flex;
}

.cart-fixed .cart-fixed-right {
   width: 100%;
   justify-content: space-between;
}

.cart-fixed .cart-fixed-left {
   flex-direction: column;
   width: 100%;
}
.cart-fixed .cart-fixed-left p {
   font-family: var(--e-global-typography-3bb7929-font-family), Sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 28px;
   letter-spacing: 4.5px;
   text-transform: uppercase;
   margin-bottom: 0;
   white-space: nowrap;
   display: flex;
}
.cart-fixed .cart-fixed-left .product-selected {
   display: flex;
   align-items: center;
   width: 100%;
   margin-bottom: 20px;
   overflow: overlay;
   flex-direction: row;
   align-items: flex-start;
   width: 100%;

   position: relative;
   top: 8px;
   height: 70px;
}
.cart-fixed .cart-fixed-left .product-selected span {
   font-family: "StyreneA-Regular", Sans-serif;
   font-size: 16px;
   color: #fff;
   font-style: normal;
   font-weight: 400;
   line-height: 28px;
   letter-spacing: -0.6px;
   text-transform: none;
   margin-right: 10px;
   margin-right: 10px;margin-bottom: 0;

   border: 1px solid rgba(255, 255, 255, 0.20);
   padding: 8px 17px;
   margin-top: 10px;

   display: flex;
   align-items: center;
}
.cart-fixed .cart-fixed-left .product-selected button:last-child {
   margin-right: 0;      
}
@media (min-width: 768px) {
   .cart-fixed .cart-fixed-left .product-selected span p {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 500px;
      width: 100%;
   }
}
.cart-fixed .cart-fixed-left .product-selected button {
   border: 0;
   display: flex;
   align-items: center;
   padding: 0;
}
.cart-fixed .cart-fixed-left .product-selected button svg {
   margin-left: 20px;
   opacity: .5;
   transition: opacity 0.2s linear;
}
.cart-fixed .cart-fixed-left .product-selected button:hover,
.cart-fixed .cart-fixed-left .product-selected button:focus {
   border-color: rgba(255, 255, 255, 1);
   background: transparent;
   background-color: transparent;
   outline: 0;
}
.cart-fixed .cart-fixed-left .product-selected button:hover svg {
   opacity: 1;
}
.cart-fixed .cart-fixed-right .cart-total {
   margin-right: 15px;
   display: flex;
   align-items: center;
}
.cart-fixed .cart-fixed-right .cart-total p {
   font-family: var(--e-global-typography-3bb7929-font-family), Sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 28px;
   letter-spacing: 4.5px;
   text-transform: uppercase;
}
.cart-fixed .cart-fixed-right .cart-total p .total-price {
   font-family: "StyreneA-Regular", Sans-serif;
   font-size: 20px;
   font-style: normal;
   line-height: 30px;
   letter-spacing: -0.6px;
   font-weight: 700;
   text-transform: none;
}
.cart-fixed .cart-fixed-right button:hover,
.cart-fixed .cart-fixed-right button:focus {
   outline: 0;
}
.cart-fixed .cart-fixed-right button .elementor-button-text {
   margin-right: 12px;
}
.cart-fixed .cart-fixed-left .product-selected::-webkit-scrollbar {
   width: 5px;
   height: 6px;
}
.cart-fixed .cart-fixed-left .product-selected::-webkit-scrollbar::after {
   content: "";
}
.cart-fixed .cart-fixed-left .product-selected::-webkit-scrollbar-track {
   background: transparent;
}

.cart-fixed .cart-fixed-left .product-selected::-webkit-scrollbar-thumb {
   background: #6c6175;
}



@media (min-width: 768px) {
   .cart-fixed .cart-fixed-left > p {
      width: 245px;
      display: block;
      flex: none;
   }
   .cart-fixed .cart-fixed-inner {
      flex-direction: row;
      align-items: flex-start;
   }
   .cart-fixed .cart-fixed-left {
      width: 76%;
   }
   
   .cart-fixed .cart-fixed-left,
   .cart-fixed .cart-fixed-right {
      flex-direction: column;
   }
   .cart-fixed .cart-fixed-left {
      align-items: flex-start;
   }
   .cart-fixed .cart-fixed-right {
      width: 190px;
      justify-content: flex-end;
      align-items: flex-end;
   }
   .cart-fixed .cart-fixed-right .cart-total {
      margin-bottom: 12px;
   }
   .cart-fixed .cart-fixed-left .product-selected {
      margin-bottom: 0;
      height: 65px;
   }
   .cart-fixed .cart-fixed-left .product-selected span {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.6px;
      margin-top: 0;
      margin-right: 10px;
      padding: 9px 19px;
   }
}
@media (min-width: 1025px) {
   .cart-fixed {
      padding-left: 30px;
      padding-right: 30px;
   }
   .cart-fixed .cart-fixed-inner {
      align-items: center;
   }
   .cart-fixed .cart-fixed-left {
      width: 66%;
   }
   .cart-fixed .cart-fixed-right {
      width: 350px;
      justify-content: flex-end;
   }
   .cart-fixed .cart-fixed-left,
   .cart-fixed .cart-fixed-right {
      flex-direction: row;
      align-items: center;
   }
   .cart-fixed .cart-fixed-right .cart-total {
      margin-right: 30px;
      margin-bottom: 0;
   }
}










