.elementor-880 .elementor-element.elementor-element-41fd97c8{--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-880 .elementor-element.elementor-element-2d54e09c{--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-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-880 .elementor-element.elementor-element-7b925d6 .elementor-repeater-item-d0c7e8a .swiper-slide-bg{background-color:#833ca3;background-image:url(https://akbakeliteindia.com/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-29-at-16.15.02_4c3d6ed6.jpg);background-size:cover;}.elementor-880 .elementor-element.elementor-element-7b925d6 .elementor-repeater-item-5160835 .swiper-slide-bg{background-color:#bbbbbb;background-image:url(https://akbakeliteindia.com/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-29-at-16.15.07_b9ebd257.jpg);background-size:cover;}.elementor-880 .elementor-element.elementor-element-7b925d6 .swiper-slide{transition-duration:calc(4000ms*1.2);height:400px;}.elementor-880 .elementor-element.elementor-element-7b925d6 .swiper-slide-contents{max-width:66%;}.elementor-880 .elementor-element.elementor-element-7b925d6 .swiper-slide-inner{text-align:center;}.elementor-880 .elementor-element.elementor-element-70a39e62{--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-880 .elementor-element.elementor-element-70a39e62.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-880 .elementor-element.elementor-element-9f73e89{text-align:center;font-family:"Roboto Flex", Sans-serif;font-weight:400;color:#000000;}.elementor-880 .elementor-element.elementor-element-19eb9b0a > .elementor-widget-container{margin:-14px 0px 0px 0px;}.elementor-880 .elementor-element.elementor-element-19eb9b0a{font-family:"Roboto Flex", Sans-serif;font-weight:400;}.elementor-880 .elementor-element.elementor-element-7d689c02 > .elementor-widget-container{margin:-29px 0px 0px 0px;}.elementor-880 .elementor-element.elementor-element-7d689c02{color:#353232;}.elementor-880 .elementor-element.elementor-element-a3b96d2 > .elementor-widget-container{margin:-34px 0px 0px 0px;}.elementor-880 .elementor-element.elementor-element-a3b96d2{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-880 .elementor-element.elementor-element-5bb994e9 .elementor-heading-title{color:#FF7F7F;}.elementor-880 .elementor-element.elementor-element-786c64f2{color:#000000;}.elementor-880 .elementor-element.elementor-element-1faf3a93{--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-880 .elementor-element.elementor-element-568671b5{text-align:center;}.elementor-880 .elementor-element.elementor-element-568671b5 .elementor-heading-title{color:#000000;}.elementor-880 .elementor-element.elementor-element-749f26b5{--display:flex;}@media(max-width:767px){.elementor-880 .elementor-element.elementor-element-7b925d6 .swiper-slide{height:231px;}}@media(min-width:768px){.elementor-880 .elementor-element.elementor-element-2d54e09c{--width:50%;}.elementor-880 .elementor-element.elementor-element-70a39e62{--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 */