/* Minification failed. Returning unminified contents.
(451,47): run-time error CSS1046: Expect comma, found '0'
(451,51): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.header__nav .col-sm-2.col-lg-10 {
    position: unset;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}


a, p {
    font-family: "Inter", Arial, Helvetica, sans-serif;
}

body {
    font-family: 'Inter', sans-serif;
}


@font-face {
    font-family: 'Gill Sans';
    src: url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans.eot');
    src: url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans.eot?#iefix') format('embedded-opentype'), url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans.woff2') format('woff2'), url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans.woff') format('woff'), url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans-01.ttf') format('truetype'), url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans-Bold.eot');
    src: url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans-Bold.eot?#iefix') format('embedded-opentype'), url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans-Bold.woff2') format('woff2'), url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans-Bold.woff') format('woff'), url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans-Bold-02.ttf') format('truetype'), url('/../Areas/Custom_Themes/fonts/standard/GillSans/GillSans-Bold.svg#GillSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


img {
    max-width: 100%;
}

.dropdown {
    position: relative;
}

    .dropdown:hover span:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .dropdown select {
        position: relative;
        z-index: 2;
        width: 100%;
        background-color: transparent;
        color: #000 !important;
        font-weight: 700;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 15px 45px 15px 20px;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    }

        .dropdown select:focus {
            outline: none;
        }

    .dropdown span {
        position: absolute;
        top: 50%;
        right: 3px;
        width: 30px;
        height: 35px;
        background-color: transparent;
        border-radius: 5px;
        transform: translateY(-50%);
    }

        .dropdown span:after {
            content: url('/../All_Media/Swift_Images/chevron-down-solid.svg');
            height: 20px;
            width: 15px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.button, a.button,
.btn, a.btn {
    display: inline-block;
    border-radius: 5px;
    padding: 7px 16px;
    transition: 300ms ease-in-out all;
    font-weight: 600;
    text-decoration: none;
    height: auto;
    text-transform: capitalize;
}

    .button.cart,
    a.button.cart {
        padding: 10px;
        font-size: 15px;
        position: relative;
        margin-right: 10px;
        width: 70%;
        text-align: center;
    }

        .button.cart:after,
        a.button.cart:after {
            content: "\f07a";
            font-family: "Font Awesome 5 Pro";
            margin-left: 5px;
            font-weight: 700;
        }

.product-filter-sec {
    padding-top: 20px !important;
}

.browse-appliance {
    padding-top: 0 !important;
}

.header-main-box {
    display: flex;
    justify-content: flex-end;
}

.big-brand-text {
    margin: 0;
    padding-left: 13px;
    line-height: 23px;
    padding-top: 8px;
    color: #e3211b !important;
    font-family: "Gill Sans" !important;
    font-size: 20px;
    font-weight: 700;
}

.show_sticky {
    display: none;
}

.fixed-header .show_sticky {
    display: block;
    width: 100px;
}

.fixed-header .hide_sticky {
    display: none;
}

.sticky-box {
    display: none;
    text-align: right;
}

.header.sticky {
    backdrop-filter: inherit !important;
}

.fixed-header .sticky-main-box {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.fixed-header .header-main-box {
    display: none;
}

.fixed-header .sticky-box {
    display: block;
}

.fixed-header .big-brand-text.mobile-view-none {
    display: none;
}

.fixed-header .header__nav--logo {
    width: 110px !important;
}

.fixed-header .header__bottom {
    padding: 10px 0 !important;
}

.fixed-header .header__nav .menu .menu__item {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.header {
    position: inherit !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

    .header .header__top {
        transform-origin: top;
        transition: 300ms ease-in-out all;
        max-height: 99999px;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 12px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.25);
    }

        .header .header__top .header__top--left a {
            font: normal normal bold 14px/19px Inter;
            letter-spacing: 0px;
            color: #D60812;
            text-decoration: none;
            font-size: 13px;
            margin-right: 7px;
        }

        .header .header__top .row {
            align-items: center;
            justify-content: space-between;
        }

        .header .header__top .header__top--left,
        .header .header__top .header__top--right {
            margin-bottom: 0;
            text-align: left;
            font: normal normal normal 14px/19px Inter;
            letter-spacing: 0px;
            color: #222222;
        }

        .header .header__top .header__top--right {
            text-align: right;
        }

            .header .header__top .header__top--right .header-top__nav {
                display: flex;
                list-style: none;
                justify-content: flex-end;
                margin-bottom: 0;
            }

                .header .header__top .header__top--right .header-top__nav .top-nav-item {
                    display: inline-block;
                    padding: 0 15px;
                }

                    .header .header__top .header__top--right .header-top__nav .top-nav-item.feature a {
                        font-weight: 700;
                        color: #e3211b;
                    }

                    .header .header__top .header__top--right .header-top__nav .top-nav-item a {
                        text-decoration: none;
                        color: #000;
                        font: normal normal normal 14px/19px Inter;
                        letter-spacing: 0px;
                    }

.filter-dropdown label {
    font: normal normal 500 15px/46px Inter;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.product-id {
    font: normal normal 500 16px/24px Inter;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.single-product-details__description h2 {
    text-align: left;
    font: normal normal bold 35px/45px Gill Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.single-product-details__description p {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-align: left;
    margin-bottom: 6px;
}

.product-description__left p {
    text-align: left;
    font: normal normal 500 18px/25px Inter;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
}

.image-split h2 {
    color: #222222 !important;
}

@media only screen and (max-width:1400px) {

    .header .header__top .header__top--left,
    .header .header__top .header__top--right {
        width: auto;
        text-align: center;
        margin-top: 10px;
    }

    .header .header__top .header__top--right {
        margin-top: 10px;
    }

        .header .header__top .header__top--right .header-top__nav {
            justify-content: flex-end;
            padding-left: 0;
        }

    .welcome-user {
        padding-top: 10px;
    }
}

@media only screen and (max-width:1199px) {
    .header .header__top .header__top--right .header-top__nav {
        justify-content: center;
    }

    .header__bottom .header__bottom--buttons .button {
        padding: 7px 12px !important;
    }

    .header .header__bottom .header__bottom--buttons .button {
        margin-left: 15px !important;
    }
}

@media only screen and (max-width:420px) {
    .header .header__top .header__top--right .header-top__nav {
        flex-wrap: wrap;
    }

        .header .header__top .header__top--right .header-top__nav .top-nav-item {
            margin-top: 5px;
        }
}

.header .header__nav {
    position: relative;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    height: 76px;
    align-items: center;
}

    .header .header__nav .row {
        align-items: center;
    }

.header .header__nav--logo {
    width: 160px;
}

.mobile-logo .show_sticky {
    display: none !important;
}

.header .header__nav .menu {
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: center;
}

    .header .header__nav .menu .menu__item {
        padding: 26px 25px 26px 0 !important;
    }
        /*.header .header__nav .menu .menu__item {
        display: flex !important;
        align-items: center;
        height: 76px;
        position: relative;
        padding: 5px 40px 5px 0 !important;
        font-size: 20px;
    }*/

        .header .header__nav .menu .menu__item a {
            text-decoration: none;
            color: #000;
            transition: 300ms ease-in-out;
            font-weight: 700;
            letter-spacing: 0.4px;
            color: #222222;
            opacity: 1;
        }

        /*.header .header__nav .menu .menu__item.parent > a:after {
            content: "\f078";
            font-family: "Font Awesome 5 Pro";
            margin-left: 5px;
            font-size: 16px;
        }*/

        .header .header__nav .menu .menu__item.parent .parent__sub-menu.show {
            display: block;
        }

        .header .header__nav .menu .menu__item:hover > a {
            color: #e3211b;
        }

        .header .header__nav .menu .menu__item:hover a:after {
            transform: rotate(-90deg);
        }

        .header .header__nav .menu .menu__item:last-of-type {
            padding-right: 0;
        }

        .header .header__nav .menu .menu__item.highlight a {
            text-transform: uppercase;
            color: #e3211b;
        }

        .header .header__nav .menu .menu__item .parent__sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            display: none;
            background-color: #fff;
            list-style: none;
            padding-left: 0;
            min-width: 250px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            z-index: 99;
            box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
        }

            .header .header__nav .menu .menu__item .parent__sub-menu li a {
                display: block;
                padding: 5px 20px;
                color: #000;
                font-weight: 600;
                font-size: 14px;
            }

                .header .header__nav .menu .menu__item .parent__sub-menu li a img {
                    width: 55px;
                    margin-right: 10px;
                }

                .header .header__nav .menu .menu__item .parent__sub-menu li a:hover {
                    color: #e3211b;
                }

        .header .header__nav .menu .menu__item.mega-menu {
            position: unset;
        }

            .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu {
                flex-wrap: wrap;
                width: 100%;
                border-radius: unset;
                background-color: #fff;
                padding: 20px 110px 20px 140px;
                overflow: auto;
                max-height: 360px;
            }

        .header .header__nav .menu .menu__item.parent.mega-menu .parent__sub-menu.images.show {
            overflow-y: scroll;
        }

        .header .header__nav .menu .menu__item.parent.mega-menu .parent__sub-menu.show {
            display: flex;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu li {
            width: 25%;
        }

        .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu.images li {
            width: 20%;
        }

            .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu.images li a {
                padding: 2px 10px;
            }

        .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu li.parent__sub-menu--title {
            width: 100%;
            font-family: "Gill Sans";
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 15px;
            padding: 5px 10px;
        }

        .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu li.parent__sub-menu--feature a {
            color: #e3211b;
            font-weight: 700;
        }

@media only screen and (max-width:1700px) {
    .header .header__nav .menu .menu__item {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 16px;
    }
}

@media only screen and (max-width:1400px) {
    .header .header__nav .col-md-2,
    .header .header__nav .col-md-10 {
        width: 100%;
    }

    .header .header__nav .menu {
        justify-content: center;
    }

    .header .header__nav .header__nav--logo {
        display: block;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }
}

@media only screen and (max-width:1200px) {
    .header .header__nav .menu .menu__item .parent__sub-menu {
        background-color: #D01818;
        box-shadow: none;
    }

    .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu {
        background-color: #D01818;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 0;
        padding-right: 0;
    }

    .header .header__nav .menu .menu__item .parent__sub-menu li a img {
        display: none;
    }

    .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu li.parent__sub-menu--title {
        display: none;
    }

    .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu li.parent__sub-menu--feature a,
    .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu li a {
        color: #fff;
    }
}

@media only screen and (max-width:575px) {
    .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu li {
        width: 50%;
    }
}

@media only screen and (max-width:420px) {
    .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu li {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .header .header__nav .menu .menu__item.mega-menu .parent__sub-menu li {
        width: 25%;
    }

    .your-order-block {
        margin-top: 15px;
    }
}

.header .header__bottom {
    max-height: 99999px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
}

    .header .header__bottom .row {
        align-items: center;
    }

    .header .header__bottom .header__bottom--search {
        position: relative;
        width: 47%;
    }

        .header .header__bottom .header__bottom--search input {
            width: 100%;
            padding: 12px 35px 14px 22px;
            border-radius: 5px;
            border: 2px solid #d60813;
            font-size: 14px;
        }

        .header .header__bottom .header__bottom--search button {
            position: absolute;
            background-color: #d60813;
            border-radius: 5px;
            padding: 10px 27px;
            font-size: 20px;
            color: #fff;
            border: none;
            outline: none;
            top: 0;
            right: 0;
            height: auto;
        }

    .header .header__bottom .header__bottom--buttons {
        display: flex;
        justify-content: flex-end;
    }

        .header .header__bottom .header__bottom--buttons .button {
            padding: 8px 27px !important;
            font-size: 20px;
            border-width: 4px;
            margin-left: 25px;
        }

.header.sticky {
    height: auto;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    box-shadow: 0px 9px 21px 0px rgba(113, 134, 156, 0.52);
}

    .header.sticky .header__bottom {
        opacity: 1;
        background: #fff;
    }

@media only screen and (max-width: 1700px) {
    .header .header__bottom .header__bottom--buttons .button {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1400px) {
    .header .header__nav .header__nav--logo {
        width: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .header__nav {
        position: relative;
    }

        .header .header__nav .header__nav--logo {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .header .header__nav .header__nav--large {
            position: absolute;
            top: 100%;
            left: 50%;
            z-index: 3;
            max-height: 0;
            opacity: 0;
            z-index: 0;
            transform: scaleY(0) translateX(-50%);
            transition: 500ms ease-in-out all;
            transform-origin: top;
            width: 100%;
        }

            .header .header__nav .header__nav--large.show {
                max-height: 99999px;
                opacity: 1;
                z-index: 3;
                transform: scaleY(1) translateX(-50%);
            }

            .header .header__nav .header__nav--large .menu {
                flex-wrap: wrap;
                border: solid 3px #D01818;
            }

            .header .header__nav .header__nav--large .menu__item {
                width: 100%;
                padding-top: 7px;
                padding-bottom: 7px;
                padding-left: 25px;
                padding-right: 25px;
                background-color: #D01818;
            }

                .header .header__nav .header__nav--large .menu__item.highlight {
                    background-color: #ffffff;
                }

                .header .header__nav .header__nav--large .menu__item a,
                .header .header__nav .menu .menu__item.parent a {
                    color: #ffffff;
                }

        .header .header__nav .menu .menu__item .parent__sub-menu {
            position: unset;
            top: unset;
            left: unset;
            border-radius: unset;
            margin-top: 10px;
        }

            .header .header__nav .menu .menu__item .parent__sub-menu li a {
                padding: 10px 0;
                color: #fff;
            }

        .header .header__nav .res-trig {
            width: 28px;
            height: 17px;
            position: absolute;
            top: 50%;
            right: 30px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            cursor: pointer;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .header .header__nav .res-trig span {
                display: block;
                position: absolute;
                height: 2px;
                width: 100%;
                background: #e3211b;
                opacity: 1;
                left: 0;
                -webkit-transition: 0.25s ease transform;
                -o-transition: 0.25s ease transform;
                transition: 0.25s ease transform;
            }

                .header .header__nav .res-trig span:nth-child(1) {
                    top: 0px;
                    -webkit-transform-origin: left top;
                    -ms-transform-origin: left top;
                    transform-origin: left top;
                }

                .header .header__nav .res-trig span:nth-child(2) {
                    top: 7px;
                    -webkit-transform-origin: center center;
                    -ms-transform-origin: center center;
                    transform-origin: center center;
                }

                .header .header__nav .res-trig span:nth-child(3) {
                    top: 14px;
                    -webkit-transform-origin: left bottom;
                    -ms-transform-origin: left bottom;
                    transform-origin: left bottom;
                }

            .header .header__nav .res-trig.open span {
                width: 29px;
                background: #e3211b;
            }

                .header .header__nav .res-trig.open span:nth-child(1) {
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .header .header__nav .res-trig.open span:nth-child(2) {
                    -webkit-transform: rotate(45deg) translate(-4px, 3px);
                    -ms-transform: rotate(45deg) translate(-4px, 3px);
                    transform: rotate(45deg) translate(-4px, 3px);
                    opacity: 0;
                }

                .header .header__nav .res-trig.open span:nth-child(3) {
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    top: 19px;
                }

    .header .header__bottom .header__bottom--buttons {
        text-align: center;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 992px) {
    main {
        margin-top: 0px;
    }

    .header.sticky {
        height: auto;
        position: relative;
    }

    .header {
        position: unset;
    }

    .page-content.red .cta h2 {
        text-align: center;
    }

    .page-content .brand-links-fw .row.justify-content-start, .page-content .brand-links-fw .row.justify-content-end {
        margin: 0 !important;
    }

    .page-content .category-container {
        min-height: 350px !important;
    }

    .header .header__bottom .header__bottom--buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

        .header .header__bottom .header__bottom--buttons .button {
            width: 80%;
            margin-top: 10px;
        }

            .header .header__bottom .header__bottom--buttons .button:first-of-type {
                margin-top: 0;
            }

    .testimonial-image img {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .header .header__top .header__top--left a {
        font-size: 14px;
        margin-right: 8px;
    }

    .header .header__top .header__top--left, .header .header__top .header__top--right {
        width: 100% !important;
        text-align: center;
    }

    .header .header__bottom .header__bottom--buttons .button {
        margin-left: 0 !important;
    }

    /*header vivek*/
    .header .header__top .header__top--left, .header .header__top .header__top--right {
        width: 100% !important;
        text-align: center;
    }

    .header .header__top .header__top--left, .header .header__top .header__top--right {
        margin-bottom: 0;
        text-align: center;
        font: normal normal normal 12px/19px Inter;
        letter-spacing: 0px;
        color: #222222;
    }

        .header .header__top .header__top--right .header-top__nav {
            justify-content: center;
            padding-left: 0;
        }

    section.welcome {
        width: 100%;
        margin: 7px;
    }
}

@media only screen and (max-width: 576px) {
    .header .header__nav .header__nav--logo {
        width: 150px;
    }

    main {
        margin-top: 0;
    }
}

.hero--home {
    padding: 160px 0;
    background-image: url('/../All_Media/Swift_Images/home-hero.png');
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

    .hero--home h2 {
        font-family: "Gill Sans";
        text-transform: uppercase;
        color: #fff;
        font: normal normal bold 64px/76px Gill Sans;
        letter-spacing: 0px;
        text-transform: uppercase;
        opacity: 1;
        margin-bottom: 50px;
        overflow-wrap: anywhere;
    }

@media only screen and (max-width: 767px) {
    .product-list .product-row h2 {
        width: 100% !important;
    }

    .category-container__content {
        text-align: left;
    }

    .product-list .product-row h2 {
        line-height: 43px !important;
        font-size: 35px !important;
    }

    .product-row__header .product-row__header--left .dropdown select {
        margin: 10px 0;
        font-weight: bold;
    }

    .single-product-details h2 {
        text-align: left !important;
    }

    .product-more-info .product-more-info__navigation {
        flex-wrap: wrap;
    }

    .product-more-info .product-more-info__navigation--button {
        font-size: 30px !important;
    }

    .page-content .cta h2 {
        font-size: 35px !important;
        margin-top: 25px !important;
        margin-bottom: 30px !important;
    }

    .header .header__bottom .header__bottom--buttons .button {
        width: 100%;
        margin: 10px 0;
    }

    .product-row__header ul {
        padding-left: 0px;
        padding-right: 0px;
    }

        .product-row__header ul .product-row__header--button {
            padding: 3px 8px !important;
        }

    .hero--home {
        padding: 70px 0;
        background-position-x: left;
        text-align: center;
    }

        .hero--home h2 {
            font-size: 40px !important;
            margin-bottom: 35px !important;
        }

        .hero--home img {
            max-width: 75%;
        }
}

.page-content.extra-padding {
    padding: 50px 0 115px;
}

@media only screen and (max-width: 767px) {

    .page-content.extra-padding {
        padding: 70px 0;
    }

    .page-content.red .large-text {
        text-align: center;
    }
}

.page-content svg {
    max-width: 100%;
}

.page-content.white {
    background-color: #fff;
    padding-bottom: 40px;
}

.page-content.grey {
    background-color: #F4F4F4;
    padding: 70px 0px;
}

.page-content.red {
    background-color: #D01818;
    color: #ffffff;
    padding: 40px 0;
}

.page-content h2 {
    font-family: "Gill Sans";
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    overflow-wrap: anywhere;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.icon-info img {
    height: 60px;
}

.page-content h2.block-title {
    margin-bottom: 40px;
}

.page-content .browse-title {
    text-align: left;
}

    .page-content .browse-title h2 {
        margin-bottom: 20px;
        letter-spacing: 0px;
        color: #000000;
        text-transform: uppercase;
        opacity: 1;
    }

    .page-content .browse-title p {
        font-size: 16px;
        margin-bottom: 45px;
        letter-spacing: 0px;
        color: #707070;
        opacity: 1;
    }

.page-content .large-text {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.7px;
    margin-bottom: 40px;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
}

@media only screen and (max-width: 575px) {
    .page-content h2 {
        font-size: 32px;
        text-align: center;
    }

    .block-title {
        text-align: left !important;
    }

    .page-content .large-text {
        font-size: 20px !important;
        line-height: 28px;
        text-align: left;
    }

    .page-content h2.block-title {
        margin-bottom: 20px;
    }
}

.page-content .block-row {
    display: flex;
    margin-top: 40px;
}

    .page-content .block-row .half {
        padding: 0 15px;
        font-size: 18px;
        line-height: 22px;
        opacity: 0.87;
        text-align: left;
        letter-spacing: 0px;
        color: #222222;
        padding-left: 0;
    }

@media only screen and (max-width: 575px) {
    .page-content .block-row {
        flex-wrap: wrap;
        text-align: center;
    }
}

.page-content .row.align-center {
    align-content: center;
    align-items: center;
}

.page-content.breadcrumbs {
    padding-top: 40px;
    padding-bottom: 90px;
}

    .page-content.breadcrumbs.products {
        padding-bottom: 20px;
        background: transparent linear-gradient(1deg, #00000000 0%, #00000014 100%) 0% 0% no-repeat padding-box;
    }

    .page-content.breadcrumbs a {
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }

    /*.page-content.breadcrumbs.products:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.08), transparent);
    }*/

    .page-content.breadcrumbs .breadcrumb-link.active a {
        letter-spacing: 0px;
        color: #707070;
    }

.page-content .title-row {
    align-items: baseline;
    padding-top: 25px;
    padding-bottom: 75px;
}

    .page-content .title-row .title-row__buttons {
        display: flex;
        font-size: 16px;
        /* flex-wrap: wrap; */
        text-align: center;
        justify-content: flex-end;
        align-items: center;
    }

        .page-content .title-row .title-row__buttons .button {
            padding: 12px 15px;
        }

            .page-content .title-row .title-row__buttons .button:first-of-type {
                margin-right: 30px;
            }

@media only screen and (max-width: 991px) {
    .page-content .title-row h2 {
        text-align: center;
        margin-bottom: 15px;
    }

    .page-content .title-row .title-row__buttons {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {

    section.page-content.white.extra-padding {
        padding-bottom: 0;
    }

    .page-content.testimonials .testimonial-container blockquote {
        font-size: 20px !important;
    }

    .page-content .title-row {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 0;
    }

        .page-content .title-row .title-row__buttons {
            justify-content: center;
        }

    .icon-info > div {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .page-content .title-row .title-row__buttons {
        flex-wrap: wrap;
    }

        .page-content .title-row .title-row__buttons .button {
            width: 80%;
            margin-top: 15px;
            margin-left: 0;
            padding: 12px;
        }

            .page-content .title-row .title-row__buttons .button:first-of-type {
                margin-right: 0;
            }
}

.page-content .icon-info {
    text-align: center;
    justify-content: space-around;
}

    .page-content .icon-info h4 {
        font-family: "Gill Sans";
        font-weight: 700;
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 15px;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        text-transform: capitalize;
    }

    .page-content .icon-info p {
        line-height: 22px;
        margin-bottom: 0;
        letter-spacing: 0px;
        color: #222222;
        opacity: 1;
    }

.page-content .category-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 30px;
    border: 3px solid #F4F4F4;
    height: 100%;
    min-height: 280px;
    align-content: space-between;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 60%;
}

    .page-content .category-container.large .category-container__content {
        padding-right: 50%;
    }

    .page-content .category-container h4 {
        font-family: "Gill Sans";
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 25px;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        text-transform: capitalize;
    }

    .page-content .category-container p {
        line-height: 22px;
        margin-bottom: 0;
        letter-spacing: 0px;
        color: #707070;
        opacity: 1;
    }

    .page-content .category-container .button {
        font-size: 16px;
        padding: 12px 20px;
    }

    .page-content .category-container .category-container__content,
    .page-content .category-container .button {
        position: relative;
        z-index: 2;
    }

    .page-content .category-container .category-container__content {
        width: 100%;
    }

    .page-content .category-container .category-container__image {
        position: absolute;
        z-index: 1;
        width: 55%;
        right: 0;
        bottom: 0;
    }

.page-content .category-row {
    align-content: stretch;
}

    .page-content .category-row .col-12 {
        margin-bottom: 30px;
    }

.page-content.grey .category-row .category-container {
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .page-content .category-container.large .category-container__content {
        padding-right: 30px;
    }

    .product-price_atc a.button.cart {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .page-content .category-container {
        text-align: center;
        min-height: unset;
    }

        .page-content .category-container .button {
            margin-top: 20px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-content .category-container.large .category-container__content {
            padding-right: 0;
        }
}

.page-content .brand-links-fw {
    text-align: center;
    padding: 30px 0px;
}

    .page-content .brand-links-fw .row {
        align-items: center;
    }

        .page-content .brand-links-fw .row.justify-content-start {
            margin-bottom: 15px;
            text-align: left;
        }

        .page-content .brand-links-fw .row.justify-content-end {
            text-align: right;
        }

        .page-content .brand-links-fw .row.justify-content-start,
        .page-content .brand-links-fw .row.justify-content-end {
            margin-left: -30px;
            margin-right: -30px;
        }

            .page-content .brand-links-fw .row.justify-content-start .col-6,
            .page-content .brand-links-fw .row.justify-content-end .col-6 {
                padding-left: 30px;
                padding-right: 30px;
            }

    .page-content .brand-links-fw .button {
        margin-top: 75px;
        font-size: 20px;
        padding: 13px 30px;
    }

@media only screen and (max-width: 991px) {
    .page-content .image-split svg {
        display: block;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-content .category-container h4 {
        font-size: 25px;
    }
}


@media only screen and (max-width: 767px) {

    .page-content .brand-links-fw .row.justify-content-start,
    .page-content .brand-links-fw .row.justify-content-end {
        text-align: center;
    }

    .page-content .image-split svg,
    .page-content .image-split img {
        display: flex;
        max-width: 75%;
        max-height: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 575px) {
    .page-content .brand-links-fw .row.justify-content-start,
    .page-content .brand-links-fw .row.justify-content-end {
        margin-left: 0;
        margin-right: 0;
    }

    .page-content .brand-links-fw .row.justify-content-start {
        margin-bottom: 0;
    }
}

.page-content.testimonials {
    padding-top: 0;
    padding-bottom: 0;
}

    .page-content.testimonials .testimonial-container {
        text-align: center;
        margin-top: 145px;
        margin-bottom: 145px;
    }

        .page-content.testimonials .testimonial-container blockquote {
            text-align: center;
            font: normal normal 500 18px/30px Inter;
            letter-spacing: 0px;
            color: #222222;
            opacity: 1;
            padding: 0 10px;
        }

        .page-content.testimonials .testimonial-container cite {
            text-align: center;
            font: normal normal bold 20px/30px Inter;
            letter-spacing: 0.4px;
            color: #D60812;
            opacity: 1;
        }

    .page-content.testimonials .testimonial-image {
        background-size: cover;
        position: left center;
    }

@media only screen and (max-width: 767px) {
    .page-content.testimonials .testimonial-container {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .product-row__header {
        flex-wrap: wrap;
    }

        .product-row__header p {
            margin-bottom: 1rem;
        }
}

.page-content .cta .row {
    align-items: center;
}

.page-content .cta h2 {
    font-size: 55px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.page-content .cta .cta__stack {
    text-align: center;
    font-size: 18px;
}

    .page-content .cta .cta__stack .button {
        margin-bottom: 30px;
    }

    .page-content .cta .cta__stack .cta__stack--or {
        display: inline-block;
        width: 100%;
        opacity: 0.5;
        margin-bottom: 25px;
    }

    .page-content .cta .cta__stack p {
        margin-bottom: 0;
    }

        .page-content .cta .cta__stack p a {
            text-align: center;
            font: normal normal normal 16px/22px Helvetica;
            letter-spacing: 0px;
            color: #FFFFFF;
            opacity: 1;
        }

.page-content .cta .button {
    font-size: 20px;
    padding: 12px 30px;
}

.single-product-details .single-product-details__feature {
    position: relative;
    text-align: center;
    padding: 30px 85px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

    .single-product-details .single-product-details__feature .slick-arrow {
        border-right: 3px solid #e3211b;
        border-bottom: 3px solid #e3211b;
    }

        .single-product-details .single-product-details__feature .slick-arrow.slick-next {
            right: 20px;
        }

        .single-product-details .single-product-details__feature .slick-arrow.slick-prev {
            left: 20px;
        }

.single-product-details__description .product-company-logo {
    max-width: 225px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .single-product-details__description .product-company-logo {
        margin-top: 30px;
    }

    .page-content .cta h2 {
        font-size: 42px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page-content .category-container h4 {
        font-size: 22px;
    }
}

.single-product-details__description .product-info .stock-level {
    font-weight: 700;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

    .single-product-details__description .product-info .stock-level span {
        text-transform: capitalize;
    }

.stock-level.green {
    color: #29C754;
    font: normal normal bold 16px/24px Inter;
}

.stock-level.amber {
    color: #FFAD3E;
    font: normal normal bold 16px/24px Inter;
}

.stock-level.red {
    color: #D60812;
    font: normal normal bold 16px/24px Inter;
}

.single-product-details__description h2 {
    line-height: 45px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.single-product-details__description .product-price {
    font-family: "Gill Sans";
    color: #e3211b;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 45px;
    line-height: 40px;
}

    .single-product-details__description .product-price.order {
        margin-top: 40px;
        color: #000;
        margin-bottom: 10px;
    }

.single-product-details__description .offer-applied {
    padding: 15px;
    background-color: #F4F4F4;
    border-radius: 5px;
}

.single-product-details__description .product-price_atc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

    .single-product-details__description .product-price_atc .button,
    .single-product-details__description .product-price_atc .quantity {
        max-width: 47%;
    }

        .single-product-details__description .product-price_atc .quantity .cart-edit {
            padding: 15px 5px;
        }

        .single-product-details__description .product-price_atc .quantity .cart-add-quanity {
            padding: 15px 17px;
            width: 100%;
        }

@media only screen and (max-width:1200px) {
    .single-product-details__description .product-price_atc {
        flex-wrap: wrap;
    }

        .single-product-details__description .product-price_atc .button,
        .single-product-details__description .product-price_atc .quantity {
            max-width: 100%;
            width: 100%;
        }

        .single-product-details__description .product-price_atc .button {
            margin-top: 15px;
        }
}

.single-product-details__description .dropdown select {
    font: normal normal bold 20px/32px Inter;
}

.single-product-details__description .offer-applied p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}

.single-product-details__description .offer-applied .offer-applied__name {
    text-transform: uppercase;
    color: #e3211b;
    margin-left: 15px;
}

.single-product-details__description .button.cart {
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

    .single-product-details__description .button.cart:after {
        margin-left: 20px;
    }

.single-product-details__description .single-product-details__features {
    margin-top: 65px;
    padding-top: 65px;
    border-top: 3px #F4F4F4 solid;
}

    .single-product-details__description .single-product-details__features h3 {
        font-family: "Gill Sans";
        font-size: 38px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 35px;
    }

    .single-product-details__description .single-product-details__features ul {
        font-size: 20px;
        font-weight: 700;
        padding-left: 27px;
    }

        .single-product-details__description .single-product-details__features ul li {
            margin-bottom: 3px;
        }

    .single-product-details__description .single-product-details__features .single-product-details__relative {
        display: flex;
        justify-content: flex-start;
        padding: 20px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        align-items: center;
        border-radius: 5px;
        margin-bottom: 20px;
    }

        .single-product-details__description .single-product-details__features .single-product-details__relative .single-product-details__relative--right {
            margin-left: 30px;
            font-family: "Gill Sans";
            font-size: 28px;
            font-weight: 700;
        }

            .single-product-details__description .single-product-details__features .single-product-details__relative .single-product-details__relative--right .price {
                text-align: left;
                font: normal normal bold 25px/32px Gill Sans;
                letter-spacing: 0px;
                color: #D60812;
                opacity: 1;
            }

            .single-product-details__description .single-product-details__features .single-product-details__relative .single-product-details__relative--right a {
                margin-bottom: 0;
                text-align: left;
                font: normal normal bold 25px/40px Gill Sans;
                letter-spacing: 0px;
                color: #000000;
                opacity: 1;
            }

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    background: transparent;
    height: 25px;
    width: 25px;
    padding: 0;
    color: transparent !important;
    border: none;
    border-right: 2px solid #b2b2b2;
    border-bottom: 2px solid #b2b2b2;
    z-index: 7;
    transition: 300ms;
    transform: translateY(-50%);
}

    .slick-arrow:focus {
        outline: none;
    }

    .slick-arrow:hover {
        cursor: pointer;
        border-right: 2px solid #2c2c2c;
        border-bottom: 2px solid #2c2c2c;
    }

    .slick-arrow.slick-prev {
        left: 0;
        transform: translateY(-50%) rotate(135deg);
    }

    .slick-arrow.slick-next {
        left: unset;
        right: 0;
        transform: translateY(-50%) rotate(-45deg);
    }

.single-product-details .single-product-details__feature .slick-track img {
    max-width: 460px;
}

.single-product-details .single-product-details__images .single-product-details__images--slider {
    margin-top: 25px;
}

    .single-product-details .single-product-details__feature .slick-track,
    .single-product-details .single-product-details__images .single-product-details__images--slider .slick-track {
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        min-width: 100%;
    }

    .single-product-details .single-product-details__feature .slick-slide,
    .single-product-details .single-product-details__images .single-product-details__images--slider .slick-slide {
        text-align: center;
    }

    .single-product-details .single-product-details__images .single-product-details__images--slider .slick-arrow {
        height: 15px;
        width: 15px;
    }

.single-product-details .single-product-details__feature .slick-arrow {
    height: 20px;
    width: 20px;
}

.single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image {
    margin-right: 20px;
    opacity: 0.8;
    transition: 300ms ease-in-out all;
}

    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image,
    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image .slick-list img {
        max-width: 130px;
        margin: auto;
    }

@media only screen and (max-width: 1400px) {
    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image,
    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image .slick-list img {
        max-width: 105px;
    }

    .single-product .single-product__recomendations {
        margin-top: 50px;
    }

    .header .header__nav .menu .menu__item {
        padding-right: 17px;
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-content .title-row .title-row__buttons .button {
        padding: 10px 15px;
        font-size: 16px;
    }

    .page-content h2 {
        font-size: 35px;
        letter-spacing: 0px;
        line-height: 38px;
    }

    .icon-info img {
        height: 60px;
        width: auto;
    }

    .page-content .category-container .button {
        font-size: 16px;
        padding: 10px 20px;
    }

    footer .footer-menu {
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 1200px) {

    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image,
    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image .slick-list img {
        max-width: 95px;
    }

    .page-content .title-row .title-row__buttons .button {
        padding: 12px 10px;
        font-size: 14px;
    }

    .page-content .icon-info h4 {
        font-size: 32px;
    }

    .page-content .category-container .button {
        font-size: 16px;
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 991px) {

    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image,
    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image .slick-list img {
        max-width: 130px;
    }
}

@media only screen and (max-width: 575px) {

    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image,
    .single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image .slick-list img {
        max-width: 95px;
    }
}

.single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image:hover,
.single-product-details .single-product-details__images .single-product-details__images--slider .carousel-image.active {
    opacity: 1;
}

.product-more-info {
    padding-bottom: 0 !important;
    margin-bottom: -10px;
}

    .product-more-info .product-more-info__navigation {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-around;
        margin-top: 20px;
    }

@media only screen and (max-width:1200px) {

    .product-more-info .product-more-info__navigation--button {
        width: 100%;
        font-size: 30px !important;
    }
}

.product-more-info .product-more-info__navigation--button {
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    outline: none;
    transition: 300ms ease-in-out all;
    text-align: center;
    font: normal normal bold 30px/32px Gill Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.6;
}

    .toggle-active,
    .product-more-info .product-more-info__navigation--button.inactive,
    .product-more-info .product-more-info__navigation--button:hover,
    .product-more-info .product-more-info__navigation--button.inactive, .product-more-info .product-more-info__navigation--button:focus {
        opacity: 1 !important;
        color: #FFFFFF !important;
    }

.product-more-info .product-more-info__container {
    background-color: #fff;
    color: #000;
    margin-top: 80px;
    border-radius: 5px;
}

    .product-more-info .product-more-info__container .product-description.active {
        opacity: 1;
        visibility: visible;
        max-height: 9999px;
        padding: 100px 120px;
    }

    .product-more-info .product-more-info__container .product-description {
        display: flex;
        font-size: 18px;
        line-height: 22px;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: 1s ease-in-out all;
    }

    .product-more-info .product-more-info__container .product-description__left {
        width: 70%;
    }

    .product-more-info .product-more-info__container .product-description__right {
        width: 30%;
        text-align: right;
    }

@media only screen and (max-width: 767px) {

    .single-product-details {
        margin: 0;
    }

    .category-boxes .category-container .button {
        width: auto !important;
        padding: 12px 20px !important;
        margin: 0 !important;
    }

    .browse-appliance .category-container {
        text-align: left !important;
    }

        .browse-appliance .category-container .button {
            width: auto !important;
            margin: 0 15px;
            padding: 12px 20px !important;
        }

    .page-content .category-row .col-12:last-child {
        margin-bottom: 0;
    }

    .hero--home {
        padding: 80px 0 !important;
    }

    .page-content .brand-links-fw {
        padding: 30px 15px;
    }

    .header .header__bottom {
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .header .header__bottom .header__bottom--search {
            margin: 10px 0;
            margin-bottom: 10px;
        }

    .page-content .icon-info h4 {
        font-size: 35px;
    }

    .page-content .category-container .button {
        font-size: 14px;
        padding: 12px 10px;
        width: 100%;
        text-align: center;
    }

    .page-content h2 {
        font-size: 30px;
    }

    .product-more-info .product-more-info__container {
        margin-top: 20px;
    }

    .product-more-info .product-more-info__navigation--button {
        margin-bottom: 20px;
    }

    .product-more-info .product-more-info__container .product-description.active {
        padding: 40px 20px;
    }

    .product-more-info .product-more-info__container .product-description {
        flex-wrap: wrap;
    }

    .product-more-info .product-more-info__container .product-description__left,
    .product-more-info .product-more-info__container .product-description__right {
        width: 100%;
    }

    .product-more-info .product-more-info__container .product-description__right {
        text-align: center;
    }
}

.product-list .product-row {
    margin-top: 0;
}

    .product-list .product-row .col-lg-4 {
        margin-top: 30px;
    }

    .product-list .product-row h2 {
        width: 60%;
        line-height: 60px;
        margin-bottom: 25px;
        font-size: 45px;
        letter-spacing: 1.5px;
    }

.product-row {
    align-items: stretch;
    margin-top: 65px;
}

    .product-row .product-row__container {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 30px 15px;
        box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
        flex-wrap: wrap;
        justify-content: space-around;
        background-color: #fff;
        border-radius: 5px;
        position: relative;
    }

        .product-row .product-row__container .sku-code {
            margin-top: auto;
            margin-bottom: 10px;
        }

        .product-row .product-row__container.offer:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 110px;
            height: 110px;
            background-image: url('/../All_Media/Swift_Images/offer-banner.png');
            background-size: cover;
            background-repeat: no-repeat;
        }

        .product-row .product-row__container img {
            display: block;
            max-width: 150px;
            margin: 0 auto 25px;
        }

        .product-row .product-row__container h3 {
            font: normal normal bold 22px/30px Gill Sans;
        }

        .product-row .product-row__container .stock-level {
            width: 100%;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .product-row .product-row__container .price {
            color: #D60812;
            font: normal normal bold 30px/40px Gill Sans;
            width: 100%;
            margin-bottom: 10px;
        }

.quantity {
    display: flex;
    width: 100%;
}

    .quantity .cart-edit,
    .quantity .cart-add-quanity {
        border: #e3211b solid 3px;
        padding: 10px 17px;
        text-align: center;
        font-weight: 700;
        color: #e3211b;
        font-size: 18px;
    }

.cart-add-quanity {
    width: 100%;
}

.quantity .cart-edit {
    background-color: #fff;
    width: 15%;
    transition: 300ms ease-in-out all;
    text-align: center;
    padding: 10px 5px;
}

    .quantity .cart-edit:focus {
        outline: none;
    }

    .quantity .cart-edit:hover {
        background-color: #e3211b;
        color: #ffffff;
    }

    .quantity .cart-edit:first-of-type {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: none;
    }

    .quantity .cart-edit:last-of-type {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: none;
    }

.product-row .product-row__container .cart-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

    .product-row .product-row__container .cart-row .button {
        border-width: 3px;
    }

        .product-row .product-row__container .cart-row .button.white {
            max-width: 66px;
        }

.product-row .product-row__container .button.white {
    width: 100%;
    border-width: 3px;
    font-size: 15px;
    padding: 10px;
}

.product-row__header {
    background-color: #ffffff;
    padding: 20px 10px;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .product-row__header.bottom {
        margin-top: 30px;
    }

    .product-row__header .product-row__header--left {
        display: inline-flex;
        width: 73%;
        justify-content: space-between;
    }

        .product-row__header .product-row__header--left .filter-dropdown {
            display: flex;
            align-items: center;
            margin: 0 15px;
        }

        .product-row__header .product-row__header--left .dropdown {
            width: auto;
            margin-left: 15px;
        }

            .product-row__header .product-row__header--left .dropdown select {
                position: relative;
                z-index: 2;
                width: 100%;
                color: #e3211b !important;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                padding: 7px 25px 7px 4px;
                border: 3px solid #e3211b;
                border-radius: 5px;
                font-weight: bold;
            }

    .product-row__header .product-row__header--right {
        display: inline-flex;
        width: 27%;
        justify-content: flex-end;
    }

        .product-row__header .product-row__header--right button {
            transition: 300ms ease-in-out all;
            padding: 8px 5px;
            background-color: transparent;
            border: none;
            outline: none;
            color: #000000;
            opacity: 0.33;
            font: normal normal 500 16px/24px Inter;
        }

            .product-row__header .product-row__header--right button:hover {
                opacity: 1;
            }

    .product-row__header p {
        margin-bottom: 0;
        font: normal normal 500 15px/46px Inter;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }

    .product-row__header ul {
        display: flex;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 10px;
    }

        .product-row__header ul .product-row__header--button {
            display: inline-block;
            background-color: #fff;
            color: #D60812;
            border-radius: 5px;
            border: 4px solid #D60812;
            padding: 3px 6px;
            transition: 300ms ease-in-out all;
            font-weight: 600;
            text-decoration: none;
            margin-left: 5px;
            font: normal normal 500 16px/24px Inter;
            line-height: inherit;
        }

        .product-row__header ul li:last-of-type .product-row__header--button {
            margin-right: 10px;
        }

        .product-row__header ul .product-row__header--button:hover,
        .product-row__header ul .product-row__header--button.active {
            background-color: #e3211b;
            color: #fff;
            opacity: 1;
        }

.product-list .product-row h2 {
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}



@media only screen and (max-width:1700px) {
    .product-row__header .product-row__header--right {
        margin-top: 0px;
        justify-content: center;
    }

    .product-row .product-row__container .cart-row {
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: 0;
    }

        .product-row .product-row__container .cart-row .button {
            margin-top: 20px;
        }
}

@media only screen and (max-width:1200px) {
    .product-list .product-row h2 {
        width: 100%;
    }

    .product-row .col-lg-4 {
        width: 50%;
    }
}

@media only screen and (max-width:985px) {
    .product-row .product-row__container .cart-row {
        justify-content: space-between;
    }
}

@media only screen and (max-width:767px) {
    .product-row .col-lg-4 {
        width: 100%;
    }

    .product-row__header .product-row__header--left,
    .product-row__header .product-row__header--right {
        width: auto;
    }

    .product-row__header .product-row__header--left {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 1rem;
    }

        .product-row__header .product-row__header--left .filter-dropdown {
            margin: 0;
        }

    .prev-btn button {
        padding-left: 0 !important;
    }

    .product-row .product-row__container .cart-row {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .product-row__header ul .product-row__header--button {
        margin-left: 8px;
    }

    .button.cart, a.button.cart {
        width: 70%;
        text-align: center;
    }

    .product-row .product-row__container .cart-row .button.white {
        max-width: 30%;
    }
}

.filter-container {
    background-color: #ffffff;
}

.filter-container__header {
    position: relative;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 16px 10px;
}

    .filter-container__header:after {
        content: "\f067";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        color: #000;
    }

    .filter-container__header.chev:after {
        content: "\f068";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        color: #000;
    }

    .filter-container__header h3 {
        margin: 0;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }

.filter-container__filters.active {
    display: block;
}

.filter-container__filters {
    display: none;
    padding-top: 28px;
    padding-bottom: 28px;
}

    .filter-container__filters ul {
        list-style: none;
    }

        .filter-container__filters ul .filters-tick {
            position: relative;
            font-size: 22px;
            line-height: 35px;
            display: flex;
            flex-wrap: nowrap;
        }

            .filter-container__filters ul .filters-tick label {
                display: flex;
                align-items: center;
                letter-spacing: 0px;
                color: #707070;
                opacity: 1;
            }

                .filter-container__filters ul .filters-tick label > span {
                    width: 20px;
                    height: 20px;
                    margin-left: 0;
                    margin-right: 15px;
                    display: inline-block;
                    justify-content: center;
                    background-color: #fff;
                    border: none;
                    border-radius: 3px;
                    transition: all .3s;
                    position: relative;
                    cursor: pointer;
                    border: 10px #fff solid;
                    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.6);
                }

            .filter-container__filters ul .filters-tick.ticked label > span {
                background-color: #f4f4f4;
                border: 10px #f4f4f4 solid;
            }

            .filter-container__filters ul .filters-tick input[type="checkbox"] {
                appearance: none;
                width: 20px;
                height: 20px;
                margin: 0;
                position: absolute;
                z-index: 2;
                top: 8px;
            }

                .filter-container__filters ul .filters-tick input[type="checkbox"]:focus {
                    outline: none;
                }

            .filter-container__filters ul .filters-tick input:checked + label > span {
                border: 10px solid #2c2c2c;
                animation: bounce 250ms;
            }

                .filter-container__filters ul .filters-tick input:checked + label > span::before {
                    content: '';
                    position: absolute;
                    top: 2px;
                    left: -1px;
                    border-right: 2px solid #fff;
                    border-bottom: 2px solid #fff;
                    transform: rotate(45deg);
                    transform-origin: 0;
                    animation: checked-box 125ms 250ms forwards;
                }

footer {
    padding: 100px 0;
    background-color: #F4F4F4;
    margin-top: 30px;
    clear: both;
}

    footer .footer-logo {
        width: 260px;
        margin-bottom: 40px;
    }

    footer .secure-payment-image {
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    }

    footer h3 {
        color: #D60812;
        font: normal normal bold 23px/40px Gill Sans;
        margin-bottom: 25px;
    }

    footer .footer-address p {
        line-height: 25px;
        margin-bottom: 10px;
        color: #222222;
        font-weight: 500;
    }

    footer .footer-menu {
        padding-left: 0;
        list-style: none;
        margin-bottom: 3rem;
        letter-spacing: 0.36px;
        color: #222222;
        opacity: 1;
        font: normal normal 500 18px/34px Inter;
    }

        footer .footer-menu li {
            line-height: 25px;
            margin-bottom: 10px;
        }

        footer .footer-menu a {
            color: #222222;
            text-decoration: none;
            font-size: 18px;
        }

@media only screen and (max-width: 991px) {
    footer {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 50px 0;
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(.7);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: #ffffff;
        transform: translate(0,0) rotate(45deg);
    }

    33% {
        width: 4px;
        height: 0;
        border-color: #ffffff;
        transform: translate(0,0) rotate(45deg);
    }

    100% {
        width: 4px;
        height: 8px;
        border-color: #ffffff;
        transform: translate(0,-8px) rotate(45deg);
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .header .header__nav {
        z-index: 999;
    }

    footer h3 {
        font: normal normal bold 19px/22px Gill Sans;
        margin-bottom: 20px;
    }

    .page-content .brand-links-fw .row.justify-content-start, .page-content .brand-links-fw .row.justify-content-end {
        margin: 0;
    }

    .page-content .category-row .col-lg-3 {
        flex: 0 0 auto;
        width: 33%;
    }

    .page-content .category-container .button {
        font-size: 14px;
        padding: 8px 10px;
    }

    .page-content .category-container {
        padding: 20px 12px !important;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .header__top section.col-12.col-sm-12.col-md-6.header__top--left,
    .header__top section.header__top--right.logged.col-12.col-sm-12.col-md-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header .header__top .header__top--left, .header .header__top .header__top--right {
        text-align: center;
    }

    .button.cart, a.button.cart {
        margin-right: 0 !important;
    }

    .product-more-info .product-more-info__navigation {
        flex-wrap: nowrap;
    }

    .single-product-details__description .offer-applied p {
        font-size: 16px;
    }

    .page-content h2 {
        font-size: 25px !important;
        letter-spacing: 0px;
        line-height: 32px !important;
    }

    .product-row .product-row__container .cart-row {
        flex-wrap: wrap;
    }

    .button.cart, a.button.cart {
        width: 100% !important;
        text-align: center;
    }

    .product-row .product-row__container .cart-row .button.white {
        max-width: 100% !important;
    }

    .page-content .large-text {
        font-size: 20px !important;
    }

    .page-content .icon-info h4 {
        font-size: 24px !important;
    }

    .product-row__header {
        flex-wrap: wrap;
    }

    .page-content.testimonials .testimonial-container blockquote {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .product-row__header .product-row__header--left,
    .product-row__header .product-row__header--right {
        width: 100%;
    }

    .product-row__header .product-row__header--right {
        margin-top: 20px;
    }

    .product-row__header.bottom .product-row__header--left {
        justify-content: center;
    }

    .product-row__header.bottom .product-row__header--right {
        justify-content: center;
    }
}

.page-content.red .large-text {
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

@media(max-width: 1699px) {
    .page-content .category-container p {
        width: 172px !important;
        margin-bottom: 10px !important;
    }
}

@media(max-width: 1399px) {
    main {
        margin-top: 227px;
    }

    .header .header__bottom .header__bottom--search button, .header .header__bottom .header__bottom--buttons .button {
        padding: 7px 15px !important;
    }

    .product-list .product-row h2 {
        width: 80%;
        font: normal normal bold 35px/45px Gill Sans;
    }

    .product-row__header p, .filter-dropdown label {
        text-align: left;
        font: normal normal 600 12px/45px Inter;
        margin-bottom: 0;
    }

    .filter-container__header h3 {
        font: normal normal bold 18px/35px Gill Sans;
    }

    .filter-container__filters ul .filters-tick label {
        font: normal normal normal 18px/30px Inter;
    }

    .browse-appliance article.category-container {
        min-height: 300px;
    }

    .page-content .block-row .half {
        font-size: 15px;
    }

    .header .header__bottom .header__bottom--buttons .button {
        font-size: 16px;
    }

    .single-product-details__description .single-product-details__features h3 {
        font-size: 30px;
    }

    .single-product-details__description .single-product-details__features .single-product-details__relative .single-product-details__relative--right {
        font-size: 25px;
    }

    .single-product-details__description .product-price_atc .quantity .cart-add-quanity {
        padding: 8px 17px;
    }

    .single-product-details__description .product-price_atc .quantity .cart-edit {
        padding: 8px 5px;
    }

    .single-product-details__description .button.cart {
        padding: 8px 12px;
    }

    .page-content .cta h2, .page-content.red .cta h2 {
        font-size: 45px !important;
        margin-top: 35px;
        margin-bottom: 30px;
        line-height: 50px !important;
    }

    .hero--home h2 {
        font-size: 45px;
        margin-bottom: 40px;
        line-height: 60px;
    }

    .page-content .icon-info h4 {
        font-size: 30px;
    }

    .first_category-container {
        width: 45% !important;
    }

    .page-content .category-container {
        padding: 20px 15px;
    }

    .page-content .large-text {
        font-size: 20px;
    }

    .page-content.testimonials .testimonial-container {
        text-align: center;
        margin-top: 80px;
        margin-bottom: 80px;
    }

        .page-content.testimonials .testimonial-container cite {
            font-size: 16px;
        }

    footer .footer-menu a {
        font-size: 17px;
    }

    .quantity .cart-edit, .quantity .cart-add-quanity {
        padding: 5px 17px;
    }

    .quantity .cart-edit {
        padding: 5px 5px;
    }

    .button.cart, a.button.cart {
        margin-right: 10px;
    }

    .button.cart, a.button.cart, .product-row .product-row__container .button.white {
        padding: 8px;
    }

    .page-content .category-container h4 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .header .header__bottom .header__bottom--search input {
        padding: 10px 35px 10px 22px;
    }

    .header .header__bottom .header__bottom--search button,
    .header .header__bottom .header__bottom--buttons .button {
        padding: 7px 27px;
    }

    .hero--home {
        padding: 120px 0;
    }

    .page-content .category-container .button {
        font-size: 14px !important;
        padding: 8px 12px;
    }

    .page-content .title-row .title-row__buttons .button {
        padding: 8px 12px;
        font-size: 14px !important;
    }

    .brand-links-fw h2 {
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
    }

    .brand-links-fw p {
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font: normal normal normal 16px/24px Inter;
    }

    .page-content.red .cta h2 {
        font: normal normal bold 78px/104px Gill Sans;
        letter-spacing: 0px;
        color: #FFFFFF !important;
        text-transform: uppercase;
        opacity: 1;
    }

    .single-product-details__description .button.cart {
        font-size: 17px;
        padding: 10px 12px;
    }

    .product-row__header .product-row__header--left {
        width: 71%;
    }

    .product-row__header .product-row__header--right {
        width: 29%;
        justify-content: flex-end;
    }

    .product-row__header .product-row__header--left .dropdown {
        margin-left: 10px;
    }

    .product-row__header .product-row__header--left .filter-dropdown {
        margin: 0 5px;
    }

    .sort-by-dropdown {
        width: 190px !important;
    }

    .product-row__header .product-row__header--left .dropdown select {
        padding: 7px 25px 7px 4px;
    }

    .page-content .category-container p {
        width: 140px !important;
        margin-bottom: 10px !important;
    }
}

@media(max-width: 1199px) {

    .res-trig {
        margin-top: 21px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

    .fixed-header .res-trig {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .fixed-header .navigation-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__nav {
        display: inline-block;
        width: 100%;
    }

    .header .header__nav .res-trig {
        transform: translateY(20%);
        float: right;
        position: inherit;
        height: 35px;
    }

    .header .header__nav .menu .menu__item {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 25px !important;
    }

    .fixed-header .header__bottom {
        display: none;
    }


    .fixed-header .mobile-logo .show_sticky {
        display: block !important;
        margin-right: 0;
        margin-left: 0;
    }

    .fixed-header .header__nav {
        display: inline-block;
    }

    .product-row__header .product-row__header--right,
    .product-row__header .product-row__header--left {
        width: 100%;
    }

    .product-row__header p, .filter-dropdown label {
        font: normal normal 600 14px/35px Inter;
    }

    .page-content .category-container p {
        width: 130px !important;
        margin-bottom: 10px !important;
    }

    .page-content .category-container h4 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .sinks-associated-img {
        bottom: 66px !important;
    }
}

@media (max-width:767px) and (min-width:576px) {
    .category-container a.button {
        order: 3;
    }

    .page-content .category-container .category-container__image {
        position: initial;
    }

    .page-content .category-container p {
        width: 215px !important;
    }
}

@media(max-width: 767px) {
    .product-row__header--left p {
        width: 100%;
        text-align: center;
    }

    .product-row__header--left section.filter-dropdown {
        width: 100%;
        justify-content: center;
    }

    .product-row__header .product-row__header--right {
        justify-content: center;
    }
}

@media (max-width:575px) {
    .sinks-associated-img {
        bottom: 14px !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
        width: auto;
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .single-product-details__description .product-price_atc .quantity .cart-edit {
        padding: 12px 5px;
    }

    .single-product-details__description .product-price_atc .quantity .cart-add-quanity {
        padding: 12px 17px;
        width: 100%;
    }

    .single-product-details__description .button.cart {
        padding: 12px 20px;
    }

    .product-row .product-row__container .cart-row .button.white {
        max-width: 30%;
    }

    .container {
        max-width: 1340px;
        width: auto;
    }

    main {
        margin-top: 250px;
    }

    .header .header__nav .menu .menu__item {
        padding-right: 25px;
    }

    .page-content .cta .cta__stack p {
        font: normal normal normal 18px/25px Helvetica;
    }

    .product-description__left p {
        font: normal normal medium 25px/32px Inter;
    }

    .product-more-info .product-more-info__navigation--button {
        font: normal normal bold 35px/40px Gill Sans;
    }

    .single-product-details__description .single-product-details__features .single-product-details__relative .single-product-details__relative--right .price {
        font: normal normal bold 28px/40px Gill Sans;
    }

    .single-product-details__description .single-product-details__features .single-product-details__relative .single-product-details__relative--right a {
        font: normal normal bold 28px/40px Gill Sans;
    }

    .single-product-details__description h2 {
        text-align: left;
        font: normal normal bold 45px/59px Gill Sans;
    }

    .product-id {
        font: normal normal 500 16px/24px Inter;
    }

    .stock-level.green, .stock-level.amber, .stock-level.red {
        font: normal normal bold 18px/24px Inter;
    }

    .product-list .product-row h2 {
        width: 80%;
        font: normal normal bold 40px/50px Gill Sans;
    }

    .product-row__header p, .filter-dropdown label {
        text-align: left;
        font: normal normal 500 15px/46px Inter;
    }

    .filter-container__header h3 {
        font: normal normal bold 21px/40px Gill Sans;
    }

    .filter-container__filters ul .filters-tick label {
        font: normal normal normal 18px/30px Inter;
    }

    .browse-appliance article.category-container {
        min-height: 320px;
    }

    .page-content .cta h2, .page-content.red .cta h2 {
        font-size: 45px !important;
        margin-top: 35px;
        margin-bottom: 30px;
        line-height: 50px !important;
    }

    .page-content .category-container .button {
        font-size: 16px;
        padding: 8px 12px;
    }

    .page-content .title-row .title-row__buttons .button {
        padding: 8px 12px;
        font-size: 16px;
    }

    .hero--home h2 {
        font-size: 52px;
        margin-bottom: 40px;
        line-height: 65px;
    }

    .page-content .icon-info h4 {
        font-size: 32px;
    }

    .first_category-container {
        width: 45% !important;
    }

    .page-content .category-container {
        padding: 20px 15px;
    }

    .page-content .large-text {
        font-size: 21px;
    }

    .page-content.testimonials .testimonial-container {
        text-align: center;
        margin-top: 80px;
        margin-bottom: 80px;
    }

        .page-content.testimonials .testimonial-container cite {
            font-size: 16px;
        }


    .page-content .category-container h4 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .hero--home {
        padding: 120px 0;
    }
}

.brand-links-fw h2 {
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
}

.brand-links-fw p {
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font: normal normal normal 16px/24px Inter;
}

.page-content.red .cta h2 {
    font: normal normal bold 78px/104px Gill Sans;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    opacity: 1;
}

@media(min-width: 1700px) {
    .container {
        max-width: 1640px;
        width: auto;
    }

    footer .footer-menu {
        margin-bottom: 4rem;
    }

    main {
        margin-top: 310px;
    }

    .page-content .cta .cta__stack p {
        font: normal normal normal 20px/28px Helvetica;
    }

    .product-description__left p {
        font: normal normal medium 28px/40px Inter;
    }

    .product-more-info .product-more-info__navigation--button {
        font: normal normal bold 40px/52px Gill Sans;
    }

    .single-product-details__description .single-product-details__features .single-product-details__relative .single-product-details__relative--right a {
        font: normal normal bold 30px/40px Gill Sans;
    }

    .single-product-details__description .single-product-details__features .single-product-details__relative .single-product-details__relative--right .price {
        font: normal normal bold 30px/40px Gill Sans;
    }

    .single-product-details__description p {
        font: normal normal 500 18px/24px Inter;
    }

    .single-product-details__description h2 {
        text-align: left;
        font: normal normal bold 52px/69px Gill Sans;
    }

    .product-id {
        font: normal normal 500 18px/24px Inter;
    }

    .stock-level.green, .stock-level.amber, .stock-level.red {
        font: normal normal bold 18px/24px Inter;
    }

    .product-row .product-row__container h3 {
        font: normal normal bold 30px/40px Gill Sans;
    }

    .product-list .product-row h2 {
        width: 80%;
        font: normal normal bold 52px/69px Gill Sans;
    }

    .product-row__header p, .filter-dropdown label {
        text-align: left;
        font: normal normal 600 18px/46px Inter;
    }

    .filter-container__header h3 {
        font: normal normal bold 21px/40px Gill Sans;
    }

    .filter-container__filters ul .filters-tick label {
        font: normal normal normal 18px/30px Inter;
    }

    .page-content.testimonials .testimonial-container blockquote {
        font: italic normal 500 28px/37px Inter;
    }

    .header .header__nav .menu .menu__item a {
        font: normal normal bold 16px/25px Inter;
    }

    .page-content h2 {
        font: normal normal bold 52px/69px Gill Sans;
    }

    .button, a.button, .page-content .category-container .button {
        font: normal normal bold 20px/30px Inter;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding: 8px 35px !important;
    }

    .product-row .product-row__container .cart-row .button.white {
        max-width: 30%;
    }

    .hero--home h2 {
        font: normal normal bold 72px/96px Gill Sans;
    }

    .page-content .icon-info p {
        font: normal normal normal 18px/24px Inter;
    }

    .page-content .category-container h4 {
        font: normal normal bold 40px/53px Gill Sans;
    }

    .page-content .category-container p {
        text-align: left;
        font: normal normal normal 18px/24px Inter;
    }

    .page-content .category-container {
        min-height: 480px;
    }

    .first_category-container {
        width: auto !important;
    }

    .brand-links-fw h2 {
        font: normal normal bold 52px/69px Gill Sans;
    }

    .brand-links-fw p {
        font: normal normal normal 18px/24px Inter;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .page-content .brand-links-fw {
        width: 75%;
    }

    .page-content .large-text {
        text-align: left;
        font: normal normal 500 28px/37px Inter;
    }

    .page-content .block-row .half {
        font: normal normal normal 18px/24px Inter;
    }

    footer h3 {
        font: normal normal bold 30px/40px Gill Sans;
    }

    .page-content.breadcrumbs .breadcrumb-link.active a,
    .page-content.breadcrumbs a {
        font: normal normal normal 18px/24px Inter;
    }

    .page-content .browse-title h2 {
        font: normal normal bold 52px/69px Gill Sans;
    }

    .page-content .browse-title p {
        font: normal normal normal 18px/24px Inter;
    }

    .page-content .category-container h4 {
        font: normal normal bold 40px/53px Gill Sans;
    }

    .browse-appliance article.category-container {
        min-height: 420px;
    }

    .page-content.red .cta h2 {
        font: normal normal bold 78px/104px Gill Sans;
    }

    .page-content.red .large-text {
        font: normal normal medium 28px/37px Inter;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }
}

.show.Sub-scroll {
    display: none !important;
}

@media(max-width: 992px) {
    .header-main-box {
        display: inline-block;
        width: 100%;
    }

    .header__bottom--search {
        width: 100%;
        margin-bottom: 7px;
    }

    .header .header__bottom .header__bottom--buttons {
        display: flex;
        justify-content: flex-end;
        width: 60%;
        float: right;
    }

        .header .header__bottom .header__bottom--buttons .button {
            width: 100% !important;
            margin-left: 0px !important;
            font-size: 14px;
        }

    .header__bottom--buttons.shopping-cart {
        margin-left: 20px !important;
    }

    .res-trig {
        margin: 0 auto;
    }

    .fixed-header .mobile-logo.header__show-sticky {
        display: block;
    }

    .fixed-header .res-trig {
        margin-left: auto !important;
        margin-right: 0;
    }

    .mobile-logo.header__show-sticky {
        display: none;
    }

    .big-brand-text {
        padding-left: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .fixed-header .destop.res-trig {
        display: none;
    }

    .fixed-header .res-trig.mobile-view {
        display: block;
    }

    .fixed-header h2.big-brand-text {
        display: none;
    }

    .container, .container-md, .container-sm {
        max-width: 720px;
        width: auto;
    }

    main {
        margin-top: 0px !important;
    }

    .show.Sub-scroll {
        display: flex !important;
    }

    .header .header__nav {
        z-index: 999;
    }

    .product-more-info .product-more-info__container .product-description.active {
        padding: 50px;
    }

    .single-product-details__description .single-product-details__features .single-product-details__relative .single-product-details__relative--right a {
        font: normal normal bold 22px/30px Gill Sans;
    }

    .single-product-details__description .offer-applied .offer-applied__name {
        margin-left: 0;
    }

    .header .header__bottom .header__bottom--search {
        z-index: 9;
        width: 100%;
    }

    .header .header__nav .menu .menu__item {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .shiptoaddress-headeing {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .container, .container-md, .container-sm {
        max-width: 540px;
        width: auto;
    }

    .header .header__bottom .header__bottom--buttons {
        width: 80%;
    }

    .breadcrumb li:after {
        bottom: 5px !important;
    }

    .account-login-page ul li:last-child {
        margin-top: 0;
    }

    .page-content .category-container h4 {
        font-size: 21px;
        margin-bottom: 15px;
    }
}

@media (max-width: 567px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
        width: 100%;
    }

    .header .header__bottom .header__bottom--buttons {
        width: 100%;
    }

    .header__bottom .logo-navigate {
        margin: 0 auto;
        display: table;
    }
}

.header .header__bottom .header__bottom--search input:focus {
    outline: none;
}

.current {
    display: flex !important;
    flex-wrap: wrap;
}

    .current li {
        display: block;
        width: 100%;
    }

        .current li a {
            display: block;
        }

ul.parent__sub-menu.Sub-scroll.current.show {
    display: flex !important;
}

ul.parent__sub-menu.current.show {
    display: none !important;
}

/*Add by Mihir*/
.header__bottom--search .typeahead__container {
    font: inherit;
}

p.checkbox-text {
    width: 184px;
    font-family: inherit;
    margin-bottom: 0;
}

.checkbox-filter .filtercheckbox a label span:before,
.checkbox-filter .filtercheckbox a label span:after {
    content: "";
    display: inline-block;
    background: #ffffff;
    width: 0;
    height: .1rem;
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.checkbox-filter .filtercheckbox a label span:before {
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
    top: 12px;
    left: 7px;
}

.checkbox-filter .filtercheckbox a label span:after {
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
    bottom: 8px;
    left: 7px;
}

.checkbox-filter .filtercheckbox a label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #c1c9cd;
    left: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1;
    box-sizing: content-box;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
}

.checkbox-filter input:checked ~ .filtercheckbox a label span:before {
    width: 9px;
}

.checkbox-filter input:checked ~ .filtercheckbox a label span:after {
    width: 3px;
}

.checkbox-filter input:checked ~ .filtercheckbox a label span {
    background: #2c2c2c;
    border-color: #2c2c2c;
}

.filter-dropdown label {
    font-weight: 600 !important;
}

.pagination > li.pagination-naviagtion > a,
.pagination > li.pagination-naviagtion > span {
    font-size: 16px;
    transition: 300ms ease-in-out all;
    background-color: transparent;
    border: none;
    outline: none;
    color: #d60813 !important;
    opacity: 0.33;
    font: normal normal 500 16px/24px Inter;
    text-decoration: none;
    line-height: initial;
    padding: 5px 3px;
    position: relative;
}

    .pagination > li.pagination-naviagtion > a .fa-angle-left:before,
    .pagination > li.pagination-naviagtion > a .fa-angle-right:before {
        font-size: 30px;
    }

    .pagination > li.pagination-naviagtion > a:hover,
    .pagination > li.pagination-naviagtion > span:hover {
        opacity: 1;
    }

.ribbon-blue {
    left: -32px;
    top: 14px;
}

.product-row__container .quantity .input-text {
    border-radius: 0;
    font-family: inherit;
    height: inherit;
    line-height: inherit;
}

.quantity .cart-add-quanity {
    height: inherit;
}

/*scroll css*/
::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 8px;
    height: 7px;
}

::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #a3a3a5;
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: #d60812;
    border-radius: 20px;
    height: 58px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #d60812 #a3a3a5;
}


/*Added by akshay*/
.account-login-page .new-users .btn {
    position: inherit !important;
    width: auto !important;
}

.account-login-page .new-users .btn {
    position: inherit !important;
    width: auto !important;
}

.header {
    z-index: 999 !important;
}

.table-bordered td, .table-bordered th {
    padding: 5px;
}

.breadcrumb li a {
    text-decoration: none !important;
}

.breadcrumb li:after {
    bottom: 8px;
    right: 3px !important;
    background-color: transparent !important;
}

.breadcrumb li:not(:last-child) {
    font-weight: 600 !important;
}

    .breadcrumb li:not(:last-child)::after {
        content: '>';
    }

#loading {
    z-index: 99999;
    top: 0;
}

.button:hover, .button:focus, a.button:hover {
    border: 1px solid;
}

#ProductLookupModel #btnProductQuickOrderSearch {
    position: inherit;
    background-color: #d60813 !important;
    border-radius: 0px !important;
    padding: 7px 20px !important;
    font-size: 20px !important;
    color: #fff !important;
    border: unset !important;
    outline: none !important;
    top: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all, .ui-state-default.ui-state-hover:hover {
    background: #dfdfdf !important;
}

.header__nav .col-sm-12,
.header__nav .col-lg-2 {
    position: inherit;
}

.breadcrumb {
    padding: 12px 0 36px;
}

.old-price .price {
    font-size: 19px !important;
    color: gray !important;
    margin: 0 !important;
}

.product-row__container .product-image-sw .imageoffer {
    background: url('/../All_Media/Swift_Images/offer-banner.png') no-repeat scroll 0 0/100%;
    height: 107px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    z-index: 1;
}

.ribbon-pink {
    text-transform: uppercase;
    font-size: 14px;
}

table.table.product-view-media .item-name {
    margin-left: 5px;
    font-size: 16px;
}

.save-order {
    margin-bottom: 7px;
}

span.regular-price p.price a,
span.offer-price p.price a {
    font-size: 22px;
}

span.new-price p.product-price a {
    font-size: 25px;
}

span.old-price > p.price > a,
span.old-price > del > a {
    display: none;
}


.download-section .card.corporate-panel {
    padding-bottom: 10px;
}

.download-section .corporate-panel-body {
    padding: 10px;
}

.download-section img.mx-auto {
    display: block;
}

.main-collection-request .hasDatepicker .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: block !important;
}

.main-collection-request {
    padding: 20px 0px;
}

    .main-collection-request .collection-info p {
        text-align: center;
        font-size: 15px;
        margin-bottom: 0;
    }

ul.pagination.pagination-sm.filter-pagination > li:last-child {
    margin-left: 5px;
}

.product-description__left .product-view-media {
    padding-right: 10px;
}

#divPostCodeTrue .form-control-feedback {
    top: 0px !important;
}

.product-image-sw {
    min-height: 150px;
}

.single-product-details .single-product-details__feature img {
    width: inherit !important;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
}

.product-row__container p.stock-code {
    margin: 5px 0px;
    font-weight: 500;
    font-family: inherit;
}

.single-product-details__description p.stock-code {
    margin: 5px 0px 10px;
    font-weight: 500;
    font-size: 17px;
}

#dashboardform ul.breadcrumb li:after {
    left: inherit;
    opacity: 1;
    margin: 0;
    border: 0;
}

#dashboardform ul.breadcrumb {
    padding: 36px 0 20px;
}

.progress > .progress-type {
    top: 10px;
    font-size: 15px;
}

.welcome-user {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
}

.billing_address .form-check {
    padding-left: 0;
}

.listing-view-instock {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-container__header h3 {
    padding-right: 25px;
}

#dashboardform .account-heading h2 {
    margin-bottom: 5px;
}

.confirmation-page .share-this {
    width: initial;
}

.typeofgoodsgroups .product-row .product-row__header.bottom,
.brandsubgroups .product-row .product-row__header.bottom,
#offer-groups .product-row .product-row__header.bottom {
    margin-top: 0;
}

.product-row .product-row__container .stock-detail {
    margin-bottom: 5px;
}

.show-dropdown {
    width: 70px !important;
}

    .show-dropdown select {
        width: 70px !important;
    }

.sort-by-dropdown {
    width: 175px;
}

/*datatable pagination css*/
.my-account .dataTables_paginate,
.my-account .dataTables_paginate span {
    display: inline-flex !important;
}

    /*previous button*/
    .my-account .dataTables_paginate .paginate_button.previous {
        font-size: 30px !important;
        padding: 0px 4px !important;
        line-height: 1.2;
        min-width: inherit;
    }

        .my-account .dataTables_paginate .paginate_button.previous:hover {
            background-color: transparent;
            background: none !important;
            border-color: transparent;
        }

        .my-account .dataTables_paginate .paginate_button.previous i {
            opacity: 0.33;
        }

            .my-account .dataTables_paginate .paginate_button.previous i:hover {
                opacity: 1;
                background-color: transparent !important;
                background: none !important;
            }

/*numbers button*/
.my-account .dataTables_wrapper .dataTables_paginate span .paginate_button.current {
    border-radius: 5px;
    padding: 2px 6px;
    transition: 300ms ease-in-out all;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    font: normal normal 500 16px/24px Inter;
    line-height: inherit;
}

    .my-account .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
        opacity: 1;
    }

.my-account .dataTables_wrapper .dataTables_paginate span .paginate_button {
    display: inline-block;
    border-radius: 5px;
    padding: 3px 6px;
    transition: 300ms ease-in-out all;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    font: normal normal 500 16px/24px Inter;
    line-height: inherit;
}

    .my-account .dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
        opacity: 1;
    }

/*next button*/
.my-account .dataTables_paginate .paginate_button.next {
    font-size: 30px !important;
    padding: 0px 4px !important;
    line-height: 1.2;
    min-width: inherit;
}

    .my-account .dataTables_paginate .paginate_button.next:hover {
        background-color: transparent;
        background: none !important;
        border-color: transparent;
    }

    .my-account .dataTables_paginate .paginate_button.next i {
        opacity: 0.33;
    }

        .my-account .dataTables_paginate .paginate_button.next i:hover {
            opacity: 1;
            background-color: transparent !important;
            background: none !important;
        }

span.tag.label.label-info {
    background-color: #d60813;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
    margin-bottom: 2px;
}

.bootstrap-tagsinput {
    border: 0;
    box-shadow: unset;
}

    .bootstrap-tagsinput input {
        display: none;
    }

.applied-filters {
    padding: 0px 5px 12px;
    border-bottom: 1px solid #cccccc8c;
}

    .applied-filters h3 {
        padding: 0px 6px;
    }

    .applied-filters #InputTagString {
        display: none;
    }

.category-container__content.latest-offer-section p {
    width: 100% !important;
}

.category-container a.button {
    margin-top: 23px;
}

.sinks-associated-img {
    bottom: 27px;
}

article.filter-container.stock-filter-type {
    display: none;
}

span.regular-price {
    display: inline-flex;
}

.old-price {
    margin-right: 10px;
}

/* added by designer*/
.menu-item {
    position: relative;
    padding: 0px 25px 0px 0;
}

.arrow {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    text-decoration: none;
    color: transparent;
}

.header .header__nav .menu .menu__item:hover > a .arrow {
    border-color: #e3211b;
}

.arrow.down {
    transform: rotate(-135deg);
    right: 3px;
    top: 3px;
}

.search-btn {
    display: flex !important;
    height: 100% !important;
    align-items: center;
}

.arrow-angle {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: transparent;
    text-indent: -9999px;
    border-top: 3px solid #d60812;
    border-left: 3px solid #d60812;
    text-decoration: none;
    color: transparent;
}

    .arrow-angle.prev {
        transform: rotate(-45deg);
        left: -5px;
    }

    .arrow-angle.next {
        transform: rotate(135deg);
        left: -5px;
    }

.product-row-full {
    width: 100%;
}

.resetform {
    display: table;
    width: 100%;
}

.checkout-cart-index #DisplayMessage,
.confirmation-page #DisplayMessage {
    clear: both;
}

.products-grid .product-info h3.product-name a {
    font-family: 'Inter', sans-serif;
}

.cart-table.data-table .cart-footer-actions .btn,
.discount-green.ribbon span {
    font-family: 'Inter', sans-serif !important;
}

.select-default option {
    font-family: 'HelveticaNeueLTStd-Bd';
}

.my-account .dashboard .nav-tabs {
    display: flex;
}

.main-slider-box {
    display: block;
    width: 100%;
    overflow: hidden;
}

.fancybox-opened {
    z-index: 9999;
}

.video-thumb img {
    padding: 0 10px;
}

.single-product-details .single-product-details__images .slick-prev:focus,
.single-product-details .single-product-details__images .slick-prev:active:focus,
.single-product-details .single-product-details__images .slick-next:focus,
.single-product-details .single-product-details__images .slick-next:active:focus {
    border-right: 2px solid #b2b2b2 !important;
    border-bottom: 2px solid #b2b2b2 !important;
}

.product-more-info ul,
.product-more-info li,
.post-view ul,
.post-view li,
.corporatepage ul,
.corporatepage li {
    list-style-type: inherit;
    margin-left: 5px;
}

.product-more-info ol,
.post-view ol,
.corporatepage ol {
    list-style-type: auto;
    margin-left: 5px;
}

#tinymce ul,
#tinymce li {
    list-style-type: inherit;
    margin-left: 5px;
}

#tinymce ol {
    list-style-type: auto;
    margin-left: 5px;
}

p.stock-level.red.detail-no-addtocart {
    text-transform: uppercase;
    font-size: 21px;
}
