#ywdpd-quantity-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
#ywdpd-quantity-table th, #ywdpd-quantity-table td {
  border: 1px solid #efefef;
  padding: 5px;
  text-align: center;
}
#ywdpd-quantity-table tr td:hover {
  cursor: pointer;
}
#ywdpd-quantity-table tr td.qty-price-info:hover span, #ywdpd-quantity-table tr td:hover {
  color: #00a291 !important;
  background: none !important;
}
#ywdpd-quantity-table tr td.ywdpd_active {
  border: 1px solid #00a291;
  color: #00a291;
}
#ywdpd-quantity-table tr td * {
  pointer-events: none;
}
#ywdpd-quantity-table.horizontal tr.quantity_row td {
  border-bottom: 0 !important;
}
#ywdpd-quantity-table.horizontal tr.discount_row td {
  border-top: 0 !important;
}
#ywdpd-quantity-table.vertical td:nth-child(n+2), #ywdpd-quantity-table.vertical tr.ywdpd_header th:nth-child(n+2) {
  border-left: 0 !important;
}

#ywdpd-quantity-boxed {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#ywdpd-quantity-boxed.horizontal {
  width: fit-content;
}
#ywdpd-quantity-boxed.vertical {
  width: fit-content;
  height: fit-content;
  flex-direction: column;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cccccc;
  min-width: 150px;
  min-height: 100px;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpp-boxed-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-price {
  color: #86868b;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-units {
  font-weight: 600;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item.ywdpd_active .ywdpd-units {
  color: #00a291;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item:hover {
  cursor: pointer;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item:hover .ywdpd-units {
  color: #00a291;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-discount {
  color: #00a291;
  font-size: 0.9em;
}

.show_note_on_apply_products, .show_note_on_adjustment_products {
  margin: 20px 0;
}

.ywdpd_popup {
  position: fixed !important;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999 !important;
}
.ywdpd_popup .ywdpd_countdown {
  display: none;
  color: #d60000;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ywdpd_popup .ywdpd_countdown .ywdpd-icon-time-check {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #d60000;
  --svg: url('data:image/svg+xml,     <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">       <g id="Calendar Clock"><path id="Vector" d="M12 7V12H17M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>       </g>       </svg>');
  /* Chrome, still requires prefix in 2022 */
  -webkit-mask: var(--svg);
  /* Firefox and Safari */
  mask: var(--svg);
}
.ywdpd_popup .ywdpd_close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  background: url(../icons/clear-24px.svg) no-repeat top left;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
.ywdpd_popup .ywdpd_close:hover {
  cursor: pointer;
}
.ywdpd_popup .ywdpd_image_badge,
.ywdpd_popup .ywdpd_qty_arrows .button,
.ywdpd_popup .single_add_to_cart_button,
.ywdpd_popup .product_taxonomy.button {
  border-color: var(--proteo-button_1_border_color, #01af8d);
  background: var(--proteo-button_1_bg_color, #01af8d);
  background-color: var(--proteo-button_1_bg_color, #01af8d);
  color: var(--proteo-button_1_font_color, #fff);
}
.ywdpd_popup .single_add_to_cart_button {
  margin: 0 !important;
  display: block;
}
.ywdpd_popup .ywdpd_button_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ywdpd_popup .product_taxonomy.button {
  margin-top: 5px;
  line-height: 18px;
  display: block;
}
.ywdpd_popup .ywdpd_qty_arrows .button:hover,
.ywdpd_popup .single_add_to_cart_button:hover,
.ywdpd_popup .product_taxonomy.button:hover {
  border-color: var(--proteo-button_1_border_hover_color, #107774);
  background: var(--proteo-button_1_bg_hover_color, #107774);
  background-color: var(--proteo-button_1_bg_hover_color, #107774);
  color: var(--proteo-button_1_font_hover_color, #fff);
}
.ywdpd_popup .ywdpd_popup_general_content {
  padding: 40px 0 40px 0;
  box-shadow: 0 2px 6px #000;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_rule_title {
  text-align: center;
  max-width: 320px;
  margin: 0 auto 10px auto;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar {
  width: 10px;
  z-index: 99999999 !important;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 10px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage {
  position: relative;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items {
  padding: 0;
  list-style: none !important;
  margin: 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items.ywdpd_one_item {
  display: block !important;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items.ywdpd_one_item li.item {
  margin: 0 auto !important;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item {
  margin-right: 0 !important;
  padding-top: 15px;
  margin-bottom: 0 !important;
  width: 200px !important;
  float: none !important;
  font-size: 14px;
  text-align: center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item h5 {
  color: var(--proteo-button_1_border_color, #01af8d);
  font-weight: normal;
  margin-bottom: 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .single_add_to_cart_button,
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .product_taxonomy.button {
  width: 100%;
  font-size: inherit;
  text-align: inherit;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field {
  margin-top: 11px;
  border-top: 1px solid #e0e0e0;
  display: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_single_attribute {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_single_attribute .attribute_name {
  margin-right: 5px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_label {
  text-transform: uppercase;
  font-size: 10px;
  max-width: 100px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty {
  width: 80px;
  height: 41px;
  display: inline-block;
  border: none;
  padding-top: 5px;
  font-weight: bold;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows {
  position: absolute;
  right: 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .button {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  text-align: center;
  line-height: 28px;
  display: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .button.visible {
  display: inline-block;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .button span {
  width: 12px;
  height: 26px;
  display: inline-block;
  background: #fff;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_decrease {
  display: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_decrease span {
  -webkit-mask: url("../icons/minus-icon.svg") no-repeat center;
  mask: url("../icons/minus-icon.svg") no-repeat center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_increase span {
  -webkit-mask: url("../icons/plus-icon.svg") no-repeat center;
  mask: url("../icons/plus-icon.svg") no-repeat center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_remove span {
  -webkit-mask: url("../icons/trash-icon.svg") no-repeat center;
  mask: url("../icons/trash-icon.svg") no-repeat center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_input {
  position: relative;
  margin-top: 15px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_single_product {
  position: relative;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_single_product img.ywdpd_loader {
  border: none !important;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: 0;
  padding: 0;
  display: none;
  width: 16px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_image_container {
  position: relative;
  text-align: center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_image_badge {
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  float: right;
  top: -7px;
  right: -5px;
  z-index: 999;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdp_check_icon {
  display: inline-block;
  width: 15px;
  height: 11px;
  -webkit-mask: url("../icons/check-added.svg") no-repeat center;
  mask: url("../icons/check-added.svg") no-repeat center;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 5px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.product_taxonomy h5 {
  text-align: center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.6509803922);
  height: 50px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev span, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next span {
  display: inline-block;
  background-image: url("../icons/arrow-slider.png");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev:focus, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next:focus {
  outline: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev.disabled, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next.disabled {
  display: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev {
  left: 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev span {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next {
  right: 10px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-dots {
  height: 0;
  display: none;
  visibility: hidden;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step1 .ywdpd_btn_container {
  display: none;
  text-align: right;
  margin-right: 10px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step1 .ywdpd_btn_container a {
  background: #fff;
  color: #01af8d;
  font-size: 14px;
  margin: 20px 0 0 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 {
  display: none;
  margin-left: 50px;
  margin-right: 50px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpdp_single_product {
  margin-top: 50px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_single_product_left {
  width: 40%;
  float: left;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_single_product_right .single_variation_wrap {
  display: none !important;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_button_add_to_gift {
  text-align: right;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_back {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../icons/back.png");
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_back:hover {
  cursor: pointer;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 h4 {
  display: inline-block;
  width: 90%;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_footer {
  text-align: right;
  margin-top: 20px;
  margin-right: 10px;
  clear: both;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_footer a {
  text-decoration: none;
  color: var(--proteo-general_link_color, #01af8d);
  font-size: 12px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_footer a:hover {
  color: var(--proteo-general_link_hover_color, #107774);
}
.ywdpd_popup .ywdpd_popup_wrapper {
  position: relative;
  max-width: 715px;
  min-width: 438px;
  margin: 0 auto;
}
.ywdpd_popup .ywdpd_popup_wrapper.full {
  width: 100%;
  height: 100%;
  max-width: unset;
  min-width: unset;
}
.ywdpd_popup .ywdpd_popup_wrapper.full .ywdpd_popup_general_content {
  margin: 40px 20px 20px 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .ywdpd_popup .ywdpd_popup_wrapper {
    position: relative;
    width: 90%;
    min-width: unset;
    margin: 0 auto;
  }
}

.select2-container.ywdpd_select2 {
  z-index: 9999;
}

.ywdpd_list_cart_rules_applied {
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.ywdpd_list_cart_rules_applied li {
  border-bottom: 1px solid rgba(238, 221, 238, 0.8666666667);
  margin-bottom: 4px;
}
.ywdpd_list_cart_rules_applied li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.ywdpd-cart-notices-wrapper.ywdpd_banner_hide {
  display: none;
}

/*# sourceMappingURL=frontend.css.map */
