.elementor-6276 .elementor-element.elementor-element-eb962e2{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6276 .elementor-element.elementor-element-5d94cb9{margin:0px 20px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;}.elementor-6276 .elementor-element.elementor-element-5d94cb9 img{width:100%;}.elementor-6276 .elementor-element.elementor-element-69adac4{--display:flex;--justify-content:center;--gap:10px 0px;--row-gap:10px;--column-gap:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-6276 .elementor-element.elementor-element-4b7262a .elementor-heading-title{font-family:"Figtree", Sans-serif;font-size:16px;font-weight:600;color:var( --e-global-color-944462b );}.woocommerce .elementor-widget-woocommerce-product-price .price{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.woocommerce .elementor-6276 .elementor-element.elementor-element-4ee7c55 .price{color:var( --e-global-color-944462b );font-family:"Figtree", Sans-serif;font-size:18px;font-weight:700;}.woocommerce .elementor-6276 .elementor-element.elementor-element-4ee7c55 .price ins{line-height:0.1em;}body:not(.rtl) .elementor-6276 .elementor-element.elementor-element-4ee7c55:not(.elementor-product-price-block-yes) del{margin-right:0px;}body.rtl .elementor-6276 .elementor-element.elementor-element-4ee7c55:not(.elementor-product-price-block-yes) del{margin-left:0px;}.elementor-6276 .elementor-element.elementor-element-4ee7c55.elementor-product-price-block-yes del{margin-bottom:0px;}.elementor-6276 .elementor-element.elementor-element-054b6d7{--display:flex;--justify-content:center;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6276 .elementor-element.elementor-element-1f3582c .cart button, .elementor-6276 .elementor-element.elementor-element-1f3582c .cart .button{padding:10px 10px 10px 10px;color:var( --e-global-color-944462b );background-color:var( --e-global-color-b31632f );transition:all 0.2s;}.elementor-6276 .elementor-element.elementor-element-1f3582c .quantity .qty{transition:all 0.2s;}#elementor-popup-modal-6276 .dialog-widget-content{animation-duration:0.7s;background-color:var( --e-global-color-secondary );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 0px 0px;}#elementor-popup-modal-6276 .dialog-message{width:100vw;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-6276{justify-content:center;align-items:flex-end;}#elementor-popup-modal-6276 .dialog-close-button{display:flex;}#elementor-popup-modal-6276 .dialog-close-button i{color:var( --e-global-color-944462b );}#elementor-popup-modal-6276 .dialog-close-button svg{fill:var( --e-global-color-944462b );}@media(max-width:767px){.elementor-6276 .elementor-element.elementor-element-5d94cb9 img{width:35%;}}@media(min-width:768px){.elementor-6276 .elementor-element.elementor-element-eb962e2{--content-width:1263px;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-1f3582c */form.cart {
    align-items: center;
}

/* Add to cart button */
.single_add_to_cart_button {
    display: flex !important;
    min-width: 248px;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* Basket icon */
.single_add_to_cart_button::before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background-image: url("https://medjugorje.avoco.dev/wp-content/uploads/basket.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.quantity {
    display: flex;
    align-items: center;
    border: 1px solid #1A365D;
    border-radius: 4px;
    width: fit-content;
    background-color: white;
}

.quantity button {
    border: 0;
    font-size: 32px;
    cursor: pointer;
}

.quantity button.qty-minus,
.quantity button.qty-plus {
    background-color: #FFF!important;
    color: #282828!important;
    line-height: 0!important;
    width: 36px!important;
    font-weight: 400 !important;
}

.quantity input.qty,
.quantity button.qty-minus,
.quantity button.qty-plus {
    height: 36px!important;
    padding: 4px!important;
}

.quantity button.qty-plus {
    margin-left: 0!important;
}

.quantity input.qty {
    border: 0 !important;
    width: 100%!important;
    max-width: 40px !important;
    text-align: center;
    font-size: 20px;
    background: rgba(0,0,0,0);
}

.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input.qty {
  -moz-appearance: textfield;
  appearance: textfield;
}

.cwg_popup_submit  {
    background-color: #A52A2A;
    color: #FFF;
    padding-left: 72px;
    padding-right: 32px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 32px center;
    background-image: url("https://medjugorje.avoco.dev/wp-content/uploads/mail.svg");
    font-weight: 700;
}/* End custom CSS */