  

body {
    font-family: 'Open Sans', sans-serif;
    color: #;
    font-size: 1rem;
    line-height: 2em;
    overflow-x: hidden;
}

.tooltip {
  z-index:100000;
}

.tooltip-inner {
    min-width: 250px; /* the minimum width */
}

h3.small {
    font-size: 0.8em;
}

h2,
h1 {
    font-size: 2em;
    color: #;
    white-space: wrap;
    text-overflow: ellipsis; 
    overflow:inherit;
}

h2.cta-title {
    font-weight: 300;
}

a {
    color: #; 
}

a:hover {
  color: #;
}

p {
    line-height: 2em;
}

.pointer {
  cursor: pointer
}

.t150
{
  top: 150px;
}

#toplink{
  display: none; 
  position: fixed; 
  bottom: 15px; 
  right: 20px; 
  opacity: 1; 
  color: #; 
  cursor: pointer;
  z-index: 10000; 
  font-size: 25px;
}

.maincontent:nth-child(odd)
{
  background-color: #;
}

.maincontent:nth-child(even)
{
  background-color: #; 
}

.carousel-caption,
.carousel-caption a,
.carousel-caption p,
.carousel-caption h6

{
    color:#;
}

.productsubtitle
{
  font-size:0.8em;
  line-height:1.2em;
}

.productsubtitle_detail
{
  font-size:0.9em;
}


.carousel-caption {
    cursor: pointer;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
}


.carousel-caption-top {
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
}


.bg_1 .carousel-caption {
    cursor: pointer;
    top: 100%;
    left: 0;
    width: 100%;
    bottom: -80px;
    text-align: right;
}

.bg_1 .carousel-caption p {
  margin-top:-5px;
}

.bg_1 .carousel-caption-top {
    cursor: pointer;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
}

.bg_1 .carousel-inner {
    margin-bottom: 100px;
}


.carousel-indicators li {
    background-color: #d1d1d1;
}

.productprice {
  line-height:1.2;
}


/*
.carousel:hover .carousel-item,
.carousel:hover .carousel-caption
 {
    opacity: 0;
}*/

.carousel-item a img,
.webshopdetail_images
{
  border: px solid #;
}

.topbar
{
    background-color: #;
    color: #;
    height: 40px;
}

.topbar a
{
    color: #;
}

.topbar a:hover
{
    color: #;
}

.socials {
  position:absolute;
  margin:0px;
  padding:0px;
  right:0px;
  top:0px;
  width:100%;
  display: flex;
}

.socials .header {
  border-left:0px !important; margin:auto; flex: 1 1 100%;
}

.socials li {
  list-style:none;
  display:inline-block;
  color: #;
  height:40px;
  padding:2px 15px 0px 15px;
  border-left:1px solid rgba(255, 255, 255, 0.3);
}

.socials li:hover {
  color: #;
}

textarea
{ 
  min-height:250px;
}

.form-control:focus
{
  box-shadow: none;
  border-bottom:1px solid #;
}

.searchform:focus::placeholder 
{
  border:none;
  text-shadow: none;
  outline: none;
}

.searchgroup_mobile {
  z-index:10;
  width:100vw;
  position:absolute;
  top:45px;
  left:0px;
  float: right; 
  display:none;
 }

.searchgroup {
  margin-top:63px;
  z-index:10;
  width:250px;
  margin-right:-25px;
  float: right;
  display:none;
}

.iconmenu {
  position:relative;
  z-index:10;
}

.nav-item {
  position:relative;
  z-index:1000;
}

.searchform:focus {
  color:black;
  text-shadow: none;
  outline: none; 
}

.searchform {
  color:black;
  border:0px;
  border-bottom:1px solid #;
  border-radius:0px;
  background-color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  outline: none;
  width:100%;
}

.searchgroup .input-group-text
{
  background-color:tranparent;
  border:0px;
  color:black;
} 

.ui-autocomplete {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    float: right;
    display: none;
    width: 250px; 
    max-height: 50vh;
    overflow-y:auto;
    padding: 5px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-autocomplete li div
{
    cursor:pointer;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-helper-hidden-accessible > div {
  display: none;
}

.searchform::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #;
  font-size:0.8em;
}
.searchform::-moz-placeholder { /* Firefox 19+ */
  color: #;
  font-size:0.8em;
}
.searchform:-ms-input-placeholder { /* IE 10+ */
  color: #;
  font-size:0.8em;
}
.searchform:-moz-placeholder { /* Firefox 18- */
  color: #;
  font-size:0.8em;
}

/* NAV */

.sticky-top-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    z-index: 1020;
}


.logo {
    max-height: 80px;
}

.logosmall {
    max-height: 40px;
    opacity: 0;
    margin-top: -10px;
    margin-left: 20px;
}

.cart-link {
    position: relative;
}

.badge-cart {
    position: absolute;
    bottom: 4px;
    right: 0px;
    font-size: 0.5em;
}


.badge-cart_mobile {
    position: absolute;
    bottom: -5px;
    right: 0px;
    font-size: 0.5em;
}

.navbar-menu {
  padding-left:15%;
  padding-right:15%;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  border: 0px;
  outline: 0px;
}

.navbar-main {
    z-index: 1200;
    border-bottom: 1px solid #f1f1f1;
}

.navbar-brand {
    position: absolute;
}

.navbar-top {
    z-index: 1000;
    position: relative;
}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.abs-right-x {
    position: absolute;
    right: 30px;
    z-index: 100;
    top: 15px;
}

.navicons
 {
    color: black;
    font-size: 1.3em;
}

.nav-link {
    color: black;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.9em;
}

.nav-link_mobile {
    color: black;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.3em;
    margin-left:15px;
}

.nav-link:hover {
    color: #;
}

.navbar-nav .active {
    font-weight: normal;
    color: black;
}

.activemenu:before {
  content: " ";
  position: absolute;
  top:36px;
  left: 50%;
  margin-left:-5px;
  height:10px;
  width:10px;
  background-color:#fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}


/* ANIMATED MOBILE HAMBURGER MENU */
.animated-icon {
width: 18px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}


.animated-icon span {
background: #;
}

.animated-icon span:nth-child(1) {
top: 0px;
}

.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
top: 7px;
}

.animated-icon span:nth-child(4) {
top: 14px;
}

.animated-icon.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}


.submenu
{
  position:absolute;
  top: 30px;
  left:0px;
  display: none;
  z-index: 1000;
  width:75vw;
  padding-right:15px;
}

.submenurow {
  text-align: left;
  padding: 20px 20px 20px 20px;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 0px 2px 0px #e2e2e2;
  color: #535353;
  font-size: 12px;
  background-color: #fff;
}

.menulist h2,
.mobile_menulist h2
{
  font-size:1.2em;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-weight: 500;
}

.submenurow a
{
  font-size:0.9em;
}

.menulist a,
.mobile_menulist a
{
  color: #;
  text-transform: uppercase;
  font-weight: 500;
}

.mobile_menulist a
{
  font-size:1em;
}


/* CONTENT */

.breadcrumbs small{

    font-size: 0.7em;
    color: #;
}

.breadcrumbs a {
    color: #;
    text-transform: uppercase;
}

.mycontent
{
  opacity: 0;
}

.btn-primary {
    background-color: #;
    color: white;
    border-radius: 10px;
    border:none;
    font-size: 0.8em;
}

.btn-primary:hover {
    background-color: #;
    color: white;
    border-radius: 10px;
    border:none;
    font-size: 0.8em;
}

.btn-shop {
    background-color: #;
    color: white;
    border-radius: 10px;
    border:none;
    font-size: 0.8em;
}

.btn-shop:hover {
  color: white;
  background-color: #;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.w100 {
    width: 100%;
}


/* SLIDESHOW */

.card
{
  border: 0px;
  background-color: #;
  border-radius: 0;
}

.gallery_title {
    color:#; 
}


.gallery_title:hover {
    color:#;
    text-decoration:none;
}

a.fancybox > .title {color:white;}

a.fancybox:hover > .title {color:white; text-decoration:underline;}

.card-columns .card {
  margin-bottom: 1.5rem;
  flex-direction: row;
}

.columnscount4
{
  column-count:4 !important;
  -moz-column-count: 4;
  -webkit-column-count: 4;
}

.slideshow_image
{
    width:100%;
    height:calc(100vh - 185px) !important;
    object-fit:cover !important;
}


.slideshowdesc
{
  padding: 10%;
  line-height: 32px;
  position: relative;
  font-size: 1.3em;
}

/* PAGINATION */

.page-link {
  color: ;
  background-color: transparent;
  border:1px solid #;
}

.page-link:hover {
  color: #;
  background-color: #;
  border-color: #;
}

.page-item.active .page-link {
  color: #;
  background-color: #;
  border-color: #;
}


/* WEBSHOP*/

.category-item-title
{
  background-color: #;
  color: white;
}

.category-item-title a
{
  color: white;
}

.error {
    color: #dc3545;
}

.errorname {
    color: #dc3545;
    display: none;
}

.errorform {
    border-color: #dc3545;
}


.strikeout {
  position: relative;
}

.strikeout:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  right: 0px;
  border-top: 2px solid;
  border-color: #;

  -webkit-transform:rotate(-35deg);
  -moz-transform:rotate(-35deg);
  -ms-transform:rotate(-35deg);
  -o-transform:rotate(-35deg);
  transform:rotate(-35deg);
}


.catdesc h2
{
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
}


.cat_title
{
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 300;
}

.subcats,
.subsubcats
{
    margin:0px;
    padding: 0px;
}


.subsubcats li
{
    list-style: none;
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,1);
}

.subsubcats li:hover
{
    list-style: none;
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.3);
    background-color: # !important;
}

.subcats li.subcat_li
{
    list-style: none;
    padding: 10px;
    background-color: #fafafa;
    cursor:pointer;
}


.subcats li.subcat_li a
{
    display:block;
    width:90%;
}


.subcats li.subcat_li a.filter-link
{
    position:absolute;
    top:60px;
    right:30px;
    width:20px;
}

.subcats li.subcat_li:nth-child(odd)
{
    background-color: #f1f1f1;
}

.subcats li a
{
    color: #000;
}

.showsubcats li.subcat_active,
.showsubcats li:hover
{
    cursor:pointer;
    list-style: none;
    padding: 10px;
    background-color: # !important;
}

.subcats li:hover .subsubcats li
{
    border-top: 1px solid rgba(255,255,255,0.3);
}

.subcats li.subcat_active a,
.subcats li:hover a,
.subsubcats li:hover

{
    color: #ffff !important;
}

.filteroption
{
  width: 90%; display: 
  inline-block;
  cursor:pointer;
}

.salelabel_overview
{
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 1;
    background-color: #;
    color: white;
    padding: 10px 5px;
}

.salelabel_detail
{
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 1;
    background-color: #;
    color: white;
    padding: 8px 5px;
}


.cart,
.table thead th,
.cart tbody tr td
{
    border-top: 0px;
    border-bottom: 0px;
}

.cart tbody tr td
{
    background-color: #F0F1F2;
}

.cart tbody tr:nth-child(odd) td
{
    background-color: #f8f9fa;
}

.cart tbody tr:nth-child(even) td
{
    border-bottom:5px solid #fff;
}

.nav-pills .nav-link
{
    margin: 15px 30px 0px 0px;
    padding: 0px;
    color: #d1d1d1;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
    background-color: transparent;
    color: #000;
}

.newaccount .form-row
{
    background-color: #FCFEFF;
}
.newaccount .form-row:nth-child(odd)
{
    background-color: #f8f9fa;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(255,255,255,1);
  margin: auto;
  padding: 60px;
  width: 50%;
  max-width: 1200px;
  color: black;
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


/* FOOTER */



footer {
  background-color: #;
  min-height: 250px;
  color: #;
  line-height:2em;
  font-weight:300;
}

footer a
{
   color: #;
}

footer a:hover,
footer strong,
footer h1,
footer h2
{
   color: #;
}


@media only screen and (max-width: 991px) {
  .logosmall {
    max-height: 40px;
    opacity: 1;
    margin-top: -10px;
    margin-left: 20px;
  }

  .navbar-brand
  {
    position:relative;
  }

  .producttitle,
  .productsubtitle,
  .productprice {
    font-size:0.8em;
  }

  .producttitle_detail {
  font-size:1.2em;
  }

  .salelabel_detail {
    top: 30px;
    padding: 1px 5px;

  }


    .columnscount4
    {
      column-count:1 !important;
      -moz-column-count: 1;
      -webkit-column-count: 1;
    }

}
}

