/* cmsms stylesheet: Mailprotector modified: zondag 28 juli 2019 22:36:17 */
.protectedmlink .apenstaart:after {
   content: '@';
}

.protectedmlink .punt:after {
   content: '.';
}
/* cmsms stylesheet: style-default modified: donderdag 2 februari 2017 15:48:22 */
.clear {
   clear: both;
}

.introslide_content h3 span.c, .homecontent_dlinks h4 span.c {
    display:none;
}

.intro_image .flexvideo {
   border: 6px solid #323231;
}

.fancybox-lock .fancybox-overlay {
    overflow-x: auto;
    overflow-y: auto!important;
}

li.level-n {
    display: list-item !important;
}

.textblock ul {
   overflow:hidden;
}

#kolommen {
  display: block;
  padding: 0px 2% 54px 2%;
  min-height: 300px;
}

@media (max-width: 700px) {
	
  #kolommen {
    xpadding: 34px 5% 54px 5%;
    padding: 0px 2% 54px 2%;
  }
}

#kolom1 {
  float: left;
  width: 48%;
}

#kolom2 {
  float: right;
  width: 48%;
}

#kolom1.breed {
  float: left;
  width: 64%;
}

#kolom1.small {
  float: left;
  width: 32%;
}

#kolom2.small {
  float: right;
  width: 32%;
}

#kolom2.breed {
  float: right;
  width: 64%;
}

.clearer {
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  clear: both;
  overflow: hidden;
}

@media (max-width: 900px) {

  #kolom1.breed {
    width: 48%;
  }

  #kolom2.small {
    width: 48%;
  }
}

@media (max-width: 767px) {

  #kolom1 {
    width: 100%;
  }

  #kolom2 {
    width: 100%;
  }

  #kolom1.breed {
    width: 100%;
  }

  #kolom2.small {
    width: 100%;
  }
}


.productimage img {
    border: 5px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}

.products_list .product {
    padding: 30px 10px; 
    border-top: 3px solid #cfccc3;
    position: relative;    
}

.products_list .product .productimage {
    float: left;
    width: 30%;
    padding-right: 20px;
}

.products_list .product .button {
    bottom: 45px;
    left: 30%;
    position: absolute;
    padding-left: 5px;
}

.products_list .product .description {
    top: 90px;
    bottom: 90px;
    left: 30%;
    right: 10px;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis; 
    padding-left: 5px;
}

@media screen and (max-width: 499px) {
    .products_list .product .productimage {
        width: 40%; 
    } 

    .products_list .product .description {
        left: 40%; 
    } 
    .products_list .product .button {
        left: 40%;
    }  
}

.cms_checkbox {
    margin-top: 15px;
    width: auto !important;
}

input[type=checkbox]
{
  -webkit-appearance:checkbox;
}


@keyframes cf3FadeInOut {
  0% {
     opacity:1;
  }
  45% {
    opacity:1;
  }
  55% {
    opacity:0;
  }
  100% {
     opacity:0;
   }
}

.introslide_image img.fade_top {
   animation-name: cf3FadeInOut;
   animation-timing-function: ease-in-out;
   animation-iteration-count: infinite;
   animation-duration: 4s;
   animation-direction: alternate;
   position:absolute;
   left: 130px;
   top: 0;
}

.CMSMSBody {
   font-size: 12px!important;
}
/* cmsms stylesheet: Flexslider modified: donderdag 2 februari 2017 15:48:22 */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.flexslider ul,
.flexslider li {
  margin: 0px;
  padding: 0px;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
	
.flexslider .slides img {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}

.flexslider .slides img#fader, 
.flexslider .slides img#fader2 {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0px 0px 0px 0px;
  top: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 600px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 600px;
}

.flexslider .slides {
  zoom: 1;
}

@media (max-width: 600px) {
  .home .flexslider .slides img {
    width: 130%;
    margin-left: -15%;
  }
}

.carousel li {
  margin-right: 0px;
}


/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 43px;
  height: 43px;
  margin: -20px 0 0;
  display: block;
  background: url(../../images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  z-index: 3;
}

@media (max-width: 700px) {
  .flex-direction-nav a {
    display: none;
    visibility: hidden;
  }
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -43px;
}

.flex-direction-nav .flex-prev {
  left: -43px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 0px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 0px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 3;
}

@media (max-width: 767px) {
  .flex-control-nav {
    bottom: 10px;
  }
}

#kolommen .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 3;
}

.flex-control-nav li {
  margin: 0px 3px 0px 3px;
  padding: 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: url(../../images/slidenav.png) 0px 0px no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}

.flex-control-paging li a:hover {
  background: url(../../images/slidenav.png) 0px -10px no-repeat;
}

.flex-control-paging li a.flex-active {
  background: url(../../images/slidenav.png) 0px -10px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 
  .flex-control-paging li a {
    background: url(../../images/slidenav@2x.png) 0px 0px no-repeat;
    background-size: 10px 20px;
  }

  .flex-control-paging li a:hover {
    background: url(../images/slidenav@2x.png) 0px -10px no-repeat;
    background-size: 10px 20px;
  }

  .flex-control-paging li a.flex-active {
    background: url(../../images/slidenav@2x.png) 0px -10px no-repeat;
    background-size: 10px 20px;
  }
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.block {
    background-color: #a63c24;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    color: #ffedd6;
    display: block;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}

.block .text {
    display: block;
    padding: 22px 30px;
}
.block .text  p {
   margin: 0;
   padding: 0;
}

.block {
    color: #ffedd6;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}
/* cmsms stylesheet: owl.carousel modified: donderdag 2 februari 2017 15:48:22 */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* cmsms stylesheet: AgeCheck modified: zondag 16 juni 2024 21:11:29 */
.micromodal {
      display: none;
    }

    .micromodal.is-open {
      display: block;
    }

    .micromodal__overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(0,0,0,0.65);
      z-index: 1000;
      padding: 20px;
    }

    .micromodal__container {
      box-sizing: border-box;
      overflow-y: auto;
      max-width: 570px;
      max-height: 100vh;
      padding: 30px;
      background-color: #fff;
      border-radius: 4px;
    }

    .micromodal[aria-hidden="false"] .micromodal__overlay {
      animation: microModalFadeIn .2s cubic-bezier(0.0, 0.0, 0.2, 1);
    }

    .micromodal[aria-hidden="false"] .micromodal__container {
      animation: microModalSlideIn .2s cubic-bezier(0, 0, .2, 1);
    }

    .micromodal .micromodal__container,
    .micromodal .micromodal__overlay {
      will-change: transform;
    }

    @keyframes microModalFadeIn {
        from { opacity: 0; }
          to { opacity: 1; }
    }

    @keyframes microModalSlideIn {
      from { transform: translateY(15%); }
        to { transform: translateY(0); }
    }


.age-check-modal {
    font-family: Arial, Helvetica, sans-serif;
}

.age-check-modal h1,
.age-check-modal h2,
.age-check-modal h3,
.age-check-modal h4,
.age-check-modal h5,
.age-check-modal h6 {
   font-family: inherit;
   padding-top: 0;
   margin-top: 0;
}

.age-check-modal .nix18 .nix18-text {
   font-size: 12px;
   color: #2d2720;
   flex: 1;
}

.age-check-modal .nix18 .nix18-logo {
  width: 100%;
  justify-content: right;
  display: flex;
}

.age-check-modal .nix18 .nix18-logo img {
   width: 125px;
}

.age-check-modal .nix18 {
   display: block;
}

.age-check-buttons button {
  padding: 10px;
  margin-bottom: 5px;
  border: none;
  border-radius: 5px;
  font-family: inherit;
}

.age-check-buttons button:focus {
   outline:0;
}

.age-check-buttons .primary {
   color: #fff;
   background-color: #00a5e1;
}
.age-check-buttons .primary:hover {
   background-color: #0699cf;
}

.age-check-buttons .secundary {
   color: #2d2720;
   background-color: #e9e9ed;
}
.age-check-buttons .secundary:hover {
   background-color: #d0d0d7;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
   .age-check-modal .nix18 {
      display: flex;
   }
   .age-check-modal .nix18 .nix18-logo {
      width: 150px;
   }
}
/* cmsms stylesheet: Webshop modified: maandag 20 februari 2017 14:34:45 */
H3 {
   font-family: "Geared Slab",​sans-serif;
   font-size: 26px;
   font-weight: 200;
   color: #2d2720;
   text-transform: uppercase;
   text-decoration: none;
   padding: 6px 0px;
   margin: 10px 0px;
}

H4 {
   font-family: "Geared Slab",​sans-serif;
   font-size: 26px;
   font-weight: 200;
   color: #2d2720;
   text-transform: uppercase;
   text-decoration: none;
   padding: 6px 14px;
   margin: 10px 0px;
}


.basket .basket_header, .basket .basketline, .basket .basket_totalline, .basket .basket_empty {
   padding: 10px; 
}

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

.basket .basket_header {
   font-weight: bold;
   background-color: #c4b594;
   color: #ffffff;
}

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

.basket .separator {
   border-top: 2px solid #c4b594;
}

.basket .controls {
   float: right;
}

.basket .colquantity {
   width: 40px;
   float: left;
}

.basket .colprice  {
   width: 80px;
   float: left;
   text-align: right;
}

.basket .coltotal  {
   width: 80px;
   float: left;
   text-align: right;
}

.basket .coldelete  {
   float: left;
   width: 40px;
   padding-left: 15px;
}

.basket .colbaskettotal {
   float: right;
   padding-right: 40px;
}

.basket .colproductcount {
   float: right;
   width: 230px;
}

.basket .clear {
   clear: both;
}

.basketoverview .colbaskettotal {
   padding-right: 0px;
}

.webshop fieldset {
   border: none;
   padding-left: 0;
}

.webshop .buttons {
   margin: 25px 0;
}

.webshop .button, .knop {
    background-color: #3f3f3f;
    border: 0 none;
    border-radius: 0;
    color: #e8e2d3 !important;
    cursor: pointer;
    margin: 0;
    padding: 7px 15px;
    text-transform: uppercase;
    transition: background-color 300ms ease 0s;
}

.webshop .button:hover {
   background-color: #c79827!important;
   color: #ffffff!important;
}

.webshop .formfield {
    margin: 10px 0;
}

.webshop .textfield input, .webshop .textarea textarea {
    border: 1px solid #d4d5d5;
    border-radius: 0;
    font-size: 14px;
    outline: medium none;
    padding: 7px 10px;
    transition: box-shadow 200ms ease 0s, border-color 200ms ease 0s;
    width: 100%;
}

.webshop .textfield input:focus, .webshop .textarea textarea:focus {
    border-color: #aa1415;
    box-shadow: 0 0 5px rgba(170, 20, 21, 0.25);
}

.webshop .textfield-medium {
   padding-right: 10px;
   width: 50%;
}

.webshop .combofield label, .webshop .labelfield label, .webshop .checkfield label {
   display: block;
}

.webshop .checkfield label {
   margin-bottom: 5px;
}

.webshop .combofield select {
   padding: 5px;
}

.webshop .combined div {
   width: 25%;
   min-width: 120px;
   padding-right: 10px;
}

.webshop .housenumber, .webshop .housenum_addition{
   float: left;
}

.webshop .combined div.clear {
   clear: both;
}

.webshop .othercountries {
   font-size: 11px;
}

#customer_company, #recipient_company {
   margin-bottom: 10px;
}

#recipientdata {
   margin-top: 20px;
}

.customeraddress , .recipientaddress {
   margin-bottom: 40px;
}

.content-delivery, .content-payment {
   margin-top: 40px;
}

.content-buttons {
   margin: 45px 0 25px;
}

.paymentmethode {
   margin: 20px 0;
}
.paymentmethode input {
    float: left;
    margin-right: 10px;
    margin-top: 18px;
}

.paymentmethode-logo {
   float: left;
   width: 90px;
}

.paymentmethode-description {
   margin-left: 120px;
}

.paymentmethode-options label {
   width: auto; 
   float: left;
   padding-top: 5px;
   padding-right: 10px
}

.addresses {
   margin-bottom: 40px;
}

.addresses .customer-address, .addresses .recipient-address {
    float: left;
    width: 50%;
}

.personalnote {
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 5px 0 10px;
}

.personalnote p {
   padding:0;
   margin: 0;
}

.errors {
   display: none;
}

.errors, .error_message {
    background-color: #ffecec;
    border: 1px solid #b90000;
    color: #b90000;
    margin: 10px 0;
}

.defaultform .success {
   border: 1px solid #060;
   color: #060;
   background-color: #CEFFCE;
   margin: 0 0 10px;
}

.errors ul, .error_message ul, .success ul {
    padding-left: 0px;
}

.errors li, .error_message li, .success li {
    line-height: 16px;
    list-style: outside none none;
    margin: 10px 0;
    padding-left: 20px;
}

.form-customernew, .form-customerlogin {
   max-width: 500px;
   margin-bottom: 40px;
}

.form-customernew .buttons {
   padding-top: 10px;
}

.form_customer_login {
   padding-top: 20px;
}

.newsletter .complete {
    font-size: 14px;
    background-color: #e1fac9;
    border: 2px solid #91c753;
    margin: 10px 5px 10px 0px;
    padding: 16px 20px;
    display: none;
}

.newsletter .errors {
    font-size: 14px;
    margin: 10px 5px 10px 0px;
}

#cols_webshop .sidebar {
   border-left: 3px solid #cfccc3;
   padding-left: 15px;
}

#cols_webshop {
  display: block;
  padding: 0px 0px 54px 0px;
  min-height: 300px;
}

@media (max-width: 700px) {
	
  #cols_webshop {
    padding: 0px 0px 54px 0px;
  }
}

#cols_webshop .webshopcontent {
  float: left;
  width: 70%;
  padding: 0px 14px;
}

#cols_webshop .sidebar {
  float: right;
  width: 30%;
}

@media (max-width: 900px) {

  #cols_webshop .webshopcontent {
    width: 70%;
  }

  #cols_webshop .sidebar {
    width: 30%;
  }
}

@media (max-width: 767px) {

  #cols_webshop .webshopcontent {
    width: 100%;
  }

  #cols_webshop .sidebar {
    width: 100%;
  }

}

.product_list {
   padding-right: 10px;
}

.productlistitem {
   padding-bottom: 30px;
}

.productitem .description {
    padding-bottom: 80px;
    padding-top: 10px;
}

.productitem .price-large {
    padding-bottom: 80px;
}

.productitem .data {
   position: relative;
}

.productitem .data H2 {
   margin-bottom: 10px;
}

.productitem .priceinfo {
   position: absolute;
   bottom: 80px;
}

.productitem .priceextra {
   font-size: 12px;
   margin-top: 5px;
}

.productitem .price {
   font-family: "Merriweather",​sans-serif;
}

.productitem .price label {
    display: block;
    float: left;
    width: 70px;
}

.productitem .order {
   background-color: #e5decb;
   padding: 15px;
}

.productitem .order .stock {
   float: left;
   margin-top: 5px;
}
.productitem .order .quantity{
   float: right;
}

.productitem .order .quantitycombo {
   padding: 5px;
   margin-right: 5px;
}

.productitem .order .clear {
   clear: both;
}

.productitem .productimage-right {
    padding: 5px 0 14px 28px;
    width: 40%;
	float: right;
}

.widget-producthighlight {
   padding: 10px 10px 0 20px;
   border-top: 1px solid rgba(21, 20, 18, 0.19);
}

.widget-producthighlight .product-title {
    height: 38px;
    font-size: 16px;
    overflow: hidden; 
    text-overflow:ellipsis;
}

.widget-producthighlight .price {
    font-size: 28px !important;
}

.widget-producthighlight .price span {
    font-size: 0.6em;
}

.product-item {
    padding: 20px;
    font-size: 14px;
}

.product-item .product_photo {
    position: relative;
}

.product-item .productimage img {
    width: 100%;
}

.product-item H4 {
   padding: 0;
   color: #bfa362;
}

.product-item .product_content {
   padding: 0 0 30px;
}

.product-item .newsitem_price {
   right: 26px;
   left: auto;
   bottom: 20px;
}

@media screen and (max-width: 500px) {
	.productitem .productimage-right {
		padding:  0 0 28px;
		width: 100%;
                float: none;
	}
       
        .productitem .order .stock {
            clear: both;
            display: block;
            float: none;
            margin-bottom: 20px;
            margin-top: 25px;
        }
        
        .productitem .priceinfo {
            left: 15px; 
            bottom: 90px;
        }

}


@media screen and (min-width: 768px) {
	.productitem .productimage-right {
		padding: 5px 0 28px 28px;
		width: 33.3333%;
	}
}
