/*-----------------------------------------------------------------------------------
Template Name: Banno - The Bakery & Chocolate eCommerce HTML5 Template
Template URI: https://spacingtech.com
Description: A best stylish, creative, modern responsive template for different eCommerce business or industries.
Author: spacingtech_webify
-----------------------------------------------------------------------------------
CSS INDEX
=========================================
01. Theme default css
    - Section padding css
    - Section border css
    - Section title css
    - button toggler css
    - Product timer css
    - Payment icon css
    - Social icon css
    - Banner hover css
    - Currency css
    - Search modal css
    - Mini cart css/
    - Screen bg css
    - Preloader css
    - Quickview css
    - back-to-top css
    - Slider arrow css
    - Slider dot css
    - Scrollbar css
02. Newsletter popup css
03. Top notification css
04. Tab css
05. Header css
    - Sticky header css
    - Header top css
    - Header icon css
    - Header bottom css
    - Header vegamenu css
    - Header mainmenu css
    - Header contact css
06. Slider css
07. Banner css
07. Deal product css
08. Testimonial css
09. Footer css
    - Service css
    - Newsletter css
    - footer link css
10. Copyright css
-----------------------------------------------------------------------------------*/
/* transition */
/* flex */
/* transform */
/* opacity */
/* box-shadow */
/* keyframe */


/*====================================
    'button' tag css
=====================================*/    
button {
    padding: 0px;
    display: inline-block;
    background: 0 0;
    font-family: var(--font-stack-body);
    border: none;
    line-height: normal;
}
button,
button:hover {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
button,
button:focus {
    outline: none;
    box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
a.disabled,
a.btn.disabled,
a.btn[disabled],
a.quick-view.disabled,
button.btn.disabled,
button.btn[disabled],
button[disabled] {
    color: #eaeaea!important;
    background-color: #ababab!important;
    opacity: .65;
    pointer-events: none;
    border-color: #ababab!important;
}
