/*
Theme Name: WaterPro's
Theme URI: https://waterpros.com.au
Author: WaterPro's
Version: 4.0
Description: WaterPro's Custom Theme
Text Domain: waterpros
*/


/* =========================================================
   1. GLOBAL
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #fff;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    transition:
        color .2s ease,
        background-color .2s ease,
        border-color .2s ease;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.body-inner {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
}


/* =========================================================
   2. CTA BAR
========================================================= */

.cta-bar {
    position: relative;
    z-index: 1200;
    width: 100%;
    padding: 18px 55px;
    background: #005baa;
    color: #fff;
    text-align: center;
}

.cta-bar p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.cta-bar small {
    margin-left: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.cta-bar .xit {
    position: absolute;
    top: 8px;
    right: 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}


/* =========================================================
   3. TOP BAR
========================================================= */

.top-bar {
    width: 100%;
    padding: 11px 0;
    background: #eee;
}

.top-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-info li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-info li i {
    color: #666;
    font-size: 17px;
}

.top-info a {
    color: #666;
    text-decoration: none;
}

.top-info a:hover {
    color: #005baa;
}

.top-info .info-text {
    margin: 0;
    color: inherit;
    font-size: 14px;
}

.top-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-social li {
    list-style: none;
}

.top-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    color: #333;
    text-decoration: none;
}

.top-social a:hover {
    color: #005baa;
}


/* =========================================================
   4. HEADER
========================================================= */

.header-one {
    position: relative;
    z-index: 1000;
    background: transparent !important;
}

.header-one > .bg-white,
.header-one .bg-white,
.logo-area {
    background: #fff !important;
}

.logo-area {
    padding: 28px 0;
}

.logo img {
    width: auto;
    max-width: 220px;
    height: auto;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-info-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-info-box > li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 28px;
    border-right: 1px solid #eee;
    list-style: none;
}

.top-info-box > li:last-child {
    border-right: 0;
}

.info-box-title {
    margin: 0 0 4px;
    color: #777;
    font-size: 14px;
}

.info-box-subtitle {
    margin: 0;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.info-box-subtitle a {
    color: #222;
    text-decoration: none;
}

.info-box-subtitle a:hover {
    color: #005baa;
}

.header-get-a-quote {
    padding-right: 0 !important;
}


/* =========================================================
   5. HOT DEAL
========================================================= */

#darkBack {
    display: none;
}

#popUp {
    position: fixed;
    left: 0;
    bottom: 80px;
    z-index: 99999;
    width: 425px;
    max-width: calc(100vw - 30px);
    padding: 35px 30px 25px;
    background: #f1f3f5;
    color: #333;
    transition: margin-left .35s ease;
}

#popUp h2 {
    margin: 10px 0 12px;
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

#popUp h4 {
    margin: 0;
    color: #444;
    font-size: 12px;
    text-align: center;
}

#new {
    position: absolute;
    top: -28px;
    left: 0;
    padding: 8px 15px;
    background: #fff;
    color: #005baa;
    font-size: 14px;
    font-weight: 700;
}

#close {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #999;
    cursor: pointer;
}

#plus {
    position: fixed;
    left: 0;
    bottom: 120px;
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 105px;
    margin-left: -425px;
    background: #073a70;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: margin-left .35s ease;
}


/* =========================================================
   6. NAVIGATION
========================================================= */

.site-navigation {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: #005baa;
}

.site-navigation.navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 3px 12px rgba(0,0,0,.14);
}

.site-navigation .navbar {
    min-height: 64px;
}

.site-navigation .navbar-collapse {
    width: 100%;
}

.site-navigation .navbar-nav {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-navigation .navbar-nav > li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-navigation .navbar-nav > li > a {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 0 20px;
    background: transparent;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-navigation .navbar-nav > li > a:hover,
.site-navigation .navbar-nav > li.current-menu-item > a,
.site-navigation .navbar-nav > li.current-menu-parent > a,
.site-navigation .navbar-nav > li.current-menu-ancestor > a {
    background: rgba(0,0,0,.08);
    color: #fff !important;
}


/* =========================================================
   7. WORDPRESS SUBMENU
========================================================= */

.site-navigation .menu-item-has-children {
    position: relative;
}

.site-navigation .menu-item-has-children > a::after {
    content: "\f107";
    display: inline-block;
    margin-left: 7px;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
}

.site-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    display: none;
    width: 245px;
    min-width: 245px;
    margin: 0;
    padding: 8px 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    list-style: none;
}

.site-navigation .sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-navigation .sub-menu li a {
    display: block;
    width: 100%;
    padding: 12px 18px;
    background: #fff;
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.site-navigation .sub-menu li a:hover,
.site-navigation .sub-menu li.current-menu-item > a {
    background: #005baa;
    color: #fff !important;
}

@media (min-width: 992px) {
    .site-navigation .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
}


/* =========================================================
   8. MOBILE NAVIGATION
========================================================= */

.navbar-toggler {
    min-height: 46px;
    margin: 8px 0;
    border: 1px solid rgba(255,255,255,.4);
}

@media (max-width: 991px) {

    .site-navigation .navbar-nav {
        display: block;
        width: 100%;
        padding: 8px 0 15px;
    }

    .site-navigation .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .site-navigation .navbar-nav > li > a {
        justify-content: space-between;
        width: 100%;
        min-height: 48px;
        padding: 10px 15px;
    }

    .site-navigation .sub-menu {
        position: static;
        display: none;
        width: 100%;
        min-width: 0;
        padding: 0 0 8px 18px;
        background: #004d92;
        border: 0;
        box-shadow: none;
    }

    .site-navigation .submenu-open > .sub-menu {
        display: block;
    }

    .site-navigation .sub-menu li a {
        padding: 10px 15px;
        background: transparent;
        color: #fff !important;
    }
}


/* =========================================================
   9. BLOG
========================================================= */

.blog-home {
    width: 100%;
    padding: 70px 0 90px;
}

.blog-home h1 {
    margin: 0 0 20px;
    color: #222;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
}

.blog-home h2 {
    margin-top: 15px;
    color: #222;
    font-size: 34px;
}

.blog-home h4 {
    color: #222;
    font-size: 26px;
}

.blog-home .card {
    overflow: hidden;
    border: 0;
    border-radius: 12px;
}

.blog-home a {
    color: #111;
    text-decoration: none;
}

.blog-home a:hover {
    color: #0b6cb8;
}

.blog-home img {
    border-radius: 8px;
}


/* =========================================================
   10. SHOP
========================================================= */

.waterpros-shop {
    width: 100%;
    padding: 0 0 80px;
    background: #fff;
}

.waterpros-shop > .container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}


/* =========================================================
   11. SHOP HERO
========================================================= */

.shop-hero {
    width: 100%;
    margin-bottom: 55px;
    padding: 65px 20px;
    background: #005baa;
    color: #fff;
}

.shop-hero-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.shop-hero h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 46px;
}

.shop-hero p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}


/* =========================================================
   12. SHOP SEARCH
========================================================= */

.shop-search {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 55px;
}

.shop-search-box {
    display: flex;
    width: 100%;
    min-height: 58px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    box-shadow: 0 5px 20px rgba(0,0,0,.07);
}

.shop-search-box input {
    flex: 1;
    min-width: 0;
    height: 58px;
    padding: 0 20px;
    border: 0;
    outline: 0;
}

.shop-search-box button {
    height: 58px;
    padding: 0 28px;
    border: 0;
    background: #005baa;
    color: #fff;
    font-weight: 600;
}


/* =========================================================
   13. SHOP CATEGORIES
========================================================= */

.shop-category-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 45px;
    padding: 0;
    list-style: none;
}

.shop-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 9px 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.shop-category:hover,
.shop-category.active {
    background: #005baa;
    border-color: #005baa;
    color: #fff;
}


/* =========================================================
   14. SHOP TOOLBAR
========================================================= */

.shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.shop-results {
    color: #666;
    font-size: 14px;
}


/* =========================================================
   15. PRODUCT GRID
========================================================= */

.waterpros-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    align-items: stretch !important;
    gap: 28px !important;
    width: 100% !important;
}


/* =========================================================
   16. PRODUCT CARD
========================================================= */

.waterpros-product-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #dfe3e7 !important;
    border-radius: 14px !important;
}

.waterpros-product-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
}


/* =========================================================
   17. PRODUCT IMAGE
========================================================= */

.waterpros-product-card .product-image,
.waterpros-product-card .waterpros-product-card-image {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 380px !important;
    margin: 0 !important;
    padding: 25px !important;
    overflow: hidden !important;
    background: #fafafa !important;
}

.waterpros-product-card .product-image > a,
.waterpros-product-card .waterpros-product-card-image > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.waterpros-product-card img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
}


/* =========================================================
   18. PRODUCT SALE
========================================================= */

.waterpros-product-card .product-sale,
.waterpros-product-card .waterpros-sale-badge {
    position: absolute !important;
    top: 18px !important;
    left: 18px !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 52px;
    padding: 0 15px;
    background: #ed0000 !important;
    border-radius: 8px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   19. PRODUCT CONTENT
========================================================= */

.waterpros-product-card .product-details,
.waterpros-product-card .waterpros-product-card-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    padding: 28px !important;
}

.waterpros-product-card .product-category,
.waterpros-product-card .waterpros-card-brand {
    margin: 0 0 12px !important;
    color: #888 !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.waterpros-product-card .product-title,
.waterpros-product-card .waterpros-product-card-title {
    min-height: 62px !important;
    margin: 0 0 18px !important;
    color: #222 !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.waterpros-product-card .product-title a,
.waterpros-product-card .waterpros-product-card-title a {
    color: #222 !important;
    text-decoration: none !important;
}


/* =========================================================
   20. PRODUCT PRICE
========================================================= */

.waterpros-product-card .product-price,
.waterpros-product-card .waterpros-product-card-price {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 45px;
    margin: 0 0 25px !important;
    color: #0865bb !important;
    font-size: 27px !important;
    font-weight: 700 !important;
}

.waterpros-product-card .product-price del,
.waterpros-product-card .waterpros-product-card-price del {
    color: #999 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.waterpros-product-card .product-price ins,
.waterpros-product-card .waterpros-product-card-price ins {
    color: #0865bb !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}


/* =========================================================
   21. SIMPLE PRODUCT BUTTONS
========================================================= */

.waterpros-product-card .product-actions {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: auto !important;
}

.waterpros-product-card .view-product,
.waterpros-product-card .waterpros-view-product-button,
.waterpros-product-card .add-to-cart,
.waterpros-product-card .add_to_cart_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.waterpros-product-card .view-product,
.waterpros-product-card .waterpros-view-product-button {
    background: #fff !important;
    border: 1px solid #0865bb !important;
    color: #0865bb !important;
}

.waterpros-product-card .add-to-cart,
.waterpros-product-card .add_to_cart_button {
    background: #0865bb !important;
    border: 1px solid #0865bb !important;
    color: #fff !important;
}


/* =========================================================
   22. VARIABLE PRODUCT FORM
========================================================= */

.waterpros-product-card form.variations_form,
.waterpros-product-card .variations_form,
.waterpros-product-card .waterpros-category-variation-form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: auto 0 0 !important;
    padding: 0 !important;
}


/* =========================================================
   23. VIEW AVAILABLE OPTIONS
========================================================= */

.waterpros-product-card .variable-options-toggle,
.waterpros-product-card .variation-toggle,
.waterpros-product-card .view-options,
.waterpros-product-card .view-available-options,
.waterpros-product-card .waterpros-options-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 0 32px !important;
    padding: 12px 18px !important;
    background: #0865bb !important;
    border: 1px solid #0865bb !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    cursor: pointer !important;
}


/* =========================================================
   24. WOOCOMMERCE VARIATIONS RESET
========================================================= */

.waterpros-product-card table.variations {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.waterpros-product-card table.variations tbody,
.waterpros-product-card table.variations tr,
.waterpros-product-card table.variations th,
.waterpros-product-card table.variations td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


/* =========================================================
   25. MODEL LABEL
========================================================= */

.waterpros-product-card table.variations .label,
.waterpros-product-card table.variations th.label,
.waterpros-product-card .waterpros-category-variation-field {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.waterpros-product-card table.variations label,
.waterpros-product-card .waterpros-category-variation-field > label,
.waterpros-product-card .waterpros-category-variation-field label {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #555 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    text-align: left !important;
}


/* =========================================================
   26. VARIATION VALUE WRAPPER
========================================================= */

.waterpros-product-card table.variations .value,
.waterpros-product-card table.variations td.value,
.waterpros-product-card .waterpros-category-variation-field {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
}


/* =========================================================
   27. MODEL SELECT
   IMPORTANT FIX
========================================================= */

.waterpros-product-card table.variations select,
.waterpros-product-card .variations select,
.waterpros-product-card select[name^="attribute_"],
.waterpros-product-card .waterpros-category-variation-select,
.waterpros-product-card form.variations_form select {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

    height: 54px !important;
    min-height: 54px !important;

    margin: 0 !important;

    padding: 0 45px 0 16px !important;

    background-color: #fff !important;

    border: 1px solid #cfd7df !important;
    border-radius: 8px !important;

    color: #333 !important;

    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 54px !important;

    box-shadow: none !important;
    outline: none !important;

    box-sizing: border-box !important;
}


/* =========================================================
   28. CLEAR
========================================================= */

.waterpros-product-card .reset_variations {
    display: inline-block !important;

    width: auto !important;
    min-width: 0 !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 4px 0 30px !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    color: #777 !important;

    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;

    text-decoration: underline !important;

    box-shadow: none !important;

    cursor: pointer !important;
}


/* =========================================================
   29. SINGLE VARIATION
========================================================= */

.waterpros-product-card .single_variation_wrap,
.waterpros-product-card .single_variation {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   30. VARIATION BUY ROW
========================================================= */

.waterpros-product-card .woocommerce-variation-add-to-cart,
.waterpros-product-card .variations_button {
    display: grid !important;

    grid-template-columns:
        minmax(135px, 160px)
        minmax(0,1fr) !important;

    align-items: end !important;

    column-gap: 12px !important;
    row-gap: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   31. QUANTITY WRAPPER
========================================================= */

.waterpros-product-card .woocommerce-variation-add-to-cart .quantity,
.waterpros-product-card .variations_button .quantity,
.waterpros-product-card form.variations_form .quantity {
    display: block !important;

    grid-column: 1 !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Quantity label */

.waterpros-product-card .quantity::before {
    content: "Quantity";

    display: block !important;

    width: 100% !important;

    margin: 0 0 10px !important;

    color: #555 !important;

    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}


/* =========================================================
   32. QUANTITY INPUT
   IMPORTANT FIX
========================================================= */

.waterpros-product-card .quantity input.qty,
.waterpros-product-card input.qty,
.waterpros-product-card input[type="number"].qty {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

    height: 54px !important;
    min-height: 54px !important;

    margin: 0 !important;

    padding: 0 14px !important;

    background: #fff !important;

    border: 1px solid #cfd7df !important;
    border-radius: 8px !important;

    color: #333 !important;

    font-size: 15px !important;

    text-align: center !important;

    box-shadow: none !important;
    outline: none !important;
}


/* =========================================================
   33. VARIABLE ADD TO CART
========================================================= */

.waterpros-product-card .single_add_to_cart_button,
.waterpros-product-card button.single_add_to_cart_button,
.waterpros-product-card .woocommerce-variation-add-to-cart button,
.waterpros-product-card .variations_button button,
.waterpros-product-card form.variations_form button[type="submit"],
.waterpros-product-card .waterpros-category-cart-button {
    display: flex !important;

    grid-column: 2 !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 54px !important;
    min-height: 54px !important;

    margin: 0 !important;

    padding: 0 20px !important;

    background: #0865bb !important;

    border: 1px solid #0865bb !important;
    border-radius: 8px !important;

    color: #fff !important;

    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    text-align: center !important;

    box-shadow: none !important;

    cursor: pointer !important;

    opacity: 1 !important;
}


/* =========================================================
   34. DISABLED ADD TO CART
========================================================= */

.waterpros-product-card .single_add_to_cart_button.disabled,
.waterpros-product-card .single_add_to_cart_button:disabled,
.waterpros-product-card button.single_add_to_cart_button.disabled,
.waterpros-product-card button.single_add_to_cart_button:disabled,
.waterpros-product-card .waterpros-category-cart-button:disabled {
    background: #e1e5e9 !important;

    border-color: #e1e5e9 !important;

    color: #949ba2 !important;

    cursor: not-allowed !important;

    opacity: 1 !important;
}


/* =========================================================
   35. ENABLED BUTTON
========================================================= */

.waterpros-product-card .single_add_to_cart_button:not(.disabled):not(:disabled):hover,
.waterpros-product-card .waterpros-category-cart-button:not(:disabled):hover {
    background: #064f93 !important;
    border-color: #064f93 !important;
    color: #fff !important;
}


/* =========================================================
   36. CATEGORY PAGE
========================================================= */

.waterpros-category-page {
    width: 100%;
    padding-bottom: 80px;
    background: #fff;
}

.waterpros-category-container {
    width: min(1400px, calc(100% - 60px));
    margin: 0 auto;
}

.waterpros-category-hero {
    width: 100%;
    margin: 35px 0 70px;
    padding: 55px 70px;
    background: linear-gradient(135deg,#075ebd,#0878d5);
    border-radius: 0 0 22px 22px;
    color: #fff;
}

.waterpros-category-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 52px;
}

.waterpros-shop-layout {
    display: grid;
    grid-template-columns: 270px minmax(0,1fr);
    gap: 42px;
    align-items: start;
}


/* =========================================================
   37. SINGLE PRODUCT
========================================================= */

.waterpros-single-product {
    width: 100%;
    padding: 45px 20px 100px;
    background: #fff;
}

.waterpros-product-container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.waterpros-product-main {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr);
    gap: 65px;
    align-items: start;
}

.waterpros-main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 580px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e5e9ed;
    border-radius: 14px;
}

.waterpros-main-product-image {
    width: 100% !important;
    height: 100% !important;
    padding: 55px !important;
    object-fit: contain !important;
}

.waterpros-product-title {
    margin: 0 0 18px;
    color: #202020;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
}

.waterpros-product-price {
    margin: 0 0 22px;
    color: #005baa;
    font-size: 31px;
    font-weight: 700;
}


/* =========================================================
   38. CHECKOUT
========================================================= */

.waterpros-checkout,
.woocommerce-checkout form.checkout {
    width: 100% !important;
    max-width: 1280px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.waterpros-checkout {
    padding: 60px 20px 100px;
}

.waterpros-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0,1.55fr) minmax(360px,.85fr);
    gap: 35px;
}

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    column-gap: 20px !important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
    display: block !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 15px !important;
    background: #fff !important;
    border: 1px solid #d2d9e0 !important;
    border-radius: 7px !important;
}


/* =========================================================
   39. MY ACCOUNT
========================================================= */

.woocommerce-account .woocommerce {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
    padding: 70px 0 100px;
}

.woocommerce-account .u-columns {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 30px;
}

.woocommerce-account form.login,
.woocommerce-account form.register {
    width: 100% !important;
    padding: 35px !important;
    background: #fff !important;
    border: 1px solid #e1e6eb !important;
    border-radius: 12px !important;
}


/* =========================================================
   40. FOOTER
========================================================= */

.footer {
    margin-top: 80px;
    overflow: hidden;
    background: #000;
    color: #8d8d8d;
}

.footer-main {
    padding: 80px 0 60px;
}

.footer-widget {
    margin-bottom: 40px;
    padding: 0 25px;
}

.widget-title {
    margin-bottom: 45px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-logo {
    width: 230px;
    margin-bottom: 35px;
}

.footer p {
    margin-bottom: 20px;
    color: #9b9b9b;
    font-size: 18px;
    line-height: 2;
}

.footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    margin-right: 30px;
    color: #9a9a9a;
    font-size: 28px;
}

.copyright {
    padding: 24px 0;
    background: #005baa;
    color: #fff;
}


/* =========================================================
   41. TABLET
========================================================= */

@media (max-width: 1199px) {

    .waterpros-product-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

    .waterpros-product-main {
        grid-template-columns: minmax(0,1fr) minmax(360px,.9fr);
        gap: 45px;
    }

}


/* =========================================================
   42. MOBILE
========================================================= */

@media (max-width: 767px) {

    .cta-bar {
        padding: 15px 40px 15px 15px;
    }

    .top-info {
        display: block;
    }

    .top-info li {
        justify-content: center;
        margin-bottom: 7px;
    }

    .logo img {
        margin: 0 auto;
    }

    .top-info-box {
        display: block;
    }

    .top-info-box > li {
        justify-content: center;
        border-right: 0;
    }

    .waterpros-shop > .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .waterpros-product-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        gap: 12px !important;
    }

    .waterpros-product-card .product-image,
    .waterpros-product-card .waterpros-product-card-image {
        height: 190px !important;
        padding: 12px !important;
    }

    .waterpros-product-card .product-details,
    .waterpros-product-card .waterpros-product-card-content {
        padding: 14px !important;
    }

    .waterpros-product-card .product-title,
    .waterpros-product-card .waterpros-product-card-title {
        min-height: 48px !important;
        font-size: 14px !important;
    }

    .waterpros-product-card .product-price,
    .waterpros-product-card .waterpros-product-card-price,
    .waterpros-product-card .product-price ins,
    .waterpros-product-card .waterpros-product-card-price ins {
        font-size: 18px !important;
    }

    .waterpros-product-card .product-actions {
        grid-template-columns: 1fr !important;
    }

    /*
     Variable product remains full width.
     Quantity then Add to Cart stack vertically.
    */

    .waterpros-product-card .woocommerce-variation-add-to-cart,
    .waterpros-product-card .variations_button {
        grid-template-columns: 1fr !important;
        row-gap: 12px !important;
    }

    .waterpros-product-card
    .woocommerce-variation-add-to-cart .quantity,
    .waterpros-product-card
    .variations_button .quantity {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .waterpros-product-card
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button,
    .waterpros-product-card
    .variations_button
    .single_add_to_cart_button {
        grid-column: 1 !important;
        grid-row: 2 !important;
        width: 100% !important;
    }

    .waterpros-product-card table.variations select,
    .waterpros-product-card form.variations_form select,
    .waterpros-product-card .waterpros-category-variation-select {
        width: 100% !important;
        min-width: 100% !important;
        height: 48px !important;
    }

    .waterpros-product-card .quantity input.qty {
        width: 100% !important;
        min-width: 100% !important;
        height: 48px !important;
    }

    .waterpros-single-product {
        padding: 25px 12px 60px;
    }

    .waterpros-product-main {
        grid-template-columns: 1fr;
    }

    .waterpros-main-image {
        height: 380px;
    }

    body.woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout
    .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr !important;
    }

    .woocommerce-account .u-columns {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   43. SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .waterpros-product-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        gap: 10px !important;
    }

    .waterpros-product-card .product-image,
    .waterpros-product-card .waterpros-product-card-image {
        height: 165px !important;
    }

    .waterpros-product-card .product-details,
    .waterpros-product-card .waterpros-product-card-content {
        padding: 11px !important;
    }

    .waterpros-product-card .product-title,
    .waterpros-product-card .waterpros-product-card-title {
        font-size: 13px !important;
    }

}


/* =========================================================
   44. ABSOLUTE FINAL VARIABLE FORM OVERRIDES
   NOTHING SHOULD GO BELOW THIS SECTION
========================================================= */


/*
   MODEL ROW MUST NEVER BE INLINE
*/

.waterpros-product-card .variations tr,
.waterpros-product-card .variations tbody,
.waterpros-product-card .variations th,
.waterpros-product-card .variations td {
    display: block !important;
    width: 100% !important;
}


/*
   MODEL LABEL
*/

.waterpros-product-card
.variations
.label {
    display: block !important;

    width: 100% !important;

    margin: 0 0 10px !important;
}


/*
   MODEL SELECT WRAPPER
*/

.waterpros-product-card
.variations
.value {
    display: block !important;

    width: 100% !important;

    max-width: 100% !important;
}


/*
   MODEL SELECT - FORCE FULL WIDTH
*/

.waterpros-product-card
.variations
.value
select,

.waterpros-product-card
form.variations_form
select {
    display: block !important;

    width: 100% !important;

    max-width: 100% !important;

    min-width: 100% !important;

    height: 54px !important;

    margin: 0 !important;

    padding-left: 16px !important;

    border: 1px solid #ced6de !important;

    border-radius: 8px !important;

    background-color: #fff !important;

    color: #333 !important;

    font-size: 16px !important;
}


/*
   QUANTITY WRAPPER FULL WIDTH
*/

.waterpros-product-card
.woocommerce-variation-add-to-cart
.quantity,

.waterpros-product-card
.variations_button
.quantity {
    width: 100% !important;

    max-width: 100% !important;

    min-width: 0 !important;
}


/*
   QUANTITY INPUT
*/

.waterpros-product-card
.woocommerce-variation-add-to-cart
.quantity
input.qty,

.waterpros-product-card
.variations_button
.quantity
input.qty {
    display: block !important;

    width: 100% !important;

    max-width: 100% !important;

    min-width: 100% !important;

    height: 54px !important;

    margin: 0 !important;

    border: 1px solid #ced6de !important;

    border-radius: 8px !important;

    text-align: center !important;
}


/*
   ADD TO CART
*/

.waterpros-product-card
.woocommerce-variation-add-to-cart
.single_add_to_cart_button,

.waterpros-product-card
.variations_button
.single_add_to_cart_button {
    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 100% !important;

    max-width: 100% !important;

    min-width: 0 !important;

    height: 54px !important;

    margin: 0 !important;

    padding: 0 20px !important;

    border-radius: 8px !important;

    font-size: 16px !important;

    font-weight: 700 !important;
}


/*
   DISABLED BEFORE MODEL IS SELECTED
*/

.waterpros-product-card
.single_add_to_cart_button.disabled,

.waterpros-product-card
.single_add_to_cart_button:disabled {
    background: #dfe3e7 !important;

    border: 1px solid #dfe3e7 !important;

    color: #9299a0 !important;

    opacity: 1 !important;

    cursor: not-allowed !important;
}


/*
   ENABLED AFTER MODEL IS SELECTED
*/

.waterpros-product-card
.single_add_to_cart_button:not(.disabled):not(:disabled) {
    background: #0865bb !important;

    border: 1px solid #0865bb !important;

    color: #fff !important;

    cursor: pointer !important;
}


/*
   DESKTOP QUANTITY + CART
*/

@media (min-width: 768px) {

    .waterpros-product-card
    .woocommerce-variation-add-to-cart,

    .waterpros-product-card
    .variations_button {
        display: grid !important;

        grid-template-columns:
            150px
            minmax(0,1fr) !important;

        gap: 12px !important;

        align-items: end !important;

        width: 100% !important;
    }

}


/*
   MOBILE QUANTITY + CART
*/

@media (max-width: 767px) {

    .waterpros-product-card
    .woocommerce-variation-add-to-cart,

    .waterpros-product-card
    .variations_button {
        display: grid !important;

        grid-template-columns: 1fr !important;

        gap: 12px !important;
    }

    .waterpros-product-card
    .woocommerce-variation-add-to-cart
    .quantity,

    .waterpros-product-card
    .variations_button
    .quantity {
        grid-column: 1 !important;
    }

    .waterpros-product-card
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button,

    .waterpros-product-card
    .variations_button
    .single_add_to_cart_button {
        grid-column: 1 !important;
    }

}

/* =========================================================
   WATERPRO'S WOOCOMMERCE CART BLOCK
   ========================================================= */

body.woocommerce-cart {
    background: #fff;
}

/* Main cart page */

body.woocommerce-cart .wp-site-blocks,
body.woocommerce-cart main {
    width: 100%;
}

/* Cart wrapper */

body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .wc-block-cart {
    width: calc(100% - 40px) !important;
    max-width: 1380px !important;
    margin: 0 auto !important;
    padding: 60px 0 100px !important;
    box-sizing: border-box !important;
}

/* =========================================================
   CART TITLE
========================================================= */

body.woocommerce-cart h1 {
    margin: 0 0 45px !important;
    color: #222 !important;
    font-size: 44px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

/* =========================================================
   TWO COLUMN CART
========================================================= */

body.woocommerce-cart
.wc-block-cart__main {
    width: 66% !important;
    padding-right: 45px !important;
}

body.woocommerce-cart
.wc-block-cart__sidebar {
    width: 34% !important;
    padding-left: 35px !important;
}

/* =========================================================
   PRODUCT TABLE
========================================================= */

body.woocommerce-cart
.wc-block-cart-items {
    width: 100% !important;
    border-collapse: collapse !important;
}

body.woocommerce-cart
.wc-block-cart-items__header {
    border-bottom: 1px solid #ddd !important;
}

body.woocommerce-cart
.wc-block-cart-items__header span {
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* Individual product */

body.woocommerce-cart
.wc-block-cart-items__row {
    border-bottom: 1px solid #e5e5e5 !important;
}

body.woocommerce-cart
.wc-block-cart-item__product {
    padding: 25px 15px !important;
}

/* =========================================================
   PRODUCT IMAGE
========================================================= */

body.woocommerce-cart
.wc-block-cart-item__image {
    width: 110px !important;
    min-width: 110px !important;
}

body.woocommerce-cart
.wc-block-cart-item__image img {
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    padding: 8px !important;
    object-fit: contain !important;
    background: #fafafa !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
}

/* =========================================================
   PRODUCT NAME
========================================================= */

body.woocommerce-cart
.wc-block-components-product-name {
    color: #222 !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

body.woocommerce-cart
.wc-block-components-product-name:hover {
    color: #075fbd !important;
}

/* Description */

body.woocommerce-cart
.wc-block-components-product-metadata,
body.woocommerce-cart
.wc-block-components-product-metadata__description {
    color: #777 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

/* Variation */

body.woocommerce-cart
.wc-block-components-product-details {
    margin-top: 7px !important;
    color: #555 !important;
    font-size: 13px !important;
}

/* =========================================================
   PRICE
========================================================= */

body.woocommerce-cart
.wc-block-components-product-price {
    margin: 8px 0 !important;
}

body.woocommerce-cart
.wc-block-components-product-price__value {
    color: #075fbd !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

body.woocommerce-cart
.wc-block-components-product-price__regular {
    margin-right: 7px !important;
    color: #999 !important;
}

/* =========================================================
   QUANTITY
========================================================= */

body.woocommerce-cart
.wc-block-components-quantity-selector {
    display: inline-flex !important;
    align-items: center !important;
    width: 130px !important;
    min-height: 42px !important;
    overflow: hidden !important;
    border: 1px solid #d7dde3 !important;
    border-radius: 7px !important;
    background: #fff !important;
}

body.woocommerce-cart
.wc-block-components-quantity-selector input {
    width: 46px !important;
    height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #333 !important;
    text-align: center !important;
}

body.woocommerce-cart
.wc-block-components-quantity-selector button {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #f5f7f9 !important;
    color: #333 !important;
}

body.woocommerce-cart
.wc-block-components-quantity-selector button:hover {
    background: #075fbd !important;
    color: #fff !important;
}

/* =========================================================
   REMOVE BUTTON
========================================================= */

body.woocommerce-cart
.wc-block-cart-item__remove-link {
    margin-top: 8px !important;
    color: #777 !important;
    font-size: 12px !important;
    text-decoration: underline !important;
}

body.woocommerce-cart
.wc-block-cart-item__remove-link:hover {
    color: #c62828 !important;
}

/* =========================================================
   LINE TOTAL
========================================================= */

body.woocommerce-cart
.wc-block-cart-item__total {
    padding: 25px 0 !important;
}

body.woocommerce-cart
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    color: #222 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

/* =========================================================
   CART TOTALS SIDEBAR
========================================================= */

body.woocommerce-cart
.wc-block-components-sidebar {
    position: sticky !important;
    top: 100px !important;
    padding: 30px !important;
    background: #f7f9fb !important;
    border: 1px solid #e1e6eb !important;
    border-radius: 12px !important;
}

body.woocommerce-cart
.wc-block-cart__totals-title {
    margin: 0 0 25px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #dfe5eb !important;
    color: #222 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* =========================================================
   TOTAL ROWS
========================================================= */

body.woocommerce-cart
.wc-block-components-totals-item {
    padding: 15px 0 !important;
    border-bottom: 1px solid #e5e8eb !important;
}

body.woocommerce-cart
.wc-block-components-totals-item__label {
    color: #555 !important;
    font-size: 14px !important;
}

body.woocommerce-cart
.wc-block-components-totals-item__value {
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

/* Final total */

body.woocommerce-cart
.wc-block-components-totals-footer-item {
    padding: 22px 0 !important;
}

body.woocommerce-cart
.wc-block-components-totals-footer-item
.wc-block-components-totals-item__label {
    color: #222 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

body.woocommerce-cart
.wc-block-components-totals-footer-item
.wc-block-components-totals-item__value {
    color: #075fbd !important;
    font-size: 23px !important;
    font-weight: 700 !important;
}

/* =========================================================
   COUPON
========================================================= */

body.woocommerce-cart
.wc-block-components-totals-coupon {
    margin-bottom: 10px !important;
}

body.woocommerce-cart
.wc-block-components-totals-coupon__button {
    color: #075fbd !important;
}

/* =========================================================
   CHECKOUT BUTTON
========================================================= */

body.woocommerce-cart
.wc-block-cart__submit {
    margin-top: 25px !important;
}

body.woocommerce-cart
.wc-block-cart__submit-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 0 25px !important;
    background: #075fbd !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

body.woocommerce-cart
.wc-block-cart__submit-button:hover {
    background: #064e9c !important;
    color: #fff !important;
}

/* =========================================================
   EXPRESS PAYMENTS
========================================================= */

body.woocommerce-cart
.wc-block-components-express-payment {
    margin-top: 20px !important;
}

/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 991px) {

    body.woocommerce-cart
    .wp-block-woocommerce-cart,
    body.woocommerce-cart
    .wc-block-cart {
        width: calc(100% - 30px) !important;
        padding: 40px 0 70px !important;
    }

    body.woocommerce-cart
    .wc-block-cart__main,
    body.woocommerce-cart
    .wc-block-cart__sidebar {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.woocommerce-cart
    .wc-block-cart__sidebar {
        margin-top: 35px !important;
    }

    body.woocommerce-cart
    .wc-block-components-sidebar {
        position: static !important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    body.woocommerce-cart h1 {
        margin-bottom: 30px !important;
        font-size: 32px !important;
    }

    body.woocommerce-cart
    .wc-block-cart-item__image {
        width: 80px !important;
        min-width: 80px !important;
    }

    body.woocommerce-cart
    .wc-block-cart-item__image img {
        width: 72px !important;
        height: 72px !important;
    }

    body.woocommerce-cart
    .wc-block-components-product-name {
        font-size: 15px !important;
    }

    body.woocommerce-cart
    .wc-block-components-sidebar {
        padding: 22px !important;
    }
}

/* =========================================================
   WATERPRO'S CHECKOUT - FINAL BILLING FIELD FIX
   KEEP THIS AT THE ABSOLUTE BOTTOM OF style.css
========================================================= */


/* =========================================================
   BILLING GRID
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper {

    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr) !important;

    column-gap: 34px !important;
    row-gap: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   EVERY BILLING ROW
   CRITICAL: force label ABOVE input
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row {

    display: block !important;

    position: relative !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    float: none !important;
    clear: none !important;

    margin: 0 0 24px !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* Remove Bootstrap/WooCommerce flex behaviour */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row.form-row-first,

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row.form-row-last,

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row.form-row-wide {

    display: block !important;

    width: 100% !important;

    float: none !important;

    clear: none !important;
}


/* =========================================================
   LABEL
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row > label {

    display: block !important;

    position: static !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 9px !important;
    padding: 0 !important;

    color: #5e5e5e !important;

    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;

    text-align: left !important;

    float: none !important;

    box-sizing: border-box !important;
}


/* Required star */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row > label
.required {

    color: #d40000 !important;

    font-weight: 700 !important;
}


/* =========================================================
   FIELD WRAPPER
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row
.woocommerce-input-wrapper {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;

    box-sizing: border-box !important;
}


/* =========================================================
   STANDARD INPUTS
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row
input.input-text,

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row
input[type="text"],

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row
input[type="email"],

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row
input[type="tel"] {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 56px !important;

    margin: 0 !important;

    padding: 0 16px !important;

    border: 1px solid #ccd5df !important;
    border-radius: 8px !important;

    background: #ffffff !important;

    color: #333333 !important;

    font-size: 16px !important;
    line-height: normal !important;

    float: none !important;

    box-sizing: border-box !important;

    outline: none !important;

    box-shadow: none !important;
}


/* =========================================================
   SELECT ELEMENT
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row
select {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 56px !important;

    margin: 0 !important;

    padding: 0 15px !important;

    border: 1px solid #ccd5df !important;
    border-radius: 8px !important;

    background: #ffffff !important;

    color: #333333 !important;

    font-size: 16px !important;

    box-sizing: border-box !important;
}


/* =========================================================
   SELECT2 WRAPPER
   THIS FIXES AUSTRALIA / VICTORIA WIDTH
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row
.select2-container {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

    margin: 0 !important;

    float: none !important;

    box-sizing: border-box !important;
}


/* Select2 actual box */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.select2-container
.select2-selection--single {

    display: flex !important;

    align-items: center !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 1px solid #ccd5df !important;
    border-radius: 8px !important;

    background: #ffffff !important;

    box-sizing: border-box !important;
}


/* Select2 text */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.select2-container
.select2-selection--single
.select2-selection__rendered {

    display: block !important;

    width: 100% !important;

    height: 54px !important;

    margin: 0 !important;

    padding: 0 45px 0 16px !important;

    color: #333333 !important;

    font-size: 16px !important;
    line-height: 54px !important;

    text-align: left !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


/* Select2 arrow */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.select2-container
.select2-selection--single
.select2-selection__arrow {

    position: absolute !important;

    top: 2px !important;
    right: 10px !important;

    width: 28px !important;
    height: 52px !important;
}


/* =========================================================
   EXACT GRID POSITIONS
========================================================= */


/* First name */

body.woocommerce-checkout
#billing_first_name_field {

    grid-column: 1 !important;
}


/* Last name */

body.woocommerce-checkout
#billing_last_name_field {

    grid-column: 2 !important;
}


/* Country full left column */

body.woocommerce-checkout
#billing_country_field {

    grid-column: 1 !important;
}


/* Street address right column */

body.woocommerce-checkout
#billing_address_1_field {

    grid-column: 2 !important;
}


/* Apartment / address line 2 */

body.woocommerce-checkout
#billing_address_2_field {

    grid-column: 1 !important;
}


/* Suburb */

body.woocommerce-checkout
#billing_city_field {

    grid-column: 2 !important;
}


/* State */

body.woocommerce-checkout
#billing_state_field {

    grid-column: 1 !important;
}


/* Postcode */

body.woocommerce-checkout
#billing_postcode_field {

    grid-column: 2 !important;
}


/* Phone */

body.woocommerce-checkout
#billing_phone_field {

    grid-column: 1 !important;
}


/* Email */

body.woocommerce-checkout
#billing_email_field {

    grid-column: 2 !important;
}


/* =========================================================
   FORCE COUNTRY / STATE FIELD WIDTH
========================================================= */

body.woocommerce-checkout
#billing_country_field,

body.woocommerce-checkout
#billing_state_field {

    width: 100% !important;
    max-width: 100% !important;
}


/* Country select2 */

body.woocommerce-checkout
#billing_country_field
.select2-container {

    width: 100% !important;
    min-width: 100% !important;
}


/* State select2 */

body.woocommerce-checkout
#billing_state_field
.select2-container {

    width: 100% !important;
    min-width: 100% !important;
}


/* =========================================================
   ADDRESS FIELD
========================================================= */

body.woocommerce-checkout
#billing_address_1,

body.woocommerce-checkout
#billing_address_2 {

    width: 100% !important;
}


/* =========================================================
   INPUT FOCUS
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
input:focus,

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
select:focus,

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.select2-container--focus
.select2-selection--single {

    border-color: #075fbd !important;

    box-shadow:
        0 0 0 3px rgba(7, 95, 189, .08) !important;
}


/* =========================================================
   PLACEHOLDERS
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
input::placeholder {

    color: #888888 !important;

    opacity: 1 !important;
}


/* =========================================================
   NEWSLETTER CHECKBOX
========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields__field-wrapper
.form-row
input[type="checkbox"] {

    width: 17px !important;
    height: 17px !important;

    margin-right: 8px !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    body.woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper {

        grid-template-columns:
            1fr !important;

        column-gap:
            0 !important;
    }


    body.woocommerce-checkout
    #billing_first_name_field,

    body.woocommerce-checkout
    #billing_last_name_field,

    body.woocommerce-checkout
    #billing_country_field,

    body.woocommerce-checkout
    #billing_address_1_field,

    body.woocommerce-checkout
    #billing_address_2_field,

    body.woocommerce-checkout
    #billing_city_field,

    body.woocommerce-checkout
    #billing_state_field,

    body.woocommerce-checkout
    #billing_postcode_field,

    body.woocommerce-checkout
    #billing_phone_field,

    body.woocommerce-checkout
    #billing_email_field {

        grid-column:
            1 !important;
    }

}

/* =========================================================
   WATERPRO'S CHECKOUT - FINAL SHIPPING ADDRESS FIX
   KEEP AT ABSOLUTE BOTTOM OF style.css
========================================================= */


/* =========================================================
   SHIPPING CONTAINER
========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   SHIP TO DIFFERENT ADDRESS
========================================================= */

body.woocommerce-checkout
#ship-to-different-address {

    display: block !important;

    width: 100% !important;

    margin: 0 0 35px !important;
    padding: 0 !important;
}


body.woocommerce-checkout
#ship-to-different-address label {

    display: flex !important;

    align-items: center !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #222222 !important;

    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;

    cursor: pointer !important;
}


body.woocommerce-checkout
#ship-to-different-address
input[type="checkbox"] {

    position: static !important;

    display: inline-block !important;

    flex: 0 0 18px !important;

    width: 18px !important;
    height: 18px !important;

    min-width: 18px !important;

    margin: 0 12px 0 0 !important;

    padding: 0 !important;

    accent-color: #075fbd !important;

    cursor: pointer !important;
}


/* =========================================================
   SHIPPING GRID
========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper {

    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr) !important;

    column-gap: 34px !important;
    row-gap: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   EVERY SHIPPING FIELD
========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.form-row {

    display: block !important;

    position: relative !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 0 24px !important;
    padding: 0 !important;

    float: none !important;
    clear: none !important;

    box-sizing: border-box !important;
}


body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.form-row-first,

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.form-row-last,

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.form-row-wide {

    display: block !important;

    width: 100% !important;

    float: none !important;
    clear: none !important;
}


/* =========================================================
   LABELS ABOVE INPUTS
========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.form-row > label {

    display: block !important;

    position: static !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 9px !important;
    padding: 0 !important;

    color: #5e5e5e !important;

    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;

    text-align: left !important;

    float: none !important;
}


/* Required star */

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.required {

    color: #d40000 !important;

    font-weight: 700 !important;
}


/* =========================================================
   INPUT WRAPPER
========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.woocommerce-input-wrapper {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;

    box-sizing: border-box !important;
}


/* =========================================================
   SHIPPING INPUTS
========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
input.input-text,

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
input[type="text"],

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
input[type="email"],

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
input[type="tel"] {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 56px !important;

    margin: 0 !important;
    padding: 0 16px !important;

    border: 1px solid #ccd5df !important;
    border-radius: 8px !important;

    background: #ffffff !important;

    color: #333333 !important;

    font-family: inherit !important;

    font-size: 16px !important;
    line-height: normal !important;

    float: none !important;

    box-sizing: border-box !important;

    outline: none !important;

    box-shadow: none !important;
}


/* =========================================================
   NORMAL SELECT
========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
select {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 56px !important;

    margin: 0 !important;

    padding: 0 15px !important;

    border: 1px solid #ccd5df !important;
    border-radius: 8px !important;

    background: #ffffff !important;

    color: #333333 !important;

    font-size: 16px !important;

    box-sizing: border-box !important;
}


/* =========================================================
   SHIPPING SELECT2
   FIX COUNTRY + STATE WIDTH
========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.select2-container {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

    margin: 0 !important;

    float: none !important;

    box-sizing: border-box !important;
}


body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.select2-container
.select2-selection--single {

    display: flex !important;

    align-items: center !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #ccd5df !important;
    border-radius: 8px !important;

    background: #ffffff !important;

    box-sizing: border-box !important;
}


body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.select2-selection__rendered {

    display: block !important;

    width: 100% !important;

    height: 54px !important;

    margin: 0 !important;

    padding: 0 45px 0 16px !important;

    color: #333333 !important;

    font-size: 16px !important;
    line-height: 54px !important;

    text-align: left !important;

    white-space: nowrap !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;
}


body.woocommerce-checkout
.woocommerce-shipping-fields__field-wrapper
.select2-selection__arrow {

    position: absolute !important;

    top: 2px !important;
    right: 10px !important;

    width: 28px !important;
    height: 52px !important;
}


/* =========================================================
   EXACT SHIPPING GRID POSITIONS
========================================================= */

body.woocommerce-checkout
#shipping_first_name_field {

    grid-column: 1 !important;
}


body.woocommerce-checkout
#shipping_last_name_field {

    grid-column: 2 !important;
}


body.woocommerce-checkout
#shipping_country_field {

    grid-column: 1 !important;
}


body.woocommerce-checkout
#shipping_address_1_field {

    grid-column: 2 !important;
}


body.woocommerce-checkout
#shipping_address_2_field {

    grid-column: 1 !important;
}


body.woocommerce-checkout
#shipping_city_field {

    grid-column: 2 !important;
}


body.woocommerce-checkout
#shipping_state_field {

    grid-column: 1 !important;
}


body.woocommerce-checkout
#shipping_postcode_field {

    grid-column: 2 !important;
}


/* Shipping phone if plugin creates it */

body.woocommerce-checkout
#shipping_phone_field {

    grid-column: 1 !important;
}


/* =========================================================
   COUNTRY + STATE HARD WIDTH FIX
========================================================= */

body.woocommerce-checkout
#shipping_country_field,

body.woocommerce-checkout
#shipping_state_field {

    width: 100% !important;
    max-width: 100% !important;
}


body.woocommerce-checkout
#shipping_country_field
.select2-container,

body.woocommerce-checkout
#shipping_state_field
.select2-container {

    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}


/* =========================================================
   ADDITIONAL FIELDS / ORDER NOTES
========================================================= */

body.woocommerce-checkout
.woocommerce-additional-fields {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 10px 0 0 !important;
    padding: 0 !important;
}


body.woocommerce-checkout
.woocommerce-additional-fields__field-wrapper {

    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


body.woocommerce-checkout
.woocommerce-additional-fields
.form-row {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 25px !important;
    padding: 0 !important;

    float: none !important;
}


body.woocommerce-checkout
.woocommerce-additional-fields
.form-row > label {

    display: block !important;

    width: 100% !important;

    margin: 0 0 9px !important;

    color: #5e5e5e !important;

    font-size: 16px !important;
    font-weight: 400 !important;
}


/* =========================================================
   ORDER NOTES TEXTAREA
========================================================= */

body.woocommerce-checkout
#order_comments_field {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
}


body.woocommerce-checkout
#order_comments {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

    min-height: 130px !important;
    height: 130px !important;

    margin: 0 !important;

    padding: 14px 16px !important;

    border: 1px solid #ccd5df !important;
    border-radius: 8px !important;

    background: #ffffff !important;

    color: #333333 !important;

    font-family: inherit !important;

    font-size: 16px !important;
    line-height: 1.5 !important;

    resize: vertical !important;

    box-sizing: border-box !important;

    outline: none !important;

    box-shadow: none !important;
}


/* =========================================================
   FOCUS
========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields
input:focus,

body.woocommerce-checkout
.woocommerce-shipping-fields
select:focus,

body.woocommerce-checkout
.woocommerce-shipping-fields
.select2-container--focus
.select2-selection--single,

body.woocommerce-checkout
#order_comments:focus {

    border-color: #075fbd !important;

    box-shadow:
        0 0 0 3px rgba(7,95,189,.08) !important;

    outline: none !important;
}


/* =========================================================
   MOBILE SHIPPING
========================================================= */

@media (max-width: 767px) {

    body.woocommerce-checkout
    #ship-to-different-address label {

        font-size: 19px !important;
    }


    body.woocommerce-checkout
    .woocommerce-shipping-fields__field-wrapper {

        grid-template-columns:
            1fr !important;

        column-gap:
            0 !important;
    }


    body.woocommerce-checkout
    #shipping_first_name_field,

    body.woocommerce-checkout
    #shipping_last_name_field,

    body.woocommerce-checkout
    #shipping_country_field,

    body.woocommerce-checkout
    #shipping_address_1_field,

    body.woocommerce-checkout
    #shipping_address_2_field,

    body.woocommerce-checkout
    #shipping_city_field,

    body.woocommerce-checkout
    #shipping_state_field,

    body.woocommerce-checkout
    #shipping_postcode_field,

    body.woocommerce-checkout
    #shipping_phone_field {

        grid-column:
            1 !important;

        width:
            100% !important;
    }


    body.woocommerce-checkout
    #order_comments {

        min-height: 120px !important;
        height: 120px !important;
    }

}

/* =========================================================
   WATERPRO'S CHECKOUT COUPON NOTICE - CENTERED
   Add at the VERY BOTTOM of style.css
========================================================= */

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 25px auto 30px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

body.woocommerce-checkout
.woocommerce-form-coupon-toggle
.woocommerce-info {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 900px !important;

    min-height: 64px !important;

    margin: 0 auto !important;
    padding: 18px 25px !important;

    background: #f5f7fa !important;

    border: 1px solid #e1e6eb !important;
    border-top: 3px solid #075fbd !important;
    border-radius: 8px !important;

    color: #555 !important;

    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: center !important;

    box-sizing: border-box !important;

    position: relative !important;
}

/* Remove WooCommerce default icon */
body.woocommerce-checkout
.woocommerce-form-coupon-toggle
.woocommerce-info::before,
body.woocommerce-checkout
.woocommerce-form-coupon-toggle
.woocommerce-info::after {
    display: none !important;
    content: none !important;
}

/* Coupon link */
body.woocommerce-checkout
.woocommerce-form-coupon-toggle
.woocommerce-info
.showcoupon {
    margin-left: 5px !important;

    color: #075fbd !important;
    font-weight: 600 !important;

    text-decoration: none !important;
}

body.woocommerce-checkout
.woocommerce-form-coupon-toggle
.woocommerce-info
.showcoupon:hover {
    color: #064e9c !important;
    text-decoration: underline !important;
}


/* =========================================================
   OPENED COUPON FORM
========================================================= */

body.woocommerce-checkout form.checkout_coupon {
    width: calc(100% - 40px) !important;
    max-width: 900px !important;

    margin: 0 auto 35px !important;
    padding: 25px !important;

    background: #ffffff !important;

    border: 1px solid #e1e6eb !important;
    border-radius: 8px !important;

    box-sizing: border-box !important;
}

/* Remove WooCommerce floats */
body.woocommerce-checkout
form.checkout_coupon
.form-row {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Coupon form layout */
body.woocommerce-checkout
form.checkout_coupon {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;
}

/* Coupon input column */
body.woocommerce-checkout
form.checkout_coupon
.form-row-first {
    width: 100% !important;
}

/* Coupon button column */
body.woocommerce-checkout
form.checkout_coupon
.form-row-last {
    width: auto !important;
}

/* Coupon input */
body.woocommerce-checkout
form.checkout_coupon
input.input-text {
    display: block !important;

    width: 100% !important;
    height: 50px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    border: 1px solid #d2d9e0 !important;
    border-radius: 7px !important;

    background: #ffffff !important;
    color: #333 !important;

    font-size: 15px !important;

    box-sizing: border-box !important;
}

/* Apply coupon button */
body.woocommerce-checkout
form.checkout_coupon
button.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 150px !important;
    height: 50px !important;

    margin: 0 !important;
    padding: 0 22px !important;

    border: 0 !important;
    border-radius: 7px !important;

    background: #075fbd !important;
    color: #ffffff !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;
}

body.woocommerce-checkout
form.checkout_coupon
button.button:hover {
    background: #064e9c !important;
    color: #ffffff !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    body.woocommerce-checkout
    .woocommerce-form-coupon-toggle {
        margin: 18px auto 25px !important;
        padding: 0 15px !important;
    }

    body.woocommerce-checkout
    .woocommerce-form-coupon-toggle
    .woocommerce-info {
        max-width: 100% !important;

        min-height: 58px !important;

        padding: 15px 18px !important;

        font-size: 14px !important;

        text-align: center !important;

        flex-wrap: wrap !important;
    }

    body.woocommerce-checkout
    form.checkout_coupon {
        width: calc(100% - 30px) !important;
        max-width: 100% !important;

        grid-template-columns: 1fr !important;

        padding: 18px !important;
    }

    body.woocommerce-checkout
    form.checkout_coupon
    .form-row-first,
    body.woocommerce-checkout
    form.checkout_coupon
    .form-row-last {
        width: 100% !important;
    }

    body.woocommerce-checkout
    form.checkout_coupon
    button.button {
        width: 100% !important;
    }
}