a.sb-toggle-left:active, a.sb-toggle-left:focus {
    text-decoration: inherit;
    color: inherit;
    ;
}

/* .modal-fullscreen */

.modal-fullscreen {
    background: #ffffff;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}
.woocommerce form .form-row .required {
    display: none;
}
.more-details-block .pink-btn {
    display: block;
    max-width: 501px;
    margin: 20px auto;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.modal-header {
    border: 0;
}
.modal-body {
    padding: 0;
}
.overons-close {
    color: #002846;
    font-family: "BrixSansRegular";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.04;
    opacity: 1;
    padding: 6px 0 3px;
}
.overons-close i {
    margin-left: 5px;
    margin-top: 3px;
}
.faq-inner ul .faq-open-para {
    display: none;
}
.faq-block.home-faq .faq-inner ul .open .faq-open-para {
    display: block;
    float: none;
    width: 60%;
    padding-top: 7px;
    margin: 0 auto;
}
.btn-default:hover {
    background-color: #9bd5ec;
    border-color: #9bd5ec;
    color: #db4061;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.facebook-comments ul li {
    width: 50%;
    float: left;
    text-align: center;
}
#sb-site {
    padding-top: 0;
}
.application-block-outer {
    margin-top: 0;
}
.overons-close i:after {
    content: '\000D7';
    color: #002846;
    font-size: 32px;
    line-height: 0.4;
    font-weight: 500;
    width: 16px;
    height: 16px;
    font-family: "BrixSlab-Black";
}
.modal-header {
    padding: 25px 15px;
}
.logo-in-popup .header-logo-outer {
    position: absolute;
    top: -77px;
    left: 0;
    width: 300px;
}
.overons-social-single {
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #002846;
    position: relative;
    margin: 0px 0px 0px 14px;
    text-align: center;
    padding: 0;
}
.overons-social-single i {
    font-size: 25px;
    color: #fff;
    top: 50%;
    margin: auto;
    text-align: center;
    line-height: 1;
    display: inline-block;
    padding-top: 0;
}
.overons-social p {
    float: left;
    width: auto;
    margin: 7px 10px 0px 0px;
}
.pink-btn {
    text-align: center;
    background: #db4061;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-family: 'BrixSansRegular';
    height: auto;
    border-radius: 0;
    border: 1px solid #eea5b5;
    outline: 0;
    border: 0;
    line-height: 1;
    padding: 13px 20px;
    display: inline-block;
}
.btn.btn-default.dark-btn {
    line-height: 48px;
}
.blue-btn {
    background: #002846;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    border: 0;
}
.blue-btn:hover {
    background: #000000;
    color: white;
}
.number-block span i {
    left: 10px;
    top: 4px;
}
.sb-slide {
    float: none;
    width: 100%;
}

/**
 * Default stuff from the checkout we hide
 *
.woocommerce-checkout .col2-set .col-2,
#billing_address_2_field,
.woocommerce-billing-fields > h3,
#billing_company_field,
.form-outer
{
  display: none !important;
}
*/

.select2-container .select2-choice, .select2-container--default .select2-selection--single {
    border-color: #D8EEF7 !important;
    background-color: #D8EEF7;
    border-radius: 6px;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.woocommerce form .form-row label {
    font-weight: normal;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, textarea, .quantity input, select, .standard-input, #comments input, #review_form input, input[type="email"], input[type="text"], input[type="date"] {
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    background: #d8eef7;
    height: 40px;
    border: none;
    box-shadow: none;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
}
.woocommerce select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.select-wrapper {
    position: relative;
    ;
    max-width: 100%;
    display: inline-block;
}

/**
 * Only for webkit restyle the dropdown
 */

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .select-wrapper:after, #billing_country_field:after {
      content: '▼';
      position: absolute;
      right: 5px;
      top: 19px;
      font-size: 8px;
      line-height: 1;
    }

    .select-wrapper select, #billing_country_field:after {
        padding-right: 17px;
    }
}
.wpcf7-form-control-wrap select, .wpcf7-form-control-wrap input[type="date"] {
    width: 100%;
}
#comments label, #review_form label {
    display: block;
}
.woocommerce form .form-row textarea, textarea {
    height: auto;
    min-height: 160px;
}

/**
 * Product styling
 */

table.variations {
    float: left;
    margin-right: 20px;
}
.variations_form .quantity_select, .simple_form .quantity_select {
    float: left;
    margin-right: 10px;
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
    right: 15px;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 400ms ease;
}
.quantity input {
    width: 40px;
    text-align: center;
}
.variations_form, .woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-top: 30px;
    position: relative;
    /*height: 50px;*/
    margin-bottom: 0;
}

.stock.in-stock {
    display: none !important;
}

.stock.out-of-stock {
    position: absolute !important;
    top: -21px !important;
    color: red !important;
    font-style: italic !important;
    font-size: 14px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb;
    font-size: 17px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce td.product-name dl.variation dt{
    font-size: 17px;
}

.woocommerce form.checkout_coupon input[type="submit"] {
    max-width: none;
}
.woocommerce a.remove {
    display: block;
    font-size: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.reset_variations {
    display: none !important;
}
.woocommerce-variation-price {
    position: absolute;
    right: 299px;
    top: 12px;
}
.woocommerce ul.products li.product .price, .woocommerce div.product span.price {
    color: #002846;
    font-size: 18px;
    font-weight: normal;
    font-family: 'BrixSlab-Black';
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    width: auto;
}
.woocommerce ul.products li.product .product-info-container .price, .product .summary .price, .woocommerce ul.products li.product .star-rating {
    display: none;
}

.product.product-type-simple  .select-wrapper {
  float: left;
}

.woocommerce-simple-price {
  position: absolute;
  right: 299px;
  top: 9px;
  font-weight: bold;
  color: #002846;
  font-size: 18px;
  font-weight: normal;
  font-family: 'BrixSlab-Black';
}

.product-type-simple .cart {
  position: relative;;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 -5px;
    padding: 0 1em;
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    border-top: none;
    background: none;
    font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #dfdfdf;
    border-top: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 1em 0;
    font-weight: normal;
    color: #002846;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    margin-top: -5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-top: 1px solid #dfdfdf;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    display: block;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -5px;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all, ease, .3s;
    -moz-transition: all, ease, .3s;
    transition: all, ease, .3s;
}
.woocommerce-tabs ul.tabs li:after {
    content: "\f105" !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    opacity: 1;
    right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
}
.woocommerce div.product form.cart .variations select {
    max-width: none;
    min-width: 0;
    margin-right: 0;
}
.woocommerce ul.products li.product .product-info-container .woocommerce-variation-price .price, .product .summary .woocommerce-variation-price .price {
    display: block;
}


.product_meta .posted_in {
    display: none;
}
.quantity {
    float: left;
}
.woocommerce .cart .single_add_to_cart_button, .woocommerce div.product form.cart .button {
    float: right;
    margin: 0 !important;
    max-width: 280px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: left;
    width: 50%;
    overflow: visible;
}

.woocommerce form .form-row-last{
  float: right;
}
#payment {
    margin-top: 35px;
    margin-bottom: 35px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .single_add_to_cart_button, .woocommerce div.product form.cart .button {
    background-color: #D5405F;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    padding: 12px 5px;
}

/** override woocommerce button styling **/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 0;
    background: #e6e6e6;
    box-shadow: none;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #DB4061;
}
.content-right-single-block .list-block ul .pink-btn {
    line-height: 30px;
}
.packet-right .pink-btn {
    line-height: 50px;
}
.advices-block .blue-block .packet-right {
    padding: 0;
    width: 100%;
}
.tab-container-outer {
    background: none;
}
.tab-list-block {
    float: left;
    width: 100%;
    display: none;
}
.woocommerce form .form-row {
    padding: 0;
}
.form-row-first {
    padding-right: 4px !important;
    box-sizing: border-box;
}
.form-row-last {
    padding-left: 4px !important;
    box-sizing: border-box;
}
fieldset {
    border: 1px solid #64bde1;
    border-radius: 4px;
    padding: 30px;
    margin: 40px 0;
}
legend {
    display: block;
    width: auto;
    margin-bottom: 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border: 0;
    padding: 0 20px;
}
.content-left-wrapper {
    width: 90%;
    max-width: none;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: #FFFFFF;
    border-radius: 5px;
    border: 5px solid #D8EEF7;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: none;
    box-shadow: none;
}
.packet-right .pink-btn:hover {
    color: #FFFFFF;
    background: #BD1136;
}
.content-left .payment_box p {
    margin-bottom: 5px;
}
.thanks-link-inner .btn.btn-default.dark-btn {
    line-height: 1;
}
.benefit-head {
    border-top: 0;
}
[class^="yar-"], [class*=" yar-"] {
    text-align: center;
    ;
}
.table-content-out .number-block.red-square span i {
    font-size: 35px;
    line-height: 1;
    margin-top: 4px;
}
.number-block.table-box span i {
    top: 11px;
    left: 14px;
}
.table-content-out .number-block.blue-square span i {
    left: 12px;
    top: 13px;
}
#add_payment_method #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    border-radius: 4px;
}
.payment_method_buckaroo_ideal fieldset {
    background-color: white;
    border-radius: 4px;
    padding: 10px 20px;
}
.payment_method_buckaroo_ideal .form-row-wide input[type="radio"] {
    margin-bottom: 8px;
}
.single-block.senior>h4 {
    margin-left: -4px;
    width: auto;
    display: inline-block;
    padding: 20px;
    float: left;
    margin-top: -34px;
}
.application-block-inner .single-block-content {
    margin-bottom: 22px;
    clear: both;
}

/**
 Standrad fixes
**/

p {
    font-size: 19px;
}
h4 {
    font-size: 32px;
}

/**
  Home fixes
*/

.logo h4 {
    margin-top: 20px;
    line-height: 1.2;
}
.shops-block.organic .container, .shops-block .container {
    max-width: 910px;
}
.round-block-inner span:first-child {
    padding-bottom: 18px;
    display: block;
}
.over-oporganic .packet-left .round-block {
    left: 0;
    top: 70px;
    height: 235px;
    width: 235px;
}
.over-oporganic .packet-left {
    width: 56%;
}
.over-oporganic .round-block p {
    text-transform: inherit;
    font-size: 16px;
    margin: 0;
    font-family: 'BrixSansRegular';
    padding-top: 5px;
}
.over-oporganic .packet-switch-inner {
    padding: 67px 11% 40px 8%;
}
.sb-slide .navbar-right {
    font-size: 17px;
}
.ellipse-block {
    width: 42.5%;
    padding-left: 35px;
}
.organic .benefit-head {
    max-width: 640px;
}
.food-block-inner .list-text {
    height: 40px;
}
.vcenter {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.food-block-outer {
    width: 100%;
    float: none;
    margin-top: 5%;
    clear: both;
}
.quotes-block-outer {
    width: 100%;
    float: left;
    margin-bottom: 120px;
}
.food-icon-list {
    width: 100%;
    float: none;
    margin-top: 7%;
    max-width: 800px;
    margin: 60px auto 30px;
    clear: both;
}

/**
Over ons fixes
**/

.overons-map .overons-top-para {
    padding-bottom: 20px;
}
.ons-left {
    width: 57%;
    float: left;
    padding-left: 20px;
}
.pink-btn:hover {
    color: white;
}
.advices-block .blue-block {
    margin-bottom: 50px;
    position: relative;
}
.advices-block h4 {
    padding-bottom: 36px;
    padding-left: 0;
}
.advices-block .package-cta {
    color: white;
    margin: 40px 0 10px;
    ;
    color white;
    line-height: 1;
}
.advices-block .advice-p {
    float: left;
    margin-left: 30px;
    width: 70%;
    margin-top: 13px;
}
.right-block {
    width: 67%;
    display: table-cell;
    border-left: 5px solid #fff;
    padding: 28px 0 42px 40px;
}
.ons-img {
    width: 20%;
}
.mobile-overlay {
    display: none;
}
.advice-footer-block {
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0;
    background: #002846;
    right: 0;
    z-index: 4;
    border-radius: 0px 0px 40px 40px;
}
.advice-footer-block:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -14px;
    border-top: 14px solid #002846;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.advice-footer-block h2 {
    color: white;
    margin: 0;
    font-size: 33px;
}
#about-us-details-block {
    background: #002846;
    background: #002846;
    float: left;
    width: 100%;
    padding-bottom: 55px;
}
#about-us-details-block p {
    margin-bottom: 10px;
}
#about-us-details-block .details-content {
    color: white;
    text-align: center;
    ;
}
#about-us-details-block .details-content h4 {
    margin-bottom: 30px;
}
[off-canvas] {
    display: block;
    background: #64bde1;
    padding: 60PX 30PX 10PX;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
[off-canvas] ul {
    list-style: none;
}

/**
 * Sticky footer setup

#main-container{
  min-height: 100vh;
  box-sizing: border-box;
  margin: 0 0 100px;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}
*/


/**
 * New styles
 */

.navbar-fixed-top.sb-slide {
    height: auto;
    background: white;
    position: relative;
}
.header-inner {
    border-bottom: 4px solid #64bde1;
    padding-bottom: 15px;
}
.main-outercon {
    height: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    width: 100%;
    margin: 0;
}
.woocommerce ul.products li.product .button, body .single_add_to_cart_button, ..woocommerce div.product form.cart .button {
    max-width: 280px !important;
}
.loop-price {
    float: right;
    margin: 12px 18px;
    font-size: 24px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images {
    float: left;
    width: 40%;
    text-align: center;
}
.woocommerce div.product div.images img {
    max-width: 220px;
    display: inline-block;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 55%;
    margin-left: 5%;
    float: left;
}
.woocommerce-tabs {
    clear: both;
}
.faq-link, .blue-link {
    color: white;
    background: #64bde1;
    background-size: 100%;
    width: auto;
    border: 0;
    margin-right: 5px;
    padding: 10px;
    font-family: 'BrixSlab-Black', 'serif';
    font-size: 23px;
    line-height: 1;
    display: block;
    text-align: center;
    float: left;
    border-radius: 4px;
}
.faq-link:hover, .blue-link:hover {
    color: white;
}
.content-wrapper {
    margin-top: 20px;
}

/**
 * Shop overview
 */

.overview-container {
    margin: 20px 0;
}
.woocommerce ul.products li.product h3 {
    font-size: 30px;
    margin: 0;
    padding: 10px;
    top: -34px;
    background: white;
    left: 5px;
    position: absolute;
}
.variations .label {
    padding: 0;
    margin-right: 5px;
    color: #002846;
}
.woocommerce ul.products li.product .variations .label {
    display: none;
}
.woocommerce ul.products li.product .product-info-container {
    padding-top: 20px;
}
.shop-category-image {
    height: 280px;
    position: relative;
    margin-bottom: 20px;
}
.shop-category-image img {
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
a p:hover, a:hover p, a:hover p span {
    color: #002846;
}
.woocommerce ul.products li.product .blue-btn {
    display: inline-block;
    padding: 8px 20px;
    margin: 30px 0;
}
@media (min-width: 1200px) {
    .container {
        width: 1090px;
    }
}
h1.page-title, h1.product_title, h1.blog-title {
    font-size: 34px;
    font-family: 'BrixSlab-Black';
    line-height: 1;
    margin: 20px 0 30px;
    text-align: center;
}
h1.product_title, h1.blog-title {
    text-align: left;
}
h1.product_title, .woocommerce div.product .product_title {
    margin: 20px 0 10px;
}
h1.blog-title {
    margin: 40px 0 20px;
}
.blog h1 {
    font-size: 34px;
}
.blog h2 {
    font-size: 28px;
    text-transform: none;
}
.blog h3 {
    font-size: 24px;
}
.blog h4 {
    font-size: 22px;
}
.blog h5 {
    font-size: 20px;
}
.blog h6 {
    font-size: 18px;
}
.blog p {
    margin: 30px 0;
}
.blog .overons-social-single {
    border: 2px solid #002846;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    margin-top: 0;
}

.social-circled{
    border: 2px solid #002846;
    margin-bottom: 15px;
}
.blog .social-links-menu>a:first-child .overons-social-single {
    margin-left: 15px;
}
.section-title, .content-section-title {
    font-size: 25px;
    font-family: 'BrixSlab-Black';
    line-height: 1;
    margin: 25px 0;
    text-align: center;
}
.content-section img {
    margin-bottom: 20px;
}
.content-section h4:first-child {
    margin-top: 0;
}
.content-section h4 {
    font-size: 20px;
    margin: 20px 0 10px;
}
.upsells>h2:first-child, .woocommerce-tabs .panel h2:first-of-type, #reply-title, .cart_totals h2, .woocommerce h2 {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 10px;
}
#reply-title, .cart_totals h2, .woocommerce h2 {
    margin: 20px 0 10px;
}
.woocommerce .wc-tab h2 {
    margin-top: 0;
}
.woocommerce #reviews #reply-title {
    margin-top: 40px;
}
.woocommerce h3 {
    font-size: 22px;
    text-transform: none;
    margin: 10px 0 5px;
}
p a {
    text-decoration: underline;
}

/**
 * My accoutn page
 */

.woocommerce-account p {
    margin: 10px 0;
}
.woocommerce table.my_account_orders {
    margin-bottom: 40px;
}
.woocommerce-Address{
    text-align: left;
    width: 48%%;
    background: #ebe9eb;
    padding: 30px;
    border-radius: 4px;
    margin-top: 30px;
    position: relative;
    margin-right: 2%;
}
.woocommerce-Address .edit {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 15px;
    text-decoration: underline;
}
.lost_reset_password {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.woocommerce form.lost_reset_password .form-row {
    margin: 20px auto 0;
    float: none;
}
.wpcf7-list-item input[type="checkbox"] {
    width: 14px;
    float: left;
    margin-top: 9px;
}
.woocommerce form.lost_reset_password input.button {
    max-width: 280px;
    margin: 10px 0;
}

/*
.woocommerce table.shop_table{
    border: 1px solid rgb(100, 189, 225);
    border-radius: 3px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
  border-top: 1px solid rgb(100, 189, 225);
}
*/

.cart-collaterals {
    margin: 20px 0 50px;
}
.shop_attributes th {
    padding-right: 10px;
}
.page-intro, .content-section-content {
    text-align: center;
    font-size: 22px;
    max-width: 650px;
    width: 100%;
    margin: 20px auto;
}
.page-image {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: -1;
    max-width: 300px;
}
.standard-page {
    padding-bottom: 50px;
}
.standard-page ul, .standard-page ol {
    padding-left: 20px;
}
.content-section-images {
    text-align: left;
}
.content-section {
    padding: 50px;
}

/**
 * Contact form 7
 */

div.wpcf7 {
    text-align: left;
    margin: 20px 0;
    max-width: 366px;
    margin: 27px auto;
}
form {
    text-align: left;
}
.wpcf7 p {
    margin-bottom: 20px;
}

/**
 * Yellow sticker shortcode
 */

.yellow-sticker-shortcode {
    position: absolute;
    top: -60px;
    right: 60px;
}
.yellow-sticker-shortcode .round-block-inner h3 {
    font-family: 'Populaire';
    font-size: 37px;
    padding-bottom: 4px;
    line-height: 0.8;
}
.yellow-sticker-shortcode .round-block {
    width: 170px;
    height: 170px;
    margin: 0 auto;
}
.yellow-sticker-shortcode .round-block p {
    font-size: 29px;
    line-height: 0.90;
    text-transform: uppercase;
    font-family: 'Populaire';
}
@media only screen and (max-width: 991px) {
    .yellow-sticker-shortcode {
        position: relative;
        left: auto;
        right: auto;
        margin: 20px auto;
        top: auto;
    }
}
@media only screen and max-width: 767px) {}

/**
 * Blue menu
 */

.blue-menu, .blue-section, .white-section {
    width: 100%;
    background: #64bde1;
    padding: 30px 0;
    text-align: center;
}
.blue-menu .blue-col {
    margin: 10px 0;
}
.page-template-template-contact .blue-menu .blue-col .button-blue {
    max-width: none;
    min-height: 70px;
}
.blog-link {
    color: white;
    font-family: 'BrixSansRegular';
    font-size: 18px;
    margin-top: 12px;
    line-height: 1.2;
    display: block;
}
.white-section {
    background: white;
}

/**
 * Standard ekements
 */

.row-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bordered-image {
    border-radius: 6px;
    overflow: hidden;
}

/**
 * Overstappen block
  */

.overstappen-block {
    text-align: left;
    color: white;
    padding: 60px;
}
.round-price-block {
    background: #e9cd47;
    border-radius: 50%;
    display: table;
    height: 180px;
    width: 180px;
    text-align: center;
    color: #002846;
}
.overstappen-block .round-price-block {
    position: absolute;
    top: 0;
    right: 40px;
}
.round-price-block .round-block-inner span:first-child {
    font-size: 33px;
}
.round-price-block .round-block-inner h3 {
    font-size: 84px;
}
.overstappen-block .section-title {
    margin: 15px 0;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
}
.overstappen-block .button-blue {
    margin: 40px 0 0;
}

/**
 * Dog or cats on home
 */

.dog-or-cat-section {
    margin-top: 110px;
    text-align: center;
}

/**
 * Home blue section
 */

.page-template-template-home .header-logoimg-outer, .page-template-template-changing-to-landing .header-logoimg-outer {
    display: none;
}
.page-template-template-home .header-inner, .page-template-template-changing-to-landing .header-inner {
    border: 0;
}
.home-image {
    max-width: 500px;
    margin-top: 50px;
    float: right;
    margin-right: 50px;
}
.home-intro {
    padding: 100px 50px;
}
.home-intro img {
    margin-left: -10px;
    margin-bottom: 15px;
}
.home-intro p {
    font-size: 23px;
}
.overstappen-block .image-col {
    padding: 0 40px;
    position: relative;
}
.overstappen-block img {
  max-height: 455px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.home-blue-section .inner {
    padding: 30px 70px;
}
.home-blue-section .inner .row {
    margin-bottom: 25px;
    margin-top: 25px;
}
.home-blue-section, .home-blue-section p, .home-blue-section a, .home-blue-section h3 {
    text-align: left;
    ;
    color: white;
}
.home-blue-section .padding-right {
    padding-right: 40px;
}
.home-blue-section .padding-left {
    padding-left: 40px;
}
.home-blue-section h3 {
    margin: 10px 0;
}
.home-blue-section .tagline {
    color: #002846;
    margin-top: 10px;
}
.home-blue-section .read-more {
    margin: 15px 0;
    display: block;
    ;
}

/**
 * Logos
 */

.logo-section h3 {
    margin-bottom: 30px;
}
body .logo-section img {
    height: 50px;
    width: auto !important;
    margin-right: 7px;
}
.image-404 {
    max-width: 350px !important;
    width: 100%;
    margin-top: 10px;
    float: right;
}

/**
 * Overview container
 */

.overview-header {
    float: none;
    padding: 50px 0 30px;
}
.overview-header h3 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
.overview-container {
    border: 1px solid #64bde1;
    border-radius: 4px;
    padding: 10px;
}
div>.overview-container:last-child {
    margin-bottom: 80px;
}
.overview-container h4, .overview-container p {
    font-size: 18px;
}
.page-template-template-certificate .overview-container h4 {
    margin: 20px 0 10px;
}
.page-template-template-certificate .overview-container h4:first-child {
    margin-top: 0;
}
.page-template-template-certificate .overview-container .image-col {
    text-align: center;
    ;
    padding-top: 20px;
}
.page-template-template-certificate .overview-container .image-col img {
    margin: 10px auto;
    display: block;
}
hr.thin-hr {
    margin: 15px 0;
    border-width: 1px;
}
.padded-col {
    padding: 20px;
}
.date-label {
    font-size: 14px;
    color: #64bde1;
    margin-bottom: 5px;
}

/**
 * cart
 */

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: 150px;
    width: auto;
}
.woocommerce-page table.cart img {
    height: 150px;
    width: auto;
    max-width: none;
}
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation p {
    font-size: 22px;
}
body.woocommerce-page table.cart td.actions input {
    width: 100% !important;
}
body .woocommerce table.cart .product-thumbnail:before, body .woocommerce table.cart .product-thumbnail:before {
    content: "";
}
.woocommerce-page table.cart td.actions .coupon {
    display: none;
}

/**
   * checkout
   */

.checkout {
    text-align: left;
}
#order_review_heading {
    margin-top: 50px;
}
.woocommerce form .form-row-quart {
    width: 25%;
    padding: 0 0 0 5px;
}
.woocommerce-page form .form-row-quart-first, .woocommerce form .form-row-quart-first {
    padding: 0 5px 0 5px;
    width: 25%;
}
.page-template-template-checkout-php .woocommerce-info {
    margin-top: 25px !important;
}

/**
 *  Buttons
 */

.woocommerce a.button {
    font-family: 'BrixSansRegular';
    border-radius: 0;
    font-size: 18px;
    font-weight: normal;
}
.button-blue, .button-red, body .single_add_to_cart_button, #customer_login .button, .woocommerce .cart input.button, #comments input[type="submit"], #review_form input[type="submit"], input[type="submit"], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-page #payment #place_order, .woocommerce input.button, a.button-blue:visited,
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit
 {
    font-family: 'BrixSansRegular';
    background: #002846;
    color: white;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 230px;
    font-size: 18px;
    border: 0;
    color: white;
    padding: 11px;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 200px;
    font-size: 18px;
    border: 0;
    font-weight: normal;
    border-radius: 0 !important;
    text-decoration: none !important;
    color: white !important;
    opacity: 1;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    max-width: none;
}
.single_add_to_cart_button..woocommerce div.product form.cart .button {
    max-width: none;
    float: right;
}
.button-red, body .single_add_to_cart_button, #customer_login .button, #comments input[type="submit"], #review_form input[type="submit"], input[type="submit"], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-page #payment #place_order, .woocommerce input.button, a.button-red:visited, a.button-red:focus {
    background: #db4061;
    text-decoration: none !important;
    color: white;
}
.button-blue:hover, .woocommerce input.button:hover, .button-red:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, #customer_login .button:hover, #comments input[type="submit"]:hover, #review_form input[type="submit"]:hover, input[type="submit"]:hover, .woocommerce-page #payment #place_order:hover, .woocommerce #respond input#submit:hover {
    text-decoration: none;
    background: #002541;
    cursor: pointer;
    ;
    color: white;
}
.blog #comments {
    margin: 20px 0;
}
.blog #comments p, #reviews p {
    margin: 20px 0;
}
.blog .comment-list li.comment {
    list-style: none;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    border: 1px solid #64bde1;
    padding: 15px 20px;
    margin: 14px 0;
}
.blog .comment-list .comment-meta {
    font-size: 13px;
}
.blog #comments .comment-list p {
    margin: 3px 0;
}
.blog #comments .comment-list .comment-reply-link {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: right;
}

/* Make the borders of the reviews blue */

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #64bde1;
    margin: 0;
    padding-bottom: 30px;
}
.sku_wrapper {
    display: none;
}


#customer_login h2 {
    font-size: 24px;
    margin: 10px 0 20px;
    text-align: center;
}
.woocommerce form.login, .woocommerce form.register {
    margin: 10px 0 50px;
    min-height: 360px;
    position: relative;
}
.woocommerce form.login .form-row label.inline {
    display: block;
}
#customer_login .woocommerce form .form-row label.inline {
    display: block;
}
.lost_password {
    position: absolute;
    bottom: 20px;
    right: 32px;
    font-size: 13px;
    text-decoration: underline;
}
.button-red:hover, a.button-red:hover, #customer_login .button:hover, #comments input[type="submit"]:hover, #review_form input[type="submit"]:hover, input[type="submit"]:hover, .woocommerce input.button:hover, .woocommerce-page #payment #place_order:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #a61d3a;
}

/**
 * Header
 */

.header-inner .left-col {
    margin-top: 10px;
}
.right-menu-item {
    float: right;
    margin-left: 15px;
}
.login-container {
    margin-top: 12px;
}
.man-icon {
    background-image: url('../images/man-icon.svg');
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 17px;
    position: relative;
    display: inline-block;
}
.button-red.right-menu-item {
    padding: 10px 20px;
    width: auto;
}

/**
  *  Cart
  */

.shopping-cart {
    background-image: url('../images/shopping-cart.svg');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-size: 40px;
    position: relative;
    margin-top: 10px;
}
.shopping-cart:hover {
    text-decoration: none;
}
.cart-count {
    position: absolute;
    right: 0;
    bottom: 11px;
    color: white;
    font-size: 11px;
    width: 18px;
    text-align: center;
}
.cart-empty {
    margin-bottom: 30px;
}

/**
 */

.dog-or-cat-menu {
    margin-top: 40px;
}
.dog-or-cat-menu img {
    margin-top: -135px;
    height: 255px;
    width: auto;
    max-width: none;
}
.shop-proef-over-op-menu img {
    height: 250px;
    width: auto;
    display: block;
    margin: 0 auto 30px;
}

/**
 *  Search form
 */


/**
  * Helpers
  */

.margin-top-0 {
    margin-top: 0 !important;
}
.underline {
    text-decoration: underline;
    ;
}

/**
 * Footer
 */

footer {
    background: #002846;
    padding: 20px 0;
    width: 100%;
    clear: both;
    display: block;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li, .dropup {
    margin-top: 5px;
    float: left;
    list-style: none;
    margin-right: 20px;
}
.dropdown-menu .mlp-language-box ul li, .dropup .dropdown-menu a {
    display: block;
    margin: 5px 0;
    list-style-type: none;
    float: none;
    color: #002846;
    display: block;
    margin: 0;
    padding: 4px 10px;
}
.mlp-language-box ul li a, , .dropup .dropdown-menu>a {
    color: #002846;
    display: block;
    margin: 0;
    padding: 4px 10px;
}
footer ul li a, .dropup a {
    color: white;
    font-size: 15px;
}
.overons-social-single {
    floaT: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    position: relative;
    margin: 0px 0px 0px 14px;
}
.social-links-menu a .fa {
    color: #002846;
    font-size: 26px;
}

.custom-form .form-row {
    margin-bottom: 10px;
}

.custom-form label {
    margin-bottom: 0 !important;
}

/**
  * Search form
  */

.search-form {
    width: 100%;
    max-width: 540px;
    margin: 10px auto 50px;
    ;
    position: relative;
    ;
}
.search-form .search-input {
    padding-left: 40px;
    width: 70%;
    float: left;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px !important;
}
.search-form .search-button {
    width: 30%;
    float: left;
}
.search-icon {
    position: absolute;
    ;
    top: 10px;
    left: 10px;
}
.no-result-message {
    text-align: center;
    font-size: 23px;
    margin: 30px 0 120px;
}
.contact-container {
    margin-bottom: 150px;
}
::-webkit-input-placeholder {
    color: #002846;
    opacity: 0.5;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
:-moz-placeholder {
    color: #002846;
    opacity: 0.5;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
::-moz-placeholder {
    color: #002846;
    opacity: 0.5;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
:-ms-input-placeholder {
    color: #002846;
    opacity: 0.5;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/**
 * Mailchimp css
 */

#mc-embedded-subscribe {
    margin: 0;
}
#mc_embed_signup .mc-field-group label {
    text-align: left;
    margin: 20px 0 4px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'BrixSansRegular';
}
#mc_embed_signup {
    background: transparent;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
}
#mc-embedded-subscribe.button-red {
    margin: 0;
    border: 0;
    width: 100%;
    max-width: 200px;
}
#mc_embed_signup .mc-field-group input {
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-template-template-checkout .woocommerce .col2-set .col-1 {
    width: 100%
}
.page-template-template-checkout .woocommerce {
    max-width: 650px;
    margin: 0 auto;
}
.woocommerce a.added_to_cart {
    margin-right: 20px;
}

.faq-row{
    display: flex;
}

.faq-col{
    align-items: stretch;
}

.relative{
    position: relative;
}

.image-container-xs{
    float: left;
    width: 140px;
    margin: 5px 5px 5px 0px;
}

.image-container{
    margin-bottom: 66px
}

.sharing-container{
    bottom:8px; right:24px; position: absolute;
}

.sharing-container-review{
    bottom: 4px;
    right:24px;
    position: absolute;
    padding-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
/** Account Page **/
.woocommerce-MyAccount-navigation-link{
    text-align: left;
    list-style: none;
}

.woocommerce-MyAccount-navigation-link a{

}

.woocommerce-MyAccount-navigation-link--customer-logout a{
  background: #db4061;
  color: white;
  padding: 10px 29px;
  text-decoration: none;
  font-size: 13px;
}


.woocommerce-account .page-intro {
  text-align: left;
  max-width: 900px;
}


.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    background: rgba(213, 65, 95, 0.8);
    width: 85px;
    height: 85px;
    text-transform: uppercase;
    font-family: 'BrixSlab-Black';
    font-size: 26px;
    font-weight: 500;
    line-height: 81px;
    top: 20px;
    right: 15px;
    text-indent: -999px;
}

.woocommerce ul.products li.product .onsale::before, .woocommerce span.onsale::before {
    content: "SALE!";
    position: absolute;
    top: 4px;
    left: 10px;
    width: 30px;
    color: white;
    text-indent: 0;
}

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

    .woocommerce-error li {
        margin-left: 50px !important;
    }
}


.outlet-button-container {
    text-align: center;
    margin-top: -59px;
}

.outlet-button-container .button-red {
  background: #fbcf00 !important;
  color: #002846 !important;
}

.wc-tab td {
  border: 1px solid #e4e4e4;
  padding: 8px;
}

.woocommerce ul.products li.product.sale .price del {
    position: absolute;
    top: -22px;
}

@media only screen and (max-width: 767px) {
  .outlet-button-container {
    text-align: center;
    margin-top: 0;
  }

  .woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }

  .woocommerce ul.products li.product .onsale::before, .woocommerce span.onsale::before {
    left: 5px;
    top: 1px
  }
}

.full-width-page {
  padding-bottom: 0 !important;
}

.full-width-page .page-intro{
  max-width: none;
  margin: 0;
}

.full-width-page .page-intro > p{
  max-width: 650px;
  margin: 0 auto;

}

.yarrah-nutrition-calculator {
  text-align: left;
  font-size: 18px;
  max-width: 100%;
  margin: 60px auto 0;
}

.yarrah-nutrition-calculator select, .yarrah-nutrition-calculator input {
  float: right;
  width: 100%;
}

.y-margin-top-s {
  margin-top: 15px !important;
}

.y-margin-bottom-s {
  margin-top: 15px !important;
}

.yarrah-nutrition-calculator {
  text-align: left;
}

.display-when-cat, .display-when-dog {
  display: none;
}

.yarrah-nutrition-calculator .overview-container {
  border: 1px solid #64bde1
}

.advice-container  {
  padding: 10px 17px 15px;
  border: 1px solid #63bee1;
  border-radius: 5px;
  float: right;
  width: 100%;
  margin-top: 15px;
  float: right;
  max-width: 290px;
  font-weight: 500;
}

.yarrah-nutrition-calculator .question-row {
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 17px;
}

.advice-container input {
  border: 0;
  text-align: right;
  font-style: italic;
  padding-right: 2px;
  background: none;
}

.advice-container strong {
  line-height: 1.1;
  margin: 6px 0;
  display: block;
  font-weight: 300;
}

.advice-container .row {
  border-bottom: 1px dotted #d2d2d2;
}

.advice-container hr {
  border-width: 1px;
  margin: 3px 0 9px;
}

.advice-container h6 {
  margin: 19px 0 8px;
}

.advice-container span {
  text-align: right;
  font-style: italic;
  display: block;
}

.negative .input-dry-food {
  color: red;
}


.yarrah-nutrition-calculator .dog-or-cat-menu, .yarrah-nutrition-calculator .dog-or-cat-section {
  margin-bottom: 0;
  margin-top: 10px;
}

.yarrah-nutrition-calculator .dog-or-cat-menu img {
  margin-top: 0px;
}

.full-width-page .page-image {
 position: relative;
    bottom: 0;
    right: 10px;
    z-index: -1;
    max-width: none;
    width: 100%;
    text-align: right;

}

.full-width-page .page-image img {
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .advice-container  {
    max-width: 100%;
  }
}

.full-column {
    float: left;
    width: 50%;
}

.full-row:after {
    content: "";
    display: table;
    clear: both;
}

form .full-input-left {
    width: 92%;
}

form .full-input-right {
    width: 50%;
}

.gdpr.gdpr-privacy-bar .gdpr-agreement, .gdpr.gdpr-reconsent-bar .gdpr-agreement {
  background: #db4060 !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  padding: 5px 38px !important;
  font-family: 'BrixSansRegular' !important;
  font-size: 16px !important;
}

.gdpr *:not(textarea):not(input):not(select) a {
  color: #63bee1 !important;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > footer input[type="submit"]{
  background: #db4060 !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  padding: 6px 38px !important;
  font-family: 'BrixSansRegular' !importan'';
  font-size: 16px !important;
  height: auto !important;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active,
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active {
    background-color: #64bde1 !important;
}

.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
    background: rgba(0,0,0,0.6) !important;
}

/*
.gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > header .gdpr-box-title{
  background: #f0f0f0 !important;
  border-bottom: 1px solid #d8d8d8;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > header .gdpr-box-title h3 {
  color: #000 !important;
}
*/


.gdpr.gdpr-privacy-preferences .gdpr-wrapper>form {
  overflow: hidden;
  border-radius: 3px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper>form>header {

}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper>form>header .gdpr-box-title,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form>header .gdpr-box-title,
.gdpr.gdpr-reconsent .gdpr-wrapper>form>header .gdpr-box-title, .gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form>header .gdpr-box-title, .gdpr.gdpr-general-confirmation .gdpr-wrapper>form>header .gdpr-box-title, .gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form>header .gdpr-box-title {
  background: #f1f1f1;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper>form>header
.gdpr-box-title h3, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form>header .gdpr-box-title h3,
.gdpr.gdpr-reconsent .gdpr-wrapper>form>header .gdpr-box-title h3,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form>header
.gdpr-box-title h3, .gdpr.gdpr-general-confirmation .gdpr-wrapper>form>header .gdpr-box-title h3, .gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form>header .gdpr-box-title h3 {
  color: #777 !important;
}


.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs {
  background: #f1f1f1;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs {
  background: #f1f1f1;
  padding-left: 16px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li a, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a{
  background: #f1f1f1;
  color: #445560;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover {
    background-color: #f1f1f1;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content {
  background: white;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper>form>header .gdpr-box-title .gdpr-close, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form>header .gdpr-box-title .gdpr-close, .gdpr.gdpr-reconsent .gdpr-wrapper>form>header .gdpr-box-title .gdpr-close, .gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form>header .gdpr-box-title .gdpr-close, .gdpr.gdpr-general-confirmation .gdpr-wrapper>form>header .gdpr-box-title .gdpr-close, .gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form>header .gdpr-box-title .gdpr-close{
  color: #080e12;
}

.wpcf7 .conversational-form cf-chat-response.robot {
  padding-left: 0 !important;
}

.wpcf7 .conversational-form cf-chat-response.user {
  padding-right: 0 !important;
}

div#wpcf7-f201601334-p201601336-o1 {
  text-align: left;
  margin: 20px 0;
  max-width: 600px;
  margin: 27px auto;
}

.wpcf7 .conversational-form cf-chat-response.robot text {
    border-radius: 20px;
    background-color: #64bde1;
    color: #ffffff;
}

.conversational-form-inner {
  height: 300px !important;
  min-height: 0 !important;
  top: 0 !important;
}

.wpcf7 .conversational-form cf-chat-response.robot thumb, .conversational-form--enable-animation cf-chat-response.user.peak-thumb thumb {
  display: none !important;
}
