.owl-hero {
  margin-bottom:0;
}

#header .open-search i.ion {
  color: #fff !important;
}

.product-info .cart a.btn {
  width: calc(100% - 210px);
}

.owl-hero .item {
  height:700px;
}

#header {
  background: url(hero-slide-1.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header.home-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background:transparent;    
}

#header .main-header {
  background:transparent;
  border-color: rgba(255,255,255,0.15);
  border-top:none;
  font-size:15px;
}

#header .main-header.fixed {
  background:#222;
}

#header .main-menu {
  background:transparent;
  border-color: rgba(255,255,255,0.15);
  font-family: "Quattrocento Sans", Helvetica, sans-serif;
  font-weight:600;
  font-size:14px;
}

#header .usp-block {
  background:transparent;
  border-bottom:none;
}

.usp-slider .item {
  color:#fff;
}

.usp-slider .item-product {
  color:#e9b61b;
}

#header .usp-block ul li i,
.usp-slider .item i {
  color:#E9B61B;
}



#header .main-header .search #formSearch .go-search {
  border:none;
}

.owl-hero .item .text-box .text-wrap .text {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 14px;
  font-family: "Quattrocento Sans", Helvetica, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  color: #e9b61b !important;
}

.owl-hero .item .text-box .text-wrap .title {
  font-weight:normal;
}

.owl-hero .item .text-box .text-wrap .link.button {
  margin-top: 40px;
  height: 55px;
  padding: 0px 60px;
  line-height: 53px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  background: transparent;
  border: 1px solid #fff;
  letter-spacing: 0.05em;
}

.owl-hero .item .text-box .text-wrap .link.button:hover {
  background:#e9b61b;
  border-color:#e9b61b;
}

#header .main-header .logo.medium img {
  width:225px;
}

#header .usp-block ul {
  font-size:13px;
}

.topbar ul li.dark {
  background:#333;
}

.custom-banner-1 {
  background: url(custom-banner-1-background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.custom-banner-2 {
  background: url(custom-banner-2-background.jpg) no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:200px 0px;
}

.custom-banner-1 .text,
.custom-banner-1 .image {
  display:table-cell;
  vertical-align:middle;
}

.custom-banner-1 .image {
  text-align:right;
  padding-top:30px;
  padding-left:50px;
}

.custom-banner-1 .image img {
  height:600px;
}

.custom-banner-1 .text h3,
.custom-banner-2 .text h3 {
  color: #090802;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 30px;
}

.custom-banner-2 .text h3 {
  color:#fff;
  font-size:45px;
}

.custom-banner-2 .text  {
  width:50%;
}

.custom-banner-2 .text h3:after {
  content: '';
  display: block;
  width: 150px;
  height: 3px;
  background: #fec710;
  margin-top: 15px;
}

.custom-banner-1 .text .description,
.custom-banner-2 .text .description  {
  font-size: 20px;
  font-weight: 600;
  color: #090802;
  margin-bottom: 30px;
}

.custom-banner-2 .text .description {
  color:#fff;
}

.custom-banner-1 .text .content,
.custom-banner-2 .text .content {
  color:#7e7e7f;
  line-height:25px;
  font-size:16px;
  margin-bottom:35px;
}

.custom-banner-2 .text .content {
  color:#fff;
}

.custom-banner-1 .text a.btn,
.custom-banner-2 .text a.btn {
  height: 55px;
  padding: 0px 60px;
  line-height: 53px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0.05em;
  background: #fec710;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
}

.custom-banner-1 .text a.btn:hover,
.custom-banner-2 .text a.btn:hover {
  background: transparent;
  color: #fec710;
  border-color: #fec710;
}

.custom-categories .custom-category {
  padding:0;
}

.custom-categories .custom-category .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  /*opacity:0;*/
}
/*
.custom-categories .custom-category:hover .overlay {
  opacity:1;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; 
}
*/

.custom-categories .custom-category .overlay .align {
  height:100%;
}

.custom-categories .custom-category .title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.custom-categories .custom-category .title h3 {
  margin:0;
  font-size:35px;
  color:#fff;
}

.custom-categories .custom-category .title .description {
  color: #fff;
  font-size: 18px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 10px;
}

.custom-categories .custom-category .title .view {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 45px;
  padding: 0px 30px;
  line-height: 45px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0.05em;
  background: #fec710;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-top: 25px;
  background:transparent;
  border:1px solid #fff;
}

.custom-categories .custom-category .title .view:hover {
  background: #fec710;
  border-color:#fec710;
}

.products .product.special-product .product-inner {
  margin: 0;
  padding-bottom: 0;
  border: 1px solid #eee;
  z-index:99;
}

.products .product.special-product .order,
.products .product.special-product .product-inner {
  position:relative;
  z-index:11;
}

.products .product.special-product .product-inner {
  z-index:0;
}

.products .product.special-product:hover .product-inner {
  z-index:99;
}

.products .product.special-product .image-wrap {
  padding:20px;
  position:relative;
  z-index:99;
}

.products .product .info a.title {
  color: #090802;
  font-size: 18px;
  font-family: "Quattrocento Sans", Helvetica, sans-serif;
}

.products .product.special-product .info {
  padding:0px 20px;
  padding-top:20px;
  position:relative;
  z-index:99;
}

.custom-products h2 {
  text-align: center;
  color: #161610;
  margin: 0;
  padding-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
}

.custom-products {
  padding:50px 15px;
}

.products .product.special-product .order .change {
  display:inline-block;
}

.products .product.special-product .order input { 
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 14px;
  outline: none;
  margin:0px -4px;
  font-family: 'Muli', sans-serif;
  font-weight:700;
}

.custom-products.products .product.special-product .order input {
  width: 45px;
  height: 45px;
}

.products .product.special-product .order .q-change {
  background: #fec810;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  line-height: 38px;
  color: #fff;
  font-size: 30px;
  text-align:center;
}

.custom-products.products .product.special-product .order .q-change {
  width: 45px;
  height: 45px;
  line-height: 43px;
}

.products .product.special-product .order a.btn {
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #fec810;/* #e9b61b; */
  border-radius: 0;
  vertical-align: top;
  width: calc(100% - 120px);
  margin-left: -2px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-family: 'Muli', sans-serif;
  font-weight:700;
}
.products .product.special-product .order a.btn:hover,
.products .product.special-product .order .q-change:hover {
  background: #e9b61b;
}

.products .product.special-product .order a.btn i {
  font-size:18px;
}

.custom-products.products .product.special-product .order a.btn {
  height: 45px;
  line-height: 45px;
  width: calc(100% - 135px);
  font-size: 13px;
}

.products .product .info .description {
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  color: #7e7e7f;
  margin: 10px 0px;
}

.products .product .info .score {
  margin-top:10px;
  font-size:16px;
}

.products .product .info .score .yellow {
  color:#fec710;
}

.products .product .info .score .grey {
  color:#d8d6d9;
}

#footer {
  background: url(footer-bg.jpg) no-repeat center center;
  background-color:#404040;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom:15px solid #000;
  font-family: "Quattrocento Sans", Helvetica, sans-serif;
}

#footer .main-footer,
#footer .footer-bottom {
  background: rgba(0,0,0,0.7);
  border:none;
}

#footer .footer-title {
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-title:after {
  margin-top:10px;
  content:'';
  display:block;
  width:50px;
  height:3px;
  background:#e9b61b;
}

#footer .main-footer ul {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#footer .footer-logo {
  padding-top:20px;
}

#footer .footer-logo img {
  max-width:170px;
}

#footer .footer-bottom {
  padding:0;
}

#footer .footer-bottom .footer-bottom-inner {
  padding:30px 0px;
  border-top:2px solid rgba(255,255,255,0.15);
}

#footer .custom-socials {
  margin-top:-7px;
}

#footer .custom-socials a {
  display:block;
  padding:7px 0px;
  text-transform:uppercase;
  letter-spacing:0.05em;
}

#footer .custom-socials a i {
  width:35px;
  font-size:18px;
}

#footer .newsletter-bar #formNewsletter input {
  height:45px;
}

#footer .newsletter-bar #formNewsletter a.btn {
  background: #e9b61b;
  border: none;
  padding: 0px 30px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#footer .newsletter-bar #formNewsletter a.btn:hover {
  background: #FEC710;
  color: #fff;
}

#footer .newsletter-bar .input {
  text-align:right;
}

#header .usp-slider {
  border-bottom:none;
}

.topbar ul li i.fa-user {
  margin-right:7px;
}

.topbar {
  font-family: "Quattrocento Sans", Helvetica, sans-serif;
  font-weight:700;
}

.custom-language-bg > span {background-image:url(flags.png?);background-position:0 -150px;background-repeat:no-repeat;}
.custom-language-da > span {background-image:url(flags.png?);background-position:0 -130px;background-repeat:no-repeat;}
.custom-language-de > span {background-image:url(flags.png?);background-position:0 -20px;background-repeat:no-repeat;}
.custom-language-el > span {background-image:url(flags.png?);background-position:0 -70px;background-repeat:no-repeat;}
.custom-language-en > span {background-image:url(flags.png?);background-position:0 -30px;background-repeat:no-repeat;}
.custom-language-es > span {background-image:url(flags.png?);background-position:0 -50px;background-repeat:no-repeat;}
.custom-language-fr > span {background-image:url(flags.png?);background-position:0 -40px;background-repeat:no-repeat;}
.custom-language-it > span {background-image:url(flags.png?);background-position:0 -60px;background-repeat:no-repeat;}
.custom-language-nl > span {background-image:url(flags.png?);background-position:0 -10px;background-repeat:no-repeat;}
.custom-language-no > span {background-image:url(flags.png?);background-position:0 -154px;background-repeat:no-repeat;}
.custom-language-pl > span {background-image:url(flags.png?);background-position:0 -110px;background-repeat:no-repeat;}
.custom-language-pt > span {background-image:url(flags.png?);background-position:0 -100px;background-repeat:no-repeat;}
.custom-language-ru > span {background-image:url(flags.png?);background-position:0 -130px;background-repeat:no-repeat;}
.custom-language-sv > span {background-image:url(flags.png?);background-position:0 -120px;background-repeat:no-repeat;}
.custom-language-tr > span {background-image:url(flags.png?);background-position:0 -90px;background-repeat:no-repeat;}

.custom-language > span { display:inline-block; height: 10px;  width: 16px; background-size: 100% auto;}

.ui.selection.dropdown .custom-language > span {
  margin-right:7px;
}

.custom-language-nl > span {
  background-position: 0 -11px;
}

.custom-language-fr > span {
  background-position: 0 -43px;
}

.custom-language-de > span {
  background-position: 0 -22px;
}

.custom-language-en > span {
  background-position: 0px -32px;
}

.topbar ul li.custom-dropdown i {
  margin-left: 7px;
  font-size: inherit;
  margin-top: -3px;
  vertical-align: middle;
}

.topbar ul li.custom-dropdown .custom-languages {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  color: #090802;
  z-index:999;
  padding:15px;
  display:none;
}

.topbar ul li.custom-dropdown .custom-account, 
#login-popup .custom-languages.custom-account {
  width:450px;
  right: 0;
  left: auto;
}

#login-popup .custom-languages.custom-account {
  width: 600px;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .text {
  font-family: "Quattrocento", Helvetica, sans-serif;
  font-size: 11px;
}

#login-popup .custom-languages.custom-account .text {
  font-family: "Quattrocento", Helvetica, sans-serif;
  font-size: 15px;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .block, 
#login-popup .custom-languages.custom-account .block {
  padding-top:5px;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-login, 
.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-register, 
#login-popup .custom-languages.custom-account .custom-login, 
#login-popup .custom-languages.custom-account .custom-register {
  padding:0;
  float:left;
  width:50%;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-register a.btn, 
#login-popup .custom-languages.custom-account .custom-register a.btn {
  width: 100%;
  background: #e9b61b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  border-radius: 0;
  padding: 7px 25px;
  margin-top: 10px;
   color: #fff;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-register a.facebook.btn, #
login-popup .custom-languages.custom-account .custom-register a.facebook.btn {
  background: #3D5A93;
}

#login-popup .custom-languages.custom-account .custom-register a.btn {
  font-size: 15px;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-register .social-login, 
#login-popup .custom-languages.custom-account .custom-register .social-login {
  padding-top:10px;
  margin-top:10px;
  border-top:2px solid #e4e4e4;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-register a.btn.facebook,
#login-popup .custom-languages.custom-account .custom-register a.btn.facebook {
  background: #3d5a94;
  text-transform: none;
   color: #fff;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-register a.btn.facebook i, 
#login-popup .custom-languages.custom-account .custom-register a.btn.facebook i {
  margin-right:5px;
  margin-left:0;
   color: #fff;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-login form, 
#login-popup .custom-languages.custom-account .custom-login form {
  margin-top:10px;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-login form, 
#login-popup .custom-languages.custom-account .custom-login form  {
  
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-login form input, 
#login-popup .custom-languages.custom-account .custom-login form input {
  width: 100%;
  height: 30px;
  padding: 0px 10px;
  font-size: 13px;
  border: 1px solid #eee;
  margin-bottom: 7px;
  outline:none;
  font-size:12px;
  font-family: "Quattrocento", Helvetica, sans-serif;
}

.topbar ul li.custom-dropdown .custom-account .custom-login form a.forgot-pw, 
#login-popup .custom-languages.custom-account .custom-login form a.forgot-pw {
  font-family: "Quattrocento", Helvetica, sans-serif;
  color: #000;
  font-size: 10px;
  display: block;
}
#login-popup .custom-languages.custom-account .custom-login form a.forgot-pw{
  font-size: 12px;
}

.topbar ul li.custom-dropdown .custom-account .custom-login form a.btn, 
#login-popup .custom-languages.custom-account .custom-login form a.btn {
  background: #e9b61b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  border-radius: 0;
  padding: 7px 25px;
  margin-top:20px;
   color: #fff;
}

#login-popup .custom-languages.custom-account .custom-login form a.btn {font-size: 15px;}

.topbar ul li.custom-dropdown .custom-account .custom-login .block, 
#login-popup .custom-languages.custom-account .custom-login .block {
  padding-right:20px;
  border-right:2px solid #e4e4e4;
  margin-top: 5px;
}

.topbar ul li.custom-dropdown .custom-account .custom-register .block, 
#login-popup .custom-languages.custom-account .custom-register .block {
  padding-left:20px;
  margin-top: 5px;
}

.topbar ul li.custom-dropdown .custom-account .custom-register .custom-title, 
#login-popup .custom-languages.custom-account .custom-register .custom-title {
  padding-left:20px;
}

.topbar ul li.custom-dropdown .custom-languages.showLogin {
  display:block;
}

.topbar ul li.custom-dropdown .custom-languages .custom-title {
  font-size:18px;
}

#login-popup .custom-languages .custom-title {
  font-size: 18px;
}

.topbar ul li.custom-dropdown .custom-languages .options {
  white-space: nowrap;
  margin-right: 16px;
  margin-top: 10px;
}

.topbar ul li.custom-dropdown .custom-languages .options .option {
  display:inline-block;
  vertical-align:bottom;
  margin-right:5px;
}

.topbar ul li.custom-dropdown .custom-languages .options .go {
  display:inline-block;
  vertical-align:bottom;
}

.topbar ul li.custom-dropdown .custom-languages .options .go a.btn {
  background: #e9b61b;
  text-align: center;
  height:30px;
  width:40px;
  padding:0;
  line-height:27px;
  border-radius:0;
}

.topbar ul li.custom-dropdown .custom-languages .options .go a.btn i {
  font-size:15px;
  margin:0;
}

.topbar ul li.custom-dropdown .custom-languages .options .option label {
  display:block;
  font-family: "Quattrocento", Helvetica, sans-serif;
}

.topbar ul li.custom-dropdown .custom-languages:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  right:40px;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account:before, #login-popup .custom-languages.custom-account:before {
  left:auto;
  right:45px;
}

#header .topbar .custom-dropdown.custom-language{
  cursor: pointer;
}

.wahl-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-bottom: -2px;
}

.product-info .share-links ul li a {
  line-height:27px;
}

.product-info .share-links {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.productbundle .bundle-wrap .sub-products .product .bundle-info {
  position:relative;
}

.productbundle .bundle-wrap .sub-products .product .bundle-info .bundle-plus {
  position: absolute;
  right: -25px;
  margin-top: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 33px;
  color: #e9b61b;
  font-size: 16px;
  z-index: 99;
}

.slider-arrow .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
  
  padding-right: 50px;
/*   background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); */
 
}

.slider-arrow .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  
  padding-left: 50px;
/*   background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); */
 
}

.slider-arrow .owl-nav .owl-prev .align,
.slider-arrow .owl-nav .owl-next .align {
  height:100%;
}

.slider-arrow .owl-nav .owl-prev .align .arrow-wrap,
.slider-arrow .owl-nav .owl-next .align .arrow-wrap {
  display:table-cell;
  vertical-align:middle;
  font-size: 17px;
  color: #fff;
  opacity: 0.5;
  overflow:hidden;
}

.slider-arrow .owl-nav .owl-prev .align .arrow-wrap .icon,
.slider-arrow .owl-nav .owl-next .align .arrow-wrap .icon {
  position: relative;
  width: 50px;
  height: 100px;
  display: block;
  line-height: 100px;
  text-align: center;
  z-index: 999999;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out; 
}

.slider-arrow .owl-nav .owl-prev .align .arrow-wrap .icon {
  -ms-transform: translate(-30px, 0px); 
  -webkit-transform: translate(-30px, 0px); 
  transform: translate(-30px, 0px); 
}

.slider-arrow .owl-nav .owl-next .align .arrow-wrap .icon {
  -ms-transform: translate(30px, 0px); 
  -webkit-transform: translate(30px, 0px); 
  transform: translate(30px, 0px); 
}

.slider-arrow:hover .owl-nav .owl-prev .align .arrow-wrap .icon,
.slider-arrow:hover .owl-nav .owl-next .align .arrow-wrap .icon {
   -ms-transform: translate(0px, 0px); 
  -webkit-transform: translate(0px, 0px); 
  transform: translate(0px, 0px); 
}

div:not(.productpage) .slider-arrow .owl-nav .owl-prev .align .arrow-wrap .icon:before,
div:not(.productpage) .slider-arrow .owl-nav .owl-next .align .arrow-wrap .icon:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100%;
  right: 5px;
  top: 0;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}

div:not(.productpage) .slider-arrow .owl-nav .owl-next .align .arrow-wrap .icon:before {
  right:auto;
  left:5px;
}

.slider-arrow .owl-nav .owl-prev .align .arrow-wrap .icon i {
  margin-right:5px;
}

/* .slider-arrow .owl-nav .align .arrow-wrap .icon i {
  color: #333;
  border: 1px solid #333;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 47px;
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: lighter;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.thumbs .slider-arrow .owl-nav .align .arrow-wrap .icon i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 30px;
}

.slider-arrow .owl-nav .owl-prev:hover .align .arrow-wrap,
.slider-arrow .owl-nav .owl-next:hover .align .arrow-wrap {
  opacity:1;
} */

.product-info .variants-table tr {
  cursor:pointer;
}

.product-info .variants-table table {
  width:100%;
}

.product-info .cart .variants-table a.btn {
  padding: 0px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px;
}

.product-info .cart .variants-table a.btn i {
  margin:0;
}

.product-info .cart .variants-table .wishlist-add {
	display: inline-block;
}

.product-info .cart .variants-table a.btn-wish {
	background: #fff;
  color: red;
}

.product-info .variants-table input {
  width: 50px;
  height: 45px;
  border: 1px solid #e1e1e1;
  text-align: center;
  outline: none;
}

.product-info .variants-table .var-order {
  text-align:right;
  white-space:nowrap;
}

.product-info .variants-table table th {
  color:#e9b61b;
}

.product-info .variants-table table td,
.product-info .variants-table table th {
  padding:5px 10px;
}

.product-info .variants-table table tr:nth-child(even) td {
  background:#f9f9f9;
}

.product-info .variants-table .btn-wrap {
  position:relative;
  display:inline-block;
  vertical-align:top;
}

.product-info .variants-table .items {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 22px;
  height: 22px;
  background: #000;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 100%;
}

.product-info .variants-table .items:empty {
  display:none;
}

.hidden {
  display:none;
}

.product-info .variants-table .in-stock {
  color:#5abc71;
}

.product-info .variants-table .out-of-stock {
  color:#c0392b;
}

.cart-dropdown .cart-body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.product-option .product-configure-variants {
  display:none;
}

.bundle-option .product-configure-variants {
	margin-top:10px;
}

/* .product-info .variants-table tr td  {
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}
  
.product-info .variants-table tr:hover td  {
  -ms-transform: scale(1.05); 
  -webkit-transform: scale(1.05); 
  transform: scale(1.05); 
} */

.product-info .variants-table .old-price {
  margin-right: 5px;
  color: #fec812;
  text-decoration: line-through;
  font-size: 11px;
  display: block;
}

.product-info .variants-table .discount {
  margin-left: 5px;
  color: #67c17c;
  font-weight: bold;
}

.product-info .cart .var-order .change input {
  width:45px;
}

.product-image-wrap .video-box,
.video-thumb-box{
  display:table-cell;
  vertical-align:middle;
  position:relative;
}

.video-thumb-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #e62117;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 25px;
}

.products .product.special-product .info .price .ex-price {
  font-size: 11px;
  color: #a2a2a2;
}

.product-tabs ul.tabs-list li {
  margin-right:0;
}

.product-tabs ul.tabs-list li a {
  font-weight:bold;
  pointer-events:none;
}


.search-products .product .image-wrap img {
  border: none;
  width: 120px;
}

.search-products .product .info h4 {
  font-size:18px;
}

.search-products .product .description {
  font-size: 13px;
  color: #858585;
  margin-top: 10px;
}

.search-products {
  padding:15px;
}

#search .autocomplete {
  padding:0px;
}

#search .autocomplete .more {
  padding: 20px 15px;
  font-weight: bold;
  text-decoration: underline;
  border-top: 1px solid #eee;
  display: block;
  background:#f9f9f9;
}

.search-products .product {
  border:none;
}

.products .product .product-hover {
  position: absolute;
  right: 100%;
  width: 110px;
  height: calc(100% + 2px);
  /*border: 1px solid #eee;*/
  /*border-right: 1px solid #eee;*/
  top: -1px;
  z-index: 0;
  padding:15px;
  background:#fff;
  display:none;
}

.products .product.left-product .product-hover {
  right: auto;
  left: 100%;
}

.products .product.img-loaded.more-images:hover .product-hover {
  display:block;
}

.products .product .product-hover ul {
  margin:0;
  padding:0;
  list-style:none;
}

.products .product .product-hover ul li {
  padding-bottom:20px;
}

.products .product .product-hover ul li.more {
  text-align: center;
  font-size: 25px;
  color: #8a8a8b;
  line-height: 50px;
  font-weight: 600;
}

/*
.products .product .product-hover ul li:nth-child(n+5) {
  display:none;
}
*/

.products .product .product-hover img {
  width:100%;
}

.products .product .product-shadow {
  display: none;
  position: absolute;
  right: -10px;
  top:-10px;
  width: calc(100% + 130px);
  height: calc(100% + 20px);
  z-index:0;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  opacity:0;
  background:#fff
}

.products .product.left-product .product-shadow {
  right:auto;
  left:-10px;
}

.products .product.img-loaded.more-images:hover .product-shadow {
  display: block;
  opacity:1;
}

.products .product.img-loaded.more-images:hover .product-border {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #eee;
  z-index: 1;
}

.back-box a.back-to {
  padding: 7px 10px;
  display: inline-block;
  border: 1px solid #eee;
  text-decoration: none;
}

.back-box a.back-to:before {
  margin-right: 7px;
  margin-top: -2px;
  vertical-align: middle;
  content:"\f104";
  font-size:10px;
}

.compare-img a,
.enlarge a{
  color: #9c9c9c;
}

.enlarge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 17px;
  color: #9c9c9c;
}

.compare-img {
  position: absolute;
  right: 0;
  bottom: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 17px;
  color: #9c9c9c;
}

.productpage .product-image-wrap .item img {
/*   padding-right:45px; */
}

.product-info .cart .wishlist-btn {
  display:inline-block;
  margin-right:5px;
}

.product-info .cart .wishlist-btn a.btn {
  width: 45px;
  padding: 0;
  text-align: center;
  border:1px solid #e1e1e1;
  background:#fff;
  color:#e74c3c;
  line-height:47px;
}

.product-info .cart .wishlist-btn a.btn i {
  margin:0;
}

.product-info .cart .wishlist-btn a.btn i.fa-heart-o {
  display:inline-block;
}

.product-info .cart .wishlist-btn a.btn i.fa-heart {
  display:none;
}

.product-info .cart .wishlist-btn a.btn:hover i.fa-heart-o {
  display:none;
}

.product-info .cart .wishlist-btn a.btn:hover i.fa-heart {
  display:inline-block;
}

.product-info .cart .change {
  margin-right:5px;
}

.cart-dropdown a.btn.bottom-btn {
  border:1px solid #eee;
  background:#fff;
  color:#333;
}

.cart-dropdown a.btn.bottom-btn:hover {
  color:#fec710;
}

.cart-dropdown a.btn.top-btn {
  margin-top:0;
  margin-bottom:10px;
}

.products .product.special-product .info .price .old-price,
.product-info .price .old-price {
  color:#fec810;
}

.sidewrap {
  border-top: 1px solid #ececec;
}

.cart-related-title {
  padding:0 15px;
  text-align:left;
}

.order-before .icon {
  width:30px;
}

.order-before .icon img {
  height:29px;
}

.custom-usp {
  margin-top:10px;
}

.custom-usp .usp {
  padding:5px 0px;
  font-size:14px;
}

.custom-usp .usp .icon {
  display:inline-block;
  width:20px;
}

.custom-usp .usp i {
  color:#27ae60;
}


#review-form input {
  height:40px;
  border:1px solid #eee;
  padding:0px 15px;
  width:100%;
  outline:none;
}

#review-form textarea {
  height:120px;
  border:1px solid #eee;
  padding:15px;
  width:100%;
  outline:none;
}

#review-form .ui.selection.dropdown {
  width:100%;
  border:1px solid #eee;
  height:40px;
  line-height:40px;
}

#review-form .input-wrap {
  margin-bottom:15px;
}

#review-form .ui.selection.dropdown > .dropdown.icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-color: #eee;
}

#review-form a.btn {
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  background: #fec710;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

#review-form h3 {
  margin-bottom:20px;
  margin-top:0;
}

.review-line {
  margin-bottom: 30px;
  margin-top: 20px;
}

.custom-col-title {
  border-bottom: 1px solid #eee;
}

.collection-top .custom-col-title h1 {
  display: table-cell;
  border: none;
  padding: 0;
  vertical-align: middle;
  min-height: 0;
}

.collection-top .custom-col-title .top-filters {
  display: table-cell;
  vertical-align: middle;
}

.custom-top-filters .selection {
  margin-right: 10px;
  margin-bottom: 14px;
  margin-top: 10px;
}

.custom-top-filters .filter-dropdown .dropdown-title .arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 31px;
  right: -1px;
  top: -1px;
  margin: 0;
  padding: 0;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f5;
}

.product-info .price .new-price {
  font-size:35px;
}

.products .product .images img {
  display:none;
}

.products .product .images img.active {
  display:block;
}

.price-filter-wrap {
  float:left;
  width:250px;
  margin-right:30px;
  margin-top:20px;
}

.custom-filter-wrap {
  float:right;
  max-width: calc(100% - 350px);
}

.custom-top-filters label.price-filter-label {
  float:left;
  margin-right:20px;
  vertical-align:middle;
  margin-top:18px;
}

.price-filter-range .max {
  float:right;
}

.custom-filter-wrap select {
  height:30px;
}

.pp-tp-small {
  display:inline-block;
  margin-left: -20px;
}

.footer-trustpilot {
  padding:50px 0px;
  border-top:1px solid #eee;
}

.productbundle {
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 30px;
}

.productbundle .bundle-img {
  display: inline-block;
  position: relative;
}

.productbundle .bundle-img:after {
	content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.025);
}

.pp-tp-small {
	margin-left:0;
}

.pp-tp-small a.view-reviews {
	display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  font-size: 12px;
  margin-left:5px;
  display:none;
}

.pp-tp-small:hover a.view-reviews {
	display:inline-block;
}

.pp-tp-small .trustpilot-widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.product-message,
.custom-message {
  background: white;
  box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2);
  border: none;
  position: fixed;
  top: 0px;
  left: 100%;
  width: 500px;
  display: block;
  margin-right:30px;
  margin-top:30px;
  z-index: 9999;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index:999999999;
}

.product-message.active,
.custom-message.active {
	-ms-transform: translate(calc(-100% - 30px), 0px); 
  -webkit-transform: translate(calc(-100% - 30px), 0px);
  transform: translate(calc(-100% - 30px), 0px);
}

.product-message .image {
	width:130px;
  padding:10px;
	position:relative;
  background:#fff;
}

.product-message .image:after {
	content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.025);
}

.product-message .image img {
	width:100%;
}

.product-message .text,
.custom-message .text {
	padding:20px;
  opacity:0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transition-delay: .3s; /* Safari */
  transition-delay: .3s;
}

.product-message.active .text,
.custom-message.active .text {
	opacity:1;
}

.product-message .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fec710;
  font-size: 18px;
}

.product-message .text-inner {
	display:block;
}

.product-message .btn {
  height: 35px;
  line-height: 35px;
  padding: 0;
  background: #fec810;
  border-radius: 0;
  vertical-align: top;
  margin-left: -2px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  padding: 0px 20px;
  border: none;
  margin-top: 10px;
}

.custom-message {
	background:#aaa;
  color:#fff;
}

.custom-message.info {
	background:#2980b9;
}

.custom-message.success {
  background:#5ABC71;
}

.custom-message.error {
	background:#e74c3c;
}

.custom-message .text {
	font-size:14px;
}

.custom-message .text ul {
	margin:0;
  padding:0;
  list-style:none;
}

.custom-message .icon {
  width: 100px;
  text-align: center;
  font-size: 30px;
  padding:20px 0px;
}

.product-info .cart .variants-table a.btn.disabled {
	background:#aaa;
}

.productbundle .info a.btn:hover {
	background:#e9b61b;
}

a.all-variants {
	background: #f7f7f7;
  border: 1px solid #eee;
  display: block;
  padding: 15px;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: #cd3527;
  cursor: pointer;
}

a.all-variants.bekijk-minder {
	display: none;
}

i.ion.ion-ios-close-empty {
	line-height: inherit;
}

.topbar a:hover {
	opacity: 0.75;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-login form a.btn:hover, #login-popup .custom-languages.custom-account .custom-login form a.btn:hover {
	background: #c79600;
  opacity: 1;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-register a.btn:hover, #login-popup .custom-languages.custom-account .custom-register a.btn:hover {
	background: #c79600;
  opacity: 1;
}

.topbar ul li.custom-dropdown .custom-languages.custom-account .custom-register a.facebook.btn:hover {
	background: #1c3c79;
  opacity: 1;
}

.blogs  {
  overflow: auto;
  margin-bottom: 60px;
}

.homepage-title {
  position: relative;
}

.arrows .arrow {
  display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    color: #e3e3e3;
    border-radius: 100%;
    margin-right: 10px;
}

.arrows .arrow:hover {
  background: #e93d38;
  color: #fff;
}

.arrows {
  position: absolute;
  top: 0;
  right: 0;
}

.blogs .blogs-inner {
  margin-top: 40px;
}

.blogs .article .image-wrap {
  position: relative;
}

.blogs .article .image-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: black;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blogs .article .image-wrap .overlay i {
  color: #fff;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
}

.blogs .article .image-wrap:hover .overlay {
  opacity: 0.5;
}

.blogs .article .info .date {
  color: #e93d38;
  letter-spacing: 3px;
  font-size: 14px;
  margin-top: 15px;
  font-size:12px;
  text-transform:uppercase;
}

.blogs .article .info .title {
  padding: 15px 0px;
  font-size: 22px;
  font-weight: lighter;
  color: #5a5a5a;
}

.blogs .article .info .description {
  font-size: 15px;
  font-weight: lighter;
  margin-bottom: 27px;
  height: 44px;
  overflow: hidden;
}

.blogs .article .info .readmore a {
  font-weight: bold;
  color: #e93d38;
}

.products .list-product .order .cart a.btn.disabled {
  background: #a7a7a7;
  line-height: 38px;
}

.country-tooltip .tooltip-block a{
  transition: unset!important;
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width:20%;
    float:left;
    padding:0px 15px;
  }
}

@media (max-width: 1282px) {
  .productPage-sticky .product-info .cart a.btn {
    margin-top: 5px;
  }
}

@media (max-width: 1199px) {
  .custom-banner-2 {
    background: url(custom-banner-2-background.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:200px 0px;
  }
  .custom-categories .custom-category .title h3 {
    font-size:25px;
  }
  .custom-categories .custom-category .title .description {
    margin-top:5px;
    font-size:15px;
  }
  .custom-categories .custom-category .title .view {
    height: 40px;
    padding: 0px 25px;
    line-height: 40px;
    font-size: 12px;
    margin-top:20px;
  }
}

@media (max-width: 991px) {
.custom-banner-1 .text {
  padding:50px 0px;
}
.custom-banner-1 .image {
  vertical-align:bottom;
}
.custom-banner-1 .image img {
  height:400px;
}
.custom-categories .custom-category .title .view {
  display:none;
}
}

@media (max-width: 767px) {
  .sold-last{
    font-size: 14px;
    margin-top: 20px;
  }
  .productPage-sticky .product-info .cart a.btn {
    margin-top: 0px;
  }
  #header .topbar.mobile {
  	display: inline-block;
    position: relative;
    background: none;
    padding: 2px 0;
  }

  #header .topbar.mobile .service.right > ul > li{
    padding: 5px;
  }

  .topbar ul li .items{
    right: -4px;
    top: -1px;
  }

  #login-popup .custom-languages.custom-account {
    max-width: 350px;
  }
  .owl-hero .item .text-box .text-wrap .text {
    font-size:12px;
  }
  .owl-hero .item .text-box .text-wrap .link.button {
    font-size: 12px;
    height: 45px;
    line-height: 43px;
    padding: 0px 35px;
    margin-top: 30px;
  }
  .custom-banner-2 .text {
    width:100%;
    padding-right:70px;
  }
  .custom-banner-2 {
    padding:70px 0px;
  }
  .custom-banner-2 .text h3 {
    font-size:35px;
  }
  .products .product.special-product .image-wrap {
    padding: 20px 25%;
  }
  .topbar ul li {
    padding:12px 10px;
  }
  .topbar ul li.custom-dropdown .custom-languages {
    left:auto;
    right:-50px;
  }
  .topbar ul li.custom-dropdown .custom-languages:before {
    left:auto;
    right:73px;
  }
  .cart-dropdown .cart-body {
    overflow-x: scroll;
  }
  .product-info .cart .var-order .change input {
    height:45px;
    border:1px solid #e1e1e1;
  }
  .product-message {
    left: 100%;
    width: 100%;
    margin-right:0px;
    margin-top:0px;
    font-size: 13px;
  }
  .product-message.active {
    -ms-transform: translate(calc(-100% - 0px), 0px); 
    -webkit-transform: translate(calc(-100% - 0px), 0px);
    transform: translate(calc(-100% - 0px), 0px);
  }
  .product-message .image {
    width:100px;
  }
  
  .products .list-product .order .cart a.btn.disabled {
    width: 100%;
  	background: #a7a7a7;
    line-height: 30px;
	}
  .products .list-product .order .cart .change .change-q{
    background: #fec810;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    line-height: 28px;
    color: #fff;
    font-size: 30px;
    text-align:center;
  }
  .products .list-product .order .cart .change input {
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    outline: none;
    margin: 0px -4px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
  }
  .products .list-product .order .cart a.btn {
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: #fec810;
    border-radius: 0;
    vertical-align: top;
    width: calc(100% - 90px);
    margin-left: -2px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
  }	
  .products .list-product .order form{
    width: 100%;
  }
}

@media (max-width: 425px) {
  .product-info .variants-table .btn-wrap {
  	display: block;
    margin-top: 5px;
  }
}

/*##############################*/
/* Aanpassingen 11 januari 2019 */
/*##############################*/

.product-info .variants-table tr {
  cursor:pointer;
}

.product-info .variants-table table {
  width:100%;
}

.product-info .cart .variants-table a.btn {
  padding: 0px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.product-info .cart .variants-table a.btn.btn-wish {
  background: #fff;
  border: 1px solid #eee;
  color: #e74c3c;
  line-height: 46px;
}

.product-info .cart .variants-table a.btn i {
  margin:0;
}

/* .product-info .cart .variants-table a.btn.btn-wish.added i:before {
	content:"\f004";
} */

.product-info .variants-table input {
  width: 50px;
  height: 45px;
  border: 1px solid #e1e1e1;
  text-align: center;
  outline: none;
}

.product-info .variants-table .var-order {
  text-align:right;
  white-space:nowrap;
}

.product-info .variants-table table th {
  color:#333;
}

.product-info .variants-table table td,
.product-info .variants-table table th {
  padding:5px 10px;
}

.product-info .variants-table table tr:nth-child(even) td {
  background:#f9f9f9;
}

.product-info .variants-table .btn-wrap {
  position:relative;
  display:inline-block;
  vertical-align:top;
}

.product-info .variants-table .items {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 22px;
  height: 22px;
  background: #333;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 100%;
}

.product-info .variants-table .items:empty {
  display:none;
}

.hidden {
  display:none;
}

.product-info .variants-table .in-stock {
  color:#5abc71;
}

.country-tooltip {
  position: relative;
  display: inline-block;
}

.country-tooltip .tooltip-icon {
	width: 13px;
  height: 13px;
  display: inline-block;
  text-align: center;
  line-height: 13px;
  border: 1px solid #264b8e;
  border-radius: 100%;
  font-size: 10px;
  color: #264b8e;
  font-weight: bold;
}

.country-tooltip .tooltip-icon.active {
	color: #fff;
  background: #264b8e;
}

.country-tooltip .tooltip-block {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  border: 2px solid #2D5497;
}

.country-tooltip .tooltip-block::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2D5497 transparent transparent transparent;
}

.country-tooltip .tooltip-block .close-country-popup{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  color: red;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #eee;
  text-align: center;
}

.country-tooltip .tooltip-block .close-country-popup:hover{
  background-color: red;
  color: #fff;
  border: none;
  line-height: 32px;
}

.country-tooltip .tooltip-block li a{
  transition: none !important;
}

.country-stekker{
  margin-right: 5px;
}

.sold-last, .sold-last-desktop{
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  color: #333333;
  font-weight: lighter;
}

.sold-last span, .sold-last-desktop span{
  font-size: 18px;
  font-weight: bold;
  color: #5abc71;
}

.sold-last img, .sold-last-desktop img{
	width: 20px;
  position: relative;
  bottom: 3px;
  margin-right: 5px;
}

.variants-table td > span:last-of-type{
  display: block;
}

.order-before .countdown-text{
  display: block;
  margin-bottom: 20px;
  padding-bottom: 0px;
  line-height: 22px;
  border-bottom: 1px solid;
  font-family: "Quattrocento", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.order-before .item{
  display: inline-block;
  font-family: "Quattrocento", Helvetica, sans-serif;
  padding-right: 10px;
}
.order-before .item span{
  font-size: 40px;
}

.products .product .sm-compare label, .productpage .sm-compare label, .products .list-product .sm-compare label {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

.products .product .sm-compare label input, .productpage .sm-compare label input, .products .list-product .sm-compare label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.products .product .sm-compare label .checkmark, .productpage .sm-compare label .checkmark, .products .list-product .sm-compare label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.products .product .sm-compare label input:checked ~ .checkmark, .productpage .sm-compare label input:checked ~ .checkmark, .products .list-product .sm-compare label input:checked ~ .checkmark {
  background-color: #fec810;
}

.productPage-sticky .price .excl-price{
  display: block;
}


.products .product .sm-compare label .checkmark:after, .productpage .sm-compare label .checkmark:after, .products .list-product .sm-compare label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.products .product .sm-compare label input:checked ~ .checkmark:after, .productpage .sm-compare label input:checked ~ .checkmark:after, .products .list-product .sm-compare label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.products .product .sm-compare label .checkmark:after, .productpage .sm-compare label .checkmark:after, .products .list-product .sm-compare label .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.productpage .sm-compare {
  position: absolute;
  top: 15px;
  z-index: 9;
  right: 15px;
}

.productpage .products .product .sm-compare{
  right: 0;
}

.productSticky-title .size-variant{
  display: inline-block;
  margin-right: 10px;
}

.productSticky-title .size-variant:last-child {
  margin-right: 0;
}

.productSticky-title .size-variant input{
  display: none;
}
.productPage-sticky .productSticky-title .productSticky-title-wrapper .variants {
  display: flex;
  justify-content: space-around;
}

.productSticky-title .size-variant label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  border-radius: 0px;
  color: #000;
	padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.productSticky-title .size-variant label .checkholder {
  padding: 15px 10px;
  background: #eee;
  border-radius: 0;
  border-right: 1px solid #ddd;
  display: inline-block;
  vertical-align: sub;
  position: relative;
}

.productSticky-title .size-variant label .checkholder .check {
/*   height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #000;
  display: none;
  left: 5px;
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
}

  .productSticky-title .size-variant label .checkholder .check {
	background: #fff;
  width: 24px;
  height: 22px;
  display: block;
}

.productSticky-title .size-variant .fa-check {
  display: none;
}

.productSticky-title .size-variant input[type=radio]:checked+label .check {
    background: #fec710;
}

.productSticky-title .size-variant input[type=radio]:checked+label .check .fa-check {
  display: block;
  font-weight: lighter;
  color: #fff;
  font-size: 22px;
  margin-left: 1px;
}

.productSticky-title .size-variant label .variant-title{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  padding: 0 15px;
  white-space: normal;
  font-weight: normal;
  max-width: 180px
}

.productPage-sticky .product-info .cart .change input{
  width: 35px;
}

.productPage-sticky .productSticky-title .productSticky-title-wrapper{
  max-width: unset !important;
}

.productPage-sticky .productSticky-title .productSticky-title-wrapper{
  overflow: unset;
}

.viewing-product{
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.viewing-product .views{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #27ae60;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.buy-or-more{
  font-size: 16px;
  font-weight: 900;
  color: #5abc71;
  margin-bottom: 20px;
  margin-top: 20px;
}

.buy-or-more img {
	width: 20px;
}

.buy-or-more i{
  font-size: 21px;
  color: #000;
  margin-right: 10px;
}

.open-compare-page{
  text-transform: uppercase;
}

/*###################################*/
/* Eind Aanpassingen 11 januari 2019 */
/*###################################*/