/*
Theme Name: Bibo
Author: alexmoon
Description: Main Bibo Web Theme
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bibo
*/

/* Hide reCAPTCHA */

.grecaptcha-badge {
    visibility: hidden !important;
}

/* Logo with awards addition */


.navbar-brand>img {
    height: 54px !important;
    width: auto;
    max-width: none !important;
}

@media only screen and (max-width: 600px) {
    .navbar-brand>img {
        display: block;
        max-width: 180%;
    }
}

@font-face {
    font-family: VarelaRound-Regular;
    src: url(../ttf/varelaround-regular.ttf);
}

body {
    width: 100%;
}

h1 {
    font-family: VarelaRound-Regular;
    font-size: 30pt;
    color: #50b9fa;
    font-weight: 500;
}

h2 {
    font-family: VarelaRound-Regular;
    font-size: 36pt;
    color: #50b9fa;
    font-weight: bold;
}

h3 {
    font-family: VarelaRound-Regular;
    font-size: 30pt;
    color: #50b9fa;
    font-weight: 500;
}

.menu>li>a.active,
.menu>li:hover>a {
    background: #38393d;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

h4 {
    font-family: VarelaRound-Regular;
    font-size: 28pt;
    color: #50b9fa;
}

h5 {
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 24pt;
    line-height: 33px;
    font-weight: bold;
}

h6 {
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 18pt;
    line-height: 33px;
}

span {
    color: #50b9fa;
}

textarea {
    color: #333333;
}

input {
    width: 98%;
    color: #333333;
}

input[type="submit"] {
    width: auto;
    background-color: #50b9fa;
    border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    font-family: VarelaRound-Regular;
    color: #fff;
    border: 0;
    font-size: 12pt;
    font-weight: bold;
    padding: 2% 7%;
}

.featured-body-copy {
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 14px;
}

.body-copy {
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 12pt;
}

.meta-txt {
    font-family: VarelaRound-Regular;
    font-size: 10pt;
    color: #333333;
    font-style: italic;
}

.learn-more-link {
    color: #50b9fa;
    font-family: VarelaRound-Regular;
    font-size: 12pt;
    line-height: 33px;
    text-decoration: none;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.txt-center {
    text-align: center;
}

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

.font-norm {
    font-weight: normal;
}

.learn-more-link:hover {
    color: #50b9fa;
    font-family: VarelaRound-Regular;
    font-size: 12pt;
    line-height: 33px;
    text-decoration: none;
}

.desktop-menu {
    display: block;
}

.mobile-menu {
    display: none;
}

.top-header {
    background-color: #38393d;
    height: 45px;
    width: auto;
}

.top-header-socials {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    vertical-align: top;
    list-style: none;
}

.top-header-social {
    float: left;
    padding: 0 3px 0;
    /* background-color: tomato; */
}

.top-header-social a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 19px;
    margin-top: 3px;
    margin-right: 10px;
    line-height: 1;
}

.top-header-social>a>svg {
    position: absolute;
    width: 100%;
    height: 100%;
    /* height: auto; */
}

.top-header-social-twitter>a {
    margin-top: 2px;
    width: 22px;
    height: 22px;
}

.top-header-social-twitter>a>svg {
    /* width: 22px; */
}

.top-header-social a>svg path {
    transition: fill 300ms ease;
}

.top-header-social a:hover>svg path {
    fill: #ffffff;
}

.phone-top-header {
    display: inline-block;
    color: #fff;
    padding-left: 6px;
}

.menu-top {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.menu-top>li {
    float: left;
    position: relative;
    display: block;
}

.menu-top>li>a {
    line-height: 20px;
    position: relative;
    display: block;
    padding: 14px;
    color: #fff;
    font-family: VarelaRound-Regular;
}

.navbar-right {
    padding-top: 15px;
}

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

.menu>li {
    float: left;
    position: relative;
    display: block;
}

.menu>li>a {
    line-height: 20px;
    position: relative;
    display: block;
    padding: 12px 24px;
    margin: 0 1px;
    color: #666666;
    font-family: VarelaRound-Regular;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.buy-now-button {
    background-color: #50b9fa;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    font-family: VarelaRound-Regular;
}

.buy-now-button>a {
    color: #fff !important;
    vertical-align: middle;
    font-size: 16px;
    padding: 2px 9px;
    text-transform: uppercase;
}

.buy-now-button:hover {
    background-color: #2A93D4;
}


.footer {
    background-color: #38393d;
    width: auto;
    clear: both;
}

.container.footer-upper {
    padding-left: 30px;
    padding-right: 30px;
}

.container.footer-upper .row-no-margin {
    margin-left: 0;
    margin-right: 0;
}

.menu-footer>li {
    position: relative;
    display: block;
}

.menu-footer>li>a {
    line-height: 20px;
    position: relative;
    display: block;
    padding: 12px 0;
    color: #a7a7a8;
    font-family: VarelaRound-Regular;
    font-size: 14px;
}

.footer-titles {
    color: #fff;
    font-family: VarelaRound-Regular;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
}

.container.footer-lower {
    padding-left: 30px;
    padding-right: 36px;
}

.footer .social-icons {
    padding: 0;
    margin-top: 27px;
    margin-bottom: 10px;
}

.footer .social-icons li {
    display: inline-block;
    width: 33px;
}

.footer .social-icons li:not(:last-of-type) {
    margin-right: 20px;
}

.footer .social-icons li a {
    position: relative;
    display: block;
    width: 33px;
    height: 33px;
}

.footer .social-icons svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer .social-icons svg path {
    transition: fill 300ms ease;
}

.footer .social-icons a:hover svg path {
    fill: #666666;
}

.link-digital {
    color: #0e9d95;
}

.link-digital:hover {
    color: #0e9d95;
}

.copyright {
    font-family: VarelaRound-Regular;
    font-size: 12px;
    color: #666666;
    margin-top: 18px;
    margin-bottom: 8px;
}

.footer .row>hr {
    border-color: #2b2b2d;
    margin-top: 60px;
    box-sizing: border-box;
}

.menu-footer {
    padding: 0;
}

.home-sec1-img {
    width: 99%;
    margin-bottom: 8px;
    margin-left: 0.5%;
}

.bg-what {
    background-color: rgba(255, 255, 255, 0.95);
    width: 55%;
    z-index: 1000;
    position: absolute;
    margin: 40px 0 0 30px;
    padding: 10px 30px;
}

.img-arrow-right {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
}

.bg-how {
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    position: absolute;
    bottom: 8%;
    left: 3%;
    padding: 10px 30px;
}

.which-width {
    width: 55%;
}

.home-bibos {
    width: 100%;
    border-bottom: 3px solid #50b9fa;
}

.bg-item-slide {
    background-color: rgba(255, 255, 255, 0.95);
    width: 27%;
    z-index: 1000;
    position: absolute;
    padding: 35px 30px;
    left: 15%;
}

.carousel-caption {
    top: 20%;
    text-shadow: none;
    bottom: 20%;
}

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

.carousel-control.left>img {
    bottom: 50%;
    position: absolute;
    left: 25%;
}

.carousel-control.right>img {
    bottom: 50%;
    position: absolute;
}

.display-inline {
    display: inline-block;
}

.call-us-button {
    background-color: #38393d;
    color: #fff;
    border-radius: 6px;
    padding: 11px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.call-us-button:hover {
    background-color: #0D0D0D;
}

.call-us-button>a {
    color: #fff !important;
    vertical-align: middle;
    font-size: 16px;
    padding: 2px 9px;
}

.help-sec2-bg {
    background-color: #50b9fa;
    padding: 28px 0;
}

.help-sec3-numbers {
    background-color: #f6f6f6;
    padding: 5% 0;
}

.help-sec3-imgs {
    width: 90%;
}

.latest-post-section {
    margin-top: 10px;
}

.varela-round-white {
    color: #fff;
    font-family: VarelaRound-Regular;
}

.varela-round-blue {
    color: #4FB8F9;
    font-family: VarelaRound-Regular;
}

.latest-post-title {
    font-size: 14px;
    margin-bottom: 7px;
}

.latest-post-date {
    font-size: 13px;
    margin-bottom: 7px;
    display: none !important;
}

.latest-post-description {
    color: #a7a7a8;
    font-size: 13px;
}

.latest-post-link {
    text-decoration: none;
    cursor: pointer;
}

.latest-post-link:hover {
    color: #fff;
}

.bg-grey {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bg-grey:nth-child(2n) {
    background-color: #f6f6f6 !important;

}

.bg-grey:nth-child(2n) .container {
    padding: 0 !important
}

#changeback .bg-grey:nth-child(2n) {
    background-color: #fff;
}

#changeback .bg-grey:nth-child(2) {
    background-color: #f6f6f6;
}

#featable .col-md-12:nth-child(2n) {
    background-color: #f6f6f6;
}

.width-100 {
    width: 100%;
}

.about-last-sec {
    z-index: 1000;
    position: absolute;
    padding: 10%;
}

.point-color {
    padding-left: 20px;
}

.point-color>li {
    color: #50b9fa;
    padding-left: 20px;
    margin-bottom: 15px;
}

.point-color>li span {
    color: #333333;
}

.how-bg-item-slide {
    background-color: rgba(255, 255, 255, 0.95);
    width: 39%;
    z-index: 1000;
    position: absolute;
    padding: 1% 3% 3% 3%;
    left: 11%;
    text-align: left;
    bottom: 35%;
}

.orange-button {
    color: #fff;
    background-color: #ff9933;
    padding: 2% 3%;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    font-family: VarelaRound-Regular;
    font-size: 12pt;
}

.how-bg-item-slide>div>a:hover {
    color: #fff;
}

.how-bg-item-slide>div>a:focus {
    color: #fff;
}

.two-buttons-marg {
    margin-top: 30px;
}

.bg-buttons {
    padding: 11px;
    margin-right: 20px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    font-family: VarelaRound-Regular;
}

.col-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.bottom-button-marg {
    padding: 11px;
}

.email-us-pad {
    padding: 11px;
}

.which-sec1-right {
    padding: 4% 9%;
    text-align: center;
    border-left: 1px solid #cccccc;
}

.buy-pad-marg {
    padding: 11px;
    margin-right: 20px;
}

.bg-what-min {
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    position: absolute;
    padding: 10px 30px;
    bottom: 5%;
    left: 5%;
    right: 5%;
}

.rent-button {
    background-color: #fff;
    color: #50b9fa;
    border-radius: 6px;
    padding: 10px 11px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    font-family: VarelaRound-Regular;
    font-size: 12pt;
    font-weight: bold;
}

.rent-button>a {
    vertical-align: middle;
    color: #50b9fa;
}

.button-marg {
    margin-top: 18px;
}

.reviews-pad-left {
    padding-left: 60px;
}

.product-sec1 {
    z-index: 1000;
    position: absolute;
    padding: 6% 10% 0 0;
    right: 0;
}

.bg-grey-table {
    background-color: #f6f6f6;
    padding: 30px 0;
}

.bg-blue-table {
    padding-top: 2%;
    background-color: #50B9FA;
    margin: 0 1px;
}

.table-string {
    border-bottom: 1px solid #cccccc !important;
    padding-top: 2%;
    width: 50%;
    height: 90px;
    border: 1px solid #f6f6f6;
}

.txt-table-right {
    padding-left: 6%;
}

.carousel-control.left.testimonials {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}

.carousel-control.right.testimonials {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}


.cat-sidebar {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CCCCCC;
}

.cat-sidebar li {
    padding: 0px;
    border-bottom: 1px solid #CCCCCC;
}

.cat-sidebar li:last-child {
    border-bottom: none;
}

.upload-content {
    color: #37383D;
    cursor: pointer;
    font-family: VarelaRound-Regular;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 17px;
}

.upload-content:hover {
    color: #50B9FA;
    background-color: #38393d;
    text-decoration: none;
}

.upload-content:focus {
    color: #50B9FA;
    background-color: #38393d;
    text-decoration: none;
}

.active-cat-tab {
    color: #50B9FA;
    background-color: #38393d;
    text-decoration: none;
}

.active-cat-tab:after {
    float: right;
    content: url(../png/faq-arrow-right-blue.png);
}

.post-title {
    font-family: VarelaRound-Regular;
    font-size: 33px;
    color: #50B9FA;
    line-height: 36px;
    padding: 0px;
}

.title-link {
    color: #50B9FA;
    text-decoration: none;
    cursor: pointer;
}

.title-link:hover {
    color: #50B9FA;
    text-decoration: none;
    cursor: pointer;
}

.title-link:focus {
    color: #50B9FA;
    text-decoration: none;
    cursor: pointer;
}

.post-subtitle {
    font-family: VarelaRound-Regular;
    font-size: 21px;
    color: #9A9A9A;
    padding: 0px;
}

.post-content {
    font-family: VarelaRound-Regular;
    color: #39383D;
    margin: 15px 0px 30px 0px;
    font-size: 16px;
    padding: 0px;
}

.single-post {
    border-bottom: 0px solid #CCCCCC;
    padding: 0px;
    margin: auto;
}

.single-post:first-child {
    margin-top: 0px;
}

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

.contact-container {
    clear: both;
    margin-bottom: 5%;
    padding-top: 5%;
}

#wpcf7-f47-o1 label {
    color: #50B9FA;
}

.acf-map {
    width: 100%;
    height: 450px;
    border: #ccc solid 1px;
    margin: 0px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

#featablke:first-child .table-string {
    padding-top: 2%;
    margin: auto !important
}

.woocommerce-product-gallery {
    padding: 0 15px;
}

.product {
    margin: 75px 0 !important;
    display: block;
    float: left;
    width: 100%;
}

.summary.entry-summary {
    padding-top: 75px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    display: none;
}

body .tawcvs-swatches .swatch {
    width: 44px;
    height: 44px;
    width: 34px;
    border: 1px solid #ccc;
    height: 34px;
    margin-right: 10px;
    margin-bottom: 5px;
}

body .tawcvs-swatches .swatch-color.selected:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 11px;
    height: 18px;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 4px;
    left: 11px;
}

body .tawcvs-swatches .swatch-31.selected:before,
body .tawcvs-swatches .swatch-39.selected:before {
    border-color: #ccc !important
}

.summary.entry-summary .price,
.product_meta,
.woocommerce-variation-add-to-cart {
    display: none;
}

.itemloop,
.itemloop2,
.itemloop3 {
    width: 33% !important;
    cursor: pointer;
    padding: 1% !important;
    float: left;
    display: block;
    margin: auto
}

#buy-now-button,
#buynow,
#rentnow,
#fbutton {
    background-color: #50b9fa;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    line-height: 20px;
    position: relative;
    display: block;
    padding: 12px 26px;
    font-family: VarelaRound-Regular;
    font-size: 16px;
    color: #fff;
    width: auto;
    float: right;
}

#buy-now-button:hover,
#buynow:hover,
#rentnow:hover,
#fbutton:hover,
.call-us-button:hover,
.buy-now-button:hover {
    background: #ff9933 !important;

}

#buy-now-button img,
#buynow img,
#rentnow img,
#fbutton img {
    float: right;
    margin-left: 15px;
    margin-top: -2px;
}

#fbutton {
    display: none;
}

.itemloop.active img,
.itemloop2.active img,
.itemloop3.active img {
    border: 3px solid #50b9fa;
}

.itemloop img,
.itemloo2 img,
.itemloo3 img {
    border: 3px solid #f6f6f6;
    z-index: 45;
    position: relative;
}

.itemloop.active a:before,
.itemloop2.active a:before,
.itemloop3.active a:before {
    content: "  ";
    display: block;
    float: right;
    margin: auto;
    width: 45px;
    height: 45px;
    background: url(../png/checked.png) no-repeat right center;
    margin-bottom: -60px;
    margin-right: 60px;
    margin-top: 15px;
    z-index: 50;
    position: relative;
}

#stepone,
#steptwo,
#stephrhee,
#stepfour {
    min-height: 500px;
}

#steptwo .itemloop:before,
#stephrhee .itemloop2:before,
#stepfour .itemloop3:before {
    content: "+";
    padding: 5px 8px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: #fff;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    float: left;
    margin-top: 11px;
}

#steptwo .itemloop.active:before,
#stephrhee .itemloop2.active:before,
#stepfour .itemloop3.active:before {
    display: block;
    content: " ";
    background: url(../png/checked.png) no-repeat -6px center;
    position: relative;
    background-color: #fff;
}

a#checkbotton {
    position: relative;
    display: block;
    padding: 12px 26px;
    color: #fff;
    font-size: 18px;
    background-color: #50b9fa;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    font-family: VarelaRound-Regular;
    margin-right: 5%;
    font-size: 22px;
    float: right;
}

#add_payment_method .cart img,
.woocommerce-cart .cart img,
.woocommerce-checkout .cart img {
    width: auto !IMPORTANT
}

.woocommerce-cart-form__cart-item:first-child img {
    display: block;
}

.woocommerce-cart-form__cart-item img {
    display: none;
}

.woocommerce-cart-form__cart-item:first-child .product-name a {
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 24pt;
    line-height: 33px;
    font-weight: bold;
}

.woocommerce-cart-form__cart-item .product-subtotal span {
    opacity: 0
}

.woocommerce-cart-form__cart-item:first-child .product-subtotal span {
    opacity: 1
}

.woocommerce-cart-form__cart-item:first-child .product-quantity {
    display: block;
}

.woocommerce-cart-form__cart-item .product-quantity {
    /*display: none;*/
}

.woocommerce .shop_table,
.woocommerce .shop_table {

    border: none !important;
}

.product-thumbnail {
    display: block;
    float: left;
    width: 30%;
    padding: 3%;
}

.tablehead div {
    display: block;
    float: left;
    width: auto;
    margin: auto;
}

.tablehead {
    display: block;
    float: left;
    width: 100%;
    padding-left: 30%;
    margin: auto;
}

#item0 .product-name {
    float: left;
    width: 45%;
    height: 130px;
    padding: 50px 10px;
    border-bottom: 1px solid #000;
}

#item0 .product-price,
#item0 .product-subtotal {
    float: left;
    padding: 0;
    width: 10%;
    height: 80px;
    margin: 50px 0;
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid #000;
}

#item0 .product-quantity {
    z-index: 51;
    position: relative;
    float: left;
    width: 5%;
    height: 80px;
    margin: 50px 0;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #000;
}

#item1:before {
    content: "Extra services & supplies";
    display: block;
    float: left;
    width: 70%;
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 24pt;
    line-height: 33px;
    font-weight: bold;
    margin-bottom: 45px;
}

#item0 .product-thumbnail {
    display: block;
    height: 100vh;
}

#item0 .product-remove {
    display: block;
    margin: 0;
    padding: 0;
    width: 0px;
}

#item0 .product-remove a {
    font-size: 18px;
    padding-top: 90px !IMPORTANT;
    position: absolute;
    padding-left: 90px;
    z-index: 49;
}

span.subscription-details {
    font-size: 13px;
    margin-top: 5px !important;
    display: block;
    line-height: 15px;
}

.product-thumbnail {
    display: none
}

.product-name {
    float: left;
    width: 30%;
    padding: 10px;
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 16pt;
    line-height: 33px;
}

.product-price,
.product-remove {
    float: left;
    width: 15%;
    padding: 10px;
    text-align: center;
    font-size: 25px;
}

.updateacrt {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 70% !important;
    border-top: 1px solid #000 !important;
}

.cart_totals h2 {
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 24pt;
    line-height: 33px;
    font-weight: bold;
    margin-bottom: 45px;
}

span.woocommerce-Price-amount.amount {
    font-size: 25px;
}

tr.shipping td {
    font-size: 23px;
}

form.woocommerce-shipping-calculator {
    display: none;
}

.shop_table th {
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 16pt;
    line-height: 33px;
}

.product-remove a {
    font-size: 18px;
    color: #800;
}

.woocommerce-info {
    width: 48% !important;
    float: left;
    margin: 1% !important;
    font-size: 23px;
    margin-right: 50% !important;
    text-align: center;
    padding: 3% !important;
}

.woocommerce-info a {
    clear: both;
    width: 100%;
    display: block;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none !important;
}

input,
textarea,
select {
    border: 1px solid #999999;
    color: #333;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
}

.woocommerce-account h1 {
    font-size: 30px;
    margin-bottom: 25px;
}

form.checkout {
    width: 100%;
    clear: both;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    clear: both;
}

form.woocomerce-form.woocommerce-form-login.login {
    width: 50%;
}

form.checkout_coupon {
    width: 50%;
}

@media screen and (max-width: 800px) {
    form.checkout_coupon {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {

    form.checkout_coupon p.form-row,
    form.checkout_coupon p.form-row input {
        width: 100% !important;
    }
}

.checkbox input,
input.woocommerce-form__input-checkbox {
    width: 15px;
    margin-top: 10px;
    border: 1px solid #000;
    background: #000;
    position: relative !important;
}

/* Conditionally displays on checkout (above Pay Now button) if a rental product is in cart. */
#credit_check_field {
    clear: both;
    padding: 0;
    color: #50b9fa;
    font-size: 12pt;
}

body .woocommerce #respond input#submit,

body .woocommerce input.button,
.woocommerce #respond input#submit.alt,

.woocommerce input.button.alt {
    line-height: 20px;
    position: relative;
    display: block;
    padding: 12px 26px;
    color: #fff;
    font-family: VarelaRound-Regular;
    font-size: 16px;
    background-color: #50b9fa !IMPORTANT;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    font-family: VarelaRound-Regular;
}

.woocommerce-checkout .product-name {
    width: 100%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 48%;
    margin: 1%;
}

article {
    margin: 50px auto;
}

nav.woocommerce-MyAccount-navigation li {
    display: block;
    font-size: 16px;
    padding: 5px;
    margin: auto;
    border: 1px solid #ccc;
    width: 100%;
    margin-left: -40px;
}

#relatedpost h6 {
    font-size: 20px;
    line-height: 25px;
}

#relatedpost h1 {
    font-size: 36pt;
}

#reviews .revitem:nth-child(2n+3) {
    clear: both;
}

div#relatedpost {
    height: 443px;
    overflow: hidden;
}

#carousel .col-md-4.txt-center img {
    border-radius: 50%;
    background: #f7f7f7;
}

.bg-buttons:hover {
    background: #ff9933 !important;
    color: #fff !IMPORTANT;
}

.bg-buttons:hover a {

    color: #fff !IMPORTANT;
}

.menu>li.buy-now-button>a.active {
    background-color: #50b9fa;
}

.woocommerce-variation-availability,
.woocommerce div.product p.stock,
.woocommerce-message {
    display: none !important;
}

li.buy-now-button {
    margin-left: 15px;
}

.bg-what-min h1 {
    font-size: 30px !IMPORTANT;
}

.bg-what-min h6 {
    font-size: 16px !IMPORTANT;
    margin-bottom: 20px;
}

.woocommerce-account-fields {
    display: none;
}

a#backbutton {
    background-color: #dddede;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    line-height: 20px;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: VarelaRound-Regular;
    font-size: 16px;
    color: #38393d;
    width: auto;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

a#backbutton:hover {
    background: #c1c1c1;
}

.subb {
    display: none;
    z-index: 9999;

    border-radius: 30px;

    margin-top: -10px;
    margin-left: 0;
}

ul.subb a {
    color: #fff;
}

ul.subb li:hover {
    background: #50b9fa;
}

ul.subb li {
    border-radius: 0;
    list-style-type: none;

    line-height: 30px;
    padding: 5px 20px;
    background: #38393d;
    color: #fff;
}

ul.subb li:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.hassub:hover .subb {
    width: 148px;
    display: block;
    position: absolute;
    position: absolute;
    font-size: 16px;
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0;
    margin-left: 1px;
    margin-top: -5px;
}

a.button.cancel {
    display: none !important;
}

p {
    line-height: 1.6;
    font-family: VarelaRound-Regular;
}

.bg-grey .container {

    padding: 30px 0 !important;
}

.page-template-which-buy-page-tmp #carousel {
    background: #f3f3f3;
}

.replitem {
    display: block;
    float: left;
    width: 25%;
    margin: auto;
    padding: 5px
}

.replitem a {
    color: #38393d;
    font-weight: bold;
    font-size: 20px;
    margin: 5px 10px;
    letter-spacing: -0.5px;
}

li#prodlist {
    width: 23%;
    margin: 1% !important;
}

#prodlist a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    cursor: default;
    pointer-events: none !important;
}

h2.woocommerce-loop-product__title {
    font-size: 19px !important;
    color: #000;
}

#accs h4 {
    font-size: 28px
}

#accs {
    padding: 50px 0 76px 0
}

#accs img {
    padding: 0 10px;
}

#supp {
    padding-bottom: 75px;
}

h1.woocommerce-products-header__title.page-title {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: VarelaRound-Regular;
    font-size: 28px;
    color: #000;
}

.archive .bg-grey {
    background: #fff;
}

.archive li#prodlist {
    background-color: #f6f6f6;
}

h2.woocommerce-loop-product__title {
    padding: 30px 30px 00px 30px !important;
    font-size: 24px !important;
    color: #38393d !important;
}

span.woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price,
span.woocommerce-Price-currencySymbol {
    font-size: 24px;
    color: #666666;
    margin-top: -5px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_simple.ajax_add_to_cart,
a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_variable.add_to_cart_button,
body button.single_add_to_cart_button.button.alt,
.woocommerce button.button.alt {
    background-color: #50b9fa !important;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    font-family: VarelaRound-Regular;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 12px 24px;
    margin: 0 1px;
    color: #fff;
    font-family: VarelaRound-Regular;
    font-size: 22px;
    width: auto;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
}

.disable {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.woocommerce ul.products li.product .price del {
    float: left;
    opacity: 1;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

/* .woocommerce ul.products li.product .onsale {
      top: 340px !important;
    left: 25px !IMPORTANT;
    right: auto !important;
    background: transparent;
    color: #ec5a19;
    font-size: 24px;
    text-transform: uppercase;
} */
.archive li#prodlist {
    clear: none
}

.archive li#prodlist:nth-child(3n+4) {
    clear: both
}

.mydes {
    padding: 10px 30px;
    font-family: VarelaRound-Regular;
    font-size: 16px;
    color: #38393d;
    /* max-height: 90px;
	overflow: hidden  */
}

.mydes.expanded {
    max-height: none;
}

.itemloop p {
    padding: 5px;
    font-family: VarelaRound-Regular;
    font-size: 14px;
    color: #38393d;
}

.read-more {
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 0px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.read-more:before {
    content: " ";
    display: block;
    float: right;
    margin: auto;
    height: 40px;
    width: 40px;
    background-image: url(../png/readmore.png);
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
}

.expanded .read-more:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-template-how-page-tmp-php .button-marg a.orange-button:last-child {
    display: none;
}

.postid-57 .display-inline.txt-center.call-us-button,
.postid-11004 .display-inline.txt-center.call-us-button {
    display: none;
}

.postid-11004 .woocommerce-variation-add-to-cart {
    display: block;
}

.postid-11004 .woocommerce-variation-add-to-cart div.quantity {
    display: none !important;
}

.postid-11004 form.cart .button {
    border-radius: 6px !important;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4) !important;
    line-height: 20px !important;
    position: relative;
    display: block;
    padding: 12px 26px !important;
    font-family: VarelaRound-Regular;
    font-size: 16px !important;
    color: #fff !important;
    width: auto !important;
    float: right !important;
    text-transform: uppercase;
    font-weight: 400;
    outline: none !important
}

.postid-11004 button.single_add_to_cart_button.button.alt:hover {
    background: #ff9933 !important;
}

.postid-11004 button.single_add_to_cart_button.button.alt:after {
    content: " ";
    display: block;
    float: right;
    width: 35px;
    background: url(../png/whitearr.png) no-repeat right center;
    height: 22px;
}

#blogs img,
.page-template-blog-page-tmp img {
    max-width: 100%;
    height: auto;
}

#blogs h2,
#blogs h3,
.page-template-blog-page-tmp h2,
.page-template-blog-page-tmp h3 {
    color: #000
}

.getdd {
    background-color: #50b9fa;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 18px;
    padding: 15px 25px;
    text-transform: uppercase;
    display: block;
    float: none;
    width: 25%;
    text-align: center;
    margin-bottom: 25px;
}

.fristp {
    color: #333333;
    font-family: VarelaRound-Regular;
    font-size: 14pt;
    line-height: 33px;
}

.secpp {
    color: #50b9fa;
    font-family: VarelaRound-Regular;
    font-size: 20pt;
    line-height: 33px;
    font-weight: bold;
}

p span {
    line-height: 1.6;
    margin: 0 0 10px;
    font-size: 12pt !important;
    font-family: VarelaRound-Regular !important;
    color: 90#333333 !important;

}

.product-name a,
.product-price {

    display: block;
    float: left;
    line-height: 25px;
}

.lihidden {
    pointer-events: none;
    background-color: rgba(80, 185, 250, 0.43) !IMPORTANT;
}

span.subscription-details span.woocommerce-Price-amount,
span.subscription-details span.woocommerce-Price-amount span {
    font-size: 13px !important;
}

.woocommerce ul.products li.product strong,
span.subscription-details {
    display: inline-block !IMPORTANT
}

#stepfour li.itemloop3 {
    width: 100% !IMPORTANT;
}

div#featable span {
    margin: 0;
}

.page-template-about-page-tmp-php h3,
.page-template-about-page-tmp-php h2,
.page-template-about-page-tmp-php h4 {
    margin-bottom: 20px;
}

ul.featured-body-copy.point-color {
    padding: 0;
    margin: auto;
}

.product-subtotal span.subscription-details {
    display: none !important;
}

.cart_item {
    padding: 20px 0;
}

#changeback h1,
.page-template-which-buy-page-tmp h1 {
    padding: 0 !important;
    text-align: center;
    width: 100%;
}

.archive span.price {
    padding-left: 8%;
}

table.shop_table.subscription_details tbody tr:nth-child(5n) {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
    display: none !important;
}

/**************************************************/
/***************IPAD - 1024 *******************/
/**************************************************/
@media screen and (max-width: 1024px) {

    .how-bg-item-slide.txt-left.carousel-caption {
        top: 1%;
        padding-top: 2%;
    }

    /* .woocommerce ul.products li.product .onsale {
    top: 300px !important;
    left: 25px !IMPORTANT;
    right: auto !important;
    background: #ec5a19;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
} */
    #homesloide div#carousel-example .item img.width-100 {
        max-height: 550px;
    }

    #homesloide .bg-item-slide.carousel-caption {
        top: 9%;
        bottom: 9%;
    }

}

/**************************************************/
/***************IPAD - 768 *******************/
/**************************************************/
@media screen and (max-width: 900px) {
    .archive li#prodlist {
        width: 45%;
        float: left !IMPORTANT;
        margin: auto;
    }

    .home #homesloide .carousel-caption {
        top: 15%;
        text-shadow: none;
        bottom: 15%;
        width: 70%;
        left: 15% !important;
        margin: 5%;
    }

    .col-md-12.col-xs-12 #carousel-example .carousel-inner .how-bg-item-slide {
        padding: 2% 5%;
        width: 60% !important;
        top: 15%;
    }

    #relatedpost .col-md-3.col-xs-12 img.width-100 {
        min-height: 400px !important;
    }

    #relatedpost .col-md-3.col-xs-12 .bg-what-min {
        width: 85%;
    }

    div#bottomcust,
    #bottomcust img.width-100 {
        height: 440px !important;
    }

    .page-template-why-page-tmp #bottomcust,
    .page-template-why-page-tmp #bottomcust img.width-100 {
        height: auto !important;
        width: 100% !IMPORTANT;
        max-width: 100% !IMPORTANT;
        display: block;
        float: left;
    }

    #bottomcust .col-md-6.col-xs-12.about-last-sec {
        background: none;
        width: 100%;
        margin: auto;
        padding: 0;
    }

    div#bottomcust .col-md-6.col-xs-12.about-last-sec {
        padding: 5% !important;
        width: 60% !IMPORTANT;
    }

    .call-us-button {
        padding: 12px !important;
    }

    .replitem {
        width: 50%;
        padding: 5%;
    }

    div#accs .container h4 {
        padding-left: 10%;
        font-size: 26px;
    }

    .archive li#prodlist {
        width: 48%;
    }

    .archive li#prodlist:nth-child(2n+3) {
        clear: both;
    }

    .archive li#prodlist span.price {
        margin-left: 8%;
    }

    .page-template-faq-page-tmp #changeback .container {
        padding: 0 !IMPORTANT;
    }

    .col-md-12.reviews-pad-left {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    div#quotelist {
        text-align: center !important;
    }

}

/**************************************************/
/***************IPHONE *******************/
/**************************************************/
@media screen and (max-width: 500px) {
    div#featable h3 {
        font-size: 20px !important;
        font-weight: 200 !important;
    }

    .page-template-reviews-page-tmp .buy-now-button {
        width: 80% !important;
        margin: 10% !important;
    }

    .archive li#prodlist {
        width: 90%;
        float: left !IMPORTANT;
        margin: auto;
    }

    .home #homesloide div#carousel-example .item img.width-100 {
        height: 400px;
    }

    .home #homesloide .carousel-caption {
        top: 8%;
        text-shadow: none;
        bottom: 5%;
        width: 90%;
        left: 0 !important;
        margin: 5%;
    }

    .bg-grey .container {
        display: block !important;
    }

    div#relatedpost .col-md-3.col-xs-12 {
        width: 100%;
        margin: auto;
        padding: 0 !important;
        margin-bottom: 5px;
    }

    #relatedpost .col-md-3.col-xs-12 img.width-100 {
        min-height: 475px !important;
    }

    h3 {
        font-size: 20pt !important;
    }

    .page-template-why-page-tmp #bottomcust,
    .page-template-why-page-tmp #bottomcust img.width-100 {
        height: auto !important;
        width: 100% !IMPORTANT;
        max-width: 100% !IMPORTANT;
        display: block;
        float: left;
    }

    body #bottomcust .col-md-6.col-xs-12.about-last-sec {
        background: none;
        width: 100% !important;
        margin: auto;
        padding: 0;
    }

    .orange-button {
        font-size: 14pt !important;
        display: block;
        float: left;
        margin-bottom: 10px;
        width: 80%;
        text-align: center;
        margin-left: 10% !important;
    }

    .col-md-12.col-xs-12 #carousel-example .carousel-inner .carousel-caption {
        top: 5%;
        width: 75% !important;
        left: 8% !important;
    }

    div#relatedpost .bg-what-min {
        width: 90%;
    }

    div#bottomcust,
    #bottomcust img.width-100 {
        height: 450px !important;
    }

    .col-md-6.col-xs-12.about-last-sec {
        padding-left: 5% !important;
        width: 95% !important;
        padding-top: 30px !important;
    }

    .page-template-which-buy-page-tmp h1 {
        padding-left: 10% !important;
    }

    div#featable {
        margin: auto !IMPORTANT;
        padding: 0 !important;
    }

    .call-us-button {
        padding: 12px !important;
    }

    .replitem {
        width: 100%;
        padding: 10%;
    }

    div#accs .container h4 {
        padding-left: 10%;
        font-size: 26px;
    }

    .archive li#prodlist {
        width: 98%;
    }

    .archive li#prodlist span.price {
        margin-left: 8%;
    }

    .page-template-faq-page-tmp #changeback .container {
        padding: 0 !IMPORTANT;
    }

    ul.cat-sidebar.col-md-10 {
        width: 100% !important;
        margin-left: -5px !important;
    }

    nav.mobile-menu .col-xs-8 {
        width: 60%;
    }

    .table-string {
        height: 155px;
    }

}

@media screen and (max-width: 1700px) {

    body #homesloide .carousel-caption {

        left: calc(20% - 150px) !important;
    }
}

@media screen and (max-width: 1500px) {
    .how-bg-item-slide.txt-left.carousel-caption {
        bottom: 25%;
    }

}

@media screen and (max-width: 1280px) {
    .how-bg-item-slide.txt-left.carousel-caption {
        bottom: 2%;
        top: 2%;
        padding: 15px 35px;
    }
}

@media screen and (max-width: 1080px) {
    .how-bg-item-slide.txt-left.carousel-caption {
        bottom: 1%;
        top: 1%;
        padding: 2% 4%;
        width: 75%;
    }
}

/*---HEADER BANNER---*/

.headerbanner {
    background: #ff9a38;
    padding: 15px;
    color: #fff;
}

p.headertext {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

p.headersmall {
    text-align: center;
    font-size: 14px;
}

p.button {
    text-align: center;
}

button.btn {
    background-color: #51b9fb;
}

.cc-window span {
    color: #fff;
}


/**
** WooCommerce hide non payment message notice
**/
#order_review>#payment>.wc_payment_methods.payment_methods.methods>.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    display: none;
}

/**
** 29th March 2019 homepage mobile adjustments - pushed live 14th May 2019
**/

/* header banner */
.headertext-mob,
.headersmall-mob,
.learn-more-link--mob {
    display: none;
}

.footer .container.footer-upper {
    padding-top: 30px !important;
}

.fixed-buy-cta {
    display: none;
}

@media screen and (min-width: 992px) and (max-width: 1175px) {
    .navbar-brand>img {
        max-height: 35px;
    }

    .menu-top li:nth-last-child(2),
    .menu-top li:last-child {
        padding: 10px 5px !important;
    }
}

@media screen and (max-width: 768px) {

    /* mobile menu */
    .mobile-menu img {
        max-height: 40px;
    }

    /* header banner */
    .headerbanner {
        padding: 15px 5%;
        position: relative;
    }

    .headerbanner .headertext,
    .headerbanner .headersmall,
    .headerbanner .button {
        /* display: none; */
    }

    .headertext-mob,
    .headersmall-mob,
    .learn-more-link--mob {
        display: block;
    }

    .headerbanner .headertext-mob {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .headerbanner .headersmall-mob {
        font-size: 18px;
        margin-bottom: 0;
    }

    .headerbanner .learn-more-link,
    .headerbanner .learn-more-link:hover {
        font-size: 18px !important;
    }

    .headerbanner .learn-more-link {
        bottom: 13px;
        font-weight: normal;
        position: absolute;
        right: 5%;
    }

    .headerbanner .learn-more-link img {
        width: 25px;
    }

    /* home grid CTAs */
    body.home .col-md-12.col-xs-12 .col-md-6.col-xs-12 {
        border: none !important;
        border-top: 5px solid #fff !important;
        min-height: 300px !important;
    }

    .home-grid-cta__title {
        font-size: 24px !important;
        margin: 0;
    }

    .home-grid-cta__subtitle {
        display: none;
    }

    .home-grid-cta .img-arrow-right {
        margin-top: -20px;
    }

    .bg-how {
        bottom: auto;
    }

    /* customisable cta section */
    .your-bibo-cta {
        margin: 20px 0 !important;
    }

    .learn-more-link,
    .learn-more-link:hover {
        font-size: 20px !important;
    }

    .your-bibo-bg-img {
        overflow: hidden;
        position: relative;
    }

    .your-bibo-bg-img .home-bibos {
        border-bottom: 5px solid #50b9fa;
        left: -50%;
        max-width: none;
        position: relative;
        width: 200%;
    }

    /* all you need to know slider */
    #homesloide div#carousel-example.need-to-know-slider .item img.width-100 {
        height: 450px;
        min-height: 450px;
    }

    .col-md-12.col-xs-12 #carousel-example.need-to-know-slider .carousel-inner .carousel-caption {
        left: 5% !important;
        margin: 0;
        margin-bottom: 7%;
        width: 90% !important;
    }

    .need-to-know-slider .bg-item-slide>img {
        display: inline-block;
    }

    .need-to-know-slider h3 {
        font-size: 24px !important;
    }

    .need-to-know-slider h6,
    .testimon-slider h6 {
        font-size: 12pt !important;
        margin-bottom: 10px !important;
    }

    .need-to-know-slider .carousel-control,
    .testimon-slider .carousel-control {
        opacity: 1;
    }

    .need-to-know-slider .carousel-control {
        bottom: 20px;
        top: auto;
    }

    .need-to-know-slider .carousel-control.left {
        left: auto;
        right: 60px;
    }

    .need-to-know-slider .carousel-control.right {
        left: auto;
        right: 30px;
    }

    .testimon-slider .reviews-pad-left br {
        display: none;
    }

    /* footer */
    .footer {
        padding-bottom: 50px;
        overflow: hidden;
    }

    .footer .container.footer-upper {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px !important;
    }

    .footer .container.footer-lower {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .menu-footer {
        padding-top: 0;
    }

    .footer .menu-footer>li>a {
        padding-bottom: 0;
    }

    .footer .row>hr {
        margin-top: 20px;
    }

    .footer .latest-post-description p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
    }

    /* fixed buy now cta */
    .fixed-buy-cta {
        background-color: #51b9fb;
        display: block;
        padding: 10px 15px;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 55px;
        display: block;
        z-index: 1000;
    }

    .fixed-buy-cta__title {
        color: #fff;
        font-family: VarelaRound-Regular;
        font-size: 20pt;
    }

    .fixed-buy-cta__icon {
        float: right;
        position: relative;
        top: 7px;
        width: 25px;
    }

    /* google recaptcha position */
    .grecaptcha-badge {
        bottom: 74px !important;
    }

    /* live chat - move cta button above buy now cta */
    #intercom-container .intercom-dfosxs,
    .intercom-lightweight-app-launcher {
        bottom: 60px !important;
    }
}

@media screen and (max-width: 575px) {

    /* all you need to know slider */
    #homesloide div#carousel-example.need-to-know-slider .item img.width-100 {
        height: 400px;
        min-height: 400px;
    }

    .need-to-know-slider .carousel-control {
        bottom: 10px;
        opacity: 1;
        top: auto;
    }

    .need-to-know-slider .carousel-control.left {
        right: 12%;
    }

    .need-to-know-slider .carousel-control.right {
        right: 5%;
    }

    .need-to-know-slider .carousel-control.left>img,
    .need-to-know-slider .carousel-control.right>img,
    .testimon-slider .carousel-control.left>img,
    .testimon-slider .carousel-control.right>img {
        width: 50%;
    }
}

/*checkout buttons styling*/
.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .woocommerce-cart .wc-proceed-to-checkout {
        padding-bottom: 1em !important;
    }

    .cart_totals {
        position: relative;
        margin-bottom: 50px;
    }

    .wc-proceed-to-checkout,
    .tooltip-logo-cart,
    .cart_totals .or-divider-sufix.mrg-b-15,
    #dividebuy_image_after_cart {
        display: inline-block;
    }

    .wc-proceed-to-checkout,
    .cart_totals .tooltip-logo-cart {
        position: absolute;
    }

    .wc-proceed-to-checkout {
        right: 250px;
        width: 200px;
    }

    .cart_totals .tooltip-logo-cart {
        float: none;
        margin-top: 14px;
        right: 0;
        width: auto;
    }

    .cart_totals .or-divider-sufix.mrg-b-15 {
        left: -10px;
        margin-bottom: 0;
        position: relative;
        top: 13px;
        width: auto;
    }

    .cart_totals .or-divider-sufix.mrg-b-15+.clearfix {
        display: none;
    }

    #dividebuy_image_after_cart {
        width: auto;
    }
}

@media screen and (min-width: 1024px) {
    .woocommerce-cart .cart-collaterals .cart_totals table {
        margin-bottom: 20px !important;
    }
}



/*
 * I have moved the inline styles from the single products pages to here - IB
 *
 */

.top-container {
    padding: 4% 0;
    border-top: 1px solid #cccccc;
}

.top-container__heading {
    font-size: 30pt;
    color: #50b9fa;
    font-weight: 500;
}

.choose-plan__buy-now {
    padding: 0;
}

.choose-plan__buy-now>a {
    padding: 14px;
}

.choose-plan__buy-now>a>img {
    margin-right: 5px;
}

.choose-plan__rent-now {
    cursor: pointer;
}

.choose-plan__rent-now>a {
    margin-right: 5px;
}

.choose-plan__rent-now>img {
    width: 25px;
}

.choose-plan__fizz-accessories {
    background: #38393d;
    padding: 0;
}

.choose-plan__fizz-accessories>a {
    padding: 14px;
}

.product-slider {
    padding: 0;
}

.product-slider__item>img {
    width: 100%;
}

.product-slider__nav--left>img {
    top: 50%;
    position: absolute;
    left: 25%;
}

.product-slider__nav--right>img {
    top: 50%;
    position: absolute;
}

.product-content {
    padding: 6% 0;
    clear: both;
}

.product-content__heading {
    font-size: 28pt;
    font-weight: 500;
    color: #50b9fa;
}

.product-content__video {
    float: right;
    margin-top: 3%;
}

.product-table {
    clear: both;
}

.product-table__heading {
    margin-bottom: 2%;
}

.product-table__heading>h3 {
    color: #333333;
    font-weight: bold;
    font-size: 24pt;
}

.product-table__rows,
.product-table__inner-table {
    padding: 0;
}

.product-table__button--buy-now {
    padding: 0;
}

.product-table__button--buy-now>a {
    padding: 14px;
}

.product-table__button--buy-now>a>img {
    margin-right: 5px;
}

.product-table__button--rent-now {
    cursor: pointer;
}

.product-table__button--rent-now>a {
    margin-right: 5px;
}

.product-table__button--rent-now>img {
    width: 25px;
}



/* BIBO Improvement project - 15/01/2021 - KE */
/* Universal block spacings */

body {
    overflow-x: hidden;
}

.block.block-home {
    font-family: VarelaRound-Regular;
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .block.block-home {
        padding: 60px 0;
    }
}

@media screen and (min-width: 992px) {
    .block.block-home {
        padding: 90px 0;
    }
}

.block.block-home p {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .block.block-home p {
        font-size: 16px;
    }
}

/* Universal button styles */
.block.block-home .link__btn,
.shop-archive .link__btn,
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.sidewide-banner__link.link__btn {
    border-radius: 3px;
    background-color: #51B9FB;
    color: #fff;
    display: inline-block;
    padding: 13px 16px;
    text-transform: uppercase;
}

.block.block-home .link__btn:hover,
.shop-archive .link__btn:hover,
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.sidewide-banner__link.link__btn:hover {
    background-color: #333 !important;
    transition: background-color 0.3s ease-in-out;
}

.block.block-home .link__btn .link-btn__arrow,
.shop-archive .link__btn .link-btn__arrow,
.sidewide-banner__link.link__btn .link-btn__arrow {
    height: 15px;
    margin-bottom: 2px;
    margin-left: 5px;
    width: auto;
}

.block.block-home .link__btn.link__btn--rent {
    background-color: #333;
}

.block.block-home .link__btn.link__btn--rent:hover {
    background-color: #51B9FB !important;
    transition: background-color 0.3s ease-in-out;
}

.hero-block .block-hero__content .text-link .link-btn__arrow {
    height: 15px;
    width: 15px;
}


/* Home: Intro Text block */
.intro-text-block__col-center {
    display: flex;
    justify-content: center;
}

.intro-text-block p.intro-text-block__text,
.intro-text-block p.intro-text-block__text span {
    font-size: 24px !important;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {

    .intro-text-block p.intro-text-block__text,
    .intro-text-block p.intro-text-block__text span {
        font-size: 30px !important;
        line-height: 37px;
    }
}



/* Home: Text and Image blocs */
@media screen and (min-width: 768px) and (max-width: 991px) {

    .text-image-left .text-image-left__left,
    .text-image-right .text-image-right__left {
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: 250px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1179px) {

    .text-image-left .text-image-left__left,
    .text-image-right .text-image-right__left {
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: 300px;
    }
}

@media screen and (min-width: 1180px) {

    .text-image-left .text-image-left__left,
    .text-image-right .text-image-right__left {
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: 350px;
    }
}

@media screen and (min-width: 768px) {
    .text-image-left--decorative .text-image-left__left {
        position: relative;
    }

    .text-image-left--decorative .text-image-left__left::before {
        background-image: url("../svg/decorative-04-2.svg");
        background-size: contain;
        content: '';
        height: 83px;
        position: absolute;
        right: 0;
        top: -50px;
        width: 82px;
    }

    .text-image-left--circle-orange .text-image-left__left::before {
        background-color: rgba(255, 153, 51, 0.4);
        border-radius: 50%;
        content: '';
        height: 112px;
        overflow: hidden;
        position: absolute;
        right: -80px;
        top: -50px;
        width: 112px;
    }
}

@media screen and (min-width: 768px) {
    .text-image-right--decorative .text-image-right__left::before {
        background-image: url("../svg/decorative-04.svg");
        background-size: contain;
        content: '';
        height: 60px;
        left: -105px;
        position: absolute;
        top: 140px;
        width: 62px;
    }

    .text-image-left--circle-grey .text-image-left__left::after {
        background-color: #666666;
        border-radius: 50%;
        content: '';
        height: 67px;
        left: -105px;
        opacity: .17;
        position: absolute;
        top: 45px;
        width: 67px;
    }

    .text-image-right__image-wrapper--circle-under-image::before {
        background-color: #FF9933;
        border-radius: 50%;
        bottom: -59px;
        content: '';
        height: 182px;
        position: absolute;
        right: 25px;
        width: 182px;
        z-index: -1;
    }

    .text-image-right__image-wrapper--decorative-stripes::after {
        background-image: url("../png/decorative-03.png");
        background-size: contain;
        content: '';
        height: 145px;
        position: absolute;
        right: -65px;
        top: -70px;
        width: 165px;
    }
}

.text-image-left .text-image-left__image,
.text-image-right .text-image-right__image {
    border-radius: 10px;
    max-width: 100%;
    margin-top: 30px;
}

@media screen and (min-width: 768px) {

    .text-image-left .text-image-left__image,
    .text-image-right .text-image-right__image {
        height: auto;
        border-radius: 18px;
        margin-top: 0;
        object-fit: cover;
        width: 100%;
    }
}

.text-image-left h2.text-image-left__heading,
.text-image-right h2.text-image-right__heading {
    color: #333;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

@media screen and (min-width: 768px) {

    .text-image-left h2.text-image-left__heading,
    .text-image-right h2.text-image-right__heading {
        font-size: 24px;
        line-height: 29px;
    }
}

.text-image-left p,
.text-image-right p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 15px;
}

.text-image-left a.text-image-left__link,
.text-image-right a.text-image-right__link {
    color: #51B9FB;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {

    .text-image-left a.text-image-left__link,
    .text-image-right a.text-image-right__link {
        margin-bottom: 0;
    }
}

.text-image-left a.text-image-left__link:hover,
.text-image-right a.text-image-right__link:hover {
    color: #23527c;
}

.text-image-left a.text-image-left__link .text-image-left__arrow,
.text-image-right a.text-image-right__link .text-image-right__arrow {
    margin-left: 2px;
    margin-right: 20px;
}

.text-image-left .text-image-left__icon,
.text-image-right .text-image-right__icon {
    margin-bottom: -15px;
    max-height: 24px;
    width: auto;
}

@media screen and (min-width: 768px) {

    .text-image-left .text-image-left__icon,
    .text-image-right .text-image-right__icon {
        align-self: flex-start;
        margin-bottom: -5px;
        max-height: 30px;
    }
}



/* Home: Decisions Block */
.desicions {
    position: relative;
}

.desicions .desicions__heading {
    color: #333;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .desicions .desicions__heading {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 50px;
        margin-top: 5px;
    }
}

.desicions .desicions__image-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}

.desicions .desicions__image-wrapper .desicions__image {
    margin-top: 23px;
    max-height: 110px;
    width: auto;
}

@media screen and (min-width: 768px) {
    .desicions .desicions__image-wrapper .desicions__image {
        margin-top: 0;
        max-height: 145px;
    }
}

.desicions .desicions__text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.desicions .desicions__text-wrapper .desicions__link {
    align-self: flex-start;
}

@media screen and (max-width: 768px) {
    .desicions .desicions__text-wrapper .desicions__link {
        margin-bottom: 15px;
    }
}

.desicions .desicions__title {
    color: #333;
    font-size: 20px !important;
    letter-spacing: 0;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
    .desicions .desicions__title {
        font-size: 30px !important;
        line-height: 37px;
    }
}

.desicions .desicions__text-wrapper .desicions__text {
    margin-bottom: 13px;
}

@media screen and (min-width: 768px) {
    .desicions .desicions__text-wrapper .desicions__text {
        margin-bottom: 22px;
    }
}

.desicions .desicions__image-wrapper.desicions__image-wrapper--left::before,
.desicions .desicions__image-wrapper.desicions__image-wrapper--right::before {
    border-radius: 50%;
    bottom: -22px;
    content: '';
    height: 100px;
    opacity: .3;
    position: absolute;
    width: 100px;
    z-index: -1;
}

@media screen and (min-width: 768px) {

    .desicions .desicions__image-wrapper.desicions__image-wrapper--left::before,
    .desicions .desicions__image-wrapper.desicions__image-wrapper--right::before {
        bottom: -27px;
        height: 140px;
        width: 140px;
    }
}

.desicions .desicions__image-wrapper.desicions__image-wrapper--left::before {
    background-color: #51B9FB;
}

.desicions .desicions__image-wrapper.desicions__image-wrapper--right::before {
    background-color: #333;
}

.desicions .desicions__image-wrapper.desicions__image-wrapper--left .img-wrapper {
    position: relative;
}

.desicions .desicions__image-wrapper.desicions__image-wrapper--left .img-wrapper::after {
    background-image: url("../png/decorative-05.png");
    background-size: contain;
    content: '';
    height: 97px;
    left: -35px;
    position: absolute;
    top: -35px;
    width: 97px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .desicions .desicions__image-wrapper.desicions__image-wrapper--left .img-wrapper::after {
        height: 135px;
        left: -50px;
        top: -50px;
        width: 142px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .desicions .desicions__image-wrapper.desicions__image-wrapper--left .img-wrapper::after {
        height: 135px;
        left: -60px;
        top: -70px;
        width: 142px;
    }
}

@media screen and (min-width: 993px) {
    .desicions .desicions__image-wrapper.desicions__image-wrapper--left .img-wrapper::after {
        height: 135px;
        left: -55px;
        top: -70px;
        width: 142px;
    }
}


@media screen and (min-width: 768px) {
    .desicions.desicions--decorative::before {
        background-image: url("../svg/decorative-04.svg");
        background-size: contain;
        bottom: -15%;
        content: '';
        height: 36px;
        position: absolute;
        right: 55px;
        width: 37px;
    }
}

@media screen and (min-width: 992px) {
    .desicions.desicions--decorative::before {
        bottom: -22%;
    }
}

@media screen and (min-width: 768px) {
    .desicions.desicions--circle-grey::after {
        background-color: #666;
        border-radius: 50%;
        bottom: -50px;
        content: '';
        height: 210px;
        left: -105px;
        opacity: .06;
        position: absolute;
        width: 210px;
    }
}



/* Home: Shop CTA */
.shop-cta .shop-cta__wrapper-bg {
    background-color: #F8F8F8;
    border-radius: 21px;
    display: flex;
    height: 100%;
    padding: 15px 0 23px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .shop-cta .shop-cta__wrapper-bg {
        border-radius: 33px;
    }
}

/* simulate Bootstrap 4 grid system for flexbox purposes */
@media screen and (min-width: 768px) {
    .shop-cta .row {
        display: flex;
        justify-content: center;
    }
}

.shop-cta .shop-cta__column-left {
    flex: 0 0 83.33333%;
    margin-left: 8.33333%;
    max-width: 83.33333%;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .shop-cta .shop-cta__column-left {
        flex: 0 0 33.33333%;
        margin-left: 0;
        max-width: 33.33333%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 85px 10px;
    }
}

.shop-cta .shop-cta__column-right {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (min-width: 768px) {
    .shop-cta .shop-cta__column-right {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-self: center;
    }
}

/* IE11 flexbox alternative */
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .shop-cta .row {
        min-width: 1200px;
    }

    .shop-cta .row .shop-cta__column-right {
        display: block;
        flex: 1;
        max-width: none;
    }
}


.shop-cta h2.shop-cta__heading {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .shop-cta h2.shop-cta__heading {
        color: #333;
        font-size: 30px;
        line-height: 37px;
    }
}

.shop-cta .shop-cta__image {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .shop-cta .shop-cta__image {
        padding: 0 20px;
    }
}

/* image stretch fix for Safari */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    .shop-cta .shop-cta__image {
        object-fit: contain;
    }
}

.shop-cta p {
    margin-bottom: 13px;
}

.shop-cta a.shop-cta__link {
    display: inline-block;
    align-self: flex-start;
}

@media screen and (max-width: 768px) {
    .shop-cta a.shop-cta__link {
        margin-bottom: 30px;
    }
}

.shop-cta.shop-cta--circle-blue .shop-cta__wrapper-bg,
.shop-cta.shop-cta--circle-grey .shop-cta__wrapper-bg {
    position: relative;
}

.shop-cta.shop-cta--circle-blue .shop-cta__wrapper-bg::before {
    background-color: #51B9FB;
    border-radius: 50%;
    content: '';
    height: 55px;
    left: -25px;
    overflow: hidden;
    position: absolute;
    top: -25px;
    width: 55px;
}

@media screen and (min-width: 992px) {
    .shop-cta.shop-cta--circle-blue .shop-cta__wrapper-bg::before {
        height: 110px;
        left: -50px;
        top: -50px;
        width: 110px;
    }
}

.shop-cta.shop-cta--circle-grey .shop-cta__wrapper-bg::after {
    background-color: #666;
    border-radius: 50%;
    bottom: -60px;
    content: '';
    height: 142px;
    overflow: hidden;
    opacity: .17;
    position: absolute;
    right: -60px;
    width: 142px;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .shop-cta.shop-cta--circle-grey .shop-cta__wrapper-bg::after {
        bottom: -240px;
        height: 302px;
        right: -190px;
        width: 302px;
    }
}



/* card__text Cards */
.three-cards {
    position: relative;
}

.three-cards .three-cards__heading {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 18px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .three-cards .three-cards__heading {
        font-size: 30px;
        line-height: 37px;
    }
}

.three-cards .three-cards__text {
    margin-bottom: 18px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .three-cards .three-cards__text {
        margin-bottom: 35px;
    }
}

.three-cards .card {
    align-content: space-between;
    background-color: #FFF;
    border: 1px solid rgba(151, 151, 151, 0.24);
    border-radius: 14px;
    flex-flow: wrap;
    height: 100%;
    margin-top: 20px;
    padding: 30px 11px 34px;
    display: flex;
}

@media screen and (min-width: 768px) {
    .three-cards .card {
        margin-top: 0;
        padding: 25px 20px 30px;
    }
}

@media screen and (min-width: 768px) {
    .three-cards .three-cards__row-stretch {
        /* On medium and up, row needs to stretch to make cards same height */
        display: flex;
        align-items: stretch;
    }
}

.three-cards .card .card__icon {
    height: 30px;
    margin: 0 auto 17px;
    width: 30px;
}

@media screen and (min-width: 768px) {
    .three-cards .card .card__icon {
        height: 37px;
        width: 37px;
    }
}

.three-cards .card .card__icon .card__icon-img {
    max-height: 30px;
    max-width: none;
}

@media screen and (min-width: 768px) {
    .three-cards .card .card__icon .card__icon-img {
        max-height: 37px;
    }
}


.three-cards .card .card__heading {
    font-size: 20px !important;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .three-cards .card .card__heading {
        font-size: 24px !important;
        line-height: 29px;
        margin-bottom: 23px;
    }
}

.three-cards .card .card-link {
    display: flex;
    justify-content: center;
    width: 100%;
}

.three-cards .card .card-link .card-link__link {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .three-cards .card .card-link .card-link__link {
        margin-top: 10px;
    }
}

/* .three-cards.three-cards--circle-blue .three-cards__row-stretch .three-cards-container:first-child {
    background: pink;
    color: red;
} */

.three-cards.three-cards--circle-blue .three-cards__row-stretch .three-cards-container:first-child::before {
    background-color: rgba(81, 185, 251, 0.2);
    background-size: contain;
    border-radius: 50%;
    content: '';
    height: 361px;
    left: -140px;
    position: absolute;
    top: 320px;
    width: 361px;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .three-cards.three-cards--circle-blue .three-cards__row-stretch .three-cards-container:first-child::before {
        bottom: -200px;
        left: -190px;
        top: auto;
    }
}




/* Home: Blog Feed Block */
/* Please note: some of the styles for this block are above in the Three Cards block section, as the card layout is the same */
.blog-feed {
    background-color: #F5F5F5;
}

.blog-feed .blog-feed__heading {
    color: #333;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .blog-feed .blog-feed__heading {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 33px;
    }
}

.blog-feed .blog-feed__row-stretch {
    align-items: stretch;
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .blog-feed .blog-feed__row-stretch {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 20px;
    }

    .blog-feed .blog-feed-container {
        min-width: 320px;
    }
}

/* Simulate Bootstrap container sizes */
@media (min-width: 768px) {
    .blog-feed .cards-container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 750px;
    }
}

@media (min-width: 992px) {
    .blog-feed .cards-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .blog-feed .cards-container {
        width: 1170px;
    }
}

.blog-feed .card {
    background-color: #FFF;
    border-radius: 14px;
    box-shadow: 6px 8px 9px 0 rgba(0, 0, 0, 0.09);
    display: flex;
    flex-flow: wrap;
    height: 100%;
}

.blog-feed .card .card-top .card__image {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    min-height: 230px;
    object-fit: cover;
    width: 100%;
}

.blog-feed .card .card-body {
    height: 100%;
    padding: 27px 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .blog-feed .card .card-body {
        padding: 17px 30px;
    }
}

.blog-feed .card .card-body .card__date {
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 13px;
}

.blog-feed .card .card-body .card__heading {
    color: #333;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .blog-feed .card .card-body .card__heading {
        font-size: 24px;
        line-height: 28px;
    }
}

.blog-feed .card .card-body p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}

.blog-feed .blog-feed__link-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .blog-feed .blog-feed__link-wrapper {
        margin-top: 60px;
    }
}


/* Home: Customer block */
.customer .customer__heading {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 32px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .customer .customer__heading {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 37px;
        margin-bottom: 40px;
    }
}

/* Simulate Bootstrap container sizes */
.customer .customer__row-stretch {
    align-items: center;
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .customer .customer__row-stretch {
        overflow-x: scroll;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .customer .customer__row-stretch {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .customer .logos-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 750px;
    }
}

@media (min-width: 992px) {
    .customer .logos-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .customer .logos-container {
        width: 1170px;
    }
}

.customer .customer__logo.logo {
    height: auto;
    margin-right: 30px;
    min-width: 75px;
}

.customer .customer__logo.logo .logo__image {
    max-width: 100%;
    max-height: 75px;
}

@media screen and (min-width: 768px) {
    .customer .customer__logo.logo .logo__image {
        max-height: 104px;
    }
}

/* Single Product Template: Features Block */
.features .features-wrapper {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    height: 100%;
    padding: 37px 20px 13px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .features .features-wrapper {
        padding-bottom: 45px;
    }
}

.features .features-wrapper .features__heading {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 29px;
    margin-top: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .features .features-wrapper .features__heading {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 17px;
    }
}


.features .features-wrapper .features__subheading {
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .features .features-wrapper .features__subheading {
        font-size: 21px !important;
        line-height: 27px;
        margin-bottom: 37px;
    }
}


.features .features-wrapper .features__list {
    list-style-type: none;
    padding-left: 0;
}

.features .features-wrapper .features__listitem {
    background-image: url(../svg/tick-blue.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    margin-bottom: 22px;
    padding: 0 0 0 20px;
}

@media screen and (min-width: 768px) {
    .features .features-wrapper .features__listitem {
        font-size: 16px;
        margin-bottom: 30px;
    }
}


/* Single Product Template: Text & Image Block (x2) */

/* Remove padding-top if these blocks sit next to each other */
.block.block-home.text-image-right+.block.block-home.text-image-left,
.block.block-home.text-image-left+.block.block-home.text-image-right {
    padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .text-image-left .text-image-left__left,
    .text-image-right .text-image-right__left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 250px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1179px) {

    .text-image-left .text-image-left__left,
    .text-image-right .text-image-right__left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 300px;
    }
}

@media screen and (min-width: 1180px) {

    .text-image-left .text-image-left__left,
    .text-image-right .text-image-right__left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 350px;
    }
}

.text-image-left .text-image-left__image,
.text-image-right .text-image-right__image {
    border-radius: 10px;
    margin-top: 30px;
    max-width: 100%;
}

@media screen and (min-width: 768px) {

    .text-image-left .text-image-left__image,
    .text-image-right .text-image-right__image {
        border-radius: 18px;
        height: auto;
        margin-top: 0;
        object-fit: cover;
        width: 100%;
    }
}

.text-image-left h2.text-image-left__heading,
.text-image-right h2.text-image-right__heading {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
}

@media screen and (min-width: 768px) {

    .text-image-left h2.text-image-left__heading,
    .text-image-right h2.text-image-right__heading {
        font-size: 24px;
        line-height: 29px;
    }
}

.text-image-left p,
.text-image-right p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 15px;
}

.text-image-left-single .text-image-left__image-wrapper .text-image-left__image,
.text-image-right-single .text-image-right__image-wrapper .text-image-right__image {
    margin-top: 0;
}


/* Shop Archive Page */
/* title */
.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 40px;
    }
}

/* 2 image top bar */
.shop-archive.shop-archive-top {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .shop-archive .shop-archive-top__row-stretch {
        align-items: stretch;
        display: flex;
    }
}

.shop-archive.shop-archive-top .shop-archive-top-wrapper {
    border: 1px solid rgba(151, 151, 151, 0.24);
    border-radius: 20px;
    height: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.shop-archive.shop-archive-top .shop-archive-top-wrapper .shop-archive-top__image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.shop-archive.shop-archive-top .shop-archive-top-wrapper .shop-archive-top__title {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 13px;
}

@media screen and (min-width: 768px) {
    .shop-archive.shop-archive-top .shop-archive-top-wrapper .shop-archive-top__title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 18px;
    }
}

@media screen and (min-width: 768px) {
    .shop-archive.shop-archive-top .shop-archive-top-wrapper p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
    }
}

.shop-archive.shop-archive-top .shop-archive-top-wrapper p span {
    color: #333;
    font-size: 18px !important;
}

@media screen and (min-width: 768px) {
    .shop-archive.shop-archive-top .shop-archive-top-wrapper p span {
        font-size: 22px !important;
    }
}

.shop-archive.shop-archive-top .shop-archive-top-wrapper .shop-archive-top__link-wrapper {
    margin-top: auto;
    margin-bottom: 0;
}

.shop-archive.shop-archive-top .shop-archive-top-wrapper .shop-archive-top__link-wrapper .shop-archive-top__link {
    align-self: flex-end;
}


/* the category filter */
@media screen and (min-width: 768px) {
    .woocommerce .shop-archive-categories {
        padding: 50px 0;
    }
}

.woocommerce ul.product-categories {
    list-style-type: none;
}

.woocommerce ul.product-categories li.category {
    margin-right: 20px;
}

@media screen and (min-width: 768px) {
    .woocommerce ul.product-categories li.category {
        margin-right: 50px;
    }
}

.woocommerce ul.product-categories li.category a {
    color: #333;
    font-family: VarelaRound-Regular;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}

@media screen and (min-width: 768px) {
    .woocommerce ul.product-categories li.category a {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 33px;
        padding-bottom: 5px;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce ul.product-categories li.category a:hover {
        border-bottom: 4px solid #51B9FB;
        border-radius: 2px;
    }
}

.woocommerce ul.product-categories li.category a.active {
    border-bottom: 4px solid #51B9FB;
    border-radius: 2px;
}

.woocommerce ul.product-categories li.category a {
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .woocommerce ul.product-categories li.category:last-child a {
        padding-right: 30px;
    }
}

.woocommerce .product-categories {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .woocommerce .categories-row {
        overflow-x: scroll;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce .product-categories {
        flex-flow: wrap;
        justify-content: center;
    }
}

/* shop archive */
/* the products wrapper - make all Woo items same height and center in the middle */
.woocommerce .shop-archive-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.woocommerce ul.products {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;

    /* simulate Bootstrap container positioning */
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* the individual product item */
.woocommerce ul.products li#prodlist.product {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px !important;
}

/* the image */
.woocommerce ul.products li.product a.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
    border-radius: 18px;
}

/* the body and text */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce span.woocommerce-Price-amount.amount,
.woocommerce span.woocommerce-Price-currencySymbol {
    font-size: 14px !important;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 20px;
    padding: 0 !important;
}

.archive li#prodlist span.price {
    margin-left: 0;
    padding: 0;
}

.woocommerce ul.products li.product div.mydes {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 20px;
    padding: 0;
}

/* product drop downs */
.value select {
    border: 1px solid #979797;
    border-radius: 0;
    color: #38393D;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 12px;
    margin-bottom: 20px;
    opacity: .59;
}

/* the add to basket buttons */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .variations_form.cart {
    margin: auto 0 0 0 !important;
}

.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart,
body button.single_add_to_cart_button.button.alt {
    font-family: VarelaRound-Regular;
    font-size: 16px;
    font-weight: normal;
    padding-right: 35px;
    position: relative;
    text-align: center;
}

body button.single_add_to_cart_button.button.alt,
a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart {
    border-radius: 3px;
    display: inline-block;
    padding: 13px 16px;
    margin: auto 0 0 0 !important;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
    width: 100%;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::after,
a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart::after,
body button.single_add_to_cart_button.button.alt::after {
    background-image: url("../png/slider-arrow-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 16px;
    margin-left: 6px;
    position: absolute;
    width: 16px;
    top: 15px;
}

.woocommerce ul.products li.product form {
    padding: 0 !important;
}

/* shop archive pagination - no design, using simple brand styles */
.woocommerce .woocommerce-pagination {
    display: flex;
    justify-content: center;
}

.woocommerce .woocommerce-pagination ul.page-numbers {
    border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
    background: #fff;
    border: none;
    padding-right: 20px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a {
    color: #333;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.page-numbers.current,
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover {
    background: #fff;
    border-bottom: 4px solid #51B9FB;
    border-radius: 2px;
    color: #51B9FB;
}

/* product sale styles - override WooCommerce defaults */
.woocommerce ul.products li.product .onsale {
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    color: #E02020;
    font-size: 14px;
    font-family: VarelaRound-Regular;
    left: 0 !important;
    letter-spacing: 0;
    line-height: 17px;
    min-height: 25px;
    min-width: 61px;
    padding: 4px 12px;
    right: auto !important;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price del {
    margin-right: 7px;
    opacity: 1 !important;
}

.woocommerce ul.products li.product .price ins span {
    color: #E02020;
}



/* Shop single - Single Product Hero */
@media screen and (min-width: 768px) {
    .shop-single-hero .shop-single-hero-row {
        align-items: stretch;
        display: flex;
    }
}

.shop-single-hero .shop-single-hero__title {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 29px;
}

@media screen and (min-width: 768px) {
    .shop-single-hero .shop-single-hero__title {
        font-size: 30px;
        line-height: 37px;
    }
}

.shop-single-hero .shop-single-hero__subtitle {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 27px;
    margin: 15px 0;
}

@media screen and (min-width: 768px) {
    .shop-single-hero .shop-single-hero__subtitle {
        font-size: 21px;
        letter-spacing: 0;
        line-height: 27px;
        margin-bottom: 20px;
    }
}

.shop-single-hero p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}

@media screen and (min-width: 768px) {
    .shop-single-hero p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
    }
}

.shop-single-hero p span {
    color: #333;
    font-size: 18px !important;
}

@media screen and (min-width: 768px) {
    .shop-single-hero p span {
        font-size: 20px !important;
    }
}

.shop-single-hero .shop-single-hero__link-wrapper {
    margin-top: 25px;
}

.shop-single-hero .shop-single-hero__link-wrapper .link__btn--buy {
    margin-right: 15px;
}

@media screen and (min-width: 768px) {
    .shop-single-hero .shop-single-hero__link-wrapper .link__btn--buy {
        margin-right: 50px;
    }
}



/* Sitewide banner */
/* make window scrollabel verticaly when modal is open  */
.modal-open {
    overflow-y: auto;
}

.sidewide-banner {
    position: relative;
}

.sidewide-banner .sitewide-banner-modal {
    position: absolute;
    bottom: auto;
}

.sidewide-banner .sitewide-banner-modal .modal-dialog {
    margin-top: 10px;
}

.sidewide-banner .sitewide-banner-modal .modal-dialog {
    border-bottom: none;
}

.sidewide-banner .sitewide-banner-modal .modal-content {
    border: none;
    border-radius: 17px;
    box-shadow: 0 6px 23px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body {
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body {
        padding: 20px 15px 25px;
    }
}

.sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .close {
    background-color: #000;
    border-radius: 50%;
    height: 25px;
    opacity: 1;
    position: relative;
    width: 25px;
}

@media screen and (min-width: 768px) {
    .sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .close {
        margin-right: 8px;
        margin-top: -2px;
    }
}

.sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .close span {
    display: inline-block;
    height: 3px;
    position: relative;
    top: -3px;
    width: 28px;
    z-index: 10;

}

.sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .close span::before,
.sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .close span::after {
    background-color: #fff;
    content: '';
    display: inline-block;
    height: 2px;
    left: 2px;
    position: absolute;
    transform-origin: 14px center;
    width: 18px;
}

.sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .close span::before {
    top: 1px;
    transform: rotate(45deg);
}

.sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .close span::after {
    top: -6px;
    transform: rotate(-45deg);
}

.sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .sidewide-banner__heading {
    color: #000;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 24px;
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
    .sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .sidewide-banner__heading {
        margin-top: 0;
    }
}

.sidewide-banner .sitewide-banner-modal .modal-dialog .modal-body .sidewide-banner__text {
    color: #666;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    opacity: .8;
}

.sidewide-banner.sidewide-banner--decoration::before {
    display: none;
}

@media screen and (min-width: 768px) {
    .sidewide-banner.sidewide-banner--decoration .modal-content::before {
        background-image: url("../svg/decorative-04.svg");
        background-size: contain;
        bottom: 15px;
        content: '';
        display: block;
        height: 34px;
        position: absolute;
        right: 300px;
        width: 34px;
        z-index: 1100;
    }
}

.sidewide-banner.sidewide-banner--circle-blue .modal-content .modal-body::before {
    background-color: #60BEFA;
    border-radius: 50%;
    bottom: -75px;
    content: '';
    display: block;
    height: 147px;
    opacity: .47;
    position: absolute;
    right: -35px;
    width: 147px;
}

@media screen and (min-width: 768px) {
    .sidewide-banner.sidewide-banner--circle-blue .modal-content .modal-body::before {
        bottom: -50px;
        right: -20px;
    }
}

.sidewide-banner.sidewide-banner--circle-orange .modal-content .modal-body::after {
    background-color: #FC9936;
    border-radius: 50%;
    bottom: 90px;
    content: '';
    display: block;
    height: 16px;
    opacity: .6;
    position: absolute;
    right: 22px;
    width: 16px;
}

@media screen and (min-width: 768px) {
    .sidewide-banner.sidewide-banner--circle-orange .modal-content .modal-body::after {
        bottom: 40px;
        height: 26px;
        right: 350px;
        width: 26px;
    }
}

@media screen and (min-width: 992px) {
    .sidewide-banner.sidewide-banner--circle-orange .modal-content .modal-body::after {
        right: 500px;
    }
}

@media screen and (max-width: 500px) {
    .col-md-12.col-xs-12.landing-page #carousel-example .carousel-inner .carousel-caption {
        left: 14% !important;
        margin: 0;
    }
}


/* Landing page changes - KE 29/03/21 */

.landing-page__image-wrapper {
    border-radius: 50%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.landing-page__image-wrapper .circular-image {
    height: 100%;
    padding-bottom: 100% !important;
    width: 100%;
}

/* Checkout mobile spacing tweaks - KE 05/07/21 */
@media screen and (max-width: 768px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-name {
        width: 100%;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-price {
        margin: 10px 0;
        padding: 0;
        text-align: end !important;
        width: 100% !important;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove {
        display: block;
        margin: 0;
        padding: 0;
        width: 0px;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove {
        position: relative;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove a {
        left: -130px !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 49px !important;
        position: absolute;
        top: 30px !important;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-quantity,
    .woocommerce-cart .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-quantity {
        text-align: end !important;
        width: 100% !important;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form span.woocommerce-Price-amount.amount {
        margin-bottom: 0;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-subtotal,
    .product-price,
    .product-subtotal {
        height: 30px !important;
        text-align: end !important;
        width: 100% !important;
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin-left: 0;
    }
}

.woocommerce-checkout .woocommerce .woocommerce-shipping-fields #ship-to-different-address {
    margin-left: 22px;
}

/* Shop variable product label and select - DR 14/03/22 */
.variations_form .variations {
    width: 100%;
}

.variations_form .variations .label,
.variations_form .variations .value,
.variations_form .variations .value select {
    display: block;
    width: 100%;
}

.variations_form .variations .label {
    padding-left: 0;
    padding-right: 15px;
    text-align: left;
}

.variations_form .variations label,
.variations_form .variations .value select {
    font-family: VarelaRound-Regular;
    font-size: 12px;
    opacity: 1;
}

/* style label text */
.variations_form .variations label {
    color: #38393d;
    font-weight: normal;
    margin-top: 13px;
}

.variations_form .variations .value select {
    cursor: pointer;
}

/* remove top spacing from first variation option label */
.variations_form .variations tr:first-child label {
    margin-top: 0;
}

/* remove default spacing below variation option select */
.variations_form .variations .value select {
    margin-bottom: 0;
}

/* add spacing below last variation option select */
.variations_form .variations tr:last-child .value select {
    margin-bottom: 20px;
}

.woocommerce-form-coupon {
	display: block !important;
}