html {
    box-sizing: border-box;
}

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

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Roboto', sans-serif;
    color: #000;
}



@font-face {
    font-family: "roboto-light";
    src: url("/homepage/assets/fonts/Roboto-Light.ttf") format('truetype'),url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "roboto";
    src: url("/homepage/assets/fonts/Roboto-Regular.ttf") format("truetype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "roboto-medium";
    src: url("/homepage/assets/fonts/Roboto-Medium.ttf") format("truetype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "roboto-bold";
    src: url("/homepage/assets/fonts/Roboto-Bold.ttf") format("truetype"),url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

.addToCart.added::after, button.added:after {
    content: "\2713";
    margin-left: 10px;
    font-size: 1.1em;
}

.nanobar {
    width: 100%;
    height: 4px;
    z-index: 9999;
    top: 0
}

.bar {
    width: 0;
    height: 100%;
    transition: height .3s;
    background: #ffc107;
}

.cart .count {
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: .86em;
    line-height: 1.8;
    border-radius: 0 0 .3em .3em;
    border-width: 2px;
    border-style: solid;
}

    .cart .count::after {
        bottom: 100%;
        margin-bottom: 0;
        height: .8em;
        width: .8em;
        left: 50%;
        transform: translateX(-50%);
        top: -.6em;
        content: ' ';
        position: absolute;
        pointer-events: none;
        border-width: 2px;
        border-bottom-width: 2px;
        border-style: solid;
        border-bottom-style: solid;
        border-top-left-radius: 10em;
        border-top-right-radius: 10em;
        border-bottom: 0;
        border-bottom-color: currentcolor;
    }

#carted-products {
    cursor: pointer;
}

#list-of-orders {
    position: absolute;
    top: 115%;
    width: 150%;
    z-index: 6;
    background: white;
    padding: 15px 20px;
    display: none;
}

    #list-of-orders.active {
        display: block;
    }

    #list-of-orders td {
        text-align: left;
    }

    #list-of-orders a {
        text-decoration: none;
    }

.removeToCart {
    cursor: pointer;
}

.links {
    background: none !important;
    color: #f0b71c !important;
    display: inline !important;
}

a.prod-thumb {
    background: transparent !important;
    text-decoration: none;
    border: none;
}

/*overlay css----------------------------*/

@media (min-width: 1200px) {
    .overlay .container-pop-up {
        width: 640px !important;
    }
}

.removedis {
    display: none !important;
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /*Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 21; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

    .overlay .container-pop-up {
        position: relative;
        z-index: 100;
        font-size: 8px;
        width: 65%;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 50px;
        color: white;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        background-image: url('../images/exit-bg.jpg');
        background-size: cover;
    }

.container-pop-up h2.closing {
    font-size: .8em;
    color: #fec92f;
    background: #000;
    display: inline-block;
    padding: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -20px;
    top: -15px;
}

.container-pop-up h2 .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    color: #fff !important;
    opacity: 1;
    font-size: 30px;
    font-weight: 300 !important;
    z-index: 99
}

.container-pop-up p {
    font-size: 0.3em;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    margin-top: 10px;
}

.container-pop-up h2 {
    font-size: .8em;
    color: #fec92f;
    text-align: center;
}


.subscribe-email {
    width: 60%;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 8px;
    border: none;
}

.subscribe-btn {
    margin-top: 10px;
    width: 60%;
    display: block;
    margin: 0 auto;
    background-color: #FEC92F;
    color: #333;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px;
    border: none;
}

.container-pop-up form {
    margin-top: 0em;
}

    .container-pop-up form input, .container-pop-up form button {
        font-size: 16px;
    }
/*---------------------------------------*/



h2 {
    padding: 10px 0;
    color: rgb(6, 115, 183);
    font-size: 25px;
    font-family: "Futura PT", sans-serif;
    text-align: left;
    font-weight: 500;
}


a {
    color: #f0b71c!important;
    /*! text-decoration: underline; */
}

a:hover {
    color: #f0b71c!important;
    /*! text-decoration: underline; */
}

p {
    font-size: 17px;
    color: #000;
}

.subscribe {
    margin: 0 auto;
    display: block;
    font-family: Roboto;
    margin-bottom: 50px;
}

    .subscribe h2 {
        font-size: 2em;
        line-height: 1.214;
        color: #333;
        margin: 0 auto;
        font-weight: bold;
        font-family: roboto-bold;
    }

    .subscribe button {
        width: 100%;
        background: #FEC92F;
        border: none;
        margin: 20px 0;
        padding: 10px 0;
        border-radius: 5px;
    }

.block01 {
    padding: 30px;
    background-image: url(../images/mainbg.jpg);
    background-size: cover;
    /*background-attachment: fixed*/
}

.img-responsive {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.block01 img.home {
    width: 100%;
}

.navigation {
    text-align: center;
    padding: 10px;
    background: #2999e0;
}

.navbar {
    padding: 0;
}

div#navbarToggleExternalContent ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

ul.navbar-nav.mr-auto {
    margin: 12px auto;
}

.navigation ul {
    text-align: center;
    margin: 20px auto;
}

button.navbar-toggler {
    cursor: pointer;
}

.navigation ul li {
    display: inline;
    list-style: none;
    padding: 0 40px;
}

    .navigation ul li a {
        color: #fff !important;
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }

.navigation img.logo {
    width: 160px;
}

.check {
    height: 21px;
    width: 21px;
    padding-right: 5px;
}

.text {
    float: left;
    margin-top: -28px;
    margin-left: 30px;
}

.boxx p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    font-family: Roboto;
    text-align: left;
    margin-top: 20px;
}

.cart {
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
}

.checklist {
    font-size: 17px;
    color: #000;
    list-style-type: none;
    padding: 0px !important;
    /* width: 350px; */
    position: relative;
    z-index: 2;
    font-weight: 500;
    line-height: 40px;
    font-family: Roboto;
}

    .checklist p span {
        font-family: roboto-medium;
    }




.receive {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    font-family: Roboto;
    margin-top: 30px;
}

a.button {
    margin: 30px auto;
    display: block;
    text-align: center;
}

.red {
    color: red;
    font-size: 16px;
    font-weight: 600;
}

.flag {
    float: right;
}

.makesure {
    background-color: #f0b71c;
    color: #000;
    padding: 3px;
    border-radius: 5px;
    /* text-transform: uppercase; */
    /* font-size: 16px; */
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 10px 0;
}

    .makesure p {
        font-size: 20px;
        color: #000;
    }

.yoursolution {
    font-size: 23px;
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    line-height: 1.2;
    text-align: center;
}

.solution .checksi {
    float: left;
    width: 21px;
    margin: 8px 3px 0 0;
}

.solution p.safe {
    color: rgb(6, 115, 183);
    font-size: 25px;
    font-family: "roboto", sans-serif;
    text-align: left;
    font-weight: 300;
}

.solution p {
    margin-top: 40px;
    font-size: 17px;
    font-family: roboto-medium;
    color: #000;
}

.solution img {
    margin: 0 auto;
    display: block;
}



.rightarrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.grey {
    background-color: #d7d6d7;
    color: #000;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

.greyt {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.greytxt {
    font-size: 18px;
    color: rgb(6, 115, 183);
    line-height: 1.2;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
}

.block02 {
    margin: 0 auto;
    padding: 20px;
    color: #0673b7;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

    .block02 h4 {
        font-size: 1.5em;
        color: #0673b7;
        text-transform: uppercase;
        font-family: roboto-medium;
    }
.product {
    margin: 25px auto 0;
    text-align: center
}

    .product .col-lg-4.col-md-4 {
        margin-bottom: 50px;
    }

    .product img {
        margin: 0 auto;
        display: block;
    }


    .product h1 {
        text-align: center;
        font-size: 34px;
        color: #333;
        font-weight: bold;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

        .product h1:after {
            content: "";
            border-bottom: 5px solid #f0b71c;
            padding-bottom: 5px;
            display: block;
            width: 200px;
            margin: 0 auto;
        }

    .product p {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 0px;
        color: #333;
        min-height: auto;
    }

    .product span {
        font-size: 19px;
        color: #000;
        font-weight: bold;
    }

    .product input {
        width: 80px;
        margin: 10px auto;
        text-align: center;
        display: block;
    }

    .product .button, .addToCart {
        background: #f0b71c!important;
        text-transform: uppercase;
        color: #333!important;
        font-size: 14px;
        text-decoration: none !important;
        border-radius: 5px;
        font-weight: bold;
        margin: 0 auto;
        display: block;
        width: 200px;
        padding: 10px 0;
        border: none;
    }

a.prodName {
    background: none;
    text-transform: capitalize;
    font-size: 1.2em;
    padding: 0px;
    width: 100%;
    min-height: 70px;
    font-weight: 500;
    line-height: 1.25;
}


.block03 {
    padding: 40px 0;
}

    .block03 img {
        float: right;
    }

.greybox {
    background-color: #f8f8f5;
    padding: 20px;
    border-radius: 20px;
    color: #0673b7;
    margin-top: 10px;
}

.checks {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.checksi {
    float: left;
    width: 15px;
    margin: 4px 3px 0 0;
}

.thaeasiest {
    font-size: 25px;
    color: rgb(73, 73, 74);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}


.designed {
    font-size: 17px;
    color: rgb(0 0 0);
    line-height: 1.5;
    text-align: left;
    font-family: Roboto;
    margin-bottom: 20px;
}

.client {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 3px 2px 21px -10px rgba(0,0,0,0.64);
    -moz-box-shadow: 3px 2px 21px -10px rgba(0,0,0,0.64);
    box-shadow: 3px 2px 21px -10px rgba(0,0,0,0.64);
    float: left;
    margin: 10px;
}

    .client p {
        font-family: Roboto;
    }


.clients {
    display: block;
    margin: 0 auto;
}

.lalign {
    float: left;
    margin-right: 10px;
}

.clientname {
    font-size: 24px;
    color: rgb(6, 115, 183);
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}

    .clientname span {
        font-size: 20px;
        color: #323232;
        line-height: 1.2;
    }

.block04 {
    padding: 40px 0;
}

    .block04 h3 {
        text-align: center;
        font-weight: 600;
        color: #333333;
        font-size: 34px;
    }

        .block04 h3:after {
            content: "";
            border-bottom: 5px solid #f0b71c;
            padding-bottom: 5px;
            display: block;
            width: 200px;
            margin: 0 auto;
        }

    .block04 figure.snip1192 {
        position: relative;
        overflow: hidden;
        min-width: 220px;
        max-width: 310px;
        width: 100%;
        text-align: left;
        box-shadow: none !important;
        margin: 0 auto;
    }


figure.snip1192 blockquote {
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 30px 50px 65px 50px;
    font-size: 0.83em;
    font-weight: 500;
    margin: 20px 0 -50px;
    line-height: 1.6em;
    box-shadow: 0px 10px 20px 0px rgba(206, 202, 202, 0.6);
    min-height: 306px;
    font-style: italic;
    color: #000;
}

    figure.snip1192 blockquote:before {
        top: 35px;
        left: 20px;
        color: #007eff;
    }

    figure.snip1192 blockquote:after {
        content: "\201D";
        right: 20px;
        bottom: 35px;
        color: #007eff;
    }

figure.snip1192 img {
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

figure.snip1192 blockquote:before, figure.snip1192 blockquote:after {
    font-family: "FontAwesome";
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure.snip1192 .author {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
    color: rgb(6, 115, 183);
    font-size: 14px;
}

.author h5 {
    font-size: 14px;
    font-weight: bold;
}


.block05 {
    background-image: url("../images/2ndbg.jpg");
    background-size: cover;
    /*background-attachment: fixed*/
    padding: 20px;
}

    .block05 img {
        margin: 0px auto;
        display: block;
    }

    .block05 h3.blue {
        font-family: "futura-pt",sans-serif;
        padding: 30px 0;
        font-size: 34px;
        color: rgb(6, 115, 183);
        text-transform: normal;
        font-weight: 500;
    }

    .block05 p {
        font-size: 17px;
        color: #000;
        margin-bottom: 10px;
        text-align: left;
        margin-bottom: 0;
    }



    .block05 h1 {
        font-size: 40px;
        color: rgb(6, 115, 183);
        font-weight: 600;
        line-height: 0.917;
        text-transform: uppercase;
        text-align: center;
    }


    .block05 h2 {
        font-size: 30px;
        color: #000;
        font-weight: 600;
        line-height: 0.917;
        text-transform: uppercase;
        text-align: center;
    }

.block06 p {
    font-weight: 500;
    margin: 10px 0;
}


.block06 ul li {
    margin-top: 20px;
    text-align: left;
}

.airpuri {
    background: url(../images/blk7-bg.jpg) no-repeat bottom center/ cover;
}

    .airpuri p {
        text-align: left;
        font-weight: 400;
        margin: 0 0 1.41575em;
    }

.block07 h3 {
    display: block;
    text-align: left;
    margin: 0 auto;
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}

    .block07 h3:after {
        content: "";
        border-bottom: 5px solid #f0b71c;
        padding-bottom: 5px;
        display: block;
        width: 54%;
        margin: none;
    }

.block07 p {
    text-align: left;
    margin-bottom: 20px;
}

.block07 h2 {
    color: #2999e0;
}

.block07 h1 {
    font-size: 1.8em;
    color: #333;
    font-weight: bold;
    text-align: left;
}

.disclaimer {
    background-color: #f0f0f0;
    color: #000;
    padding: 20px 20px;
}

    .disclaimer h4 {
        color: #333;
        font-size: 24px;
        margin: 10px auto;
    }

    .disclaimer ul li a {
        color: #333;
        font-size: 17px;
        text-decoration: underline;
    }

.boxx {
    padding: 50px 0;
}


h1, h2, h3, h4, h5, h6, p, span, label {
    margin: 0;
}

ul.nav-text {
    padding-left: 0;
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    left-content: center;
}

    ul.nav-text > li {
        display: block;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

        ul.nav-text > li a {
            color: #4c4c4c;
        }

.contact-info > p {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.easy-cancel img {
    margin-top: 10px;
}

.cart-wrapper {
    position: relative;
    padding-top: 5px;
}

    .cart-wrapper span {
        position: absolute;
        /*right: 30px;
    top: 5px;*/
        color: #fff;
        font-weight: 700;
        z-index: 2;
    }

#cart-image {
    position: absolute;
    top: 12px;
}
/*.site-header-cart--button {
    position: relative;
}*/
.site-header-cart--count.visible {
    opacity: 1;
}

.form-fields--qty .hidden {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}

.form-fields--qty .visible {
    z-index: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.form-fields--qty .form-field {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.form-fields--qty .form-field--qty-select .form-field-select-wrapper {
    position: absolute;
    width: 100%;
}

.site-header-cart--count {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .site-header-cart--count:after {
        font-style: normal;
        font-weight: 700;
        display: block;
        height: 25px;
        min-width: 25px;
        padding: 5px;
        font-size: 16px;
        line-height: 12px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background-color: #209f9b;
        border: 2px solid #fff;
        border-radius: 50%;
        content: attr(data-header-cart-count);
    }

.product-table {
    display: none;
    background: #fafafa;
    padding: 20px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    line-height: 1.3em;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.17);
}

.show, .no-item {
    display: block;
}

.product-thumbnail__wrapper {
    position: relative;
}

    .product-thumbnail__wrapper img {
        width: 50px;
    }

table.product-table:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
    position: absolute;
    top: -8px;
    right: 8px;
}

table.product-table:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fafafa;
    position: absolute;
    top: -6px;
    right: 6px;
}

.product-thumbnail__wrapper:after {
    content: attr(data-prod-count);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0,0,0,0.1) solid;
    z-index: 2;
    font-style: normal;
    font-weight: 700;
    display: block;
    height: 22px;
    width: 22px;
    min-width: 22px;
    padding: 3px;
    font-size: 0.6875rem;
    line-height: 12px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background: rgba(114,114,114,0.9);
    border: 2px solid #fff;
    border-radius: 50%;
}

a.button-primary {
    background-color: none !important;
    border: none !important;
    cursor: pointer;
}

    a.button-primary .add-cart-btn, .added {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    a.button-primary:hover .add-cart-btn, .added {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

.description-btn {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-family: Poppins,sans-serif;
}

.productgrid--no-results-button, .button-primary, .pxs-image-with-text-button, .shopify-challenge__container .btn, .product-form--atc-button, .shopify-payment-button .shopify-payment-button__button--unbranded {
    color: #fff;
    background-color: #37a9d4;
    border: 1px solid #37a9d4;
}

.product__image .button-primary {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
    transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
}

.form-fields--qty {
    position: relative;
}

.banner {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
}

.tag {
    text-align: center;
    margin: 10px 0;
    color: #1785ac;
    /* text-shadow: 0px 1px 5px rgb(255, 255, 255); */
}

    .tag ul {
        padding-left: 0;
        list-style-type: none;
        margin: 50px 0;
    }

        .tag ul > li {
            margin: 10px;
        }

.shop-btn {
    padding: 10px 50px;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    background: rgba(0,187,255,1);
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    font-family: "futura-pt",sans-serif;
}

a.shop-btn:hover {
    text-decoration: none !important;
    color: #000;
}

.feat-prod {
    padding: 20px 10px;
    background-color: #ffffff;
    font-size: 20px;
}

.on-sale {
    color: #fff;
    padding: 10px;
    font-size: 15px;
    width: 155px;
}

.og-price {
    text-decoration: line-through;
    color: #9cb8d2;
}

.form-field-select {
    width: 50%;
    font-size: 16px;
    text-align-last: center;
    margin: 0 auto 10px;
    display: block;
}

.discounted-price {
    color: #305e89;
    font-weight: 700;
}

.add-cart-btn, .added {
    padding: 10px 30px;
    background-color: #209f9b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.added {
    background-color: #b3b3b3 !important;
    padding: 10px 5px;
    text-align: center;
}

.about {
    padding: 20px 10px;
    color: #353535;
    background: #efefef;
}

.block3 {
    background-image: url(../images/block3-bg.png);
    background-size: cover;
    background-color: #f0fffe;
    padding: 30px 0;
    font-family: "futura-pt",sans-serif;
}

.block4 {
    padding: 20px 0;
    background-image: url(../images/block4-bg.jpg);
    background-size: cover;
    background-attachment: fixed
}

.block5 {
    padding: 20px 0;
    background-image: url(../images/block5-bg.jpg);
    background-size: cover;
    background-attachment: fixed
}

.speech-bubble {
    position: relative;
    background: rgba(228,241,249,0.5);
    border-radius: .4em;
    padding: 20px;
}

 

*/
.item-desc {
    text-align: left;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 14px;
}

.item {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-top-right: 10px;
    -moz-border-radius-bottom-right: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white;
    padding: 10px;
    color: #525252;
    position: relative;
}

.name {
    font-size: 14px;
    font-weight: 700;
    color: #6FBDC8;
}

.location {
    font-size: 14px;
    font-weight: 700;
    color: #D8547C;
}

ul.footer-links {
    text-align: left;
    padding-left: 0;
}

    ul.footer-links li {
        list-style: none;
        /*display: inline;
    font-size: 14px;
    padding: 10px;*/
    }

.title-style {
    color: #23a9d2;
    font-weight: 700;
}


/*@media (min-width: 1920px){ 
    .container {
        max-width: 1700px !important;
    }

    .checklist {
        margin: 50px 0 !important;
        width: 500px;
        font-size: 28px;
    }

    .receive {
        font-size: 30px;
    }

    .red {
        font-size: 40px;
    }

    .receive {
        font-size: 35px;
    }

    .makesure p {
        font-size: 30px;
    }

    .button {
        font-size: 30px;
    }

    .rightarrow {
        padding: 8px;
    }

    .yoursolution {
        font-size: 30px;
    }

    p {
        font-size: 25px !important;
    }

    .thaeasiest {
        font-size: 35px;
    }

    .block02 h4 {
        
        font-size: 35px;
    }

    .solution p.safe {
        font-size: 34px !important;
    }

    .solution .checksi {
        margin: 14px 3px 0 0;
    }

    .block04 h3 {
        font-size: 45px;
    }

    .disclaimers {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    ul.footer-links {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    ul.nav-text li a {
        font-size: 20px !important;
    }
}*/


@media (min-width: 1200px) {
    .banner {
        height: 559px
    }
}
/* @media (min-width: 768px) {
	ul.nav-text li {
		padding-top: 15px;
	}
	ul.nav-text li a {
		font-size: 15px;
	}
  
    .banner {
        padding: 20px 0;
        background-image: url("../images/bg1.jpg")!important;
    }

    .navbar {
      
        left: 130px;
        top: 8px;
    }
} */

/**Misc**/
.font-raleway {
    font-family: 'Raleway', sans-serif;
    ;
}

.font-muli {
    font-family: 'Muli', sans-serif;
}

.white {
    color: #fff;
}

.blue {
    color: #006fc2;
}

.fixed-position {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}



.button-container {
    position: absolute;
    height: 27px;
    width: 27px;
    cursor: pointer;
    top: 16px;
    right: 10px;
    z-index: 100;
    transition: opacity 0.25s ease;
}

    .button-container:hover {
        opacity: 0.7;
    }

    .button-container.active {
        position: fixed;
        top: 16px;
        right: 15px;
    }

        .button-container.active .top {
            -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
            transform: translateY(11px) translateX(0) rotate(45deg);
            background: #fff;
        }

        .button-container.active .middle {
            opacity: 0;
            background: #fff;
        }

        .button-container.active .bottom {
            -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
            transform: translateY(-5px) translateX(0) rotate(-45deg);
            background: #fff;
        }

    .button-container span {
        background: #000;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }

        .button-container span:nth-of-type(2) {
            top: 8px;
        }

        .button-container span:nth-of-type(3) {
            top: 16px;
        }

.overlay-1 {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
}

    .overlay-1.open {
        opacity: 0.97;
        visibility: visible;
        height: 100%;
        z-index: 10;
    }

        .overlay-1.open li {
            -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
            -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
        }

            .overlay-1.open li:nth-of-type(2) {
                -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
            }

            .overlay-1.open li:nth-of-type(3) {
                -webkit-animation-delay: 0.45s;
                animation-delay: 0.45s;
            }

            .overlay-1.open li:nth-of-type(4) {
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
            }

    .overlay-1 nav {
        position: relative;
        height: 70%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 21px;
        font-weight: 400;
        text-align: center;
    }

    .overlay-1 ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }

        .overlay-1 ul li {
            display: block;
            /*height: 25%;
  height: calc(100% / 4);*/
            min-height: 50px;
            position: relative;
            opacity: 0;
        }

            .overlay-1 ul li a {
                display: block;
                position: relative;
                color: #fff;
                text-decoration: none;
                overflow: hidden;
            }

            .overlay-1 ul li p {
                color: #fff;
            }

            .overlay-1 ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
                width: 100%;
            }

            .overlay-1 ul li a:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 0%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                height: 3px;
                background: #fff;
                transition: 0.35s;
            }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/*floating sidebar for social media buttons*/
#contact-buttons-bar {
    position: fixed;
    top: 195px;
    right: -50px;
    width: 50px;
}


    #contact-buttons-bar.slide-on-scroll {
        position: absolute;
    }

.contact-button-link {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    margin-bottom: 1px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: #105686;
    color: #fff;
    position: relative;
    right: 0;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
}

    .contact-button-link:hover,
    .contact-button-link:focus,
    .contact-button-link:active {
        color: #fff;
        background-color: #178DD5;
    }

    .contact-button-link.cb-hidden {
        right: -50px;
    }

    .contact-button-link.separated {
        margin-top: 1em;
    }

    .show-hide-contact-bar,
    .contact-button-link.show-hide-contact-bar:focus,
    .contact-button-link.show-hide-contact-bar:active {
        background: transparent;
        color: #000;
        border: 0;
        outline: 0;
        padding: 0;
        width: 40px;
    }

    .contact-button-link.show-hide-contact-bar:hover {
        color: #000;
        background: transparent;
        padding: 0;
        width: 40px;
    }

.blog:hover {
    background-color: #FF9900 !important;
}

.testimonials:hover {
    background-color: #A2DFCF !important;
}

.facebook:hover {
    background-color: #4966A0 !important;
}

.twitter:hover {
    background-color: #1DA1F2 !important;
}

.instagram:hover {
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

.fa-angle-double-right, .fa-angle-double-left {
    font-size: 24px !important;
    color: #405b6d;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dashed01 {
    position: relative;
}

.bene {
    /* color: #565656; */
    margin: 0 20px 20px 0;
    min-height: 155px;
}

    .bene h4, .bene01 h4 {
        font-size: 20px;
        font-weight: bold;
    }

    .bene p, .bene01 p {
        font-size: 18px;
        color: #565656;
        font-family: "futura-pt",sans-serif;
        line-height: 20px;
    }

.bene-img {
    border-radius: 100%;
    border: 1px solid #0f99da;
}

.dashed02 {
    position: relative;
}

.bene01 {
    /* color: #565656; */
    margin: 0 0 20px 20px;
    min-height: 177px;
}

.dashed01:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    border-right: 1px solid #000;
    border-right-style: dashed;
    top: 20px;
    right: 30px;
    z-index: -1;
}

.dashed02:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    border-left: 1px solid #000;
    border-left-style: dashed;
    top: 20px;
    left: 30px;
    z-index: -1;
}

.limited-btn {
    padding: 15px 20px;
    margin: 20px auto;
    display: block;
    text-align: center;
    background-color: #ff9400;
    width: 80%;
    border-radius: 50px;
    font-weight: bold;
    line-height: 15px;
    transition: all 150ms ease-in-out;
    cursor: pointer;
}

    .limited-btn a {
        color: #000;
        font-size: 14px;
        letter-spacing: 2px;
    }



.tagline {
    padding-top: 50px;
    text-align: center;
    font-family: "roboto", sans-serif-bold,sans-serif;
}

.ws {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 55px;
    text-align: center;
}

.get {
    text-transform: uppercase;
    background-color: #ffffff;
    color: #2aa5de;
    padding: 5px;
    text-align: center;
    font-family: "futura-pt",sans-serif;
}

.slides {
    min-height: 445px;
}

.slide1 {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    min-height: 445px;
    padding: 20px 10px;
}

.slide2 {
    padding: 20px;
    background-image: url("../images/bg2.jpg");
    background-size: cover;
    min-height: 445px;
}

.slide3 {
    background-image: url("../images/bg3.jpg");
    background-size: cover;
    min-height: 445px;
}



.text-left {
    text-align: left;
}

.aligncenter {
    margin: auto;
    display: block;
}

.navigation {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* new */

.footer-logo-wrap {
    display: block;
    /* background: aqua; */
    text-align: left;
    position: relative;
    height: 43px;
}


.logo-footer {
    display: block;
    margin: auto;
}


.navbar-light .navbar-toggler {
    border-color: transparent;
    position: relative;
    z-index: 1;
}


@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.85);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.85);
    }
}

.pulse {
    margin: 0 auto;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}


@media (min-width: 1281px) {
    .selected-country img {
        width: 45%;
    }
}



@media (max-width: 1023px) {
    .logo {
        width: 40%;
    }

    .navbar {
        left: 270px;
        top: 8px;
        z-index: 1;
    }
}


@media (max-width: 768px) {
    .banner {
        padding: 20px 0;
        background-image: url("../images/banner-mobile-bg.jpg");
        height: 100vh;
    }

    ul.nav-text li {
        padding: 15px 8px;
    }

    .navbar {
        left: 250px;
        top: 8px;
        z-index: 1;
    }

    .cart {
        left: -60px;
        position: relative;
    }
  
}

@media (max-width: 600px) {
    .product-col {
        border: 1px solid #d2d2d2;
        padding: 5px 10px;
        margin-bottom: 10px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

        .product-col:nth-child(even) {
            background-color: rgb(232, 232, 232);
        }

    .on-sale {
        font-size: 18px;
        padding: 10px;
    }

    .selected-country {
        padding-left: 50px;
        font-size: 11px;
    }

    .block1 {
        background-size: cover;
        background-position: 0% 50%;
    }

    .logo {
        width: 40%;
    }

    .navbar {
        left: 130px;
        top: 8px;
    }

    .cart {
        left: -60px;
        position: relative;
    }

    .navbar-collapse.collapse.show ul {
        width: 300%;
        top: 20px;
        float: left;
        position: relative;
        left: -170px;
        text-align: left;
        border-bottom: 1px saddlebrown;
    }
}



@media (max-width: 420px) {
    #contact-info {
        display: block !important;
    }

    ul.footer-links li {
        display: block;
    }

    .copyright {
        font-size: calc(0.49em + 1vmin)
    }
}

@media (max-width: 360px) {
    .tag ul li h4 {
        font-size: calc(0.90em + 1vmin);
    }

    .slide2 {
        padding: 0px;
    }

    .cart {
        margin-top: 0;
        left: -40px;
        position: relative;
    }

    .navbar {
        left: 120px;
        top: 8px;
    }

    .navbar-collapse.collapse.show ul {
        left: -100px;
    }
}

#carted-products-mobile {
    display: none;
}

@media (min-width: 777px) {
    #carted-products-mobile {
        display: none;
    }

    #carted-products {
        display: block;
    }
}

@media (max-width: 776px) {
    #carted-products-mobile {
        display: block;
    }

        #carted-products-mobile:hover {
            color: white;
            text-decoration: none;
        }

    #carted-products {
        display: none;
    }
}

@media (min-width: 770px) {

    .labelProd {
        display: none;
    }
}

@media (min-width: 768px) {
    .labelProd {
        display: none;
    }
}

@media (max-width: 767px) {

    #carted-products {
        display: none;
    }

    .header-cart {
        display: none;
    }
}

@media (max-width: 400px) {
    .mobile-amount {
        display: none;
    }
}

.text-blue {
    color: #0673b7!important;
}


.added-cart {
    padding-top: 0 !important;
    margin-top: 0 !important;
    font-size: 80% !important;
    color: #aaa !important;
    min-height: auto !important;
    text-align: center !important;
}

.toCheckout {
    background: #f0b71c!important;
}

.product p a {
    color: #333!important;
}

.disclaimer a {
    color: #000!important;
}

.new-prod {
    border-bottom: 1px solid #ccc;
}
.new-prod h2 {
  text-align: center;
    padding: 0;
    font-weight: bold;
    font-size: 33px;
  }

  .new-prod  h2:after {
    content: "";
    border-bottom: 5px solid #f0b71c;
    padding-bottom: 5px;
    display: block;
    width: 200px;
    margin: 0 auto;
}
  .new-prod button {
    background-color: #2999e0;
    border: none;
    padding: 15px 20px;

    border-radius: 10px;
    font-weight: bold;
    margin-top: 20px;
  }

  .new-prod button a {
    color: #fff!important;
  }
  .new-prod .images {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .new-prod .images .content {
    text-align: left;
  }
  .new-prod .images .content p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .new-prod .images img {
    width: 25%;
  }
  .new-prod .images .content a {
    color: #ffff;
  }
  
  @media (max-width: 768px) {
    .new-prod .images {
      display: block;
    }
    .new-prod .images img {
      width: 100%;
    }
    .new-prod .images .content {
      text-align: center;
    }
    .new-prod button {
      margin-bottom: 20px;
    }
    .new-prod h1 {
      font-size: 35px;
    }
    .new-prod h2 {
      font-size: 30px;
    }
  }
  

  .wrap-slick2 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  /* ------------------------------------ */
  .arrow-slick2 {
    position: absolute;
    z-index: 100;
    top: calc((100% - 70px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 39px;
    color: #cccccc;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .arrow-slick2:hover {
    color: #666666;
    
  }
  
  .next-slick2 {
    right: -30px;
    background: transparent;
    border: none;
  }
  
  .prev-slick2 {
    left: -30px;
    background: transparent;
    border: none;
  }
  
  @media (max-width: 1280px) {
    .next-slick2 {
      right: 0px;
    }
  
    .prev-slick2 {
      left: 0px;
    }
  }
  
  @media (max-width: 1610px) {
    .rs1-slick2 .next-slick2 {
      right: 0px;
    }
  
    .rs1-slick2 .prev-slick2 {
      left: 0px;
    }
  }
  
  .wrap-slick5 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  /* ------------------------------------ */
  .arrow-slick5 {
    position: absolute;
    z-index: 100;
    top: calc((100% - 70px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 39px;
    color: #cccccc;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .arrow-slick5:hover {
    color: #666666;
    
  }
  
  .next-slick5 {
    right: -30px;
    background: transparent;
    border: none;
  }
  
  .prev-slick5 {
    left: -30px;
    background: transparent;
    border: none;
  }
  
  @media (max-width: 1280px) {
    .next-slick5 {
      right: 0px;
    }
  
    .prev-slick5 {
      left: 0px;
    }
  }
  
  @media (max-width: 1610px) {
    .rs1-slick5 .next-slick5 {
      right: 0px;
    }
  
    .rs1-slick5 .prev-slick5 {
      left: 0px;
    }
  }