.elementor-537 .elementor-element.elementor-element-7468478{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-537 .elementor-element.elementor-element-48b73a7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-537 .elementor-element.elementor-element-2740fb2e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-537 .elementor-element.elementor-element-2740fb2e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-537 .elementor-element.elementor-element-2d1a41c9{text-align:center;font-family:"Roboto Flex", Sans-serif;font-weight:400;color:#000000;}.elementor-537 .elementor-element.elementor-element-567cefaf > .elementor-widget-container{margin:-14px 0px 0px 0px;}.elementor-537 .elementor-element.elementor-element-567cefaf{font-family:"Roboto Flex", Sans-serif;font-weight:400;}.elementor-537 .elementor-element.elementor-element-6c75b277 > .elementor-widget-container{margin:-29px 0px 0px 0px;}.elementor-537 .elementor-element.elementor-element-6c75b277{color:#353232;}.elementor-537 .elementor-element.elementor-element-79e54f9d > .elementor-widget-container{margin:-34px 0px 0px 0px;}.elementor-537 .elementor-element.elementor-element-79e54f9d{color:#000000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-537 .elementor-element.elementor-element-6b953b67 .elementor-heading-title{color:#FF7F7F;}.elementor-537 .elementor-element.elementor-element-49d0a090{color:#000000;}.elementor-537 .elementor-element.elementor-element-1e02a9d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-537 .elementor-element.elementor-element-60afc2c{text-align:center;}.elementor-537 .elementor-element.elementor-element-60afc2c .elementor-heading-title{color:#000000;}.elementor-537 .elementor-element.elementor-element-2f1b1a05{--display:flex;}@media(min-width:768px){.elementor-537 .elementor-element.elementor-element-48b73a7a{--width:50%;}.elementor-537 .elementor-element.elementor-element-2740fb2e{--width:46.11%;}}/* Start custom CSS */jQuery(document).ready(function($) {
  $('.minus').click(function() {
    var $input = $(this).next('.quantity-input');
    var value = parseInt($input.val());
    if (value > 1) $input.val(value - 1);
  });
  $('.plus').click(function() {
    var $input = $(this).prev('.quantity-input');
    var value = parseInt($input.val());
    $input.val(value + 1);
  });
});/* End custom CSS */