.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;}.owl-carousel{display:none;width:100%;z-index:1;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;}.owl-carousel .owl-item img{display:block;width:100%;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none;}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block;}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0 !important;font:inherit;}.owl-carousel.owl-loading{opacity:0;display:block;}.owl-carousel.owl-hidden{opacity:0;}.owl-carousel.owl-refresh .owl-item{visibility:hidden;}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel.owl-grab{cursor:move;cursor:grab;}.owl-carousel.owl-rtl{direction:rtl;}.owl-carousel.owl-rtl .owl-item{float:right;}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both;}.owl-carousel .owl-animated-in{z-index:0;}.owl-carousel .owl-animated-out{z-index:1;}.owl-carousel .fadeOut{animation-name:fadeOut;}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.owl-height{transition:height .5s ease-in-out;}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease;}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0;}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d;}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("https://mundoriego.es/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/css/owl/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease;}.owl-carousel .owl-video-play-icon.nitro-lazy{background-image:none !important;}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3);}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none;}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease;}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%;}#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 */
.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}
.wdp_pricing_table_caption {
    /*font-weight: bold;*/
}

.wdp_pricing_table {
    border-collapse: collapse;
    font-size: 0.9em;
    table-layout: fixed;
}

.wdp_pricing_table td {
    border: solid 1px #dfdfdf;
    padding: 5px 10px;
    text-align: center;
}

.wdp_pricing_table thead {
    background: #efefef;
}

.spinner_img {
    content:url(../images/spinner-2x.gif);
    display: block;
}

del .woocommerce-Price-amount {
    display: inline;
}

.wdp_deals_table_caption {
    font-weight: bold;
}

.wdp_deals_table {
    border-collapse: collapse;
    font-size: 0.9em;
}

.wdp_deals_table td {
    border: solid 1px #dfdfdf;
    padding: 5px 10px;
    text-align: center;
}

.wdp_deals_table thead {
    background: #efefef;
}