/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Dec 22, 2016, 3:56:38 AM
    Author     : Shazib & Adrian :)
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #474747;
}



body.lightboxed {
    overflow: hidden;
}

.development {
    background: transparent url(/img/development.png) 0 0 repeat;
}

sub,
sup {
    font-size: 60%;
}

a {
    color: #00a5f1;
    text-decoration: none;
}


.ui-widget-content a:link {
    color: #0e3b69;
    text-decoration: underline
}

a.hover {
    text-decoration: none;
}

a.green {
    color: #43bd02;
}

a.green:hover,
a.green:active,
a.green:focus {
    color: #43bd02;
}

.green {
    color: #038600;
}

.red {
    color: #f2300a;
}

.underline {
    text-decoration: underline !important;
}

.top-5 {
    margin-top: 5px;
}

.top-10 {
    margin-top: 10px;
}

.top-20 {
    margin-top: 20px;
}

.top-30 {
    margin-top: 30px;
}

.top-40 {
    margin-top: 40px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.bottom-20 {
    margin-bottom: 20px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.bottom-40 {
    margin-bottom: 40px;
}

.left-5 {
    margin-left: 5px;
}

.left-25 {
    padding-left: 30px;
}

.right-25 {
    padding-right: 25px;
}

.top-border {
    border-top: 1px solid #e8e8e8;
}

.no-padding {
    padding: 0!important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source sans pro';
    margin: 0 0 1em 0;
    color: #333333;
}

img {
    /*max-width: 100%*/
}

.border-bottom {
    padding-bottom: 38px;
    border-bottom: 3px solid #e8e8e8;
}

.btn-green {
    background-color: #fff;
    border: 2px solid #43bd02;
    border-radius: 5px;
    color: #43bd02;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    padding: 6px 15px 8px;
    text-decoration: none;
}

.cart-btns .btn {
    margin-left: 6px;
    min-width: 166px;
}

.btn-green:hover,
.btn-green:focus {
    background: #43bd02;
    color: #fff;
}

.green-filled,
.green-filled:hover,
.green-filled:focus {
    background-color: #43bd02;
    border-bottom: 2px solid #289a07;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 700;
    height: auto;
    padding: 6px 22px 8px;
}

.green-filled:hover,
.green-filled:focus {
    background: #289a07;
    border-color: #289a07;
}

.green-filled .fa,
.btn-green .fa {
    font-size: 20px;
    margin-left: 3px;
    margin-top: 0;
    position: relative;
    top: 1px;
}

.btn-blue {
    border: 1px solid #00a5f1;
    color: #00a5f1;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
}

.blue-filled {
    color: #fff;
    background-color: #00a5f1;
}

.btn-large {
    padding: 10px 20px;
    font-size: 19px;
}

.btn-full-width {
    width: 100%;
}

.btn-blue-gradient {
    text-shadow: 1px 2px 0px rgba(12, 89, 144, 0.32);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a6f4+0,016ad3+100 */
    background: rgb(1, 166, 244);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01a6f4', endColorstr='#016ad3', GradientType=0);
    /* IE6-9 */
    color: #fff;
    border: solid 1px #3ebdf5;
    border-bottom: solid 2px #0c5990;
    border-radius: 7px;
    box-shadow: inset 0 1px 1px #7ad2ff;
    font-weight: bold;
    line-height: 20px;
}

.btn-blue-gradient.soft-blue,
.btn.btn-blue.btn-blue-fill.soft-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01bef5+1,0196d3+100 */
    background: rgb(1, 190, 245);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(1, 190, 245, 1) 1%, rgba(1, 150, 211, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 190, 245, 1) 1%, rgba(1, 150, 211, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 190, 245, 1) 1%, rgba(1, 150, 211, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01bef5', endColorstr='#0196d3', GradientType=0);
    /* IE6-9 */
    border-bottom-color: #157eda;
}

.btn-green-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#84c400+0,56a411+100 */
    background: rgb(132, 196, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(132, 196, 0, 1) 0%, rgba(86, 164, 17, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(132, 196, 0, 1) 0%, rgba(86, 164, 17, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(132, 196, 0, 1) 0%, rgba(86, 164, 17, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#84c400', endColorstr='#56a411', GradientType=0);
    /* IE6-9 */
    border: solid 1px #84c400;
    border-bottom: solid 2px #508810;
    color: #fff;
    font-weight: bold;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.41);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28) !important;
    border-radius: 7px;
    padding: 5px 12px;
    line-height: 20px;
}

.btn-green-gradient:hover {
    color: #fff;
}

p iframe {
    max-width: 100%;
    height: auto;
}

.btn-small {
    padding: 5px 10px;
}

.btn-medium {
    padding: 10px 10px;
}

.btn-product {
    width: 100%;
    padding: 5px 10px 5px 20px;
    font-size: 18px;
}

.large-cart {
    width: 100%;
    padding: 1px 20px;
    font-size: 38px;
    position: relative;
    vertical-align: middle;
    max-width: 360px;
    color: #eee;
}

.product-detail-inner,
.page-inner {
    max-width: 1010px;
    margin: 0 auto !important;
}

.ovstck-product img {
    height: 40px;
}

.ovstck-product {
    padding-bottom: 20px;
    border-bottom: solid 1px #dedede;
}

.product-side {
    text-align: center;
    margin-bottom: 50px;
}

.covers-text h3 {
    font-size: 41px;
    font-weight: 900;
}

.covers-text {
    font-size: 16px;
    font-weight: bold;
    max-width: 380px;
    margin: 0 auto;
}

.coverfreesipping {
    max-width: 360px;
    font-size: 48px;
    font-weight: 900;
    color: #77c102;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 7px;
}

.product-side .btn {
    width: 100%;
    max-width: 360px;
    white-space: inherit;
    text-align: center !important;
    line-height: 135%;
    margin: 0 auto 5px auto !important;
    display: block;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #ffffff;
}

fieldset.product-gift,
.extra-options {
    max-width: 360px;
    margin: 0 auto 6px auto;
    text-align: center;
    border: 0;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
}

.calculate-postage {
    padding: 10px 15px;
    border-radius: 4px;
    background: #efefef;
    max-width: 360px;
    margin: 0 auto;
}

.calculate-postage label {
    text-align: left;
    display: block;
    position: relative;
    padding-left: 100px;
}

.calculate-postage label span {
    position: absolute;
    width: 100px;
    left: 0;
    font-size: 16px;
}

.calculate-postage label input {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 8px;
    border-top: solid 1px #ddd;
    font-size: 16px;
    font-weight: 600;
}

#footer-newsletter:before {
    content: '';
    display: table;
    width: 100%;
}

#footer-newsletter input[type="text"],
#footer-newsletter input[type="email"] {
    width: 100%;
    max-width: 320px;
}

.calculate-postage input[type="submit"] {
    border-radius: 8px;
    max-width: 280px;
    margin: 10px auto 0 auto !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a6f4+0,016ad3+100 */
    background: rgb(1, 166, 244);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01a6f4', endColorstr='#016ad3', GradientType=0);
    /* IE6-9 */
    border: 0;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 1px #0c5990;
    font-size: 18px;
    line-height: 33px;
    padding: 0 20px;
    text-transform: capitalize;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bebebe;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #bebebe;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #bebebe;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #bebebe;
}

.btn.btn-blue.btn-blue-fill,
.btn.btn-green-fill,
form#PageHeatPumpQuestionnaireForm input[type="submit"],
form#PageEcoPumpQuestionnaireForm input[type="submit"] {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a6f4+0,016ad3+100 */
    background: rgb(1, 166, 244);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    /* Chrome10-25,S
afari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01a6f4', endColorstr='#016ad3', GradientType=0);
    /* IE6-9 */
    border: none;
    border-radius: 5px;
    font-size: 20px;
    border-bottom: solid 1px #014e86;
    font-weight: bold;
    padding: 6px 19px;
    font-family: "Source Sans Pro";
}

.btn.btn-green-fill {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4bc700+0,19880a+100&1+0,1+99,0.74+100 */
    background: -moz-linear-gradient(top, rgba(75, 199, 0, 1) 0%, rgba(26, 137, 10, 1) 99%, rgba(25, 136, 10, 0.74) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(75, 199, 0, 1) 0%, rgba(26, 137, 10, 1) 99%, rgba(25, 136, 10, 0.74) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(75, 199, 0, 1) 0%, rgba(26, 137, 10, 1) 99%, rgba(25, 136, 10, 0.74) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4bc700', endColorstr='#bd19880a', GradientType=0);
    /* IE6-9 */
    border-bottom: solid 1px #21790b;
}

input.btn-big-blue {
    width: 100%;
    font-size: 26px;
}

fieldset.postage-field label.control-label {
    font-size: 20px;
    padding-top: 0;
}

.postage-field .form-control {
    padding: 0 8px;
    font-size: 20px;
}

.extra-options {
    background: #efefef
}

fieldset.product-gift select,
.extra-options select {
    width: 100%;
    border: none;
    border-top: solid 1px #dedede;
    text-align-last: center;
    font-weight: 600;
    font-family: "source Sans Pro";
    color: #414141;
}

fieldset.product-gift {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009aea+0,0377dc+100 */
    background: rgb(0, 154, 234);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 154, 234, 1) 0%, rgba(3, 119, 220, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 154, 234, 1) 0%, rgba(3, 119, 220, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 154, 234, 1) 0%, rgba(3, 119, 220, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009aea', endColorstr='#0377dc', GradientType=0);
    /* IE6-9 */
}

fieldset.product-gift span,
.extra-options span {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #333334;
}

fieldset.product-gift select {
    font-size: 19px;
}

fieldset.product-gift span {
    color: #eee;
    font-size: 18px;
}

fieldset.product-gift span img {
    height: 20px;
    vertical-align: text-top;
    margin-left: 6px;
}

.bread-crumb i.fa {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 7px;
}

.bread-crumb img {
    height: 18px;
    vertical-align: middle;
    margin: 0 8px;
}

.bread-crumb img:first-child {
    margin-left: 0;
    height: 20px;
}

fieldset.optional img {
    width: 100%;
}

.large-cart img {
    display: inline-block;
    width: auto !important;
    height: 36px;
}

fieldset.optional {
    max-width: 360px;
    margin: 10px auto 0 auto;
    border-radius: 0;
    border-width: 1px;
}

fieldset.optional h3 {
    margin: 0 0 35px 0;
    font-size: 22px;
    font-weight: bold;
}

.opt-item {
    position: relative;
    margin-bottom: 15px;
}

.opt-item:after {
    content: '';
    display: table;
    width: 100%;
}

.opt-item .thumbnail {
    float: left;
    width: 110px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.opt-item .detail {
    text-align: left;
    margin-left: 120px;
    font-family: "Source sans Pro";
}

.opt-item .detail p {
    margin-bottom: 3px;
    font-weight: bold;
}

.opt-item .detail br {
    display: none;
}

.opt-item .detail strong {
    font-size: 20px;
    max-height: 30px;
    overflow: hidden;
    display: block;
}

.product-detail .opt-item .price {
    font-size: 18px;
    padding-left: 0;
}

.opt-item .checkbox-opt input {
    width: 20px;
    height: 20px;
    margin: 0;
}

p.opt-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.opt-item .detail p.price-wrap span {
    font-size: 16px;
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
    font-weight: normal;
}

.opt-item .detail p.price-wrap span.price.final-price {
    font-weight: 600;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    background: #84c133;
}

.opt-item .detail p.price-wrap span.price.true-price {
    text-decoration: line-through;
}

span.discount {}

.opt-item .detail p.price-wrap span.discount {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.opt-item .detail p.opt-description {
    color: #707070;
    font-weight: 600;
}

.opt-item {}

.opt-item .thumbnail a,
.opt-item .thumbnail img {
    display: block;
    width: 100%;
}

span.free-ship {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    margin: 0px auto 8px auto;
    max-width: 360px;
    padding: 0 30px;
}

.detail-product-message {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 30px;
}

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

.outofstock {
    text-transform: uppercase;
    font-weight: 700;
    color: red;
}

.get-price-btn img {
    width: 100%;
}

.get-price-btn {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

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

a.free-ship-btn {
    margin-bottom: 15px;
    max-width: 363px;
}

a.btn.beat-quote-btn span {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    position: inherit;
    top: 0;
    line-height: 100%;
}

a.btn.beat-quote-btn img {
    position: absolute;
    right: 0;
    padding-right: 15px;
    height: 45px;
    width: auto !important;
    top: 15px;
}

.btn.beat-quote-btn {
    white-space: normal;
    max-width: 360px;
    padding-right: 68px;
    padding-left: 20px;
}

.large-cart:hover {
    color: #fff;
}

.large-cart span,
.small-cart span {
    display: inline-block;
    background: url('../img/btn-seprt.png') left no-repeat;
    text-align: right;
    padding: 9px 0 9px 15px;
    margin: 0 0 0 15px;
    background-size: auto 65px;
    vertical-align: baseline;
    line-height: 100%;
}

.small-cart span img {
    height: 20px;
}

a.large-green {
    width: 100%;
    padding: 10px 15px;
    font-size: 1.2em;
    text-shadow: none;
    position: relative;
    margin: 4px 0;
}

a.large-green:hover {
    color: #fff;
}

.large-green span {
    display: inline-block;
    text-align: right;
    margin: 0 0 0 10px;
    font-size: 3em;
    position: absolute;
    top: 10px;
    right: 10px;
}


























/* Messages */

.message,
.warning,
.success {
    clear: both;
    font-weight: bold;
    padding: 15px 50px 15px 15px;
    color: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-size: 22px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.message {
    background: #f40516;
}

.warning {
    background: #FFBF00;
}

.success {
    background: #5daf00;
}

.message:before,
.warning:before,
.success:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.74+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    opacity: .35;
}

.message:after,
.warning:after,
.success:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/close-w.png);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}


























/**** BOOTSTRAP 5 column layout ****/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}


/** NEWS FLASH (by maulana) */

.news-flash {
    padding: 15px;
    text-align: center;
}

.news-flash.red {
    background: #f00;
    color: #fff;
}

.news-flash.blue {
    background: #00f;
    color: #fff;
}

.news-flash.yellow {
    background: #ff0;
    color: #000;
}

.news-flash.green {
    background: #0c0;
    color: #fff;
}


@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

    form#PageContactForm:before {
        right: -17px !important;
    }
}

@media (max-width: 768px) {
    form#PageContactForm:before {
        display: none !IMPORTANT;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .product-side .btn {}
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 1200px) {
    .container-fluid {
        /* padding: 0 30px; */
    }
}

@media screen and (max-width: 990px) {
    .coverfreesipping,
    .covers-text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.top-menu {
    background-color: #f6f6f6;
    border-top: 5px solid #00a5f1;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #c7c7c7;
}

.top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.top-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 3px 10px;
    border-right: 2px solid #dedede;
    border-left: 2px solid #fff;
}

.top-menu ul li ul.dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .3s
}

.top-menu ul li:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.top-menu ul li a {
    text-decoration: none;
    display: inline-block;
    color: #00a5f1;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid transparent
}

.top-menu ul li {
    font-size: 16px;
}

.top-menu ul li.welcome {
    color: #9d9d9d
}

.top-menu ul li a:hover,
.top-menu ul li a:focus {
    color: #00a5f1;
    border-color: #00a5f1;
}

.top-menu ul li.first {
    padding-left: 0;
    border-left: none;
}

.top-menu ul li.last {
    border-right: none;
    padding-right: 0;
}

.top-menu li.dropdown a {
    cursor: pointer;
}

.top-menu .dropdown-menu>li>a {
    clear: both;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: none;
    text-transform: capitalize;
}

.top-menu .dropdown-menu>li>a:focus,
.top-menu .dropdown-menu>li>a:hover {
    background-color: transparent;
    text-decoration: none;
}

.mini-cart {
    padding-right: 0;
}

.mini-cart a,
.mini-cart span {
    font-weight: 600;
    font-size: 16px;
}

.mini-cart span {
    color: #7ac302
}

.mini-cart a,
.mini-cart a:hover,
.mini-cart a:focus {
    border-bottom: 2px solid #00a5f1;
    text-decoration: none;
    color: #00a5f1;
}

.tooltipster-base {
    text-align: center;
}

.tip-sep {
    display: inline-block;
    margin-bottom: 10px;
}

.nb {
    color: rgb(255, 255, 255);
    font-style: normal;
    line-height: 19.1999988555908px;
    background-color: rgb(255, 0, 0);
    /*    font-family: Arial, Helvetica, sans-serif; */
}

.header .phone span.opening-times-tip {
    cursor: pointer;
    font-weight: 600;
    color: #929292;
}

.side-menu {}

.side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-menu ul li {
    list-style: none;
    padding: 0 10px;
}

.side-menu a {
    color: #00a5f1;
    text-decoration: none;
    font-weight: bold;
}

.side-menu a:hover,
.side-menu a:focus,
.side-menu a:active {
    text-decoration: none;
}

.header {
    padding: 5px 0 7px;
}

.header .logo {
    padding-right: 0;
    padding-top: 9px;
    width: 35%;
}

.header .search {
    padding-top: 9px;
    width: 29%;
}

.header .search input[type="text"] {
    border: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    margin: 0 -5px 0 0;
    font-weight: 600;
    padding: 16px 16px;
    width: 80%;
}

.header .search button {
    background: url(../img/search-btn.png) no-repeat 0 0;
    margin: 0px;
    display: inline-block;
    width: 59px;
    height: 54px;
    border: none;
    outline: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-weight: bold;
    vertical-align: top;
    font-size: 16px;
}

.header .search button .fa {
    display: none;
}

.header .right-separator {
    padding: 5px 10px;
    background: url(../img/sep.png) top left no-repeat;
    height: 71px;
}

.header .phone a.main-phone {
    color: #00a5f1;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
}

.header .phone a.main-phone:hover {
    text-decoration: none;
}

.header .mini-cart-wrap {
    padding-left: 17px;
    padding-top: 2px;
}

.header .phone span {
    color: #929292;
    font-size: 12px;
    font-weight: 500;
}

.main-phone>img {
    position: relative;
    top: -2px;
    left: -2px;
}

.header .phone span a {
    color: #929292;
    text-decoration: none;
    font-weight: 600;
}

.header .phone span a:hover {
    color: #929292;
    text-decoration: none;
}

.header .cart-icon {
    color: #00a5f1;
    font-size: 40px;
    padding-right: 0;
}

.menu {
    border-bottom: 4px solid #5eaf00;
}



























/* Main menu */

.navbar-collapse {
    padding: 0;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 4px;
    border-radius: 0 0 4px 4px;
    background: #fff url(../img/dropdown-bg.png) no-repeat center top;
    background-size: 100% auto;
    border: none;
    box-shadow: 0 5px 12px #999;
}

.navbar-default .navbar-nav>li>a {
    width: auto;
    font-weight: bold;
}

.mega-dropdown {
    position: static !important;
    /*  width: 100%;*/
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu .menu-list ul {
    padding-left: 0;
    list-style: none;
}

.mega-dropdown-menu .menu-list ul li {
    list-style-type: none
}

.mega-dropdown-menu .menu-list ul li img {
    max-width: 100%;
    display: block;
}

.mega-dropdown-menu .menu-list ul li a {
    display: block;
}

.mega-dropdown-menu .dropdown-header a:hover {
    color: #018ce1 !important;
}

.mega-dropdown-menu .dropdown-header a {
    display: block;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}



























/* End main menu */

.banner-icon {
    line-height: 80px;
}

.banner-sub-desc {
    width: 100%;
    margin: auto;
    min-height: 90px;
}

.column-2 .banner-sub-desc,
.column-3 .banner-sub-desc {
    width: 90%;
}

.horizontal-seperator {
    background: url('../img/horizontal-sep.png') center center no-repeat;
    min-height: 5px;
}

.horizontal-seperator span {
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 0 20px;
}

.navbar-nav {
    float: left;
    margin: 6px 0 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #222;
}

.footer {
    background-color: #151518;
    color: #fff;
    padding: 35px 0 20px;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

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

.footer ul li {
    list-style: none;
    padding: 5px 0;
}

.footer ul li span {
    color: #00a5f1;
    font-size: 16px;
}

.footer a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
}

.footer .seperator {
    background: url('../img/footer_sep.png') right top no-repeat;
    min-height: 300px;
}

.footer .blue-head {
    color: #00a5f1;
    font-weight: bold;
}

.footer-bottom {
    background-color: #0c0c0f;
    color: #fff;
    padding: 30px 0;
    font-size: 16px;
    margin: 0 -15px 0 -15px;
}

.footer-bottom a,
.footer-bottom a:hover,
.footer-bottom a:focus {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-nav>li>a {}

.nav>li.dropdown.open {
    position: static;
}

.navbar-nav>li>.dropdown-menu {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
}

.dropdown-menu>li {
    //display: table-cell;
}

.bread-crumb {
    color: #656565;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 600;
    line-height: 100%;
}

.bread-crumb i {
    color: #00a5f1;
}

.bread-crumb a {
    color: #656565;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.bread-crumb a:hover {
    text-decoration: none;
}

.page-head {
    border: 1px solid #e6e6e6;
    padding: 11px 20px;
}

.page-head h1,
.page-head h2 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #77c102;
    font-size: 26px;
    font-family: "Open Sans";
}

.page-head.category-header h1,
.page-head.category-header h2 {
    font-size: 24px;
    display: inline-block;
}

.page-head.category-header h1 span,
.page-head.category-header h2 span {
    color: #00a5f1
}

.page-head.category-header {
    line-height: 100%;
    padding: 9px 20px;
}

.products-grid .item {
    width: 100%;
    margin: 0 auto 24px auto;
    max-width: 360px;
}

.products-grid .item h5 {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.products-grid .item h5 a {
    display: block;
    display: -webkit-box;
    height: 62px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-grid.category-grid .item h5 {
    min-height: 50px;
}

.products-grid.category-grid .buttons a {
    margin-bottom: 7px;
    display: block;
}

.products-grid.category-grid .buttons a:last-child {
    margin-bottom: 0;
}

.products-grid .item h5 a,
.products-grid .item h5 a:hover,
.products-grid .item h5 a:active {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.products-grid .item .product-image {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 180px;
}

.products-grid .item .product-image a {
    display: block;
    height: 180px;
}

.products-grid.category-grid .item .product-image img {
    width: auto;
    max-height: 150px;
    height: 100%;
}

.products-grid.category-grid .item .info p {
    display: block;
    display: -webkit-box;
    margin: 0 auto 15px auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.products-grid.recommendeds .item .product-image {
    height: 130px;
}

.products-grid .item .product-image>a img {
    margin: auto;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    margin-left: -90px;
}

.products-grid .item .product-image>a img:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;
    text-align: center;
    content: attr(alt);
    padding: 10px;
    background: #eee;
}

.products-grid .item .product-image .free-gift-badge {
    width: 50px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0px!important;
    left: auto;
    z-index: 1;
}

.products-grid .item .product-image .free {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 50px;
}

.products-grid .item .price {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

.products-grid.recommendeds .item .price {
    line-height: 20px;
    font-size: 15px;
    color: #f2300a;
    height: 30px;
    font-weight: 500;
}

.products-grid.recommendeds .item .price strong {
    font-weight: 600;
}

.products-grid .item .button-cart,
.products-grid .item .price+.red {
    height: 40px;
}

.products-grid .item .button-cart a,
.products-grid .item .button-cart a img {
    display: block;
    margin: 0 auto;
}

.products-grid.recommendeds .item .button-cart {
    height: 60px;
}

.products-grid.recommendeds .item h5 {
    min-height: 25px;
    height: 30px;
    overflow: hidden;
    font-size: 13.5px;
    margin: 10px 0 0 0;
}

.products-grid.recommendeds .item .detail {
    height: 60px;
    overflow: hidden;
}

.products-grid.recommendeds .item .detail p {
    font-size: 12px;
}

.products-grid.recommendeds .item .button-cart a {
    max-width: 116px;
}

.recommendeds-footer {
    text-align: right;
    max-width: 1010px;
    margin: 0 auto;
}

.recommendeds-footer a {
    color: #333;
    font-weight: bold;
}

.product-side a.free-ship-btn {
    /*display: none;*/
}

.product-detail-inner .product-info .free,
.products-grid .item .product-image .free,
.product-detail-inner .free,
.products-grid .free {
    display: none;
}

div#product-tabs table td {
    border: 0;
}

div#product-tabs table {
    border: 0;
}

#product-tabs hr {
    border-top: 1px solid #dadada;
}

.recommendeds-footer a:hover {
    text-decoration: underline;
}

.products-grid.recommendeds .item .button-cart a {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.row.products-grid.recommendeds {
    max-width: 1010px;
    margin: 0 auto;
}

div#recommended-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}

div#delivery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}

.dlvr-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div#dlvr-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    cursor: pointer;
}

.dlvr-content {
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    border: solid 8px #fff;
    box-shadow: inset -10px -10px 80px rgba(0, 0, 0, .1);
    background-image: url("../img/Delivery/DeliveryCal.png");
}

div#deliverytime-logo {
    margin-bottom: 10px;
}

div#deliverytime-header {
    background: rgb(144, 214, 3);
    background: -moz-linear-gradient(top, rgba(144, 214, 3, 1) 0%, rgba(52, 136, 10, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(144, 214, 3, 1) 0%, rgba(52, 136, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(144, 214, 3, 1) 0%, rgba(52, 136, 10, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#90d603', endColorstr='#34880a', GradientType=0);
    display: inline-block;
    border-radius: 5px 5px 0 0;
    width: 100%;
    padding: 10px;
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

div#deliverytime-middle form fieldset {
    padding: 20px;
    border: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: inset 0px -2px 41px rgba(0, 0, 0, 0.02);
    background: #fff;
    margin-bottom: 30px;
}

div#deliverytime-middle form fieldset {}

div#deliverytime-middle form fieldset .input {
    margin-bottom: 15px;
    position: relative;
}


div#deliverytime-middle form fieldset .input label {
    float: left;
    width: 40%;
    color: #000;
}

div#deliverytime-middle form fieldset .input input {
    padding: 5px;
    border: solid 1px #dedede;
    float: left;
    width: 60%;
}

div#deliverytime-middle form fieldset .input:after {
    content: '';
    display: table;
    width: 100%;
}

div#deliverytime-results-header {
    font-size: 19px;
    font-weight: 800;
    color: #038600;
    text-align: center;
}

div#deliverytime-results-center {
    padding: 15px;
    border-radius: 10px 10px 0 0;
    border: solid 1px #f1f1f1;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

div#deliverytime-results-center div {
    font-size: 0;
    margin-bottom: 15px;
    max-width: 270px;
    margin: 0 auto 5px auto;
}

div#deliverytime-results-center div img,
div#deliverytime-results-center div span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    width: 50%;
}

div#deliverytime-results-center div span {
    text-align: left;
    padding-left: 20px;
}

div#deliverytime-results-center div span em {
    color: #0665b5;
}

pad {}

input#delivery_submit {
    padding: 4px 20px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background: rgb(1, 166, 244);
    background: -moz-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01a6f4', endColorstr='#016ad3', GradientType=0);
    border: 0;
}

div#deliverytime-middle {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

div#deliverytime-results-bottom {
    font-size: 12px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    background: rgb(1, 166, 244);
    background: -moz-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 166, 244, 1) 0%, rgba(1, 106, 211, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01a6f4', endColorstr='#016ad3', GradientType=0);
    color: #fff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.freekit {
    max-width: 360px;
    margin: 0 auto;
}

.freekit img {
    width: 100%;
}

.table-l {
    display: table;
    width: 100%;
    height: 100%;
}

.tablecell-l {
    display: table-cell;
    vertical-align: middle;
}

.recommended-lightbox-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
}

div#recommended-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1;
}

.recommended-lightbox-container {
    width: 90%;
    max-width: 1010px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 4;
    padding: 50px;
    border: solid 7px #fff;
    height: 100%;
    box-shadow: inset -10px -10px 80px rgba(0, 0, 0, 0.07);
}

.recommended-lightbox-container .buying-options-section.recommended-section {
    padding: 0;
    background: none;
    margin-top: 0;
}

div#recommended-lightbox-contentarea .row.products-grid.recommendeds {
    overflow: auto;
    position: absolute;
    top: 120px;
    left: 50px;
    right: 50px;
    bottom: 50px;
}

div {}

div#close-recommended-lightbox,
.dlvr-content .dlvr-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background-image: url(../img/close-blue.png);
    margin: -18px -18px 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
}

.products-grid.recommendeds .item .button-cart img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-detail .product-description {
    position: relative;
}

.product-detail .price {
    font-size: 48px;
    font-weight: bold;
    display: block;
    max-width: 360px;
    margin: 0 auto 3px auto;
    padding: 0 30px;
    line-height: 100%;
}

.product-detail .price+br {
    display: none;
}

.product-detail .product-description .free {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-detail .product-description .free-gift-badge {
    position: absolute;
    top: 10px;
    right: 10px;
}

.products-grid .item .product-image+div {
    min-height: 50px;
}


























/**** TABS ***/

#product-tabs ul.tab-items {
    background: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #d1d1d1;
    padding-left: 0;
    font-size: 0;
}

#product-tabs ul.tab-items li {
    border: none;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    color: #000;
    border-bottom: solid 2px #d1d1d1;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    margin: 0 6px -2px 0;
    font-size: 18px;
}

#product-tabs ul.tab-items li a {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
}

div#product-thumbs {
    padding: 0 60px 0 60px;
    margin-top: 30px;
}

div#product-thumbs .item {
    border-radius: 10px;
    border: solid 2px #dedede;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    padding: 7px;
}

div#product-thumbs .item:hover {
    border-color: #77c102;
}

#product-tabs ul.tab-items li.active {
    background: #eee;
}

#product-tabs ul.tab-items li.active a {
    color: #333;
}

#product-tabs ul.tab-items li.ui-tabs-active {

    background: rgb(144, 214, 3);
    background: -moz-linear-gradient(top, rgba(144, 214, 3, 1) 0%, rgba(52, 136, 10, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(144, 214, 3, 1) 0%, rgba(52, 136, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(144, 214, 3, 1) 0%, rgba(52, 136, 10, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#90d603', endColorstr='#34880a', GradientType=0);
    display: inline-block;
    border-radius: 5px 5px 0 0;
    margin: 0 6px -2px 0;
    font-size: 18px;
}

.ui-tabs-panel img {
    /*max-width: 100%;
    height: auto;*/
}

#product-tabs ul.tab-items li.ui-tabs-active a {
    color: #fff;
    padding-bottom: 7px;
}


























/* Target FireFox 3 [!] */

html>
/**/

body #product-tabs ul.tab-items li a,
x:-moz-any-link,
x:default {
    /*padding: 0 0 0 26px;*/
}

html>
/**/

body #product-tabs ul.tab-items li a span,
x:-moz-any-link,
x:default {
    /*padding: 5px 26px 2px 0;*/
}

#product-tabs ul.tab-items li.ui-tabs-selected a {
    background: #ededed;
    color: #000;
}

#product-tabs ul.tab-items li.ui-tabs-selected span {
    background: -webkit-linear-gradient(top, rgb(154, 216, 42) 11%, rgb(92, 166, 30) 73%, rgb(65, 148, 26) 100%);
    background: -o-linear-gradient(top, rgb(154, 216, 42) 11%, rgb(92, 166, 30) 73%, rgb(65, 148, 26) 100%);
    background: -ms-linear-gradient(top, rgb(154, 216, 42) 11%, rgb(92, 166, 30) 73%, rgb(65, 148, 26) 100%);
    background: -moz-linear-gradient(top, rgb(154, 216, 42) 11%, rgb(92, 166, 30) 73%, rgb(65, 148, 26) 100%);
    background: linear-gradient(to bottom, rgb(154, 216, 42) 11%, rgb(92, 166, 30) 73%, rgb(65, 148, 26) 100%);
}

#product-tabs .ui-tabs-hide {
    display: none;
}



























/* Tab Items */

#product-tabs .ui-tabs-panel {
    clear: both;
    padding: 10px 0;
}

.ui-widget-content {
    border: none!important;
    /*    background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #444;*/
}

.ui-widget {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    /*  font-size: 1.1em;*/
}


























/*** OWL CAROUSEL CUSTOMISATION ***/

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto;
}

.owl-nav .owl-prev {
    border-radius: 0;
    left: 0;
    margin: 0;
    top: 50%;
    margin-top: -24px;
}

.owl-nav div:hover {
    color: #0187e3;
}

.owl-nav div {
    position: absolute;
}

.owl-nav div {
    border-radius: 0px;
    color: #afafaf;
    display: inline-block;
    font-size: 40px;
    opacity: 1;
    padding: 0;
    line-height: 48px;
}

.owl-nav .owl-next {
    border-radius: 0;
    0: 100% right: 0;
    margin: 0;
    top: 50%;
    right: 0;
    margin-top: -24px;
}

.left-arrow {
    //
    background: url(../img/left_arrow.png) no-repeat 0px 0px; //
    background-size: 100% 100%;
    position: relative;
    top: 0%;
    vertical-align: top;
    color: #dddddd;
    font-size: 40px;
    font-weight: bold;
}

.right-arrow {
    //
    background: url(../img/right_arrow.png) no-repeat 0px 0px; //
    background-size: 100% 100%;
    position: relative;
    top: 0%;
    vertical-align: top;
    color: #dddddd;
    font-size: 40px;
    font-weight: bold;
}

.left-arrow:hover,
.right-arrow:hover {
    color: #0187e3;
}

.carousel-arrow {
    display: inline-block;
    height: 48px;
    width: 33px;
}

.home-sections h3 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    font-family: "Open Sans";
}

.home-sections h3 strong {
    text-transform: uppercase;
    display: block;
    font-size: 34px;
    font-weight: 900;
    font-family: "Source Sans Pro";
}

.section-items .owl-item img {
    width: auto;
    max-height: 100px;
    margin: 0 auto 15px auto;
}

.home-sections .heading {
    /*    background: url('../img/home_arrow.png') right center no-repeat;
    height: 100px;*/
}

.home-sections .heading {
    border-right: 2px solid #c5c5c5;
    position: relative;
    display: inline-block;
    margin-top: 55px;
    text-align: right;
    padding-right: 20px;
    min-width: 190px;
}

.home-sections .section-items h4 a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    max-width: 70%;
    margin: 0 auto;
    display: block;
}

.home-sections .section-items h4 {
    margin-bottom: 2px;
}

.home-sections .section-items .h5 {
    margin-top: 0;
    font-size: 13px;
}

.product-price {
    color: #ff0002;
    font-size: 16px;
    font-weight: 700;
}

.home-sections .section-items.owl-categories h4 a {
    color: #007dff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 80%;
    min-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.home-sections .section-items.owl-categories h4 a:hover {
    text-decoration: underline;
}

.home-sections .section-items.owl-categories h4 a:focus {
    text-decoration: none;
}

.home-sections .heading:after {
    position: absolute;
    right: -34px;
    top: 50%;
    margin-top: -18px;
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #1f1f1f;
}

.owl-left,
.owl-right {
    display: inline-block;
    width: 16px;
    height: 28px;
}

.owl-left {
    background: url(../img/owl-left.png) no-repeat 0 0;
}

.owl-right {
    background: url(../img/owl-right.png) no-repeat 0 0;
}

@media screen and (max-width: 768px) {
    .home-sections .heading {
        /*        background: url('../img/home_arrow_bottom.png') bottom center no-repeat;
        height: 100px;
        text-align: center;*/
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .buying-options-section {
        background-size: 200%;
    }
    div#st2-desc ul:after {
        display: none !important;
    }
}

.home-sections .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto;
}

.home-sections .left-arrow {
    font-size: 3em;
    left: -50px;
    top: 50%;
    margin-top: -12px;
}

.home-sections .right-arrow {
    font-size: 3em;
    top: 50%;
    margin-top: -12px;
    right: -50px;
}

.home-sections .section-items {
    width: 90%;
    margin: auto;
}

#main-image {
    cursor: pointer;
    margin: auto;
}

#img-product-slider .owl-item img {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.owl-carousel.owl-loaded {
    display: block;
}

#img-product-thumbs {
    padding: 0 50px;
}

#img-product-thumbs .owl-item img {
    padding: 7px;
    border: solid 2px #dedede;
    width: 90%;
    display: block;
    border-radius: 7px;
    cursor: pointer;
    margin: 0 auto;
}

#img-product-thumbs .owl-item img:hover {
    border-color: #77c102;
}


























/**** GIFT BOX ****/

.gift-box-style {
    //width       : 282px;
    height: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #009aea; //url("../img/Gift-Box-Back.png") no-repeat;
    padding: 0px 4px 0px 4px;
    margin-bottom: 4px;
}

.gift-box-style.grey {
    background: #efefef;
    color: #000;
    height: 70px;
}

.gift-box-style label {
    //width       : 290px;
    height: 28px;
}

.gift-box-style label img {
    padding-top: 5px;
}

.gift-box-style label span {
    line-height: 1;
    display: block;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 2px;
}

.gift-box-style select {
    height: 24px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    width: 100%;
    color: #cecece;
    font-weight: normal;
}


























/*** cart styles **/


/* Results Table */

table.results {
    clear: both;
    width: 100%;
    margin: 20px 0;
}

table.results th {
    background: #2ea306;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: 20px;
    font-family: "Source sans Pro";
}

table.results th:first-child {
    text-align: center;
}

table.results th a {
    color: #fff;
}

table.results td {
    padding: 8px;
}

table.results td {
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
}

table.results td input {
    text-align: center;
}

table.results ul {
    margin-top: 2px;
    margin-bottom: 2px;
}

table.results ul li {
    list-style: none;
}

td.quantity input {
    border: solid 1px #ddd;
}

a.remove-product,
td.currency+td>a {
    width: 24px;
    height: 24px;
    background-image: url(../img/close.png);
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}

form#CouponApplyForm legend,
form#CartFreightCalculatorForm legend {
    font-size: 20px;
}

{}

.form-horizontal .control-label {
    text-align: left;
    font-size: 20px;
    padding-top: 0;
    font-weight: bold;
}

table.results tr {
    border-bottom: 1px solid #eee;
}

table.results tr:last-child {
    border-bottom: none;
}

tr.checkout-shipping td {
    background: #d7ebf5;
    font-weight: bold;
}

.checkout-tabs ul {
    text-align: center;
}

p.logo-nab {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
}

p.logo-nab img {
    height: 50px;
}

.checkout-tabs #product-tabs ul.tab-items li {
    float: none;
}

form#OrderAccountForm,
#OrderInvoiceForm {
    max-width: 800px;
    margin: 0 auto;
}

#OrderInvoiceForm {
    position: relative;
    margin-top: 20px;
}

div#shippingBlock+.row .col-sm-6 .submit input {
    margin: 15px 0;
}

form#OrderAccountForm fieldset,
#OrderInvoiceForm fieldset {
    border: solid 2px #dedede;
    border-radius: 5px;
}

form#OrderAccountForm .form-group,
#user-register form .form-group,
#user-login form .form-group,
#OrderInvoiceForm .form-group {
    max-width: 610px;
    margin: 0 auto 10px auto;
}

input#shipping {
    margin-left: 0;
    position: relative;
}

tr.checkout-gst td {
    background: #f0f8fb;
    font-weight: bold;
}

tr.checkout-totals td {
    background: #add1e4;
    font-weight: bold;
}

tr.total td {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

table td {
    vertical-align: top;
}

.results a {
    color: #474747;
    text-decoration: underline;
}

.results a:hover {
    color: #474747;
    text-decoration: underline;
}

td.currency,
table.results td.currency {
    text-align: right;
}

td.quantity,
table.results td.quantity {
    text-align: center;
}

td.bold {
    font-weight: bold;
}

td.italic {
    font-style: italic;
}

fieldset {
    border: 2px solid #cecece;
    padding: 15px 15px;
    border-radius: 5px;
}

fieldset.proption {
    border: none;
    padding: 0px;
}

fieldset legend {
    padding: 0.2em 0.5em;
    font-weight: bold;
    text-align: center;
    width: auto;
    margin: auto;
    border-bottom: none;
    background: transparent;
    font-size: 18px;
}

.form-group.required label:after {
    content: ' *';
    color: red;
}

span.required {
    color: red;
}

.products .info {
    margin: 20px 0 0 0;
}

.products .related-images img {
    height: 120px;
    margin: auto;
}

.products .info input[type="radio"] {
    vertical-align: top;
    margin: 4px 10px;
}

.rounded-border {
    border: 2px solid #cecece;
    border-radius: 7px;
    padding: 15px;
}

.st2-desc {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

div#st2-desc ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    margin-top: 15px;
}

div#st2-desc ul:first-child {
    margin-top: 0;
}

div#st2-desc {
    width: 90%;
    margin: 0 auto 20px auto;
    font-size: 20px;
    font-weight: 600;
}

div#st2-desc+p {
    font-size: 18px;
    max-width: 370px;
    margin: 0 auto;
}

.st2-desc h3 {
    font-weight: bold;
    font-size: 20px;
}

div#st2-desc ul:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dedede;
    left: 49%;
}

.delivery .exstock {
    background: url(../img/icon-benefit-exstock.png) no-repeat;
    padding-left: 50px;
}

.delivery .insured {
    background: url(../img/icon-benefit-insured.png) no-repeat;
    padding-left: 50px;
}

.delivery .offer-tracking {
    background: url(../img/icon-benefit-tracking.png) no-repeat;
    padding-left: 50px;
}

.delivery .barracuda {
    background-image: url(../img/icon-barracuda.png);
}

.delivery .warranty {
    background-image: url(../img/icon-warranty.png);
}

.search-results .title a {
    color: #00a5f1;
    text-decoration: none;
    font-weight: bold;
}

.search-results .title a:hover,
.search-results .title a:focus,
.search-results .title a:active {
    color: #00a5f1;
    text-decoration: none;
    font-weight: bold;
}

.search-results .image img {
    margin: auto;
}

.search-results .listing {
    padding: 10px 0;
}



























/* Banner */

.main-banner img {
    width: 100%
}



























/* Services Columns */

.services-columns {
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 10px;
}

.services-columns h3 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 28px;
}

.services-columns p {
    font-size: 17px;
    font-weight: 600;
}

.cover-section {
    text-align: left;
    margin: 0 -15px;
    padding: 30px 15px 10px 60px;
}

h3.cover-section-title {
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px;
}

.chose-prefered .chose-images {
    float: left;
    width: 115px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.chose-prefered .chose-images a {
    display: block;
}

.chose-prefered .chose-images:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.chose-prefered:after {
    content: '';
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.chose-prefered .chose-detail {
    margin-left: 130px;
    padding-left: 30px;
    font-family: "Source sans pro";
    font-size: 22px;
    color: #474747;
    position: relative;
    line-height: 120%;
}

div#pool-count {
    margin-top: 0;
}

.chose-prefered .chose-detail input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.chose-prefered .chose-detail p.price {
    color: #333334;
    font-size: 20px;
    margin-bottom: 0;
}

h4.bos-title {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #77c102;
}

.fbt-section h4.bos-title {
    color: #43b8f0;
}

form.fbt-items ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    text-align: center;
    font-size: 0;
}

form.fbt-items ul li {
    display: inline-block;
    width: 25%;
    font-size: 18px;
    vertical-align: middle;
    padding: 0px 15px;
    max-width: 263px;
    position: relative;
}

form.fbt-items ul li.fbt-item .thumbnail {
    border: 0;
    padding: 0;
    border-radius: 0;
}

form.fbt-items ul li.fbt-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

form.fbt-items ul li.fbt-item .detail h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

form.fbt-items ul li.fbt-item p {
    font-size: 20px;
    max-width: 180px;
    margin: 0 auto;
}

form.fbt-items ul li.fbt-item .detail {
    max-height: 90px;
    overflow: hidden;
}

button.small-cart {
    padding: 5px 20px;
}

form.fbt-items ul li.fbt-item.totals span {
    font-size: 16px;
    font-weight: bold;
}

form.fbt-items ul li.fbt-item.totals span.price {
    font-size: 36px;
}

form.fbt-items ul li.fbt-item span.price {
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.buying-options-section {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(../img/shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
}

form.fbt-items ul li:before {
    content: '+';
    font-weight: 900;
    font-size: 40px;
    line-height: 30px;
    height: 30px;
    display: block;
    width: 30px;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -15px;
    color: #9e9e9e;
    margin-right: -15px;
}

form.fbt-items ul li:first-child:before {
    display: none;
}

form.fbt-items ul li:last-child:before {
    content: '=';
}


























/* Brands */

.lines-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #3d3d3d
}

.brands {
    margin-bottom: 80px;
    margin-top: 80px;
}

.brands img {
    max-width: 100%;
    height: auto;
    margin: auto;
}


























/* Footer */

.arrow-icon {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #00a5f1;
}

.footer ul.arrow-list li {
    font-size: 15px;
    list-style: outside none none;
    padding: 8px 0 8px 15px;
    position: relative;
}

.footer ul.arrow-list li span {
    color: #00a5f1;
    left: 0;
    position: absolute;
    top: 10px;
    vertical-align: middle;
}

.footer ul.arrow-list li a {
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.footer ul.arrow-list li a:hover {
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.footer h4 {
    margin-bottom: 15px;
}

.col-1 {
    padding-right: 30px;
}

.col-2 {
    padding-left: 38px;
}

.footer p {
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer h4,
.footer .h4 {
    font-weight: 700;
    color: #fff;
}

.footer .h4 {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.footer .h5 {
    font-size: 16px;
    font-weight: 700;
    color: #00a5f1;
    margin-top: 0;
}

.company-info-block {
    padding-top: 10px;
}

.company-info-block a {
    border-bottom: 1px solid transparent
}

.company-info-block a:hover,
.company-info-block a:focus {
    border-color: #fff
}

.contact-info {
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-left: 28px;
}

.billing-details {
    font-size: 0;
    text-align: center;
    font-family: "Open Sans";
}

.billing-details>div {
    display: inline-block;
    font-size: 20px;
    padding: 40px 30px 30px 30px;
    text-align: left;
    border-radius: 6px;
    width: 45%;
    max-width: 330px;
    border: solid 3px #dedede;
    margin: 0 2.5%;
    font-weight: 600;
    vertical-align: top;
}

.order-contact {
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
    margin-bottom: 30px;
}

.product-summary table td.thumb img {
    height: 115px;
}

.product-summary table tfoot {
    border-top: solid 1px #dedede;
}

.product-summary table tfoot tr {
    border-bottom: 0;
}

.product-summary table tfoot tr.grandtotal strong,
.product-summary table tfoot tr td.price.currency {
    font-weight: 900;
}

tr.grandtotal {}

.product-summary table td {
    font-family: "Source Sans Pro";
    font-size: 20px !important;
}

.billing-details>div h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: -61px auto 10px auto;
    padding: 10px;
    background: #fff;
    max-width: 200px;
    font-family: "Open Sans";
}

.payments-options-area {
    text-align: center;
}

.payments-options-area input[type="image"] {
    max-width: 100%;
}

div#gateway-list ul,
#gateway-list li {
    display: block;
}

div#gateway-list ul {
    padding: 0;
    margin: 0;
}

#gateway-list li {
    font-size: 20px;
    border-bottom: solid 2px #eee;
}

#gateway-list li label {
    font-weight: 600;
    display: block;
    width: 100%;
    cursor: pointer;
    margin: 0 auto;
    padding: 15px 0;
    max-width: 360px;
    text-align: left;
}

#gateway-list li label input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

div#gateway-list>h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Source Sans Pro";
    font-size: 20px;
    padding: 10px;
    background: #00a5f1;
    color: #fff;
    text-align: center;
}

input#authorityLeave {
    margin: 0;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    top: 5px;
}

input#authorityLeave+label {
    font-weight: 600;
    font-size: 20px;
    padding-left: 30px;
    text-align: left;
}

div#gateway-list {
    margin-bottom: 20px;
    text-align: center;
}

.bank-details {
    font-size: 14px;
    text-align: center;
    margin: 40px auto;
    padding: 40px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

p.bank-account {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    background: #f9fff7;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #2ea306;
    margin: 30px 0;
}

.bank-details h3 {
    margin-bottom: 0;
}

#gateway-list .submit {
    margin-top: 30px;
}

.payment-status {
    padding: 30px;
    font-size: 16px;
    background: #e9f3f8;
    border-radius: 5px;
    border: solid 1px #00a5f1;
}

p.invoice-date {
    margin: 0 -15px -15px 0;
    font-size: 12px;
    font-weight: normal;
}

.payment-status h2 {
    font-size: 22px;
    font-weight: bold;
    color: #209108;
}

.billing-details>div p a {
    color: #2ea306;
}

h3.product-summary-head {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

.footer-block.closed p {
    max-width: 202px;
}

.aligncenter {
    text-align: center;
}

.contact-text p {
    display: none;
}

.contact-text {
    text-align: center;
    padding: 30px 0;
}

.contact-text h2 {
    font-size: 16px;
    max-width: 730px;
    font-weight: bold;
    margin: 0 auto;
}

.contact-form-area {
    padding: 30px;
    border: solid 2px #dedede;
    border-radius: 5px;
}

.form-control {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 20px;
    box-shadow: none;
    border: solid 2px #ddd;
}

select.form-control {
    padding-top: 0;
    max-width: 280px;
}

.form-group.required label:after {
    position: absolute;
}

.form-horizontal .form-group {
    margin-bottom: 10px;
}

form#UserLoginForm,
form#UserResetForm,
form#OrderTrackForm {
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

p.paynotice {
    font-size: 17px;
    margin: 20px 0;
}

form#UserLoginForm div.submit {
    margin-top: 15px;
}

form#UserRegisterForm {
    max-width: 650px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

.about-contact {
    position: relative;
    color: #474747;
}

form#PageContactForm {
    padding-right: 30px;
    position: relative;
}

form#PageContactForm:before {
    content: '';
    display: block;
    width: 2px;
    opacity: .2;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+1,0.5+25,1+50,0.5+75,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.about-contact .contact-info .h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.about-contatc .contact-info {
    font-size: 16px;
}

.about-contact .contact-info a {
    color: #474747;
}

.about-contact h4,
.about-contact h3 {
    font-size: 20px;
    margin: 0;
}

.about-contact h3 {
    font-weight: bold;
}

.about-contact h4 {
    margin-bottom: 20px;
}

.contact-form-area h2 {
    display: none;
}

.about-contact p {
    text-align: left !important;
}

.contact-form-area form fieldset {
    border: 0;
    padding: 0;
}

.contact-form-area .form-horizontal .control-label {
    text-align: left;
    font-size: 20px;
}

.contact-info img {
    left: 0;
    position: absolute;
    top: -2px;
}

.contact-info.email-block img {
    top: 2px;
}

.contact-info span {
    color: #616161;
    font-weight: 500;
    font-size: 12px;
}

.contact-info.opening-block span {
    color: #fff;
    font-size: 12px !important;
}

.footer .btn-blue,
.footer .btn-blue:hover,
.footer .btn-blue:focus {
    border: none;
    box-shadow: 0 2px 3px #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 2px;
    padding: 5px 35px 7px;
    background: #0279dc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #03b0f4 0%, #0279dc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #03b0f4 0%, #0279dc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #03b0f4 0%, #0279dc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#03b0f4', endColorstr='#0279dc', GradientType=0);
    /* IE6-9 */
}

.footer input[type="email"],
.footer input[type="text"] {
    border: medium none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    color: #cecece;
}

.footer::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a6a6a6;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.footer:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6a6a6;
    opacity: 1;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.footer::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6a6a6;
    opacity: 1;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.footer:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a6a6a6;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}






















/* Chemical Pack Builder */

h2.cpb-title {
    display: inline-block;
    width: 40%;
    font-size: 36px;
    vertical-align: middle;
}

.cpb-offer {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}

.cpb-page-head {
    display: block;
    font-size: 0;
}

.cpb-offer ul,
.cpb-offer li {
    display: block;
    padding: 0;
    margin: 0;
}

.cpb-offer .green {
    color: #78c200;
}

.cpb-offer span.off-offer {
    color: #fff;
    background: #ff0002;
    position: relative;
    margin: 0 9px 0 5px;
    padding: 0 5px;
    display: inline-block;
    line-height: 110%;
}

.cpb-offer span.off-offer:before,
.cpb-offer span.off-offer:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    border-style: solid;
}

.cpb-offer span.off-offer:before {
    width: 0;
    border-color: red transparent transparent transparent;
    border-width: 23px 0 0 5px;
    right: 100%;
}

.cpb-offer span.off-offer:after {
    width: 0;
    border-color: transparent transparent red transparent;
    border-width: 0 5px 22px 0;
    left: 100%;
}

table.results tr.cpb-total td:nth-child(2) {
    text-align: left !important;
}

td.extra-info {
    font-weight: 600;
    font-size: 18px;
    text-align: right !important;
}

table.results tr.cpb-total:nth-last-child(2) {
    border-bottom: none !important;
}

.cpb-quick-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.cpb-qi-icon {
    width: 40px;
    height: 40px;
    background-image: url(../img/cpb-info.png);
    background-position: center;
    background-size: 33px;
    position: relative;
    background-repeat: no-repeat;
    z-index: 2;
}

.cpb-qi-content {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 260px;
    background: #fff;
    font-size: 10px;
    line-height: 120%;
    text-align: left;
    padding: 15px;
    z-index: 1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .3s;
}


.cpb-quick-info:hover {
    z-index: 11;
}

.cpb-quick-info:hover .cpb-qi-content {
    opacity: 1;
    visibility: visible;
}

.cpb-qi-content p {
    margin-bottom: 5px;
}

.row.section-title.cpb-section-title {
    margin-top: 40px;
    background-image: url(../img/dropdown-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.section-title.cpb-section-title h3.cpb-title {
    color: #78c200;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}


.tracking.questionnaire {
    margin-top: 40px;
}

form#PageHeatPumpQuestionnaireForm fieldset,
form#PageEcoPumpQuestionnaireForm fieldset {
    padding: 0;
    border: 0;
}

form#PageHeatPumpQuestionnaireForm h2,
form#PageEcoPumpQuestionnaireForm h2 {
    font-size: 24px;
    font-weight: 600;
    color: #77c102;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

form#PageHeatPumpQuestionnaireForm .input,
form#PageEcoPumpQuestionnaireForm .input {
    font-size: 0;
    margin-bottom: 30px;
}

form#PageHeatPumpQuestionnaireForm .input label,
form#PageHeatPumpQuestionnaireForm .input textarea,
form#PageHeatPumpQuestionnaireForm .input input[type="text"],
form#PageHeatPumpQuestionnaireForm .input input[type="email"],
form#PageHeatPumpQuestionnaireForm .input input[type="tel"],
form#PageHeatPumpQuestionnaireForm .input select,

form#PageEcoPumpQuestionnaireForm .input label,
form#PageEcoPumpQuestionnaireForm .input textarea,
form#PageEcoPumpQuestionnaireForm .input input[type="text"],
form#PageEcoPumpQuestionnaireForm .input input[type="email"],
form#PageEcoPumpQuestionnaireForm .input input[type="tel"],
form#PageEcoPumpQuestionnaireForm .input select {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
}

form#PageHeatPumpQuestionnaireForm .input.checkbox label,
form#PageEcoPumpQuestionnaireForm .input.checkbox label {
    width: auto
}

form#PageHeatPumpQuestionnaireForm .input>label,
form#PageEcoPumpQuestionnaireForm .input>label {
    width: 40%;
    padding-right: 30px;
}

form#PageHeatPumpQuestionnaireForm .input textarea,
form#PageHeatPumpQuestionnaireForm .input input[type="text"],
form#PageHeatPumpQuestionnaireForm .input input[type="email"],
form#PageHeatPumpQuestionnaireForm .input input[type="tel"],
form#PageHeatPumpQuestionnaireForm .input select,

form#PageEcoPumpQuestionnaireForm .input textarea,
form#PageEcoPumpQuestionnaireForm .input input[type="text"],
form#PageEcoPumpQuestionnaireForm .input input[type="email"],
form#PageEcoPumpQuestionnaireForm .input input[type="tel"],
form#PageEcoPumpQuestionnaireForm .input select {
    width: 60%;
    padding: 3px 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form#PageHeatPumpQuestionnaireForm .input textarea:focus,
form#PageHeatPumpQuestionnaireForm .input input:focus,
form#PageHeatPumpQuestionnaireForm .input select:focus,
form#PageEcoPumpQuestionnaireForm .input textarea:focus,
form#PageEcoPumpQuestionnaireForm .input input:focus,
form#PageEcoPumpQuestionnaireForm .input select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

form#PageHeatPumpQuestionnaireForm .input.radio legend,
form#PageEcoPumpQuestionnaireForm .input.radio legend {
    padding: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

form#PageHeatPumpQuestionnaireForm .input.radio input,
form#PageHeatPumpQuestionnaireForm .input.checkbox input,
form#PageEcoPumpQuestionnaireForm .input.radio input,
form#PageEcoPumpQuestionnaireForm .input.checkbox input {
    margin: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: inherit;
    margin-right: 10px;
}

form#PageHeatPumpQuestionnaireForm .input.radio label,
form#PageEcoPumpQuestionnaireForm .input.radio label {
    width: 100%;
    margin-right: 30px;
    padding-left: 0;
}

form#PageHeatPumpQuestionnaireForm .input.checkbox,
form#PageEcoPumpQuestionnaireForm .input.checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

form#PageHeatPumpQuestionnaireForm .input.fullwidth>label,
form#PageHeatPumpQuestionnaireForm .input.fullwidth>input,
form#PageEcoPumpQuestionnaireForm .input.fullwidth>label,
form#PageEcoPumpQuestionnaireForm .input.fullwidth>input {
    width: 100%;
    padding-right: 0;
}



#opening-time {
    position: fixed;
    top: 33px;
    right: 0;
    margin: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.64);
    width: 160px;
    overflow: hidden;
    z-index: 1000;
}

.ot-header {
    position: relative;
    background: #43bd02;
    text-align: center;
    border-bottom: solid 2px #4eb517;
}

.ot-header h3 {
    font-size: 17px;
    padding: 5px 10px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.ot-content {
    padding: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 120%;
    font-size: 12px;
}

.ot-content p {
    margin-bottom: 0;
}

.ot-phone {
    padding: 0 16px;
    margin: 0 0 5px 0;
    font-size: 16px;
    background-image: url(../img/phone-b.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 16px;
}

.ot-phone a {
    color: #333333;
    font-weight: 700;
    line-height: 140%;
    border-bottom: dashed 1px #666;
}

.close-ot {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}

.close-ot:after,
.close-ot:before {
    content: '';
    display: block;
    width: 12px;
    border-radius: 4px;
    height: 2px;
    background: #43bd02;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    transform-origin: center;
    margin-top: -1px;
}

.close-ot:after {
    transform: rotate(45deg);
}

.close-ot:before {
    transform: rotate(-45deg);
}


form#PageHeatPumpQuestionnaireForm,
form#PageEcoPumpQuestionnaireForm,
.questionaire-text {
    max-width: 800px;
    margin: 0 auto;
}

form#PageHeatPumpQuestionnaireForm .radio fieldset,
form#PageEcoPumpQuestionnaireForm .radio fieldset,
form#PageHeatPumpQuestionnaireForm .checkbox fieldset,
form#PageEcoPumpQuestionnaireForm .checkbox fieldset {
    padding: 20px;
    border: solid 2px #d4d4d4;
    text-align: left !important;
}

form#PageHeatPumpQuestionnaireForm .radio fieldset legend,
form#PageEcoPumpQuestionnaireForm .radio fieldset legend,
form#PageHeatPumpQuestionnaireForm .checkbox fieldset legend,
form#PageEcoPumpQuestionnaireForm .checkbox fieldset legend {
    display: inline-block;
    width: auto !important;
    margin: 0 !important;
    padding: 0 10px !important;
}
















/* Media Queries */

@media (min-width: 768px) {
    .menu-col-large {
        width: 25%
    }
    .navbar-inner.header {
        padding: 0;
    }
    .nav>li>a {
        display: block;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 12px;
        padding-top: 12px;
        position: relative;
    }
    .header .navbar-header,
    .mobile-cart {
        display: none;
    }
    .navbar {
        background: rgba(0, 0, 0, 0) url("../img/menu-bg.png") no-repeat scroll 0 0 / 100% auto;
        border: medium none;
        border-radius: 0;
        margin-bottom: 0;
    }
    .dropdown-alias {
        background: url(../img/megamenu-bg.png) no-repeat 0 25px;
    }
    .navbar-nav .fa.pull-right {
        font-size: 16px;
        margin-left: 0.3em;
        margin-top: 3px;
    }
    .navbar-nav>li>a {
        color: #222;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background-color: transparent;
    }
    .navbar-nav>li>a:hover {
        color: #fff;
        background: #78c302;
        /* Old browsers */
        background: -moz-linear-gradient(top, #78c302 0%, #50a200 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #78c302 0%, #50a200 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #78c302 0%, #50a200 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#78c302', endColorstr='#50a200', GradientType=0);
        /* IE6-9 */
        border-radius: 5px 5px 0 0;
        text-shadow: 0 1px 1px #4a8f00;
    }
    .navbar-default .navbar-nav>.open:hover>a {
        color: #fff;
        background: #78c302;
        /* Old browsers */
        text-shadow: 0 1px 1px #4a8f00;
        background: -moz-linear-gradient(top, #78c302 0%, #50a200 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #78c302 0%, #50a200 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #78c302 0%, #50a200 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#78c302', endColorstr='#50a200', GradientType=0);
        /* IE6-9 */
        border-radius: 5px 5px 0 0;
        position: relative;
    }
    .navbar-default .navbar-nav>li:hover>a:after {
        position: absolute;
        top: 1px;
        height: 1px;
        width: 100%;
        content: "";
        left: 0;
        right: 0;
        display: block;
        z-index: 3;
        background: #78c302;
        /* Old browsers */
        background: -moz-linear-gradient(left, #78c302 0%, #fcfefa 51%, #78c302 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #78c302 0%, #fcfefa 51%, #78c302 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #78c302 0%, #fcfefa 51%, #78c302 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#78c302', endColorstr='#78c302', GradientType=1);
        /* IE6-9 */
    }
    .navbar-nav>li>.dropdown-menu {
        /*background: #fff url("../img/dropdown-bg.png") no-repeat scroll center 29px / 100% auto;*/
        background: #fff url(../img/dropdown-bg.png) no-repeat center top;
        border: medium none;
        border-radius: 6px;
        box-shadow: 0 8px 12px #999;
        /*margin-top: -25px;*/
        z-index: 3;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }
    .navbar-default .navbar-nav>.open>a:focus {
        color: #222;
    }
    .navbar-default .navbar-nav>li>a {
        color: #222;
        position: relative;
        z-index: 9;
    }
    .mega-dropdown-border {
        /*background: #54a500 none repeat scroll 0 0;*/
        height: 4px;
        left: 0;
        position: absolute;
        right: 0;
        top: 25px;
        width: 100%;
    }
    .menu-col-normal {
        width: 18.75%
    }
    .mega-dropdown-menu .dropdown-header {
        color: #1f1f1f;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 1.25;
        padding-left: 0;
        white-space: initial;
    }
    .mega-dropdown-menu {
        box-shadow: none;
        padding: 10px 0 6px 20px;
        width: 100%;
        margin-top: -30px;
    }
    .mega-dropdown-menu .menu-list {
        padding-bottom: 14px;
    }
    .mega-dropdown-menu .menu-list a {
        color: #1f1f1f;
        font-weight: 600;
        line-height: 1.3;
        padding: 0 0 2px 15px;
        background: #fff url(../img/list-arrow.png) no-repeat 0 5px;
    }
    .mega-dropdown-menu .menu-list a:hover,
    .mega-dropdown-menu .menu-list a:focus {
        color: #018ce1;
        background: #fff url(../img/list-arrow-on.png) no-repeat 0 5px;
    }
    .mega-dropdown-menu .dropdown-header a {
        color: #1f1f1f;
        background: none !important;
        padding: 0!important;
        text-decoration: none;
    }
    .mega-dropdown-menu .dropdown-header a:hover,
    .mega-dropdown-menu .dropdown-header a:focus {
        color: #1f1f1f;
        background: none !important;
        padding: 0!important;
        text-decoration: none;
    }
    .mega-dropdown-menu .menu-list .image-menu a {
        background: none !important;
        padding: 0!important;
    }
    .mega-dropdown-menu .menu-list .image-menu a:hover,
    .mega-dropdown-menu .menu-list .image-menu a:focus {
        color: #1f1f1f;
        background: none !important;
        padding: 0!important;
        text-decoration: none;
    }
}

@media (max-width: 1199px) {
    body,
    .cpb-offer {
        font-size: 13px;
    }
    .cpb-offer span.off-offer:before {
        border-top-width: 14px;
    }
    .cpb-offer span.off-offer:after {
        border-bottom-width: 14px;
    }
    h2.cpb-title {
        font-size: 24px;
    }
    .services-columns h3 {
        font-size: 22px;
    }
    .nav>li>a {
        font-size: 13px;
        padding: 12px 6px;
    }
    .container {
        width: 100%;
    }
    .menu>.container {
        padding: 0;
        width: 100%;
    }
    .footer-col-1 {
        max-width: 46%;
    }
    .footer-col-2 {
        width: 54%;
    }
    .footer .btn-blue,
    .footer .btn-blue:hover,
    .footer .btn-blue:focus {
        font-size: 18px;
    }
    .footer-col-1 img {
        margin-top: 10px;
    }
    .mega-dropdown-menu .dropdown-header {
        font-size: 16px;
    }
    .horizontal-seperator span {
        font-size: 25px
    }
    .footer-bottom,
    .footer-bottom a {
        font-size: 13px;
    }
    .contact-info span {
        font-size: 11px;
    }
    .footer ul.arrow-list li {
        font-size: 13px;
    }
    .left-25 {
        padding-left: 25px;
    }
    .h4,
    h4 {
        font-size: 16px;
    }
    .footer .h5,
    .footer p {
        font-size: 15px;
    }
    .home-sections .heading-1 {
        margin-top: 62px;
    }
    .home-sections .heading-2,
    .home-sections .heading-3,
    .home-sections .heading-4 {
        margin-top: 72px;
    }
    .header .search input[type="text"] {
        padding: 13px 16px;
    }
    .home-sections .section-items.owl-categories h4 a {
        font-size: 15px;
    }
    .home-sections h3 strong {
        font-size: 28px;
    }
    .home-sections h3 {
        font-size: 25px;
    }
    .product-price {
        font-size: 14px;
    }
    .home-sections .section-items h4 a {
        font-size: 13px;
    }
    .home-sections .section-items .h5 {
        font-size: 12px;
    }
    .header {
        padding: 5px 0 4px;
    }
    .top-5 {
        margin-top: 3px;
    }
    #phone {
        padding-top: 5px;
    }
    .header .search button {
        height: 48px;
        background-size: auto 48px;
    }
    .header .mini-cart-wrap {
        padding-left: 10px;
        padding-top: 2px;
    }
    .brands img {
        max-width: 90%;
    }
    .header .phone a.main-phone {
        font-size: 20px;
    }
    .cart-icon img {
        max-width: 50px;
    }
    .mini-cart a,
    .mini-cart span {
        font-size: 13px;
        font-weight: 600;
    }
    .header .phone span {
        font-size: 10px;
    }
    .mega-dropdown-menu .menu-list a {
        font-size: 13px;
    }
    .mega-dropdown-menu {
        padding-left: 10px;
    }
    .header .search input[type="text"] {
        width: 70%;
    }
    .top-menu ul li a,
    .top-menu ul li {
        font-size: 14px;
    }
    .services-columns p {
        font-size: 14px;
        font-weight: 600;
    }
    .btn-green,
    .green-filled,
    .green-filled:hover,
    .green-filled:focus {
        font-size: 16px;
    }
    .green-filled .fa,
    .btn-green .fa {
        font-size: 18px;
    }
    .header .search input[type="text"] {
        width: 70%;
        font-size: 14px;
    }
    .tooltipster-base .tooltipster-content {
        font-size: 13px;
    }
    .home-sections .right-arrow {
        right: -80px;
    }
}

@media (max-width: 992px) {
    .top-menu ul li a,
    .top-menu ul li {
        font-size: 10px;
    }
    .cover-section {
        padding: 15px;
    }

    .cover-section .col-md-7.col-xs-10,
    .cover-section .col-md-5.col-xs-10 {
        width: 100% !important
    }
    #product-tabs ul.tab-items li a {
        padding: 7px 10px;
        font-size: 14px;
    }
    .product-side .btn.large-cart {
        font-size: 24px;
        text-align: left !important;
        line-height: 50px;
    }
    .product-side .btn.large-cart span {
        float: right;
    }
    a.btn.beat-quote-btn span {
        font-size: 18px;
    }
    a.btn.beat-quote-btn img {
        height: 34px !important;
    }
    a.free-ship-btn.delivery-btn-trggr span img {
        height: 24px;
    }
    .menu-col-normal {
        width: 36%;
    }
    form#PageContactForm {
        padding-right: 0;
    }
    form#PageContactForm:after {
        content: none
    }
    .tooltipster-base .tooltipster-content {
        font-size: 12px;
    }
    .top-menu .col-sm-4 {
        padding-left: 0;
    }
    .header .search input[type="text"] {
        font-size: 13px;
        padding: 10px;
        width: 67%;
    }
    .home-sections h3 {
        font-size: 18px;
    }
    .left-25 {
        padding-left: 15px;
    }
    .home-sections .heading-1 {
        margin-top: 66px;
    }
    .home-sections .heading-2,
    .home-sections .heading-3,
    .home-sections .heading-4 {
        margin-top: 78px;
    }
    .company-info-block a {
        overflow-wrap: break-word;
    }
    .home-sections h3 strong {
        font-size: 20px;
    }
    .footer .h5,
    .footer p {
        font-size: 14px;
    }
    .footer .btn-blue,
    .footer .btn-blue:hover,
    .footer .btn-blue:focus {
        font-size: 16px;
    }
    .footer-bottom,
    .footer-bottom a {
        font-size: 11px;
    }
    .footer-col-2 {
        width: 56%;
    }
    body {
        font-size: 12px;
    }
    .footer-col-1 {
        max-width: 44%;
    }
    .h4,
    h4 {
        font-size: 15px;
    }
    .footer ul.arrow-list li {
        font-size: 12px;
    }
    .contact-info span {
        font-size: 10px;
    }
    .home-sections .right-arrow {
        right: -60px;
    }
    .home-sections .section-items.owl-categories h4 a {
        font-size: 14px;
    }
    .home-sections .heading {
        min-width: 110px;
        padding-right: 10px;
    }
    .navbar {
        min-height: auto;
    }
    .services-columns p {
        font-size: 13px;
        font-weight: 600;
    }
    .btn-green,
    .green-filled,
    .green-filled:hover,
    .green-filled:focus {
        font-size: 13px;
    }
    .green-filled .fa,
    .btn-green .fa {
        font-size: 16px;
    }
    .services-columns h3 {
        font-size: 17px;
    }
    .navbar-default .navbar-nav>li>a.dropdown-toggle {
        padding-right: 10px;
    }
    .nav>li>a {
        font-size: 11px;
        line-height: 1;
        padding: 12px 3px;
        letter-spacing: -0.2px;
    }
    .navbar-nav .fa.pull-right {
        font-size: 16px;
        margin-left: 0.3em;
        margin-top: 3px;
        position: absolute;
        right: 0;
        top: 8px;
    }
    .header .search button {
        background-size: auto 40px;
        height: 40px;
    }
    .header .search {
        padding-right: 0;
        padding-top: 9px;
        width: 28%;
    }
    .top-menu ul li {
        padding: 1px 10px 3px;
    }
    .header .logo {
        padding-left: 0;
    }
    .mini-cart.top-10 {
        margin-top: 5px;
    }
    .header {
        padding: 5px 0 8px;
    }
    .cart-icon img {
        max-width: 35px;
    }
    .phone-cart-block {
        width: 36%;
    }
    .header .cart-icon {
        color: #00a5f1;
        font-size: 30px;
    }
    .mini-cart a,
    .mini-cart span {
        font-size: 11px;
    }
    .header .right-separator {
        background: rgba(0, 0, 0, 0) url("../img/sep.png") no-repeat scroll left top / 2px 55px;
        height: 55px;
        padding: 5px 10px;
    }
    .header .phone a.main-phone {
        font-size: 16px;
    }
    .header .phone span {
        font-size: 8px;
    }
    .header .search input[type="text"] {
        -webkit-appearance: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .nav>li {
        display: inline-block;
        float: none;
        position: relative;
        vertical-align: middle;
    }
    .navbar-nav {
        float: none;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .navbar-nav .fa.pull-right {
        position: absolute;
        right: 2px;
        top: 12px;
    }
    .navbar-default .navbar-nav>li>a.dropdown-toggle {
        padding-right: 16px;
    }
}

@media (max-width: 767px) {
    .footer-col-1 {
        max-width: 100%;
    }
    .billing-details>div {
        width: 100%;
        max-width: inherit;
        margin: 0 0 30px 0;
    }

    form#CouponApplyForm.form-horizontal .control-label,
    form#CartFreightCalculatorForm.form-horizontal .control-label {
        width: 170px !important
    }
    form#CouponApplyForm.form-horizontal .controls,
    form#CartFreightCalculatorForm.form-horizontal .controls {
        width: calc(100% - 170px) !important;
    }

    form#CouponApplyForm.form-horizontal .control-label,
    form#CartFreightCalculatorForm.form-horizontal .control-label,
    form#CouponApplyForm.form-horizontal .controls,
    form#CartFreightCalculatorForm.form-horizontal .controls {
        float: left;
    }
    .message,
    .warning,
    .success {
        font-size: 16px;
    }
    .about-contact {
        margin-top: 50px;
    }
    .cover-section {
        padding-left: 10px;
    }
    .navbar-collapse {
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    table.results td,
    table.results tr,
    table.results th,
    table.results,
    table.results thead,
    table.results tbody {
        display: block;
        width: 100%;
        position: relative;
    }
    table.results thead {
        display: none;
    }

    table.results tbody tr {
        min-height: 120px;
    }
    table.results td {
        padding: 3px 30px 3px 90px;
        position: relative;
        text-align: left !important;
        font-size: 14px;
        line-height: 100%;
        font-weight: bold;
    }


    table.results+.row .text-right .btn,
    table.results+.row .text-right .btn-blue {
        width: 48% !important;
        margin: 0 1% 2% 1%;
        float: left !important;
    }

    table.results td.currency+td:last-child,
    table.results td.thumb,
    td.quantity,
    table.results td.quantity {
        padding: 0;
        position: absolute;
        top: 0;
    }

    table.results td.currency+td:last-child {
        right: 0;
    }
    table.results td.thumb,
    td.quantity,
    table.results td.quantity {
        left: 0;
        width: 80px;
    }
    td.quantity,
    table.results td.quantity {
        top: 90px;
        font-size: 14px;
        text-align: center !important;
    }
    td.quantity input,
    table.results td.quantity input {
        display: inline-block;
        width: 38px;
        height: 20px;
    }
    table.results.invoice-results td {
        padding-left: 10px !important;
        font-size: 16px;
        display: inline-block;
        width: 50%;
    }
    table.results.invoice-results tr:first-child {
        background: #2ea306;
    }
    table.results.invoice-results tr:first-child:before {
        content: 'Invoice';
        display: block;
        font-size: 16px;
        text-align: center;
        padding: 10px;
        font-weight: bold;
        color: #fff;
    }
    table.results.invoice-results tr th {
        display: none
    }
    table.results.invoice-results tr {
        font-size: 0;
    }
    table.results.invoice-results tr.product-list td {
        width: 100%;
        text-align: left;
    }
    table.results.invoice-results tr.product-list td:first-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    table.results.invoice-results tr.product-list td:nth-child(2),
    table.results.invoice-results tr.product-list td:nth-child(3) {
        display: inline-block;
        border-bottom: 0;
        width: auto;
        font-size: 14px;
        font-weight: normal;
    }

    table.results.invoice-results tr td:nth-child(2) {
        text-align: right;
    }

    table.results.invoice-results tr.product-list td:nth-child(3):before {
        display: inline-block;
        background: none;
        color: #666;
        position: inherit;
        padding: 0;
        display: inline-block;
        width: auto;
        content: 'x';
    }
    table.results.invoice-results tr.product-list td:last-child {
        border: 0;
        background: #eee;
        text-align: right;
    }
    table.results.invoice-results td:before {
        display: none;
    }
    table.results tbody td:before {
        content: '';
        display: inline-block;
        text-align: left;
        left: 0;
        font-weight: 400;
        margin-right: 10px;
    }
    table.results td:nth-child(1):before {
        display: none;
    }
    table.results td:nth-child(2):before {
        display: none;
    }
    table.results td:nth-child(3):before {
        content: 'Price :'
    }
    table.results tbody tr:not(.cpb-total) td:nth-child(4):before {
        content: 'QTY :';
        margin-right: 0;
    }
    table.results td:nth-child(5):before {
        content: 'Sub total :'
    }
    table.results tbody tr:last-child td,
    .product-summary table.results tfoot tr td {
        padding-left: 0;
        padding: 10px;
    }
    .product-summary table.results tfoot tr,
    .product-summary table.results tfoot {
        display: block;
        width: 100%;
        font-size: 0;
    }
    .product-summary table.results tfoot tr td {
        width: 50%;
        display: inline-block;
        font-size: 20px !important;
    }
    table.results tbody tr:last-child,
    table.results tbody tr.cpb-total {
        text-align: center !important;
        min-height: inherit;
    }

    .cpb-offer,
    h2.cpb-title {
        width: 100%;
    }

    h2.cpb-title {
        text-align: center;
        margin-bottom: 10px
    }

    table.results tbody tr:last-child td,
    table.results tbody tr.cpb-total td {
        text-align: center !important;
        display: inline-block;
        width: auto;
        font-size: 18px;
        padding: 15px 0;
    }

    table.results tbody tr:last-child td:nth-child(3) {
        color: red;
    }
    table.results tbody tr:last-child td:nth-child(2) {
        font-weight: normal;
    }
    table.results tbody tr:last-child td:first-child,
    table.results tbody tr:last-child td:last-child {
        display: none;
    }
    table.results tbody tr:last-child td:before,
    .product-summary table.results tfoot tr td:before,
    .product-summary table.results tfoot tr td:first-child {
        display: none;
    }
    .product-summary table.results tfoot tr td:nth-child(2) {
        text-align: right;
    }
    .product-summary table.results tbody tr:last-child td:before {
        display: block;
    }
    .product-summary table.results tbody tr:last-child td {
        padding-left: 150px;
    }
    a.remove-product,
    td.currency+td>a {
        position: absolute;
        top: 0;
        right: 0;
    }
    a.remove-product:before,
    td.currency+td>a:before {
        color: red;
    }
    .dropdown-menu {
        float: none;
    }
    .menu-col-normal {
        width: 100%;
    }
    .navbar-nav>li>.dropdown-menu {
        z-index: 99999999;
    }
    .top-menu ul li.welcome {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        z-index: 999999;
    }
    .footer .h4 {
        display: block;
        margin: 0 15px 0 0;
        vertical-align: middle;
        text-align: center;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default {
        background: rgba(0, 0, 0, 0) url("../img/mobile-menu-bg.png") no-repeat scroll center 0;
        border: medium none;
    }
    .footer .seperator {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        min-height: auto;
    }
    .footer-col-2 {
        margin-top: 0px;
        width: 100%;
    }
    .header .logo {
        padding-right: 0;
        padding-top: 10px;
        width: auto;
        padding-bottom: 10px;
    }
    .home-sections .heading {
        border-bottom: 2px solid #c5c5c5;
        border-right: medium none;
        display: block;
        padding-right: 0px;
        position: relative;
        text-align: center;
    }
    .home-sections .heading::after {
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 18px solid #1f1f1f;
        bottom: -44px;
        content: "";
        display: inline-block;
        height: 0;
        left: 50%;
        margin-left: -20px;
        margin-top: 0;
        position: absolute;
        right: auto;
        top: auto;
        width: 0;
    }
    .home-sections h3 strong {
        display: inline;
        font-size: 22px;
    }
    .horizontal-seperator span {
        font-size: 22px;
    }
    .payment-method {
        text-align: center;
    }
    .footer img {
        display: inline-block;
        margin-top: 15px;
    }
    .horizontal-seperator span {
        position: relative;
        top: -15px;
    }
    .horizontal-seperator {
        background: rgba(0, 0, 0, 0) url("../img/horizontal-sep.png") no-repeat scroll center center;
        min-height: 3px;
        height: 2px;
    }
    .home-sections .heading {
        margin-bottom: 30px;
        padding-bottom: 0px;
    }
    .home-sections h3 {
        font-size: 22px;
    }
    .arrow-icon {
        border-bottom: 6px solid transparent;
        border-left: 6px solid #00a5f1;
        border-top: 6px solid transparent;
        display: inline-block;
        height: 0;
        position: relative;
        top: 12px;
        width: 0;
    }
    .home-sections .heading-1 {
        margin-top: 0px;
    }
    .home-sections .heading-2,
    .home-sections .heading-3,
    .home-sections .heading-4 {
        margin-top: 0px;
    }
    .top-menu ul {
        text-align: center;
    }
    #mobile-menu ul {
        display: inline-block;
        vertical-align: middle;
    }
    .top-menu ul li:first-child {
        border-left: none;
    }
    .header .search {
        padding-right: 0;
        padding-top: 9px;
        width: auto;
    }
    .mobile-cart {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .navbar-default .navbar-toggle {
        border: medium none;
        position: absolute;
        left: 15px;
    }
    .footer h4 {
        margin-bottom: 20px;
        margin-top: 0;
        padding-left: 10px;
    }
    footer h4 .arrow-icon {
        height: 0;
        left: 10px;
        position: absolute;
        top: 2px;
        width: 0;
    }
    .footer img {
        max-width: 100%;
    }
    .footer-col-2 .col-sm-6:first-child h4 {
        margin-top: 0;
    }
    .footer-block.closed {
        display: none;
    }
    .navbar-default {
        background-color: transparent;
        border: none;
    }
    .top-menu ul li.first {
        border-left: 2px solid #fff;
        padding-left: 10px;
    }
    .mobile-cart>img {
        width: 35px;
    }
    .header .logo {
        text-align: center;
        width: 100%;
    }
    .navbar-header {
        padding: 3px 50px 6px;
        position: relative;
    }
    .footer .contact-info img {
        margin-top: 0
    }
    .header .logo img {
        display: inline-block;
    }
    .header .search input[type="text"] {
        font-size: 12px;
    }
    .header .search button {
        background-size: auto 39px;
        height: 39px;
        width: 50px;
    }
    .home-carousels .home-sections.top-30 {
        margin-top: 10px;
        position: relative;
    }
    .brands {
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .navbar {
        margin-bottom: 0px;
    }
    .navbar-default .navbar-toggle {
        border: medium none;
        left: 15px;
        margin-right: 0;
        padding: 8px 0;
        position: absolute;
        top: -5px;
    }
    .header .search {
        padding-right: 0;
        padding-top: 5px;
        width: auto;
    }
    .top-5 {
        margin-top: -1px;
    }
    .menu {
        border-bottom: 4px solid #666;
    }
    .img-responsive.mobile-sep-1 {
        left: 60px;
        position: absolute;
        top: 12px;
    }
    .img-responsive.mobile-sep-2 {
        right: 65px;
        position: absolute;
        top: 12px;
    }
    .header .search input[type="text"] {
        padding: 6px 10px;
    }
    .header .search button {
        background-size: auto 32px;
        height: 32px;
        width: 40px;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        background: #666 none repeat scroll 0 0;
        color: #fff;
        display: block;
    }
    .navbar-nav {
        float: none;
        margin: 0;
        z-index: 99;
    }
    /*.dropdown.open > ul {
    display: block !important
}*/
    .nav>li>a {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1;
        padding: 12px 10px;
    }
    .footer .footer-block {
        padding-bottom: 20px;
        padding-left: 10px;
    }
    h4.open .arrow-icon {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #00a5f1;
        top: 5px;
    }
    .header {
        padding: 5px 0 0;
    }
    .navbar-nav .fa.pull-right {
        display: none;
    }
    .nav>li.dropdown.open,
    .nav>li.dropdown {
        background: #666 none repeat scroll 0 0;
    }
    .navbar-nav>li>.dropdown-menu {
        background: #fff;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 0px;
    }
    .dropdown-menu>li.mega-dropdown-border {
        display: none;
    }
    .header {
        padding: 0;
    }
    .mega-dropdown-menu {
        display: none;
    }
    .mega-dropdown-menu .dropdown-header {
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu,
    .navbar-nav .dropdown-menu {
        padding: 0
    }
    .dropdown-menu>li {
        padding: 0;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover,
    .navbar-nav li a {
        border-color: #999;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .dropdown-menu .dropdown-header,
    .navbar-nav .dropdown-menu>li>a {
        border-bottom: 1px solid #999;
        margin-bottom: 0;
        padding: 10px 12px 10px 30px;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        background: #666 none repeat scroll 0 0;
        border-bottom: 1px solid #999;
        color: #fff;
        display: block;
        position: relative;
    }
    .navbar-default .navbar-nav>li:last-child>a,
    .navbar-default .navbar-nav>li:last-child>a:hover,
    .navbar-default .navbar-nav>li:last-child>a:focus {
        border: none;
    }
    .nav>li {
        display: block;
        position: relative;
    }
    .navbar-nav>li>.dropdown-menu {
        display: block;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }
    .mega-dropdown-menu>li ul>li>a:hover,
    .mega-dropdown-menu>li ul>li>a:focus {
        background-color: #666;
        color: #fff;
        text-decoration: none;
    }
    .navbar-default .navbar-nav a {
        font-size: 16px !important;
        color: #fff;
    }
    .navbar-default .navbar-nav>.open a,
    .navbar-default .navbar-nav>.open a:focus,
    .navbar-default .navbar-nav>.open a:hover {
        background: #666 none repeat scroll 0 0;
        color: #fff !important;
    }
    .mega-dropdown-menu .dropdown-header {
        position: relative;
        line-height: 1;
    }
    .navbar-nav>li>.dropdown-menu {
        background: #666;
        margin: 0;
        padding: 0;
        position: relative;
        box-shadow: none;
    }
    .toggle-list {
        margin-top: -9px;
        position: absolute;
        right: 15px;
        top: 50%;
        width: 10px;
    }
    .toggle-list::after {
        color: #fff;
        content: "+";
        font-family: Arial;
        font-size: 20px;
        font-weight: 400;
        height: 10px;
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        border-radius: 0;
        height: 47px;
        left: 0;
        margin: 0;
        padding: 10px;
        top: 0;
        width: 47px;
        background: #666 url("../img/mobile-btn-on.png") no-repeat scroll center 14px;
    }
    .navbar-default .navbar-toggle.collapsed,
    .navbar-default .navbar-toggle.collapsed:focus,
    .navbar-default .navbar-toggle.collapsed:hover {
        background: rgba(0, 0, 0, 0) url("../img/mobile-btn.png") no-repeat scroll center 14px;
    }
    .top-menu img {
        display: inline-block;
        height: 10px;
        margin-right: 1px;
        position: relative;
        top: -1px;
        vertical-align: middle;
    }
    .menu-list ul.closed {
        display: none;
    }
    .toggle-list.toggle-list-open::after {
        content: "-";
        margin-left: 2px;
    }
    .mega-dropdown-menu .menu-list ul li a,
    .mega-dropdown-menu .menu-list ul li a:hover,
    .mega-dropdown-menu .menu-list ul li a:focus {
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 12px 10px 50px;
        border-bottom: 1px solid #999;
    }
    .dropdown-menu {
        opacity: 1 !important;
    }
    .horizontal-seperator span {
        font-size: 18px;
        position: relative;
        top: -11px;
    }
}

@media (max-width: 600px) {
    .brands {
        text-align: center;
    }
    form#PageHeatPumpQuestionnaireForm .input textarea,
    form#PageHeatPumpQuestionnaireForm .input input[type="text"],
    form#PageHeatPumpQuestionnaireForm .input input[type="email"],
    form#PageHeatPumpQuestionnaireForm .input input[type="tel"],
    form#PageHeatPumpQuestionnaireForm .input select,
    form#PageHeatPumpQuestionnaireForm .input>label,

    form#PageEcoPumpQuestionnaireForm .input textarea,
    form#PageEcoPumpQuestionnaireForm .input input[type="text"],
    form#PageEcoPumpQuestionnaireForm .input input[type="email"],
    form#PageEcoPumpQuestionnaireForm .input input[type="tel"],
    form#PageEcoPumpQuestionnaireForm .input select,
    form#PageEcoPumpQuestionnaireForm .input>label {
        width: 100%
    }

    .section-title.cpb-section-title h3.cpb-title {
        font-size: 24px;
    }

    .row.section-title.cpb-section-title {
        background-size: 600px;
    }
    table.results+.row .text-right {
        text-align: left !important;
    }
    .header .logo {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 95%;
        text-align: center;
        width: 95%;
    }
    .col-xs-15 {
        display: inline-block;
        float: none;
        padding: 0;
        vertical-align: middle;
        width: 30%;
    }
    .header .search input[type="text"] {
        padding: 3px 10px;
    }
    .header .search button {
        background-size: auto 25px;
        height: 25px;
        width: 35px;
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        height: 41px;
    }
    .navbar-default .navbar-toggle.collapsed,
    .navbar-default .navbar-toggle.collapsed:focus,
    .navbar-default .navbar-toggle.collapsed:hover {
        background-position: center 11px;
    }
    .mobile-cart>img {
        width: 28px;
    }
    .img-responsive.mobile-sep-1,
    .img-responsive.mobile-sep-2,
    .mobile-cart {
        top: 9px;
    }
    .horizontal-seperator span {
        font-size: 18px;
        position: relative;
        top: -11px
    }
    .form-control,
    .form-horizontal .control-label {
        font-size: 16px !important;
    }



    form#CouponApplyForm.form-horizontal .control-label,
    form#CartFreightCalculatorForm.form-horizontal .control-label {
        width: 120px !important;
        padding-right: 0;
        font-size: 15px !important;
    }
    form#CouponApplyForm.form-horizontal .controls,
    form#CartFreightCalculatorForm.form-horizontal .controls {
        width: calc(100% - 120px) !important;
    }

    form#CartFreightCalculatorForm,
    form#CouponApplyForm {
        margin: 0px -30px;
    }



    form#CartFreightCalculatorForm fieldset,
    form#CouponApplyForm fieldset {
        border-radius: 0;
        border-color: #ddd transparent transparent transparent;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    #product-tabs ul.tab-items li a {
        padding: 5px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 456px) {
    .header .search button {
        background-size: auto 25px;
        height: 25px;
        width: 34px;
    }
    table.results+.row .text-right .btn,
    table.results+.row .text-right .btn-blue {
        font-size: 18px;
        min-width: inherit;
        height: 42px;
        line-height: 32px;
    }
    .chose-prefered .chose-detail {
        margin-left: 0;
        padding: 0 0 0 30px;
        font-size: 16px;
    }
    .chose-prefered .chose-images {
        float: none;
        width: 100%;
    }

    .chose-prefered .chose-images img {
        width: 100%;
    }

    #product-tabs ul.tab-items li,
    #product-tabs ul.tab-items li a {
        width: 100%
    }
    #product-tabs ul.tab-items li {
        margin: 0 0 5px 0;
        border-radius: 5px;
    }
    .product-side a.free-ship-btn {
        font-size: 14px
    }

    .product-side a.free-ship-btn span img {
        width: 30px;
    }
    .billing-details>div {
        font-size: 14px;
    }
    form#OrderAccountForm fieldset .controls,
    #OrderInvoiceForm fieldset .controls,
    form#OrderAccountForm fieldset .control-label,
    #OrderInvoiceForm fieldset .control-label {
        padding: 0;
    }

    .products-grid .item .product-image {
        height: 100px;
    }
    .products-grid .item .product-image>a img {
        margin-left: -50px;
        height: 100% !important;
    }
    .payment-status {
        padding: 10px;
        font-size: 14px;
    }

    .payment-status,
    .payment-status h2,
    .payment-status .btn {
        font-size: 16px !important;
    }
    .btn {
        white-space: inherit;
    }
    .btn.btn-blue.btn-blue-fill,
    .btn.btn-green-fill {
        padding: 5px 10px;
        line-height: 32px;
        font-size: 18px;
    }
    .products-grid .item .button-cart a,
    .products-grid .item .button-cart a img {
        max-width: 100%;
        height: auto;
    }
    table.results tbody td {}
    table.results tbody td:before {}
    .products-grid .item .product-image+div.red {
        font-size: 9px;
    }

    .products-grid .item h5 {
        height: 75px;
    }

    img {
        max-width: 100%;
        height: auto !important
    }

    .product-side .btn.large-cart,
    .cover-section .btn.large-cart {
        font-size: 18px;
        text-align: center !important;
    }
    .page-head h1,
    .page-head h2 {
        font-size: 20px;
    }
    .product-side .btn.large-cart span,
    .cover-section .btn.large-cart span {
        float: none;
        padding: 5px 0 5px 10px;
        background-size: auto 50px;
    }
    .product-side .btn.large-cart span img,
    .cover-section .btn.large-cart span img {
        height: 30px !important
    }
    a.btn.beat-quote-btn span {
        font-size: 17px;
    }
    a.btn.beat-quote-btn img {
        height: 32px !important;
    }
}

@media (max-width: 380px) {
    .img-responsive.mobile-sep-1 {
        left: 55px;
    }
    .img-responsive.mobile-sep-2 {
        right: 60px;
    }

    .checkout-tabs #product-tabs ul.tab-items li,
    .checkout-tabs #product-tabs ul.tab-items li a {
        width: 100%;
    }
    .checkout-tabs #product-tabs ul.tab-items li {
        margin: 0 0 5px 0;
        border-radius: 5px;
    }
}

#deliverytime-results-b,
#deliverytime-results-wait {
    display: none;
}

#fotorama {
    position: relative;
}

#fotorama a.zoom {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/zoom_in.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    bottom: 20%;
    right: 15px;
    z-index: 99;
}

.cboxPhoto {
    margin-top: 0!important;
}

#cboxLoadedContent,
#cboxContent {
    height: auto !important;
}

#cboxCurrent {
    display: none;
}

#cboxPrevious,
#cboxNext {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    background: none;
    line-height: 40px;
    z-index: 1000;
    font-size: 0;
    text-indent: 0;
    margin: -20px 10px 0 10px;
}

#cboxNext {
    right: 0;
    left: inherit;
}

#cboxPrevious {
    left: 0;
}

#cboxPrevious:after,
#cboxNext:after {
    display: inline-block;
    font: normal normal normal 14px/100% FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
}

#cboxNext:after {
    content: "\f054";
}

#cboxPrevious:hover:after,
#cboxNext:hover:after {
    color: #0188e3;
}

#cboxLoadedContent {
    margin-bottom: 0 !important;
}

div#cboxTitle {
    bottom: inherit;
    top: 10px;
    left: 10px;
    width: auto;
    right: 10px;
    color: #fff;
    padding: 5px 10px 40px 10px;
    text-shadow: 0 0 1px #000;
}

div#cboxCurrent {
    bottom: 10px;
    right: 0;
    left: inherit;
    margin: 0 16px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 1px #000;
}

a.optional-accessories {
    color: #474747;
}

label small {
    color: #999;
    padding-left: 10px;
    font-weight: normal;
}

.form-control-feedback {
    line-height: 34px !important;
}

.error-message {
    color: #f00;
}

.ui-widget-content.ui-autocomplete {
    border: 1px solid #ccc !important;
}

.ui-autocomplete .ui-menu-item {
    text-align: left;
}



























/* ------------------------------------- */

#water-test-area {
    width: 100%;
    margin: 40px auto 0 auto;
    line-height: 140%;
    max-width: 890px;
}

nav#water-test-nav {
    text-align: justify;
}

nav#water-test-nav a {
    display: inline-block;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    background: #04aef3;
    border-radius: 5px;
    font-weight: 500;
    line-height: 30px;
    cursor: pointer;
}

nav#water-test-nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

nav#water-test-nav a:last-child {
    background: #4cc500;
    float: right;
}

h2.water-test-heading {
    text-align: center;
    font-size: 36px;
    color: #515151;
    margin-bottom: 40px;
    font-weight: bold;
}

.pool-detail-row,
.treatments-info,
.test-entry-row,
.result-info-popup-description1 ul {
    margin: 0 -20px;
}

.pool-detail-col,
.treatments-col,
.test-entry-col,
.result-info-popup-description1 ul li {
    float: left;
    width: 50%;
    padding: 0 20px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.result-info-popup-description ul li {
    padding: 0 20px;
    margin-left: 20px;
}

.result-info-popup-description ul li.range {
    list-style-type: none;
}

p.iframe-frame:after {
    content: '';
    display: block;
    padding-top: 56.25%;
}

p.iframe-frame {
    position: relative;
}

p.iframe-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.pool-detail-col * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pool-control-input.input-text {
    display: block;
    font-size: 32px;
    font-weight: bold;
    border-width: 0 0 3px 0;
    border-color: #04adf3;
    color: #333;
    padding: 0 10px 5px 10px;
    margin: 0 0 10px 0;
    width: 100%;
}

.pool-detail-control span.label {
    font-size: 22px;
    color: #707070;
    display: block !important;
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
    font-weight: 500;
}

.pool-detail-control span.label span.mark {
    color: #04adf3;
    background: none;
}

.pool-detail-control {}

.pool-detail-control {
    margin-bottom: 30px;
    position: relative;
}

label.pool-control-input.radio {
    font-size: 24px;
    font-weight: bold;
    margin: 0 20px 0 0;
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-bottom: 15px;
}

label.pool-control-input.radio input[type="radio"] {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    position: relative;
}

.pool-detail-control span.label.small {
    font-size: 18px;
}

span.label.small.hidden {
    opacity: 0;
}

.pool-calculator-trigger {
    position: absolute;
    top: 40px;
    right: 0;
    border: solid 3px #4cc500;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #4cc500;
    padding: 5px 7px;
    cursor: pointer;
}

.pool-calculator-trigger img {
    display: inline-block;
    vertical-align: top;
    width: 20px;
}

.water-test-pager {
    margin-bottom: 40px;
    display: none;
    margin-top: 20px;
}

.water-test-pager.active {
    display: block;
}

.water-test-pager:after,
.test-entry-row:after,
.result-info-popup-description ul:after {
    content: '';
    display: table;
    width: 100%;
}

.pool-detail-info {
    text-align: center;
    margin: 0 auto 40px auto;
    font-size: 25px;
    max-width: 800px;
    padding-bottom: 10px;
    border-bottom: solid 3px #e8e8e8;
}

.pool-detail-info span.title {
    margin: 0 10px 20px 10px;
    display: inline-block;
}

.pool-detail-info-description {
    font-size: 18px;
    line-height: 160%;
    max-width: 800px;
    margin: 0 auto;
}

.pool-detail-info-description h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.pool-detail-info-description .thumbnail {
    float: left;
    width: 160px;
    padding: 0;
    line-height: 100%;
    border: 0;
}

.pool-detail-info-description .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.pool-detail-info-description .detail {
    margin-left: 200px;
    text-align: justify;
}

table.tab-info-table {
    width: 100%;
    line-height: 180%;
}

.result-tabs ul.tab-items {
    margin-bottom: 30px;
}

table.tab-info-table tr th,
table.tab-info-table tr td {
    border-right: solid 2px #eee !important;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
}

table.tab-info-table tr th:last-child,
table.tab-info-table tr td:last-child {
    border-right: 0 !important;
}

table.tab-info-table tr th {
    padding: 15px 20px;
    border-bottom: solid 2px #eee;
    border-top: solid 2px #eee;
}

table.tab-info-table tr td {
    padding: 10px 20px;
}

table.tab-info-table tr td:first-child {
    font-weight: normal;
}

table.tab-info-table tr th:first-child {
    padding-left: 60px;
}

img.help-icon {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.treatments-info h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.treatments-col p {
    font-size: 18px;
    margin-bottom: 20px;
}

.treatments-col p small {
    font-size: 14px;
}

table.tab-info-table.product-to-purchase tr th:first-child {
    padding-left: 20px;
}

table.tab-info-table.product-to-purchase tr th,
table.tab-info-table.product-to-purchase tr td {
    text-align: center;
    vertical-align: middle;
}

table.tab-info-table.product-to-purchase tr td .btn {
    font-size: 27px !important;
    color: #fff;
    line-height: 40px;
}

table.tab-info-table.product-to-purchase tr td select {
    padding: 10px;
    font-size: 24px;
    height: 60px;
    width: 100%;
    border: solid 1px #d8d8d8;
}

table.tab-info-table.product-to-purchase tr td {
    padding: 20px;
    border-bottom: solid 2px #eee !important;
}

#product-tabs.result-tabs {
    max-width: 720px;
    margin: 0 auto;
}

.product-to-purchase-item:after,
.pool-volume-row div:after {
    content: '';
    display: table;
    width: 100%;
}

.product-to-purchase-item .thumbnail {
    float: left;
    width: 40%;
    padding: 0;
    margin: 0;
    border: 0;
}

.product-to-purchase-item .detail {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

.product-to-purchase-item .detail a {
    color: #333333;
}

table.tab-info-table.product-to-purchase tr th {
    width: 44%;
}

table.tab-info-table.product-to-purchase tr th:nth-child(2) {
    width: 22%;
}

a.custom-checkuot-btn {
    font-size: 37px;
    color: #036cd8;
    font-weight: bold;
    padding: 30px;
    display: inline-block;
    border: solid 3px #eee;
    border-radius: 25px;
}

a.custom-checkuot-btn span,
a.custom-checkuot-btn img {
    display: inline-block;
    vertical-align: middle;
}

a.custom-checkuot-btn>span {
    margin-right: 10px;
    padding-right: 15px;
    border-right: solid 1px #eee;
    margin-left: 10px;
}

a.custom-checkuot-btn>span span {
    border-bottom: solid 2px;
    line-height: 30px;
}

.custom-checkout {
    margin-top: 40px;
    text-align: center;
}

.test-entry-input {}

.test-entry-input {
    font-size: 20px;
    font-weight: bold;
}

.test-entry-value {
    position: relative;
}

.test-entry-value .test-entry-check+.test-entry-input {
    padding-right: 80px;
    margin-bottom: 20px;
}

.test-entry-value .test-entry-check+.test-entry-input label {
    display: block
}

.test-entry-value .test-entry-check+.test-entry-input label span,
.test-entry-value .test-entry-check+.test-entry-input label input {
    display: inline-block;
    max-width: 30%;
    vertical-align: middle;
}

.test-entry-value .test-entry-check+.test-entry-input label input {
    padding: 8px 10px;
    border: solid 1px #eee;
    max-width: 80px;
    border-radius: 10px;
    margin: 0 1%;
}

.test-entry-check {
    position: absolute;
    top: 0;
    right: 0;
}

input.test-entry-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.checkbox-slider {
    width: 70px;
    height: 30px;
    background: #c6c6c6;
    border-radius: 15px;
    position: relative;
    z-index: 0;
}

.checkbox-slider span {
    position: absolute;
    background: #fff;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 30px;
    border: solid 2px #c6c6c6;
    transition: all ease-in .1s;
}

.checkbox-slider.active {
    background: #04aef3;
}

.checkbox-slider.active span {
    border-color: #04aef3;
    right: calc(100% - 30px);
}

.test-entry-ranger label {
    display: block;
    padding: 0 65px;
    height: 30px;
    position: relative;
}

.test-entry-ranger label span {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    display: block;
    top: 0;
    min-width: 60px;
    text-align: center;
}

.test-entry-ranger label span:first-child {
    right: 100%;
    margin-right: -55px;
}

.test-entry-ranger label span:last-child {
    left: 100%;
    margin-left: -55px;
}

.test-entry-ranger label input.test-entry-range {
    left: 60px;
    position: absolute;
    top: 10px;
    right: 60px;
    width: calc(100% - 120px);
}

.test-entry-ranger {
    position: relative;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: #04aef3;
}

input[type=range]::-webkit-slider-thumb {
    height: 26px;
    width: 26px;
    border-radius: 30px;
    border: solid 2px #04aef3;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #04aef3;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: #04aef3;
}

input[type=range]::-moz-range-thumb {
    height: 26px;
    width: 26px;
    border-radius: 30px;
    border: solid 2px #04aef3;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13px;
}

input[type=range]::-ms-track {
    height: 26px;
    width: 26px;
    border-radius: 30px;
    border: solid 2px #04aef3;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13px;
    background: transparent;
    border-color: transparent;
    border-width: 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #04aef3;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #04aef3;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #04aef3;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #04aef3;
}

input[type=range]:focus::-ms-fill-upper {
    background: #04aef3;
}





.inactive input[type=range]::-webkit-slider-runnable-track {
    background: #c6c6c6;
}

.inactive input[type=range]::-webkit-slider-thumb {

    border: solid 2px #c6c6c6;
}

.inactive input[type=range]:focus::-webkit-slider-runnable-track {
    background: #c6c6c6;
}

.inactive input[type=range]::-moz-range-track {
    background: #c6c6c6;
}

.inactive input[type=range]::-moz-range-thumb {
    border: solid 2px #c6c6c6;
}

.inactive input[type=range]::-ms-track {
    border: solid 2px #c6c6c6;
}

.inactive input[type=range]::-ms-fill-lower {
    background: #c6c6c6;
}

.inactive input[type=range]::-ms-fill-upper {
    background: #c6c6c6;
}

.inactive input[type=range]::-ms-thumb {
    background: #c6c6c6;
}

.inactive input[type=range]:focus::-ms-fill-lower {
    background: #c6c6c6;
}

.inactive input[type=range]:focus::-ms-fill-upper {
    background: #c6c6c6;
}

.test-entry-row {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #eee;
}

.test-entry-value .test-entry-check+.test-entry-input label input[disabled] {
    background: #fff;
    color: #c6c6c6;
}

.test-entry-col.col-questions {
    text-align: center;
    width: auto;
}

.test-entry-radio label span,
.test-entry-col.col-questions h4 {
    font-size: 20px;
    font-weight: bold;
}

.test-entry-radio label {
    margin: 0 15px;
}

.test-entry-select select {
    padding: 5px 10px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.test-entry-radio label input[type="radio"] {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}

.water-test-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.water-popup-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.water-test-popup-content {
    max-width: 760px;
    margin: 5vh auto;
    position: relative;
    z-index: 1;
    height: 90vh;
    overflow: hidden;
    border-radius: 10px;
    width: 90%;
}

.water-test-popup-inner {
    padding: 10px;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.close-button-water-popup {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    z-index: 2;
    cursor: pointer;
}

header.water-popup-header {
    text-align: center;
    padding: 10px 20px 20px 20px;
    margin-bottom: 40px;
    position: relative;
}

header.water-popup-header h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

header.water-popup-header:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 40px;
    background-image: url(../img/horizontal-line-h.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.main-bar {
    position: relative;
}

header.water-popup-header .result-meter {
    width: 300px;
    margin: 20px auto 0 auto;
}

.result-meter {
    position: relative;
    height: 32px;
}

.main-bar:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #ebebeb;
    margin-bottom: 10px;
}

span.main-bar-label {
    font-weight: bold;
    font-size: 18px;
}

span.main-bar-label.max {
    float: right;
}

span.main-bar-label.min {
    float: left;
}

.ideal-bar {
    position: absolute;
    top: 0;
    height: 6px;
    background: #04aef3;
}

span.ideal-label {
    position: absolute;
    width: 10px;
    background: #4cc500;
    height: 30px;
    white-space: nowrap;
    top: 0;
    margin-top: -15px;
    z-index: 1;
    border: solid 3px #fff;
    text-align: center;
}

span.ideal-label.red {
    background: #f2300a;
}

.ideal-bar span.range-text {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    width: 130px;
    left: 0;
    text-align: left;
    margin-left: -10px;
}

.result-info-popup-description li {
    font-size: 16px; //font-weight: 600;
}

.result-info-popup-description h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.result-info-popup-description li {
    margin-bottom: 10px;
}

.result-info-popup-description ul {
    padding: 0;
}

.result-info-popup-description li,
.result-info-popup-description ul {
    //display: block;
}

.water-popup-contentarea {
    padding: 0 20px 20px 20px;
}


.water-popup-contentarea #pool-shape {
    float: left;
    width: 150px;
    border-right: solid 1px #dedede;
    margin: 0;
}

#pool-shape .form-horizontal .form-group {
    display: none ! important;
}



.water-popup-contentarea #pool-shape ul.pool-shapes li {
    width: 100%;
    margin-bottom: 20px;
}

.water-popup-contentarea #pool-shape ul.pool-shapes li p {
    margin: 5px 0 0 0;
    font-size: 14px;
}

.water-popup-contentarea #pool-shape+.cover-section {
    display: block;
    margin-left: 180px;
    padding: 0;
    max-width: 440px;
    margin-bottom: 0 !important;
}

.water-popup-contentarea #pool-shape+.cover-section .control-label {
    font-size: 14px;
}

.water-popup-contentarea #pool-shape h3.title,
.water-popup-contentarea #pool-shape+.cover-section h3.title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.water-popup-contentarea #pool-shape ul.pool-shapes {
    padding-right: 30px;
}

.pool-volume-row {
    padding-top: 30px;
    border-top: solid 1px #dedede;
    margin-top: 30px;
    padding-bottom: 20px;
}

a.save-pool-calculator-btn {
    display: block;
    float: right;
    padding: 20px 30px;
    font-size: 30px;
    color: #036cd8;
    font-weight: bold;
    border: solid 2px #eee;
    border-radius: 20px;
    min-width: 40%;
    text-align: center;
    line-height: 30px;
}

.pool-volume-row h3.title {
    float: left;
}

@media screen and (max-width: 768px) {
    .water-popup-contentarea #pool-shape,
    .water-popup-contentarea #pool-shape+.cover-section {
        width: 100%;
        margin: 0 0 40px 0;
        max-width: 100%;
        border: 0;
    }


    .water-popup-contentarea #pool-shape+.cover-section {
        margin-bottom: 0 !important
    }

    .water-popup-contentarea #pool-shape ul.pool-shapes {
        padding-right: 0;
    }

    .water-popup-contentarea #pool-shape ul.pool-shapes li {
        width: 25%;
        margin: 0;
        padding: 0 20px;
    }

    .water-popup-contentarea #pool-shape ul.pool-shapes li img {
        width: auto;
        max-height: 50px;
    }

    form#PageHeatPumpQuestionnaireForm .radio fieldset,
    form#PageEcoPumpQuestionnaireForm .radio fieldset,
    form#PageHeatPumpQuestionnaireForm .checkbox fieldset,
    form#PageEcoPumpQuestionnaireForm .checkbox fieldset {
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0;
        margin: 0 -30px !important;
        padding: 20px 30px !important;
    }
}

@media screen and (max-width: 640px) {
    .pool-detail-col,
    .treatments-col,
    .test-entry-col,
    .result-info-popup-description ul li {
        width: 100%;
    }
    table.tab-info-table.product-to-purchase tr td {
        padding: 10px 0
    }
    .test-entry-col.col-questions {
        text-align: left;
    }

    a.custom-checkuot-btn span {
        font-size: 24px;
    }

    a.custom-checkuot-btn img {
        height: 20px;
    }

    a.custom-checkuot-btn {
        padding: 25px;
    }

    .product-to-purchase-item .detail {
        width: auto;
        float: none;
        margin-left: 70px;
        font-size: 18px;
    }

    .product-to-purchase-item .thumbnail {
        width: 50px;
    }

    table.tab-info-table,
    table.tab-info-table tbody,
    table.tab-info-table tr,
    table.tab-info-table td {
        display: block;
    }

    table.tab-info-table thead {
        display: none;
    }

    table.tab-info-table.product-to-purchase tr {
        background: #eee;
        border-bottom-width: 20px;
    }

    div#product-tabs table tr td:first-child {
        background: #fff;
    }

    table.tab-info-table tr td {
        font-size: 18px;
        padding: 5px;
        border-right: 0 !important;
    }

    #result-tab-info table.tab-info-table tr td:nth-child(2),
    #result-tab-info table.tab-info-table tr td:nth-child(3) {
        float: left;
        max-width: 50%;
    }

    #result-tab-info table.tab-info-table tr td:first-child,
    #result-tab-info table.tab-info-table tr td:nth-child(2) {
        padding-left: 65px;
    }
    table.tab-info-table tr td:first-child {
        font-weight: bold;
        font-size: 20px;
    }

    table.tab-info-table.product-to-purchase td {
        padding: 10px 0;
        border-bottom: 0 !important;
    }

    table.tab-info-table.product-to-purchase td:nth-child(2),
    table.tab-info-table.product-to-purchase td:nth-child(3) {
        float: left;
        width: 50%;
        padding: 10px;
    }

    div#product-tabs table td:nth-child(3) {
        text-align: left;
    }

    table.tab-info-table.product-to-purchase tr td .btn {
        font-size: 18px !important;
        height: 40px;
        line-height: 20px;
    }

    table.tab-info-table.product-to-purchase tr td select {
        font-size: 18px;
        padding: 5px 10px;
        height: 40px;
    }

    table.tab-info-table.product-to-purchase td:before,
    #result-tab-info table.tab-info-table tr td:first-child:before {
        display: none;
    }

    table.tab-info-table tr td:first-child:before {
        margin-right: 0;
    }

    #result-tab-info table.tab-info-table tr td:before {
        content: '';
        margin-right: 10px;
    }

    #result-tab-info table.tab-info-table tr td:nth-child(2):before {
        content: 'Value :';
    }

    #result-tab-info table.tab-info-table tr td:nth-child(3):before {
        content: 'Recommended :';
    }

    table.tab-info-table tr {
        border-bottom: solid 30px #fff;
        position: relative;
    }

    table.tab-info-table tr:after {
        content: '';
        display: table;
        width: 100%;
    }

    img.help-icon {
        position: absolute;
        z-index: 1;
        left: 0;
        width: 50px;
    }
    .test-entry-radio label {
        margin: 0 30px 0 0;
    }
    .test-entry-col {
        margin: 20px 0;
    }

    .test-entry-row {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .water-popup-contentarea #pool-shape ul.pool-shapes li {
        width: 50%;
        margin: 10px 0;
    }

    .pool-detail-info-description .thumbnail,
    .pool-detail-info-description .detail {
        width: 100%;
        margin: 0
    }

    .pool-detail-info-description .thumbnail img {
        margin: 0 auto 40px auto;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .pool-calculator-trigger {
        font-size: 14px;
    }
    form#CartFreightCalculatorForm,
    form#CouponApplyForm {
        margin: 0px -15px;
    }
    form#PageHeatPumpQuestionnaireForm .radio fieldset,
    form#PageEcoPumpQuestionnaireForm .radio fieldset,
    form#PageHeatPumpQuestionnaireForm .checkbox fieldset,
    form#PageEcoPumpQuestionnaireForm .checkbox fieldset {
        margin: 0 -15px !important;
        padding: 20px 15px !important;
    }
    .cpb-offer {
        font-size: 12px;
    }
    .container-fluid .container {
        padding: 0;
    }
    table.results td {
        font-size: 12px;
    }
    td.quantity,
    table.results td.quantity {
        font-size: 12px;
    }
    .page-head {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .test-entry-check {
        top: 10px;
    }
    .test-entry-ranger label span {
        font-size: 24px;
    }
    .checkbox-slider {
        width: 40px;
        height: 20px;
    }
    .checkbox-slider span {
        width: 20px;
        height: 20px;
    }
    .checkbox-slider.active span {
        right: calc(100% - 20px)
    }
    .test-entry-value .test-entry-check+.test-entry-input label span {
        max-width: calc(100% - 60px);
    }
    .test-entry-value .test-entry-check+.test-entry-input label span:last-child {
        font-size: 12px;
        width: 10px;
    }
    .test-entry-value .test-entry-check+.test-entry-input label input {
        width: 50px;
    }
    .test-entry-input {
        font-size: 16px;
    }
    .test-entry-value .test-entry-check+.test-entry-input {
        padding-right: 60px;
    }
    .pool-calculator-trigger img {
        width: 16px;
    }

    .pool-control-input.input-text {
        font-size: 24px;
    }

    label.pool-control-input.radio {
        font-size: 20px;
    }

    label.pool-control-input.radio input[type="radio"] {
        width: 18px;
        height: 18px;
    }
}

div#pool-count .form-group:after,
.water-popup-contentarea #pool-shape+.cover-section .row:after {
    clear: none;
    width: 100%;
}
