@font-face {
    font-family: 'Populaire';
    src: url('../fonts/3079C4_0_0.eot');
    src: url('../fonts/3079C4_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/3079C4_0_0.woff2') format('woff2'), url('../fonts/3079C4_0_0.woff') format('woff'), url('../fonts/3079C4_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'BrixSansRegular';
    src: url('../fonts/3079C4_1_0.eot');
    src: url('../fonts/3079C4_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/3079C4_1_0.woff2') format('woff2'), url('../fonts/3079C4_1_0.woff') format('woff'), url('../fonts/3079C4_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'BrixSlab-Black';
    src: url('../fonts/3079C4_2_0.eot');
    src: url('../fonts/3079C4_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/3079C4_2_0.woff2') format('woff2'), url('../fonts/3079C4_2_0.woff') format('woff'), url('../fonts/3079C4_2_0.ttf') format('truetype');
}

@font-face {
    font-family: 'brixbcondensed_3';
    src: url('../fonts/brix_slab_condensed_black-webfont.eot');
    src: url('../fonts/brix_slab_condensed_black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brix_slab_condensed_black-webfont.woff2') format('woff2'), url('../fonts/brix_slab_condensed_black-webfont.woff') format('woff'), url('../fonts/brix_slab_condensed_black-webfont.ttf') format('truetype'), url('../fonts/brix_slab_condensed_black-webfont.svg#brixbcondensed_3') format('svg');
    font-weight: normal;
    font-style: normal;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active {
    outline: 0px none !important;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body, html{
  overflow: auto;
}

body {
    font-family: 'BrixSansRegular';
    font-size: 18px;
    line-height: 1.5;
    color: #002846;
}

h1 {
    font-size: 60px;
    font-family: 'BrixSlab-Black';
    line-height: 2;
}

h2 {
    font-size: 40px;
    font-family: 'BrixSlab-Black';
    line-height: .95;
    text-transform: uppercase;
}

h3 {
    font-size: 35px;
    font-family: 'BrixSlab-Black';
    line-height: 1.1;
}

h4 {
    font-size: 30px;
    font-family: 'BrixSlab-Black';
    line-height: 1;
    font-weight: normal;
}

h5 {
    font-size: 25px;
    font-family: 'BrixSlab-Black';
    line-height: 1.52;
}

h6 {
    font-size: 20px;
    font-family: 'BrixSlab-Black';
    line-height: .7;
}

p, .standard-page li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'BrixSansRegular';
}

a {
    text-decoration: none;
    color: #002846;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #db4061;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

.row img {
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none;
}

.wrapper {
    width: 100%;
    max-width: 1140px;
    min-width: 296px;
    margin: 0px auto;
}

.number-block span {
    color: #64bde1;
    font-size: 40px;
    text-align: center;
    position: relative;
    line-height: 1.1;
}

.number-block span i {
    color: #fff;
    font-size: 35px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 40px;
    font-style: normal;
    font-family: 'brixbcondensed_3';
}

.number-block span i:before {
    background: rgba(0, 0, 0, 0) url("../images/number-bg.png") no-repeat;
    content: "";
    height: 38px;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75px;
    top: 0;
    z-index: -1;
}

.number-block {
    display: inline-block;
    width: auto;
}

.round-block {
    background: #e9cd47;
    border-radius: 50%;
    display: table;
    height: 220px;
    width: 220px;
    text-align: center;
    color: #002846;
}

.round-block p {
    color: #fff;
    font-size: 15px;
    font-family: 'BrixSansRegular';
    line-height: 18px;
}

.round-block p b {
    font-size: 18px;
    color: #002846;
    font-weight: normal;
    line-height: 52px;
}

.round-block p strong {
    font-family: 'Populaire';
    font-size: 85px;
    color: #002846;
}

.round-block p span {
    font-family: 'Populaire';
    font-size: 35px;
    color: #002846;
    line-height: 38px;
}

.round-block-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.round-block-inner span {
    font-family: 'Populaire';
    font-size: 35px;
    line-height: 0.5;
}

.round-block-inner h3 {
    font-family: 'Populaire';
    font-size: 60px;
    padding-bottom: 22px;
    line-height: 0.5;
}

.btn.btn-default.dark-btn {
    background: #002846;
    border: none;
    max-width: 452px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'BrixSansRegular';
    height: 50px;
    border-radius: 0;
    width: 100%;
}

.dark-btn:hover {
    background: #e9cd47;
}

.pink-btn{
    text-align: center;
    background: #db4061;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-family: 'BrixSansRegular';
    height: 50px;
    border-radius: 0;
    border: none;
}

.pink-btn:active, .pink-btn:focus{
  background: #db4061;
  color: #ffffff;


}

/*
a.pink-btn:active, a.pink-btn:focus, a.pink-btn:hover{
    color: white;
    -webkit-box-shadow: inset 0 -1px -1px -1px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    line-height: 50px;
    height: 50px;
}

.pink-btn:hover {
    color: #db4061;
}*/

.border-btn {
    font-size: 20px;
    color: #db4061;
    font-family: 'BrixSansRegular';
    height: 50px;
    border: 2px solid #f1b3c0;
    text-align: center;
    border-radius: 0;
}

.border-btn:hover {
    background: #db4061;
    color: #fff;
    border: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #9bd5ec;
    border-color: #8c8c8c;
    border: 0;
    color: #db4061;
}

.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;
}


/*** Begin Header Section *************************************************************************************/


/*** End Header Section ***************************************************************************************/


/*** Begin Content Section ************************************************************************************/


/*advices page starts*/

.advices-block {
    width: 100%;
    float: left;
}

.advices-block h2 {
    padding: 40px 0 42px;
    text-align: center;
}

.advices-block .blue-block {
    padding: 25px 45px;
}

.left-block {
    width: 33%;
    display: table-cell;
    padding-right: 12px;
    vertical-align: top;
    padding-bottom: 30px;
}

.right-block {
    width: 67%;
    display: table-cell;
    border-left: 5px solid #fff;
    padding: 28px 0 30px 20px;
}

.advices-block h4 {
    color: #fff;
    padding-bottom: 36px;
}

.left-block a {
    color: #fff;
    float: right;
    font-size: 15px;
    text-align: right;
    width: 100%;
    padding-bottom: 7px;
}

.left-block ul {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.advices-block ul {
    list-style: none;
}

.left-block ul li {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.left-list {
    max-width: 149px;
    width: 50%;
    float: left;
}

.right-block h4 {
    padding-left: 36px;
}

.right-list {
    max-width: 130px;
    width: 48%;
    float: left;
}

.left-block p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.2;
}

.left-block-inner {
    padding-right: 20%;
}

.ons-left {
    width: 55%;
    float: left;
}

.ons-left ul {
    float: left;
    padding-bottom: 17px;
    width: 66%;
}

.ons-left ul li {
    width: 100%;
    float: left;
}

.advice-list {
    display: table;
    float: none;
}

.right-block > span {
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 60px;
    font-size: 15px;
}

.ons-right {
    float: left;
    max-width: 200px;
    width: 45%;
    padding-top: 4px;
}

.ons-right p {
    margin-bottom: 40px;
    line-height: 1.2;
    font-size: 15px;
}

.ons-img {
    float: left;
}

.ons-img img {
    background: url("../images/ons_food_shadow.png") no-repeat -14px 92px;
    padding-bottom: 18px;
}

.ons-left span,
.ons-right span {
    font-family: 'BrixSlab-Black';
}


/*packet-switch-block*/

.packet-switch-block {
    width: 100%;
    float: left;
}

.packet-switch-inner {
    width: 100%;
    float: left;
    padding: 44px 13% 50px 15%;
}

.packet-left {
    width: 56%;
    position: relative;
    float: left;
}

.packet-left img {
    padding-top: 35px;
    float: right;
}

.packet-left .round-block {
    position: absolute;
    left: 0;
    top: 0;
}

.packet-right {
    width: 44%;
    float: left;
    padding-left: 24px;
    padding-top: 23px;
}

.packet-right h2 {
    padding-bottom: 20px;
    font-family: 'brixbcondensed_3';
}

.packet-right ul {
    float: left;
    width: 100%;
    margin-left: 13px;
}

.packet-right ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding-bottom: 10px;
    position: relative;
}

.packet-right ul li:before {
    content: ".";
    font-size: 32px;
    height: 9px;
    left: -13px;
    position: absolute;
    top: -19px;
    width: 16px;
}

.packet-right p strong {
    font-size: 28px;
    font-family: 'BrixSlab-Black';
    font-weight: normal;
}

.packet-right > a {
    font-size: 15px;
    color: #64bde1;
    float: left;
    width: 100%;
}

.packet-right > a:hover {
    color: #db4061;
}

.packet-right .pink-btn {
    color: #fff;
    padding: 0 40px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
}

.packet-right .pink-btn:hover {
    color: #db4061;
}

.packet-right a.dispatch {
    color: #db4061;
    font-family: 'BrixSlab-Black';
    font-size: 18px;
    width: auto;
    display: inline-block;
    line-height: 1;
    max-width: 120px;
    vertical-align: middle;
    margin-top: 0;
}

.packet-right a.dispatch:hover {
    color: #64bde1;
}

.packet-right p {
    color: #002846;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.bottom-link {
    margin-top: 20px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}


/*packet-switch-block*/


/*benefits-block*/

.benefits-block {
    width: 100%;
    float: left;
    background: #002846;
    padding-bottom: 70px;
}

.benefit-inner {
    width: 100%;
    float: left;
}

.benefit-head {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    border-top: 1px solid #aab7c1;
    border-radius: 0 0 10px 10px;
    padding: 18px 5px 16px;
    margin-bottom: 58px;
    position: relative;
}

.benefit-head h4 {
    font-family: 'brixbcondensed_3';
    text-transform: uppercase;
}

.benefit-head:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -12px;
    border-top: 14px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mobile-benefit {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 55px;
}

.mobile-benefit p {
    font-size: 25px;
    width: 100%;
    float: left;
}

.mobile-benefit span {
    font-size: 18px;
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.table-block {
    width: 100%;
    float: left;
    color: #fff;
    border-right: 1px solid #57a9cc;
    border-bottom: 1px solid #57a9cc;
}

.table-header-out {
    display: table;
    height: auto;
    min-height: 46px;
    width: 100%;
    text-align: center;
}

.table-header-out .option-blk {
    border-top: 1px solid #57a9cc;
}

.title-block {
    display: table-cell;
    height: 100%;
    max-width: 254px;
    width: 14%;
    vertical-align: middle;
    vertical-align: middle;
}

.option-blk {
    border-left: 1px solid #57a9cc;
    display: table-cell;
    height: 100%;
    max-width: 177px;
    width: 12%;
    text-align: center;
    vertical-align: middle;
}

.option-blk span {
    display: inline-block;
    max-width: 110px;
    padding: 10px 0;
}

.title-block span {
    display: inline-block;
    padding: 18px 0;
}

.table-content-out {
    border-top: 1px solid #57a9cc;
    display: table;
    width: 100%;
}

.table-content-out .number-block span i:before {
    background: none;
    height: auto;
    position: inherit;
    top: auto;
    width: auto;
}

.number-block.table-box span {
    color: #00b26b;
    height: auto;
}

.number-block.table-box span i {
    top: auto;
}

.number-block span i {
    background: none;
    height: auto;
    top: 0;
    left: 12px;
    width: auto;
    font-size: 22px;
    font-family: 'BrixSlab-Black';
    line-height: 1.7;
}

.number-block.red-square span {
    color: #db4061;
}

.table-content-out .number-block.red-square span i {
    font-size: 35px;
    line-height: 1.1;
    left: 10px;
}

.table-content-out .number-block.blue-square span {
    color: #007296;
}

.table-content-out .number-block.blue-square span i {
    font-size: 35px;
    line-height: 1.2;
    left: 10px;
}

.table-content-out .white-symbol span {
    font-size: 25px;
    font-family: 'BrixSlab-Black';
    line-height: 1.7;
    color: #fff;
}

.option-blk ul {
    margin-left: 30.5%;
}

.option-blk ul li {
    font-size: 15px;
    color: #fff;
    text-align: left;
    line-height: 1.2;
}

.table-list-block .option-blk {
    vertical-align: top;
    padding: 20px 0;
}

.snack-block {
    float: left;
    width: 100%;
}

.snack-inner {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 72px;
    display: inline-block;
}

.snack-inner h4 {
    text-align: center;
    padding-bottom: 22px;
}

.image-block {
    display: inline-block;
    padding-left: 130px;
    text-align: center;
    vertical-align: top;
}

.image-block:first-child {
    padding-left: 0;
}

.image-block-inner {
    margin: 0 auto;
    max-width: 225px;
    text-align: center;
    width: 100%;
}

.image-block-outer {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    width: 100%;
}

.snack-image {
    padding-bottom: 22px;
}

.image-block-inner p {
    margin-bottom: 0;
}


/*benefits-block*/


/*facebook-block*/

.facebook-block {
    width: 100%;
    float: left;
}

.facebook-inner {
    width: 100%;
    float: left;
    padding: 48px 0 54px;
}

.facebook-inner h4 {
    padding-bottom: 55px;
    text-align: center;
}

.facebook-comments {
    width: 100%;
    float: left;
    text-align: center;
}

.facebook-comments ul {
    width: 100%;
    float: left;
    text-align: center;
    list-style: none;
}

.facebook-comments ul li {
    display: inline-block;
    padding-left: 20px;
}

.facebook-comments ul li:first-child {
    padding-left: 0;
}


/*facebook-block*/

.faq-inner {
    width: 100%;
    float: left;
    color: #fff;
    padding: 53px;
}

.faq-block {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.faq-inner h4 {
    text-align: center;
    padding-bottom: 28px;
}

.pink-block {
    background: #de8081;
}

.faq-inner ul {
    text-align: center;
    width: 100%;
    float: left;
    list-style: none;
}

.faq-inner ul li {
    text-align: center;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    list-style: none;
}

.shops-block {
    width: 100%;
    float: left;
    position: relative;
    height: 653px;
    overflow: hidden;
}

.shops-block img {
    width: 100%;
}

.overlay-content {
    left: auto;
    max-width: 500px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: left;
    margin-top: -128px;
}

.overlay-content .number-block {
    margin-bottom: 18px;
}

.overlay-content h2 {
    padding-bottom: 10px;
}

.overlay-content .number-block span {
    color: #64bde1;
}

.overlay-content .number-block span i {
    color: #fff;
    font-family: "brixbcondensed_3";
    font-size: 35px;
    font-style: normal;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    line-height: 1.3;
    z-index: 0;
}


/*logo block*/

.winkels-block {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.logo-block {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.logo-block ul {
    width: 100%;
    float: left;
    list-style: none;
    text-align: center;
    padding-bottom: 40px;
}

.logo-block ul li {
    display: inline-block;
    padding-left: 60px;

    vertical-align: middle;
}

.logo1-img {
    width: 89px;
}

.logo2-img {
    width: 89px;
}

.logo3-img {
    width: 149px;
}

.logo4-img {
    width:115px;
}

.logo-block ul li:first-child {
    padding-left: 0;
}

.logo-block ul li a {
    float: left;
}

.retina-img.online-img1 {
    width: 190px;
}

.retina-img.online-img2 {
    width: 154px;
}

.retina-img.online-img3 {
    width: 170px;
}

.retina-img.online-img4 {
    width: 145px;
}
.retina-img.online-img5 {
    width: 170px;
}

.page-template-template-transfer-advice .online-logos-bloc,
.page-template-template-changing-to-landing .online-logos-bloc {
    width: 100%;
    float: left;
    margin-top: 70px;

}

.online-logos-bloc h4 {
    text-align: center;
    padding-bottom: 30px;
}

.online-logos-bloc ul {
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
    padding-bottom: 40px;
}

.online-logos-bloc ul li {
  list-style: none;
  display: inline-block;
  padding: 16px;
  vertical-align: middle;
  width: 18%;
}

.winkels-block h2 {
    text-align: center;
    padding-bottom: 60px;
    padding: 50px 0 25px;
    text-transform: none;
}

/***** application-page *****/

.application-block-outer {
    float: left;
    width: 100%;
    margin-top: 80px;
    position: relative;
}
.application-block-outer .lightbox-close{
    right: 0;
}
.application-block-inner {
    margin: 0 auto;
    max-width: 852px;
    text-align: center;
    width: 100%;
    padding-top: 45px;
}

.application-block-inner h5 {
    text-transform: uppercase;
    padding-bottom: 45px;
    color: #002846;
}

.application-block-inner .single-block {
    border: 1px solid #64bde1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    float: left;
    margin-bottom: 50px;
    padding: 0 45px 10px 48px;
    width: 100%;
}

.single-block h4 {
    background: #ffffff;
    margin-bottom: 10px;
    margin-left: -8px;
    margin-top: -14px;
    text-transform: none;
    width: 90px;
    color: #002846;
}

.application-block-inner .single-block-content {
    float: left;
    max-width: 630px;
    text-align: left;
    width: 100%;
}

.single-block-content p {
    color: #002846;
    font-size: 22px;
    line-height: 1.27;
}

.single-block .border-btn {
    float: right;
    margin: 20px 0;
    padding: 0 10px;
    line-height: 2.2;
    min-width: 98px;
}
.single-block .border-btn:hover{
    background: #db4061;
    border: 2px solid #db4061;
    color: #fff;
}
.single-block .border-btn.active {
    background: #db4061;
    border: 2px solid #db4061;
    color: #fff;
}

.single-block.active {
    border: 3px solid #db4061;
}

.single-block.senior > h4 {
    margin-left: -4px;
    width: 95px;
}

.single-block.grain-free > h4 {
    margin-left: -6px;
    width: 145px;
}

.single-block.active > h4 {
    margin-left: -7px;
    width: 210px;
}

.single-block.small-breed > h4 {
    margin-left: -5px;
    width: 160px;
}

.single-block.sensitive > h4 {
    margin-left: -4px;
    width: 130px;
}

.single-block.vega > h4 {
    margin-left: -12px;
    width: 80px;
}

.application-block-inner .blue-block {
    float: left;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-bottom: 45px;
}

.blue-block-inner {
    float: left;
    width: 100%;
    padding: 25px 0;
}

.application-block-inner span {
    color: #ffffff;
    font-size: 30px;
    font-family: 'BrixSlab-Black';
    display: inline-block;
}

.blue-block-inner .btn.btn-default.dark-btn {
    font-size: 20px;
    margin-left: 20px;
    padding: 0 25px;
    max-width: 240px;
}
.blue-block-inner .btn.btn-default.dark-btn:hover{
    background: #db4061;
}



/******  Bestellen step1 *****/

.tab-container-outer{
    float: left;
    width: 100%;
    background: #002846;
}
.benefit-head.blue-bg{
    background: #64bde1;
    border: none;
    color: #fff;
    margin: 0;
}
.benefit-head.blue-bg:before{
    bottom: -14px;
    border-top: 14px solid #64bde1;
}
.tab-list-block {
    float: left;
    width: 100%;
}
.tab-list-block ul {
    float: left;
    list-style: outside none none;
    width: 100%;
}
.tab-list-block ul li {
    float: left;
}
.tab-list-block ul li a {
    float: left;
    padding: 36px 75px;
    width: 100%;
    color: #64bde1;
    font-size: 18px;
    font-family: 'BrixSlab-Black';
    min-height: 105px;
}
.tab-list-block ul li a.active{
    color: #fff;
    position: relative;
}
.tab-list-block ul li a.active:before {
	bottom: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.tab-list-block ul li a.active i{
    display: none;
}
.tab-list-block ul li a:hover{
    color: #fff;
}
.tab-list-block ul li a:hover,.tab-list-block ul li a:focus,.tab-list-block ul li a:active{
    text-decoration: none;
}
.tab-list-block ul li a i{
    font-size: 22px;
    color: #d8eef7;
    font-style: normal;
    font-family: 'BrixSlab-Black';
    padding-right: 6px;
    float: left;
    line-height: 1;
}
.tab-content-outer{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.tab-content-outer .content-left{
    float: left;
    width: 100%;
}
.tab-content-outer .content-left h6{
    font-size:18px;
    color: #002846;
    padding-bottom: 17px;
}
.single-group-outer{
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.search-block {
    float: left;
    padding-top: 17px;
    width: 100%;
}
.single-group-outer .input-group {
    float: left;
    width: 77%;
}
.single-group-outer > span {
    text-align: right;
    color: #64bde1;
    text-transform: uppercase;
    font-family: 'BrixSlab-Black';
    float: right;
}
.icheckradio_sort {
    background: #d8eef7;
    border: 5px solid #d8eef7;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 4px 15px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.icheckradio_sort.checked{
    border: 5px solid #002846;
}
.single-group-content {
    float: left;
    width: 90%;
}
.content-left .single-group-content p {
    margin: 0;
}
.single-group-content label{
    color: #002846;
    font-size: 18px;
    font-family: 'BrixSansRegular';
    line-height: 1.5;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}
.single-group-content label span{
    font-family: 'BrixSlab-Black';
}
.content-left-wrapper{
    max-width: 500px;
    width: 100%;
    float: left;
}
.content-left .pink-btn {
    display: inline-block;
    line-height: 1.5;
    max-width: 238px;
    padding: 6px 0;
    width: 100%;
    margin: 50px 0;
}
.content-left .pink-btn:hover{
    background: #64bde1;
    border: 1px solid #64bde1;
    color: #fff;
}
.content-left p{
    margin-bottom: 35px;
}
.search-block input{
    background: #d8eef7;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    color: #002846;
    max-width: 252px;
    height: 40px;
    padding: 6px 25px;
    text-align: left;
    float: left;
    border: none;
}
.search-block .btn.btn-default.dark-btn {
    background: #002846;
    border: none;
    height: 40px;
    margin: 0 0 0 -4px;
    max-width: 70px;
    padding: 0;
    width: 100%;
}
.tab-content-outer .content-right{
    float: left;
    width: 100%;
}
.tab-content-outer .content-right h4{
    text-transform: none;
    padding-bottom: 30px;
}
.content-right-single-block {
    float: left;
    width: 100%;
}
.content-right-single-block .image-block {
    float: left;
    position: relative;
/*    width: 16%;*/
}
.content-right-single-block .list-block {
    float: left;
    padding-left: 25px;
    width: 84%;
    padding-bottom: 10px;

}
.content-right-single-block .number-block {
    bottom: 0;
    display: inline-block;
    left: 0;
    margin: 0 0 -18px -15px;
    position: absolute;
    width: auto;
}
.content-right-single-block .number-block span i{
     left: 16px;
}
.content-right-single-block .list-block ul li{
    font-size: 18px;
    font-family: 'BrixSansRegular';
    color: #002846;
    padding-bottom: 25px;
}
.content-right-single-block .list-block ul .pink-btn{
    height: 30px;
    max-width: 80px;
    font-size: 18px;
    color: #fff;
    font-family: 'BrixSansRegular';
    padding: 0;
    width: 100%;
}
.price-block-outer{
    float: left;
    width: 100%;
    padding: 25px 12px;
}
.price-block-left {
    float: left;
    width: 50%;
}
.price-block-right {
    float: right;
    text-align: right;
    width: 50%;
}
.price-block-right{
    font-size: 30px;
    font-family: 'BrixSlab-Black';
    color: #002846;
}
.content-right-single-block > ul {
    float: left;
    list-style: none;
    padding: 30px 12px;
    width: 100%;
}
.content-right-single-block > ul li{
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.content-right-single-block > ul li i{
    font-style: normal;
    color: #00b26b;
    font-family: 'BrixSlab-Black';
    font-size: 22px;
    margin-right: 8px;
}
.tab-content-outer .content-right > p {
    font-size: 14px;
    font-style: italic;
    font-family: 'BrixSansRegular';
    margin: 0;
}
.form-outer .input-group-out {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.input-group-out .input-group {
    float: left;
    width: 100%;
}
.input-group-2-col .input-group {
    float: left;
    width: 50%;
    padding-left: 2.6%;
}
.input-group-2-col .input-group:first-child {
    padding-left: 0;
}
.input-group-out label{
    float: left;
    width: 100%;
    font-weight: normal;
    margin-bottom: 8px;
}
.input-group-out .form-control{
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    background: #d8eef7;
    height: 40px;
    border: none;
    box-shadow: none;
}
.input-group-3-col .input-group1 {
    float: left;
    width: 40%;
}
.input-group-3-col .input-group2{
    float: left;
    width: 30%;
    padding-left: 2.6%;
}
.form-outer .input-group-out:last-child {
    margin: 0;
}
.single-group-content.giropay label{
    padding: 0;
}
.single-group-content.paypal label{
    padding: 0;
}
.single-group-content.sofort label{
    padding: 0;
}
.credit-card-list {
    float: left;
    width: 100%;
}
.credit-card-list > ul {
    float: left;
    list-style: outside none none;
    width: 100%;
}
.credit-card-list ul li {
    display: inline-block;
    padding-left: 5px;
}
.credit-card-list ul li:first-child{
    padding-left: 0;
}
.single-group-outer.credit-card{
    padding: 0;
}
.single-group-outer .select-box-outer {
    float: left;
    width: 100%;
}
.single-group-outer .select-box-outer img{
    padding: 5px 0;
}
/**** select box *****/

.sbHolder {
    font-family: 'BrixSansRegular';
    font-weight: normal;
    position: relative;
    background: #d8eef7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    color: #002846;
    float: left;
    font-size: 18px;
    height: 40px;
    max-width: 200px;
    width: 100%;
    margin-right: 15px;
}
.sbSelector,.sbSelector:link ,.sbSelector:visited ,.sbSelector:hover{
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;

    color: #002846;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
}
.sbToggle {
    display: block;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
}
.sbToggle::before {
    color: #002846;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 26px;
}
.sbOptions {
    background: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    left: 0;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    border: 1px solid #002846;
}
.sbOptions li {
    padding: 5px 20px;
}
.sbOptions a {
    display: block;
    outline: none;
    padding: 3px 0;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    color: #db4061;
}
.sbOptions a:link, .sbOptions a:visited {
    text-decoration: none;
}

.retina-img.betalen-img{
    width: 53px;
}

/*header*/
.header-logo-outer{
    float: left;
    width: 100%;
}
.header-logo{
    float: left;
    width: 100%;
    text-align: left;
    padding: 26px 0 22px;
}
hr {
    border-color: #64bde1;
    border-width: 5px;
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
}
.thanks-top{
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px 76px;
    min-height: 290px;
}
.thanks-top h2{
    text-transform: uppercase;
    line-height: 1.5;
 }
.thanks-top p{
    margin-bottom: 0px;
}
.thanks-top p a{
    color: #64bde1;
    margin-top: 10px;
    display: inline-block;
    float: none;
}
.thanks-top p a:hover{
    opacity: .8;
}
.thanks-bottom{
    float: left;
    width: 100%;
    text-align: center;
    padding: 32px 0px;
    position: relative;
    margin-bottom: 30px;
}
.blue-block{
      background: #64bde1;
     -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.thanks-bottom-content{
    float: left;
    width: 58.1%;
    text-align: right;
}
.thanks-bottom-content h2{
    color: #fff;
    max-width: 400px;
    float: right;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 9px;
}
 .thanks-bottom-content p{
    color: #fff;
    margin: 0px;
    float: right;
    width: 100%;
    line-height: 1.25;
}
.thanks-bottom-content p span{
    font-size: 25px;
}
.thanks-bottom-link{
    float: right;
    width: 100%;
    max-width: 440px;
}
.thanks-bottom-link p{
    color: #fff;
    margin: 0px;
    text-align: left;
    padding: 4px 0px 5px 20px;
}
.thanks-link-inner{
    float: right;
    width: 100%;
}
.thanks-link-inner input{
    min-width: 325px;
    height: 40px !important;
    cursor: initial!important;
     -webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
    border: 0px;
    padding: 0 20px;
}
.thanks-link-inner .btn.btn-default.dark-btn{
   width: auto;
   height: 40px;
    margin: -4px 4px 0 -11px;
}
.thanks-link-inner .btn.btn-default.dark-btn:hover{
    opacity: .8;
}
.thanks-link-inner .btn.btn-default.pink-btn{
    border: 0px;
    background: #002846;
    margin-left: -4px;
    height: 40px;
}
.thanks-link-inner .btn.btn-default.pink-btn:focus{
    color: #fff;
}
.thanks-link-inner .btn.btn-default.pink-btn:hover{
    opacity: .8;
     color: #fff;
    background:  #002846;
}
.thanks-bottom-img{
    float: left;
    width: 41.9%;
}
.thanks-bottom-img img{
    position: absolute;
   bottom: 0;
   right: 150px;
}

/*over-ons starts*/
.header-logo a{
    float: right;
}
.overons-close{
    color: #002846;
    font-family: "BrixSansRegular";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.04;
}
.overons-close i:after {
    content: '\000D7';
    color: #002846;
    font-size: 38px;
    line-height: 0.4;
    font-weight: 700;
    width: 16px;
    height: 16px;
    font-family: "BrixSlab-Black";
}
.overons-close i {
    display: inline-block;
    position: relative;
    font-style: normal;
    vertical-align: middle;
}
.overons-close:hover,
.overons-close:focus {
    color: #002846;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out 0s;
       -moz-transition: all 200ms ease-in-out 0s;
            transition: all 200ms ease-in-out 0s;
}
.over-ons{
     float: left;
     width: 100%;
     padding: 66px 0px;
    text-align: center;
    border-radius: 0;
}
.overons-top-inner{
    float: none;
    width: 53%;
    text-align: center;
    display: inline-block;
}
.overons-top-para{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.overons-social{
    display: inline-block;
    float: none;
    text-align: center;
    width: auto;
    padding-top: 24px;
}
.overons-social p{
    float: left;
    width: auto;
    margin: 3px 10px 0px 0px;
}
.overons-social-icons{
    float: left;
    width: auto;
}
.overons-social-icons a:hover .overons-social-single{
    background: #fff;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.overons-social-icons a:hover .overons-social-single i{
    color: #002846;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.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;
}
.overons-social-single i{
    font-size: 25px;
    color: #fff;
    left: 50%;
    top: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
   -webkit-transform: translate(  -50%   , -50%);
      -moz-transform: translate(  -50%   , -50%);
           transform: translate(  -50%   , -50%);
}
.over-ons h2{
    padding-bottom: 12px;
    color: #002846;
}
.overons-top-inner.overons-middle .overons-top-para{
    color: #000;
}
.overons-link{
    float: left;
    width: 100%;
    padding-top: 31px;
}
.overons-link .btn.btn-default.dark-btn {
    background: #db4061;
    color: #fff;
    border: 1px solid #f3bfca;
    white-space: normal;
    height: auto;
}
.overons-link a:hover{
    opacity: .8;
}
.overons-top-inner.overons-middle .overons-top-para p{
    margin-bottom: 10px;
}
.overons-map{
    float: left;
    width: 100%;
    padding-top: 65px;
    border-radius: 0px;
}
.overons-map .overons-top-para {
    padding-bottom: 19px;
}
.overons-map .overons-top-para h2{
    padding-bottom: 12px;
}
.overons-map-content{
    float: left;
    width: 100%;
}
.overons-map-inner{
    float: left;
    width: 100%;
    text-align: center;
}
.overons-map-img{
  float: left;
      width: 100%;
      background: #fff;
      border: 1px solid #64bde1;
      border-radius: 4px;
      overflow: hidden;
}
.overons-map-para{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px 27px;
}
.overons-map-para p{
    color: #fff;
    margin: 0px;
}
.overons-products{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.overons-product-single {
    display: inline-block;
    float: none;
    width: auto;
}
.overons-product-single:first-child{
    margin-right: 105px;
}
.blue-block.over-ons h2{
    color: #fff;
}

/*home-bottom starts*/
.faq-block.home-faq .faq-inner.pink-block{
    text-align: center;
}
.faq-block.home-faq .faq-inner ul {
    display: inline-block;
    float: none;
    width: auto;
}
.faq-block.home-faq .faq-inner ul li {
    float: none;
    width: auto;
    position: relative;
    cursor: pointer;
}
.faq-block.home-faq .faq-inner ul li:before{
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  margin-left: 0;
  top: 0;
  color: #fff;
  font-size: 10px;
  height: auto;
  width: 10px;
  height: 10px;

  left: 0;
  line-height: 1;
  display: inline-block;
  padding: 0;
}
.faq-block.home-faq .faq-inner ul .open:before{
    content: "\f107" !important;
}
.faq-block.home-faq .faq-inner ul .open .faq-open-para{
    display: inline-block;
    float: none;
    width: 60%;
    padding-top: 7px;
}
.faq-open-para p{
    color: #000;
    margin-bottom: 13px;
    cursor: context-menu;
}
.faq-block.home-faq .faq-inner h4 {
    text-transform: none;
    padding-bottom: 32px;
}


.responsibility-block{
    float: left;
    width: 100%;
}
.responsibility-block-inner{
    float: left;
    width: 100%
}
.responsibility-block-inner h4{
    text-align: center;
    text-transform: none;
}
.responsibility-block{
    float: left;
    width: 100%;
    padding-top: 85px;
}
.responsibility-block ul{
    float: left;
    width: 100%;
    padding: 55px 0 40px;
    text-align: center;
}
.responsibility-block ul li{
    list-style: none;
    display: inline-block;
    padding-left: 60px;
    text-align: center;
}
.responsibility-block ul li:first-child{
    padding: 0px;
}
.responsibility-single {
    margin: 0 auto;
    max-width: 275px;
    text-align: center;
    width: 100%;
}
.responsibility-single-img{
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 13px;
}
.responsibility-single-img i{
    font-size: 115px;
    color: #64bde1;
}
.responsibility-single-para{
    float: left;
    width: 100%;
    text-align: center;
}

/*** Begin Animal Welfare Section *************************************************************************************/

.animal-welfare-outer {
    float: left;
    width: 100%;
    background: #64bde1;
    padding: 30px 0 18px;
    display: table;
    height: 100%;
}

.animal-welfare-left {
    display: table-cell;
    height: 100%;
    width: 50%;
    padding: 0  60px 0 115px ;
    vertical-align: middle;
}

.animal-welfare-left .number-block {
    margin-bottom: 13px;
}

.animal-welfare-left .number-block span {
    color: #007296;
}

.animal-welfare-left .number-block span i:before {
  background: url("../images/animal-welfare-bg.png") no-repeat 0 0;
  bottom: -11px;
  top: auto;
  z-index: -1;
}

.animal-welfare-left .number-block span i {
    z-index: 0;
    font-size: 35px;
    line-height: 1.1;
}

.animal-welfare-left h2 {
    color: #ffffff;
    margin-bottom: 11px;
}

.animal-welfare-left p {
    color: #ffffff;
    margin-bottom: 20px;
}

.animal-welfare-right {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 50%;
    padding: 0 25px 0 15px;
}

.animal-welfare-right img {
    background: url("../images/hen-shadow.png") no-repeat center 439px;
}

.kennels-kippen-container {
    float: left;
    width: 100%;
    padding: 62px 0 77px;
    text-align: center;
}

.kennels-kippen-left {
    float: right;
    width: 72%;
    padding-right: 22px;
}

.kennels-kippen-img {
    float: left;
    width: 100%;
    min-height: 266px;
    margin-bottom: 15px;
}

.kennels-kippen-img img {
    display: inline-block;
}

.kennels-kippen-left p,
.kennels-kippen-right p {
    display: inline-block;
    font-family: 'BrixSansRegular';
    font-size: 18px;
    line-height: 1.5;
    color: #002846;
    margin-bottom: 0;
}

.kennels-kippen-right {
    float: left;
    width: 72%;
    padding-left: 22px;
}

/*** End Animal Welfare Section *************************************************************************************/


/*** Begin Header Section *************************************************************************************/
/*.main-outercon {
    overflow-x: hidden;
}*/

.sb-slide {
    float: left;
    padding: 42px 0 5px;

  -webkit-transition: all 200ms ease-in-out 0s;
       -moz-transition: all 200ms ease-in-out 0s;
            transition: all 200ms ease-in-out 0s;
}

html.sb-active .sb-slide {
    padding: 12px 0 13px;

    background-image: rgb(255,255,255); /* Old browsers */
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.05) 50%, rgba(0,0,0,0.02) 51%); /* FF3.6-15 */
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.05) 50%,rgba(0,0,0,0.02) 51%); /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to bottom,  rgba(255,255,255,0.05) 50%,rgba(0,0,0,0.02) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #64bde1;
    border: none;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.01), 0 4px 0 0 rgba(0, 0, 0, 0.02), 0 3px 0 0 rgba(0, 0, 0, 0.04), 0 2px 0 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.08), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 0 rgba(255, 255, 255, 0.1) inset, -1px 0 0 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    left: auto;
    right: auto;
    width: 100%;
}

.header-logoimg-outer {
    display: inline-block;
    margin-left: 18px;

    -webkit-transition: all 200ms ease-in-out 0s;
       -moz-transition: all 200ms ease-in-out 0s;
            transition: all 200ms ease-in-out 0s;
}

.header-logoimg-outer img {
    width: 250px;
}

html.sb-active .header-logoimg-outer {
    opacity: 1;
}

#sb-site {
    padding-top: 113px;
}

.sb-slide .navbar-right {
    margin-right: 0;
    text-decoration: none;
    font-family: 'BrixSansRegular';
    font-size: 15px;
    line-height: 1.5;
    color: #002846;
}

.sb-slide .navbar-right:hover {
    color: #00b26b;
}

.sb-slidebar {
    float: left;
    width: 25%;
    padding: 118px 15px 50px 50px;
    background: #007296;
    display: none;
}

.sb-slidebar ul {
    float: left;
    width: 100%;
    list-style: none;
}

.sb-slidebar ul li:first-child {
    margin-top: 0;
}

.sb-slidebar ul li {
    float: left;
    width: 100%;
    font-family: 'BrixSansRegular';
    font-size: 18px;
    line-height: 1.666;
    margin-top: 10px;
}

.sb-slidebar ul li a {
    color: #ffffff;
}

.sb-slidebar ul li a:hover {
    color: #002846;
    text-decoration: none;
}

.sb-slidebar .lightbox-close {
  right: auto;
  left: 51px;
  top: 50px;
}

.sb-slidebar .lightbox-close i:after {
  color: #ffffff;
}

.sb-toggle-left i {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    margin-right: 6px;
    vertical-align: middle;
}

.sb-toggle-left {
    font-size: 15px;
    line-height: 1.73;
    color: #002846;
    cursor: pointer;
}

/*** End Header Section ***************************************************************************************/



/*** Begin Lightbox Details Section *************************************************************************************/

.content-container {
    float: left;
    width: 100%;
}

.lightbox-container {
    float: left;
    width: 100%;
    padding: 59px 0 116px;
}

.lightbox-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.lightbox-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.lightbox-outer {
    float: left;
    width: 100%;
    text-align: center;
}

.lightbox-outer h5 {
    display: inline-block;
    color: #64bde1;
    font-weight: 400;
    margin-bottom: 41px;

}

.lightbox-single-block {
    float: left;
    width: 100%;
    margin-top: 24px;
}

.more-details-block.lightbox-single-block {
    margin-top: 49px;
}

.lightbox-single-block .number-block {
    display: inline-block;
    float: none;
    line-height: 1.14;
    margin-bottom: 20px;
    max-width: 38px;
    padding: 0;
    text-align: center;
}

.lightbox-single-block .number-block span i:before {
    bottom: -9px;
    top: auto;
}

.lightbox-single-block .number-block span i {
    left: 14px;
    line-height: 1.86;
}

.lightbox-single-block h5 {
    display: block;
    color: #002846;
    text-transform: uppercase;
    margin: 0 auto 51px;
    max-width: 63%;
    line-height: 1.04;
}

.more-details-block.lightbox-single-block h5 {
    margin-bottom: 33px;
}

.lightbox-single-block p {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'BrixSansRegular';
    color: #002846;
}

.lightbox-single-block p.info-para-block {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 50%;
}


.product-list {
    float: left;
    width: 100%;
    list-style: none;
    font-size: 0;
}

.product-list li:first-child {
    margin-left: 0;
}

.product-list li {
    display: inline-block;
    width: 12.7%;
    max-height: 245px;
    margin-left: 90px;
}

.product-list li a {
    display: inline-block;
}

.product-list li a:hover {
    opacity: 0.8;
}

.product-list li .dog-food-img {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.grains .product-list li .dog-food-img {
    margin-bottom: 18px;
}

.dog-food-img img  {
    display: inline-block;
}

.grains .dog-food-img img  {
    border-radius: 100%;
    overflow: hidden;

     -webkit-box-shadow: -2px 10px 18px 0px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: -2px 10px 18px 0px rgba(0, 0, 0, 0.4);
            box-shadow: -2px 10px 18px 0px rgba(0, 0, 0, 0.4);
}

.product-list li h6 {
    display: inline-block;
    font-family: 'BrixSansRegular';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #002846;
    min-height: 85px;
    vertical-align: top;
}

.lightbox-single-block hr {
    margin-top: 49px;
}

.message-outer {
    display: inline-block;
    font-family: 'BrixSansRegular';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.13;
    color: #002846;
    max-width: 35%;
    margin: 20px auto 0;
}

.highlighted-text-block {
    display: block;
    background: #db4061;
    padding: 25px 20px;
    color: #ffffff;
    font-family: 'BrixSansRegular';
    font-weight: 400;
    font-size: 36px;
    line-height: 1.4;
    margin: 20px 0;
}

.highlighted-text-block:hover,
.highlighted-text-block:focus {
    color: #ffffff;
    background: #64bde1;
    text-decoration: none;
}

.lightbox-close {
    position: absolute;
    right: 25px;
    top: -51px;
    color: #002846;
    font-family: 'BrixSansRegular';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.04;
}

.lightbox-close i:after {
    content: '\000D7';
    color: #002846;
    font-family: 'BrixSlab-Black';
    font-size: 38px;
    line-height: 0.4;
    font-weight: 700;
    width: 16px;
    height: 16px;
}

.lightbox-close i {
    display: inline-block;
    position: relative;
    font-style: normal;
    vertical-align: middle;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #002846;
    opacity: 0.7;
    text-decoration: none;

    -webkit-transition: all 200ms ease-in-out 0s;
       -moz-transition: all 200ms ease-in-out 0s;
            transition: all 200ms ease-in-out 0s;
}


/*** End Lightbox Details Section ***************************************************************************************/

.balk-container {
    float: left;
    width: 100%;
    background: #002846;
    padding: 14px 0;
}

.balk-outer {
    margin:0 auto;
    max-width: 852px;
}

.balk-buttons-outer {
    float: right;
    margin-right: 45px;
}

.balk-buttons-outer a {
    float: right;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "BrixSansRegular";
    font-size: 15px;
    line-height: 3.33;
    height: 50px;
    text-align: center;
    border-radius: 0;
    min-width: 98px;
    padding: 0 10px;
    text-decoration: none;
}

.balk-buttons-outer a.active {
    font-size: 20px;
    line-height: 2.5;
    background: #db4061;
}

.balk-buttons-outer a:hover {
    opacity: 0.8;
    text-decoration: none;
}

/*Over Oporganic*/
.over-oporganic{
    text-align: center;
}
.over-oporganic .packet-switch-inner {
    padding: 47px 11% 50px 8%;
}
.over-oporganic h2 {
    color: #ffffff;
}
.over-oporganic .packet-left .round-block {
    left: 0;
    top: 70px;
}
.over-oporganic .packet-left {
    width: 50%;
}
.over-oporganic .packet-left img {
    float: none;
    /* padding-left: 25%; */
    padding: 12px 5%
}
.over-oporganic .packet-right {
    text-align: left;
    padding-left: 20px;
    padding-top: 73px;
}
.over-oporganic .packet-right > a{
    color: #002846;
    margin-bottom: 20px;
}
.over-oporganic .packet-right p{
    color: #ffffff;
}
.over-oporganic .round-block p{
    text-transform: inherit;
    font-size: 15px;
    margin: 0;
}
.over-oporganic .bottom-link .blue-btn {
    padding: 11px 25px;
}
.over-oporganic .bottom-link .blue-btn br{
    display: none;
}
.over-oporganic .bottom-link{
    margin-top: 15px;
}
.over-oporganic .round-block-inner h3 {
    font-size: 85px;
    padding-bottom: 30px;line-height: 0.5;
}
.blue-btn{
    background: #002846;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid #3c81a3;
}
.over-oporganic .dispatch {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.logo {
    float: left;
    padding: 11% 15% 10% 14%;
    width: 100%;
}
.logo > img {
    margin-bottom: 22px;
}
.logo h4 {
    text-transform: inherit;
}
.organic .overlay-content {
    max-width: 340px;
}
.food-block{
    width: 100%;
    float: left;
    padding: 45px 0;
}
.quotes-block-outer{
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
.quotes-block{
    width: 54.5%;
    text-align: right;
    padding: 4% 0 0;
}
.quotes-inner{
    width: 100%;
    float: right;
    max-width: 475px;
}
.food-block .round-block-inner h3 {
    font-size: 40px;
    padding-bottom: 4px;   line-height: 0.8;
}
.round-block p {
    font-size: 40px;
    line-height: 0.90;
    text-transform: uppercase;
    font-family: 'Populaire';
}
.quotes-block h6{
    color: #002846;
    font-size: 22px;
    font-family: 'BrixSansRegular';
    padding-bottom: 10px;
    line-height: 1.2;
}
.quotes-block > span {
    float: right;
}
.ellipse-block{
    width: 45.5%;
    padding-left: 35px;
}
.food-in{
    width: 100%;
    float: right;
    padding-right: 35px;
    max-width: 430px;
    text-align: right;
}
.food-in > h4,.food-not > h4 {
    padding-bottom: 35px;
    text-transform: inherit;
}
.food-in ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.food-in ul li{
    margin-bottom:15px;
    position: relative;
}
.food-block .number-block span i:before {
    background: none;
}
.food-not{
    width: 100%;
    float: left;
    padding-left: 35px;
    text-align: left;
}

.food-not ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 350px;
}
.food-not ul li{
    margin-bottom:15px;
    position: relative;
}
.list-text {
    width: 84%;
    float: left;
    margin-right: 5%;
}
.food-not .list-text {
    float: right;
    margin-left: 5%;
    width: 77%;
}
.food-not .number-block span i {
    font-size: 34px;
    line-height: 34px;
}
.food-block-outer{
    width: 100%;
    float: left;
    margin-top: 5%;
}
.food-block-inner{
    width: 50%;
    float: left;
}
.food-icon-list{
    width: 100%;
    float: left;
    margin-top: 5%;
}
.food-icon-list ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.food-icon-list ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.food-icon-list ul li i {
    color: #88cde8;
    font-size: 102px;
}
.organic .benefit-head {
    left: 0;
    margin: 0 auto;
    max-width: 600px;
    position: absolute;
    right: 0;
    top: 0;
}
.food-block-outer .food-in .number-block span {
    color: #00b26b;
}
.back-btn {
    float: left;
    text-align: left;
    width: 100%;
}
.retina-img.ideal-img{
    width: 35px;
}
.retina-img.credit-img{
    width: 30px;
}
.retina-img.master-card-img{
    width: 50px;
}
.retina-img.visa-card{
    width: 64px;
}

.delivery-header{
    background: #e4e4e4;
    height: 38px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    color: #002846;
    text-align: center;
    font-size: 17px;
    padding-top: 6px;
}

.color-strong{
    color: #db4061;
    font-weight:bold
}

/* map partial styling */

.map-container{
    width:100%;
    text-align: center;
}

.map-wrapper{
    width: 100%;
    background: #fff;
    border: 1px solid #64bde1;
    border-radius: 4px;
    overflow: hidden;
}

.map-postalcode-form{
    max-width: 320px;
    padding: 18px 10px;
    margin: 0 auto;
}

.map-postalcode-label{
    float: left;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 8px
}

.map-postalcode-input-wrapper{
    float: left;
    font-size: 15px;
}

.map-postalcode-input-field{
    width: 89px;
    background: #d8eef7;
    height: 36px;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 12px;
}

.map-country-wrapper{
    float: right;
    font-size: 12px;
}

.map-show-button{
    margin: 0;
    display: block;
    width: 100%;
    padding: 10px;
    height: auto
}

.map-store-maps{
    width:100%;
    height: 450px;
}

.language-selector
{
    list-style-type: none;
    margin-top: 12px;
}

img.icon-small
{
    height: 22px; !important;
    margin:0;
    margin-top: -4px;
    padding:0;
}

img.icon-medium
{
    height:28px; !important;
    margin:0;
    padding:0;
}

.small-thumbnail{
    padding-left: 0;
    padding-bottom: 10px;
}

.article-suggestion{
    padding-top: 20px;
}

.product-rows-wrapper{
    margin-top: 50px;
}

.break-text-wrapper{
    margin-top: 20px;
    margin-bottom: 10px;
}

.related-products-text{
    padding-top: 140px;
}

@media (max-width: 480px) {
    .related-products-text {
        padding-top: 340px;
    }
    body #reviews .comment-form-author,body #reviews .comment-form-email {
        width: 100%;
    }
    .woocommerce #respond .comment-form #submit {
        max-width: none;
    }
    .container .testimonial-form-container {
        width: 100%;
    }
    .testimonial-form-container .form-submit .submit {
        max-width: none;
    }
    body input[type="submit"], body .woocommerce input.button, body #customer_login .button {
        max-width: none;
    }
}

#write-a-review {
    background: #155716
}

.preview-img {
    display: none;
}

.testimonial-form-container {
    margin-bottom: 40px;
    width: 37.5%;
}


.testimonial-form #firstname {
    margin-right: 4px;
}

.woocommerce #respond input#submit {
    background-color: #db4061;
}

.testimonial-title,
.dog-or-cat,
.testimonial-text {
    width: 100%
}

.response-loader {
    display: none;
    text-align: center;
}

#author #email {
    width: 50%;
}

#tab-ingredients, #tab-advice, #tab-nutrition, #tab-reviews {
    box-shadow: none;
}

.woocommerce #respond .comment-form #submit {
    margin-top: 10px;
}

form .form-row a, .register a, a.showlogin-link, a.showcoupon {
    text-decoration: underline;
}

.info-icon-wrapper {
    cursor: pointer;
    padding: 0 5px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.info-icon {
    position: absolute;
    transform: translateY(10px);
}

.info-balloon-wrapper {
    bottom: 22px;
    position: relative;
}

.info-balloon {
    position: absolute;
    background: white;
    color: black;
    border: 1px solid #95909d;
    border-radius: .2em;
    bottom: 0;
    padding: 4px;
    width: 360px;
    display: none;
    margin: 5px -8px;
    padding: 10px;
}

.info-balloon-active {
    display: inline;
}

.info-balloon:after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 30px;
     width: 0;
     height: 0;
     border: 10px solid transparent;
     border-top-color: #95909d;
     border-left: 0;
     margin-left: -14px;
     margin-bottom: -20px;
 }