html, body{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    min-width: 360px;
    min-height: 100vh;
    overflow-x: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    min-height: 0;
}

.fw-page-builder-content,.error.container{
    min-height: calc(100vh - 392px);
}

a:focus, .page-link:focus, .btn:focus, a:active, .page-link:active, .btn:active{
   outline: none !important;
   box-shadow: none  !important;
}

a.highlight{
    color: var(--btn-color);
}

a.highlight:hover{
    color: var(--btn-hover-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.h2, h2{
    margin: 25px 0 20px;
    font-size: 1.6rem;
}

.h3, h3{
    margin: 25px 0 15px;
    font-size: 1.2rem;
}

.h4, h4{
    margin: 25px 0 15px;
    font-size: 1.1rem;
}

p, ul, li{
  line-height: 1.7;
  color: #6f6f6f;
}

a, a:hover, a:active, a:focus {
  color: #6f6f6f;
  outline: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
}

video{
  width: 100%;
  max-width: 100%;
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
}

form{
  width: 100%;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.video{
  padding: 0 25px;
}

.display-none{
    display: none !important;
}

.btn-default, .btn-default:focus, .btn-default:active{
  position: relative;
  color: var(--btn-text) !important;
  border: none;
  border-radius: 5px;
  outline: 0 !important;
  font-weight: bold;
  padding: 10px 25px;
  background: var(--btn-color) !important;
  text-decoration: none;
}

.btn-default:hover{
  background: var(--btn-hover) !important;
  color: var(--btn-hover-text) !important;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
  position: relative;
  color: var(--btn-color);
  border: 1px solid var(--btn-color);
  border-radius: 5px;
  outline: 0 !important;
  font-weight: bold;
  padding: 9px 14px !important;
  background: transparent !important;
}

.btn-secondary:hover{
  border: 1px solid var(--btn-hover);
  background: var(--btn-hover) !important;
  color: var(--btn-hover-text) !important;
}

.order-list-box .order-list-body .btn {

    margin-top: 10px;

}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.order-list-box .order-list-body a {

    color: var(--main-color);

}

.btn-default, .btn-default:focus, .btn-default:active {
    position: relative;
    color: var(--btn-text) !important;
    border: none;
    border-radius: 5px;
    outline: 0;
    font-weight: bold;
    padding: 10px 25px;
    background: var(--btn-color) !important;
    text-decoration: none;
}

.w-100 {
    width: 100% !important;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  color: #fff !important;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  color: #fff !important;
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}

.btn-filter, .btn-filter:hover, .btn-filter:focus, .btn-filter:active{
    background: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 25px;
    margin-bottom: 25px;
}

.btn-filter.collapsed span:last-of-type{
    display: none;
}

.btn-filter:not(.collapsed) span:first-of-type{
    display: none;
}

.btn-fiter-option{
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: inherit;
}

@media (max-width: 575px) {.btn-solo{margin-bottom: 25px;}}

.bg-gradient{
  background: var(--main-color);
  background: -moz-linear-gradient(-45deg, var(--main-color) 0%, var(--secondary-gradient-color) 100%);
  background: -webkit-linear-gradient(-45deg, var(--main-color) 0%,var(--secondary-gradient-color) 100%);
  background: linear-gradient(135deg, var(--main-color) 0%,var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main-color)', endColorstr='var(--secondary-gradient-color)',GradientType=1 );
  color: #fff!important;
}

.bg-gradient p{
  color: #fff!important;
}

.bg-gradient .btn-default, .bg-gradient .btn-default:hover, .hero-gallery .btn-default, .hero-gallery .btn-default:hover{
  position: relative;
  color: #fff;
  background: transparent !important;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: bold;
  padding: 10px 25px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.bg-gradient .btn-default::after{
  display: none;
}

.col-padding {
    padding: 20px 40px;
}

@media (max-width: 991px) {
    .scroll-fix{
      overflow: hidden;
      position: relative;
      height: 100%;
    }
}

.vertical-center .row{
  align-items: center;
  -webkit-align-items: center;
}

@media (min-width: 576px) { .container{ max-width: 100%; } }

@media (min-width: 768px) { .container{ max-width: 100%; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1140px; } }

.top-links-container-wrapper {
    width: 100%;
    height: 31px;
    position: relative;
    z-index: 100;
    background-color: var(--main-color);
    z-index: 200;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.top-links-container {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.language-selecter, .language-selecter.show{
  display: inline-block !important;
}

.top-links-container button, .top-links-container button:hover, .top-links-container button:focus{
  display: flex;
  justify-content: left;
  align-items: center;
  border: none;
  outline: 0;
  padding: 7px 5px;
  margin: 0;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
}

.top-links-container .dropdown-menu{
  font-size: 11px;
}

.dropdown-menu{
  border-radius: 0px;
}

.top-links-container .dropdown-menu .dropdown-item, .top-links-container .dropdown-menu .dropdown-item:focus, .top-links-container .dropdown-menu .dropdown-item:hover {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #333;
  padding: 0.25rem 15px;
}

.top-links-container .dropdown img{
  margin-right: 8px;
}

.top-links-container .top-links-area{
  float: right;
  padding: 0;
  margin: 0;
}

.top-links-container .links{
  display: flex;
  list-style-type: none;
  padding: 6px 0;
  margin: 0;
}

.top-links-container .links li, .top-links-container .log, .top-links-container .balance{
    padding: 0 15px;
    line-height: 19px;
    border-left: 1px solid var(--line-color);
}

.top-links-container .links li, .top-links-container .log, .top-links-container .balance span{
    margin-right: 15px;
}

.top-links-container .links li, .top-links-container .log, .top-links-container .balance span:last-of-type{
    margin-right: 0px;
}

.top-links-container .balance .price{
    display: inline-block;
}

.top-links-container  a, .top-links-container a:hover, .top-links-container a:focus {
    color: #fff;
}

.top-links-container .welcome-msg{
  float: right;
  padding: 6px 15px;
  margin: 0;
  color: #fff;
}

.navbar-nav{
  width: 100%;
  display: flex;
  align-items: left;
}

@media (max-width: 991px) {
    .navbar-pp{
        position: absolute;
        z-index: 999;
        left: 0;
        right: 0;
        background:
        #fff;
    }

  .navbar-user .navbar-collapse{
    background: #333;
    right: 0px;
    width: 210px;
    text-align: right;
    padding: 10px 0;
  }

  .top-links-container .top-links-area {
      float: none;
  }

  .navbar-user .links{
    flex-direction: column;
    padding: 0;
  }

  .top-links-container .links li,
  .top-links-container .log,
  .top-links-container .balance{
      border: none;
      display: block;
      padding: 5px 15px;
  }
}

@media (min-width: 992px) {
    .mobile-nav { display: none; }
}

@media (max-width: 991px) {
    .menu-backdrop{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        background-color:#000;
        opacity: .5;
    }
}

.header{
    width: 100%;
    position: relative;
    z-index: 100;
    background: #fff;
    color: #333;
    box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
}

.top-header{
    display: none
}

.navbar-pp{
    padding: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .top-header { display: block; }
    .navbar-pp { min-height: 54px;}
}

.navbar-user{
  padding: 0;
}

.navbar-brand{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.brand-img-small{
    display: block;
    max-height: 36px;
    margin: 5px;
    max-width: 100%!important;
}

.brand-img-big{
    display: none;
    max-width: 100%!important;
    height: 50px;
}

@media (min-width: 992px) {
  .brand-img-small{display: none;}
  .brand-img-big{display: block;}
}

.menu-icon{
  display: flex !important;
  align-items: center;
  margin-left: 15px;
}

.navbar-nav .menu-item{
  position: relative;
  width: 100%;
  text-align: center;
}

.nav-link, .submenu-link, .megamenu-category-list-link{
  position: relative;
  line-height: 1;
  padding: 20px 0;
  color: #333;
  font-weight: 300;
  display: inline-block;
}

.header.small-menu .nav-link, .submenu-link, .megamenu-category-list-link{
    padding: 25px 0;
}


@media (min-width: 992px) {
    .nav-link, .submenu-link, .megamenu-category-list-link{
        text-align: left;
    }
}

.nav-item.item-has-sub > .nav-link{
    padding-top: 11px;
    padding-bottom: 11px;
}

.nav-item.item-has-sub > .nav-link .sub{
    display: block;
    font-size: 0.8em;
    line-height: 1.6;
}

.megamenu, .megamenu-category-list{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-item.all-categories > .nav-link{font-weight: bold;}

@media (min-width: 992px) {
  .nav-link, .nav-link:hover{
    color: #333;
    line-height: 1;
  }

  .nav-item.item-right{
      margin-left: auto;
  }

  .nav-item.item-has-sub > .submenu-indicator {
      padding: 0 0 12px .4rem;
  }
}

/*.navbar-nav > .nav-item > .menu-link-active::after{
  content: "";
  display: block;
  width: 100% !important;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
}*/

@media (min-width: 992px) {
    .menu-item-has-children > .submenu-link::after{
      content: '\f054';
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-size: 10px;
      float: right;
    }

    .menu-item-has-children:hover > .submenu-link::after{
      font-weight: 900;
    }
}

.nav-item .nav-link:hover::after{
    content: "";
    display: block;

  width: 100%;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%,0);
}

.nav-item-lg{
  display: none;
  list-style-type: none;
}

.menu-item > .submenu {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: var(--line-color-lighter-40);
  padding: 10px 0;
}

.menu-item > .submenu-indicator{
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #333;
  margin: 11px;
}

.nav-item-cart > a{
  display: block;
  padding: 11px .5rem;
  cursor: pointer;
}

#shopping-cart-toggle{
    display: flex;
    height: 46px;
    align-items: center;
}

.nav-shopping-cart, .nav-wishlist{
  font-size: 25px;
  color: initial;
  position: relative;
  height: 32px;
  line-height: 1;
  z-index: 1;
}

.nav-shopping-cart{
  width: 35px;
}

.nav-shopping-cart .shopping-badge{
    position: absolute;
    right: 0px;
    background: #fff;
    border: 1px solid #333;
    line-height: 1;
    border-radius: 8px;
    height: 17px;
    padding: 2px 4px;
    font-size: 12px;
    bottom: 0px;
}

.megamenu{
    display: none;
    background: var(--line-color-lighter-40);
}

.collapse-submenu > .megamenu{
    display: block;
}

.megamenu-submenu{
    display: none;
    background: var(--line-color-lighter-80);
}

.collapse-submenu > .megamenu-submenu{
    display: block;
}

.megamenu .megamenu-category-list,
.megamenu .megamenu-background-image{
    display: none;
}

.megamenu .megamenu-category-list-mobile{
    display: block;
}

@media (min-width:992px){

    .nav-shopping-cart{
      margin: 0;
    }

  .header-default{
    padding: 15px 50px 0;
  }

  .header > .container-fluid > .row > div:nth-of-type(2),
  .header > .container-fluid > .row > div:nth-of-type(3),
  .header > .container-fluid > .row > div:nth-of-type(4){
    margin-bottom: 10px;
  }

  .header.small-menu > .container-fluid > .row > div:nth-of-type(2),
  .header.small-menu > .container-fluid > .row > div:nth-of-type(3),
  .header.small-menu > .container-fluid > .row > div:nth-of-type(4){
    margin-bottom: 15px;
  }

  .header-small > .container-fluid > .row > div{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }

  .navbar-nav .menu-item{
    position: relative;
    width: auto;
    padding: 0 10px;
  }

  .navbar-nav .menu-item:first-child{
    padding-left: 0;
  }

  .submenu-indicator{
      display: none;
  }

  .nav-item > .submenu-indicator{
      display: inline-block;
    position: relative;
    padding: 0 0 2px .4rem;
    border: none;
    margin: 0;
  }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

  .menu-item > .submenu {
    display: block;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    background: #fff;
    border: 1px solid var(--line-color);
    box-shadow: 0 2px 4px rgba(0,0,0,.13);
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 240px;
    padding: 5px 0;
  }

  .menu-item:hover > .submenu {
    opacity: 1;
    height: auto;
    visibility: visible;
  }

  .submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
  }

  .navbar-nav .menu-item .submenu-item {
      padding: 5px 0;
      text-align: left;
	  position: static;
  }

    .megamenu{
        display: block;
        opacity: 0;
        height: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
        position: absolute;
        background: #fff;
        border: 1px solid var(--line-color);
        box-shadow: 0 2px 4px rgba(0,0,0,.13);
        list-style: none;
        padding: 0;
        z-index: 1;
        width: 240px;
        padding: 5px 0;
        overflow: hidden;
    }

    .megamenu.show {
      opacity: 1;
      height: auto;
      visibility: visible;
    }

    .megamenu.expand {
      width: 720px;
    }

  .megamenu > .submenu-item {
    position: initial!important;
  }

  .megamenu > .submenu-item >.megamenu-submenu{
      display: block;
        position: absolute;
        left: 240px;
        top: 0;
        bottom: 0;
        width: 480px;
        height: 100%;
        background: transparent;
        border-left: 1px solid var(--line-color);
        visibility: hidden;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
  }

   .megamenu > .submenu-item:hover >.megamenu-submenu{
       visibility: visible;
   }

   .megamenu > .submenu-item >.megamenu-submenu > .megamenu-submenu-wrapper{
       padding: 10px 0px;
        -webkit-column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-count: 2;
        -moz-column-gap: 0;
        column-count: 2;
        column-gap: 0;
   }

   .megamenu .megamenu-category-list-mobile{
       display: none !important;
   }

    .megamenu .megamenu-category-list{
        display: block;
        padding: 0;
        width: 240px;
        list-style-type: none;
        font-weight: 400;
        font-size: 0.9em;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 15px;
    }

    .megamenu .megamenu-category-list .megamenu-category-list-link{
        padding: 5px 15px;
    }

    .megamenu .megamenu-category-list li:first-of-type .megamenu-category-list-link{
        font-weight: bold;
        font-size: 1.2em;
        color: var(--main-color);
    }

    .megamenu .megamenu-category-list .megamenu-category-list-link:hover{
        color: var(--main-color);
    }

    .megamenu .megamenu-submenu .megamenu-background-image{
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 540px;
        background-size: cover;
        background-position: bottom center;
        z-index: -1;
    }


  .submenu-link {
    display: inline-block;
    padding: 0 15px;
    white-space: nowrap;
    color: #333;
    font-weight: 400;
    font-size: 0.9em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 240px;
    height: 1.2em;
  }

  .submenu-item > .submenu-link:hover , .submenu .menu-link-active{
    font-weight: bold;
    color: var(--main-color);
    text-decoration: underline!important;
  }

  .nav-item-lg{
    display: block;
  }

}

.navbar-toggler{
  padding: 14px 15px;
  border: none;
}

.header-small .navbar-toggler{
  padding: 26px 15px;
}

.navbar-toggler:focus{
    outline: none;
}

.navbar-toggler-box{
  height: 18px;
  width: 25px;
  position: relative;
}

.navbar-toggler-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  background: #333;
  width: 0%;
  transition-duration: .3s;
}

.navbar-toggler-icon-before{
  width: 95%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left center;
  transform: rotate(45deg);
  transition-duration: .3s;
}

.navbar-toggler-icon-after{
  width: 95%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left center;
  transform: rotate(-45deg);
  transition-duration: .3s;
}

.collapsed .navbar-toggler-icon-before{ transform: rotate(0deg); width: 100%;}
.collapsed .navbar-toggler-icon{
  left: 0;
  width: 75%;
}
.collapsed .navbar-toggler-icon-after{ transform: rotate(0deg); width: 100%;}

.footer{
  background-color: #e7e7e7;
  color: #333;
  font-size: 11px;
}

.footer-top{
  padding: 30px 0 15px;
}

.footer-separator{
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.footer-bottom{
  padding: 15px 0;
}

.footer-title{
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer-col{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) { .footer-col { width: 100%; } }

@media (min-width: 768px) { .footer-col { width: 20%; } }

@media (min-width: 992px) { .footer-col {width: 20%; } }

@media (min-width: 1200px) { .footer-col { width: 20%; } }

.footer-col .footer-separator{
  margin-top: 30px;
}

footer .menu, footer .sub-menu{
  margin: 0;
  padding: 0;
  list-style: none;
}

footer a{
  color: #333;
  text-decoration: none;
}

footer a:hover{
  color: #333;
  text-decoration: underline;
}

@media (max-width: 575px) { .hidden-xs { display: none; } }

@media (min-width: 576px AND max-width: 767px) { .hidden-sm { display: none; } }

@media (min-width: 768px AND max-width: 991px) { .hidden-md { display: none; } }

@media (min-width: 992px AND max-width: 1199px) { .hidden-lg { display: none; } }

@media (min-width: 1200px) { .hidden-xl { display: none; } }

.section{ margin: 50px 0; padding: 50px 0;}

@media (min-width: 768px) { .section{ margin: 100px 0; padding: 50px 0;} }

.hero-header{
  position: relative;
  height: 48vw;
  background: var(--secondary-gradient-color) url(../svg/hero_head.svg) no-repeat center right/auto 100%;
  color: #ffffff;
  margin: 0px -15px;
  overflow: hidden;
}

.hero-gallery{
  position: relative;
  height: calc(100vh - 160px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  margin: 0px -15px;
  overflow: hidden;
}

.hero-small{
  position: relative;
  background: var(--main-color);
  background: -moz-linear-gradient(-45deg, var(--main-color) 0%, var(--secondary-gradient-color) 100%);
  background: -webkit-linear-gradient(-45deg, var(--main-color) 0%,var(--secondary-gradient-color) 100%);
  background: linear-gradient(135deg, var(--main-color) 0%,var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main-color)', endColorstr='var(--secondary-gradient-color)',GradientType=1 );
  color: #ffffff;
  margin: 0px -15px;
  padding: 140px 0 50px;
  overflow: hidden;
}

.hero-gallery .indicator{
  position: absolute;
  bottom: 3vw;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 50px;
}

.hero-gallery:not(.hero-multi-gallery)::before,
.hero-gallery.hero-multi-gallery .carousel-item::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--main-color);
  background: -moz-linear-gradient(-45deg, var(--main-color) 0%, var(--secondary-gradient-color) 100%);
  background: -webkit-linear-gradient(-45deg, var(--main-color) 0%,var(--secondary-gradient-color) 100%);
  background: linear-gradient(135deg, var(--main-color) 0%,var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main-color)', endColorstr='var(--secondary-gradient-color)',GradientType=1 );
  opacity: 0.7;
}
.hero-header img.hero_border{
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.hero.hero-gallery .hero_header_text{ padding: 0 1vw 0 9vw; }

.hero-header h1, .hero-gallery h1{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 3vw;
  line-height: 1;
  margin: 0;
  letter-spacing: 1px;
}
.hero-header .subtitle_h1, .hero-gallery .subtitle_h1{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 3vw;
  line-height: 1;
  margin: 0 0 20px;
  letter-spacing: 1px;
}

.hero-header p, .hero-gallery p{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 0 0 20px;
  color: #ffffff;
}

.hero-header .product-image{
  width: 100%;
  height: 38vw;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (orientation: portrait){
  .hero-header{
    position: relative;
    height: 65vw;
    background: var(--secondary-gradient-color) url(../svg/hero_head_mobile.svg) no-repeat top center/100% auto;
    color: #ffffff;
    margin: 0px -15px;
    overflow: hidden;
  }

  .hero-gallery{
    height: 65vw;
  }

  .hero-small{
    padding: 80px 0 50px;
  }

  .hero-header .product-image{
    height: 70vw;
    background-position: center;
    margin-top: 40px;
  }


  .hero .hero_header_text{ padding: 0 3vw; }
  .hero h1{font-size: 7vw; margin: 5vw 0 0;}
  .hero .subtitle_h1{font-size: 7vw ;margin: 0 0 20px;}
  .hero p{ margin: 0 0 15vw;}
}

.hero-gallery .carousel{
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero-gallery .carousel .carousel-inner, .hero-gallery .carousel .carousel-inner .carousel-item{
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.iconbox{
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  border: 1px solid var(--line-color);
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
}

.iconbox .iconbox-image{
  color: var(--main-color);
  font-size: 40px;
  margin-right: 25px
}

.iconbox .iconbox-title h3{
  font-size: 18px;
  margin: 0 0 5px;
  color: #333;
}

.iconbox .iconbox-text p{
  margin: 0;
  color: #333;

}

.iconbox-link:hover{
    text-decoration: none;
}

.iconbox-link:hover .iconbox .iconbox-image {
    color: var(--btn-hover) !important;
}

.shadow-boxes .iconbox:hover {
    transform: translateY(-10px);
}
.shadow-boxes .iconbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background: #fff;
    margin: 15px 0;
    box-shadow: 0px 0px 12px rgba(163,163,163,0.1),0px 0px 12px rgba(163,163,163,0.1);
    transition: .3s;
    text-align: center;
    min-height: 198px;
}

.shadow-boxes .iconbox .iconbox-image{
  margin-right: 0px
}

.text-box{
  padding: 25px 0;
}

.text-box .btn, .text-box-overall .btn{
  margin-top: 15px
}

.oversize{overflow: hidden; margin: 0 -15px;}

.oversize img{
  position: absolute;
  height: 130%;
  max-width: none;
  bottom: 0;
}

@media (max-width: 575px) { .oversize img { width: 100%; height: auto; position: relative;}}

.counter{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin: 50px 0;
}

.counter .title{
  display: block;
  font-size: 14px;
}

.counter .value{
  display: block;
  font-size: 70px;
  line-height: 1;
  color: var(--main-color);
}

.idee .fragezeichen, .idee .lampe, .idee .arm{
  transition: .3s
}

.carousel-ref img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 40px;
  width: auto;
  padding:  0 10px;
  display: block;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-ref .carousel-inner .active,
    .carousel-tarife .carousel-inner .active,
    .carousel-ref .carousel-inner .active + .carousel-item,
    .carousel-tarife .carousel-inner .active + .carousel-item,
    .carousel-ref .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-tarife .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-ref .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-ref .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-tarife .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-ref .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-tarife .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-ref .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-tarife .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-ref .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item{
        transition: none;
    }

    .carousel-ref .carousel-inner .carousel-item-next,
    .carousel-tarife .carousel-inner .carousel-item-next{
      position: relative;
      transform: translate3d(0, 0, 0);
    }

    .carousel-ref .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        display: block;
        visibility: visible;
    }

    .carousel-tarife .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item{
        position: absolute;
        top: 0;
        right: -33.3333%;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carousel-ref .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-tarife .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-ref .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-tarife .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-ref .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-tarife .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-ref .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-tarife .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-ref .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-tarife .carousel-inner .carousel-item-prev.carousel-item-right,
    .carousel-ref .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .carousel-ref .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-tarife .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-ref .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-tarife .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-ref .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-tarife .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-ref .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-tarife .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-ref .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    .carousel-tarife.control-active .carousel-inner{ width: calc(100% - 70px); }

    .carousel-tarife.control-active .carousel-control-prev{display: flex;}
    .carousel-tarife.control-active .carousel-control-next{display: flex;}

    .carousel-tarife .carousel-indicators {display: none;}

}



.carousel-tarife .carousel-control-next, .carousel-tarife .carousel-control-prev, .carousel-tarife .carousel-control-next:hover, .carousel-tarife .carousel-control-prev:hover{
  opacity: 1;
}

.carousel-tarife .carousel-control-prev{justify-content: left!important; display: none;}
.carousel-tarife .carousel-control-next{justify-content: right !important; display: none;}

.carousel-tarife .carousel-control-prev-icon::after{
  content: '\f053';
  font-family: 'Font Awesome 5 Pro';
  color: var(--main-color);
  position: absolute;
  left: 10px;
  font-size: 32px;
  top: 16px;
}
.carousel-tarife .carousel-control-next-icon::after{
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  color: var(--main-color);
  position: absolute;
  left: 10px;
  font-size: 32px;
  top: 16px;
}

.carousel-tarife .carousel-control-next-icon, .carousel-tarife .carousel-control-prev-icon{
  position: relative;
  background: #fff;
  height: 80px;
  width: 40px;
  border: 1px solid var(--line-color);
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
}

.carousel-tarife .carousel-indicators {
  bottom: -35px;
}

.hero-multi-gallery .carousel-control-next, .hero-multi-gallery .carousel-control-prev{
    width: 9vw;
}

.double-image img{
  position: relative;
  width: 65%;
  margin: 0 0 30%;
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
}

.double-image img:last-of-type{
  position: absolute;
  top: 30%;
  right: 0;
}

.multi-text a.tab{
  color: var(--main-color)!important;
  font-weight: bold;
  padding: 15px 10px 15px 0;
  display: inline-block;
  cursor: pointer;
}

.multi-text .tab-text ~ .tab-text {
  display: none;
}

.product-gallery .gallery, .customer-gallery .gallery{
  padding: 25px 0;
}

.product-gallery .product-wrapper, .customer-gallery .customer-wrapper{
  position: relative;
  max-width: 350px;
  margin: 0 auto 25px;
  border: 1px solid var(--line-color);
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
}

.customer-gallery .customer-wrapper{
  height: 150px;
  background: var(--line-color);
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-gallery .customer-wrapper:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.customer-gallery .customer-wrapper img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-height: 100%;
    width: auto;
}

.product-gallery .product-wrapper .overlay span, .customer-gallery .customer-wrapper .overlay span{
  opacity: 1;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 15px;
}

.product-gallery .product-wrapper .overlay span.title, .customer-gallery .customer-wrapper .overlay span.title{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.carousel-tarife .carousel-item-wrapper{
  border: 1px solid var(--line-color);
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}

.carousel-tarife .carousel-item-wrapper .tarife-header{
  background: var(--main-color);
  color: #fff;
  padding: 25px 20px;
}

.carousel-tarife .carousel-item-wrapper .tarife-header h3{margin: 0 0 5px;}

.carousel-tarife .carousel-item-wrapper .tarife-header .subtitle{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.carousel-tarife .carousel-item-wrapper .tarife-price{
  border-bottom: 1px solid var(--line-color);
}

.carousel-tarife .carousel-item-wrapper .tarife-price .price{
  display: block;
  padding: 20px 20px 0px;
  text-align: right;
  font-size: 50px;
  font-weight: bold;
}

.carousel-tarife .carousel-item-wrapper .tarife-price .price-details{
  display: block;
  padding: 0px 20px 20px;
  text-align: right;
  font-size: 12px;
}

.carousel-tarife .carousel-item-wrapper .tarif-advantages{
  padding: 20px;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid var(--line-color);
}

.carousel-tarife .carousel-item-wrapper .tarif-advantages li{
  padding: 10px 0 10px 25px;
  position: relative;
}

.carousel-tarife .carousel-item-wrapper .tarif-advantages li::before{
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  color: var(--main-color);
  position: absolute;
  left: 0;
}

.carousel-tarife .carousel-item-wrapper .price-condition{
  display: block;
  background: var(--line-color);
  color: #fff;
  padding: 5px 20px;
  text-align: right;
  font-size: 12px;
}

.carousel-tarife .carousel-item-wrapper .tarife-pass{padding: 20px 15px}

.carousel-tarife .carousel-item-wrapper .tarife-pass .pass{
  width: 60px;
  margin: 0 5px;
  border-radius: 5px;
}

.fw-map{
  margin: 0 -15px;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}

.playbutton{
    position: absolute;
    top: 50%;
    left: 50%;
    background: #333;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    padding: 12px 21px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.tabs .tabsbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 25px;
}

.tabs .tabsbar::after{
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--main-color);
}

.tabs .tabsbar a{
  display: inline-block;
  background: #fff;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  z-index: 1;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.tabs .tabsbar a:hover, .tabs .tabsbar a.active{
  color: #fff;
  border: none;
  background: -moz-linear-gradient(-45deg, var(--main-color) 0%, var(--secondary-gradient-color) 100%);
  background: -webkit-linear-gradient(-45deg, var(--main-color) 0%,var(--secondary-gradient-color) 100%);
  background: linear-gradient(135deg, var(--main-color) 0%,var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main-color)', endColorstr='var(--secondary-gradient-color)',GradientType=1 );
}

.tabs  .tab-body ~ .tab-body {
  display: none;
}

.tabs  .tab-body p:last-of-type{margin: 0}


.spacing-erfahrung{padding-top: 35px;}

.help{
  position: fixed;
  right: 30px;
  bottom: 25px;
  background: #d33;
  width: 60px;
  height: 60px;
  max-width: 260px;
  max-height: 420px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
  transition: .3s;
  transition-delay: .1s;
  z-index: 1050;
}

.modal-open .help{
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #fff;
}

.help .content{
  display: none;
  width: 100%;
  height: 100%;
  padding: 25px;
}

.help .content img{
  position: absolute;
  left: 15px;
  bottom: 20px;
  width: 170px;
}

.help .content span{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.help .content p{
  font-size: 14px;
  margin-bottom: 10px;
}

.help .content .footer-node{
    position: absolute;
    bottom: 0;
    font-size: 8px;
    background: #333;
    left: 0;
    display: block;
    width: 100%;
    color: #fff;
    padding: 4px 10px;
    margin: 0;
  }

  .product-list{
      padding: 25px 0;
  }

  .product-list .product {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid var(--line-color);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 40px !important;
}

.product-list .product .category {
    display: block;
    margin: 0 15px 5px;
    font-size: 12px;
    color: #777;
    line-height: 1em;
}

.product-list .product figure {
    margin: 5%;
    position: relative;
}

.product-list .product figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product-list .product figure a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list .product figure.loading {
  aspect-ratio: 1/1;
}

.product-list .product h3{
  margin: 0 15px;
  min-height: 41px;
}

.product-list .product h3 a{
    height: 44px;
    margin: 0;
    border-bottom: 0px;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: var(--main-color);
    display: block;
}

.product-list .product .price {
    position: relative;
    display: block;
    color: var(--secondary-color);
    font-weight: bold;
    margin: 15px 75px 25px 15px;
    font-size: 18px;
    line-height: 1em;
    min-height: 36px;
}

.product-list .product .price-spacer {
    margin-bottom: 25px;
}

.product-list .product .price .PU{
    font-size: .8rem;
    color: var(--main-color);
}

.product-list .product .details .btn {
    bottom: 19px;
    right: 15px;
    position: absolute;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    text-decoration: none;
}

.product-list .product .slide-up{
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    transition: .2s;
}

.product-list .product .slide-up .price{
    margin: 15px 75px 15px 15px;
}

.product-list .product .slide-up h3{
    margin: 25px 15px 0;
}


.product-list .product:not(.disabled):hover .slide-up{
    transform: translateY(-100%);
}

.product-list .product.not-available::after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--danger);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-list .product.available::after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--success);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-emotion-teaser .emotion-img{
    height: calc(100% - 40px);
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    min-height: 210px;
}

.product-emotion-teaser .emotion-img h2{
    position: absolute;
    bottom: 40px;
    background: var(--btn-color);
    color: var(--btn-text);
    padding: 10px 20px;
    font-size: 18px;
    transition: .3s;
}

.product-emotion-teaser .emotion-img:hover h2{
    bottom: 50px;
    background: var(--btn-hover);
    color: var(--btn-hover-text);
}

@media (max-width:991px){
    .product-emotion-teaser .emotion-img{
        min-height: 350px;
    }
}


.product h2.product-name{
  border-bottom: 1px solid var(--line-color);
  padding-bottom: 25px;
  margin: 0;
}

.product .product-details{
    border-bottom: 1px solid var(--line-color);
    padding: 35px 0;
}

.product .product-details > div > span{
  font-weight: bold;
  margin-left: 15px;
}

.product .details_wrapper #add-to-cart-form #price .price,
.product #price-customisable >.price {
    color: var(--secondary-color);
    font-size: 52px;
    font-weight: bold;
    padding: 15px 0 30px;
}

.product .details_wrapper #add-to-cart-form .preorder-count{
    padding: 25px 0 25px;
}

.product .details_wrapper #add-to-cart-form .preorder-count span{
    font-weight: bold;
    font-size: 24px;
}

.product .price-ladder .price {
    color: var(--secondary-color);
    font-weight: bold;
}

.product #price-customisable{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    border: none;
}


.product .price-customisable-table{
    width: 100%;
    max-width: 300px;
    border-bottom: 1px solid var(--line-color);
    padding-bottom: 15px;
}

.product #price-customisable >.price{
    text-align: right;
    padding: 0;
    margin-top: 15px;
}

.product #price-customisable .price-customisable-subprice {
    margin: 1px 0;
}

.product #price-customisable .price-customisable-subprice span{
    float: right;
}


.product .details_wrapper >.price .multi-price + .multi-price{
    font-size: 24px;
}

.product .product-option-price{
    color: var(--secondary-color);
}
.price .discount{
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: var(--danger);
}

.product-list .product .price .PU + .discount{
    margin-bottom: -18px;
}

.product .submit_container{
  display: flex;
}
.product .quantity_container{
  display: flex;
  justify-content: center;
  align-content: center;
}

.product .count_down {
    width: 40px;
    height: 42px;
    position: relative;
    display: inline-block;
    border-top: 1px solid var(--line-color);
    border-right: 0px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    border-left: 1px solid var(--line-color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.product .count_down::after {
    left: 14px;
    top: 11px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
}

.product .count_up {
    width: 40px;
    height: 42px;
    position: relative;
    display: inline-block;
    border-top: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    border-left: 0px solid var(--line-color);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.product .product_option {
    width: 100%;
    margin: 0;
    padding: 8px 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid var(--line-color);
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #626262;
    display: block;
}

.product .quantity_requested {
    width: 70px;
    height: 42px;
    display: inline-block;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-color: #fff;
    border: 1px solid var(--line-color);
    font-size: 16px;
    font-weight: bold;
    color: #626262;
    vertical-align: middle;
}

.product .count_up {
    width: 40px;
    height: 42px;
    position: relative;
    display: inline-block;
    border-top: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    border-left: 0px solid var(--line-color);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.product .count_up::after {
    left: 14px;
    top: 11px;
    position: absolute;
    font-family:  "Font Awesome 5 Pro";
    content: "\f067";
}

.product .add_to_cart{
    height: 42px;
    margin-left: 15px;
    display: flex;
}
.product .btn-wishlist{
    margin-left: 8px;
    font-size: 22px;
    line-height: 1 !important;
}

.product .add_to_cart i{
    font-size: 22px;
    margin-right: 15px;
    line-height: 1 !important;
}

.product figure img{
    max-width: 100%;
    max-height: 100%;
}

@media (max-width:767px){
  .product figure img{
    max-height: 230px;
  }
}

.product .gallery-wrapper{
    display: flex;
    margin: 15px 0;
}

.product .gallery-img{
    width: 75px;
    height: 75px;
    border: 1px solid var(--line-color);
    margin-right: 10px;
    padding: 2px;
    cursor: pointer;
}

.product .gallery-img.active{
    border: 2px solid var(--secondary-color);
}

.product .gallery-img img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.product .description{
  margin-top: 30px;
}

.zoom-wrapper{
  cursor: crosshair;
}

.zoom-wrapper:hover{
  border: 1px solid var(--line-color);
}

.zoom-wrapper img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.zoom-wrapper:hover img{
    opacity: 0;
}

.zoomImg:hover {
    opacity: 1!important;
}

.da-login, .da-registration{
  max-width: 400px;
  margin: 7vh auto;
}

.da-login label span{
  color: var(--main-color);
  padding-left: 2px;
}

.da-login .da-pw-reset{
  margin-left: 15px;
  float: right;
}

.da-login .btn + .btn,
#price-customisable .btn + .btn{
    margin-top: 15px;
}

.breadcrumb{
  margin: 0;
  padding: .75rem 0;
  background: transparent;
}

.breadcrumb a, .breadcrumb a:hover{
  color: #333;
  text-decoration: none;
}

.product-list-filter{
  margin-bottom: 25px;
}

.product-list-filter .filter{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

.product-list-filter .filter .result-count{
  margin: 0 10px 0 0;
  font-size: 12px;
}

.order-selecter button, .order-selecter button:focus{
  text-align: left;
  background: transparent;
  border: 1px solid var(--line-color);
  padding: 8px 15px;
  color: #6d6d6d;
  float: right;
  outline: none;
  white-space: nowrap;
}

.cart-wrapper, .wishlist-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wishlist-wrapper {
    padding-left: 0;
}

.dropdown-menu.small-cart {
    padding: 10px 20px 20px;
    min-width: 360px;
    top: 10px !important;
    width: calc(100vw - 10px);
}

@media (min-width: 576px) {
    .dropdown-menu.small-cart {
        width: auto;
    }
}

@media (min-width:992px){
    .dropdown-menu.small-cart {
        top: 25px !important;
    }
}

.cart .product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-color);
}

.cart .product .additionalinfo-input{
    flex-basis: 100%;
    padding: 10px 0;
}


.big-cart .product, .checkout-cart .product {
  padding: 10px 15px;
}

.big-cart .product.error {
    border: 1px solid var(--danger) !important;
}

.checkout-cart .product.cart-footer {
  width: 100%;
}

.big-cart .product.no-product {
    padding: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

.cart .product:last-of-type{
  border: none;
}

.cart .product .image, .big-cart .product .image{
  background: #fff;
  border: 1px solid var(--line-color);
  padding: 2px;
  margin-right: 15px;
  width: 56px;
  min-height: 56px;
  flex-basis: 56px;
  text-align: center;
  justify-content: center;
    align-items: center;
}

.big-cart .product .image{
    flex-basis: 106px;
    min-height: 106px;
}

.cart .product .image img{
  max-width: 50px;
  max-height: 50px;
}

.cart .product .name{
  display: block;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart .product .options{
  display: flex;
  position: relative;
}

.cart.small-cart .sub-info {
  display: block;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: normal;
}

.cart .product .details .sub-info {
  display: block;
  max-width: 235px;
  font-size: 14px;
}

.cart .price{
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 22px;
    padding: 0px;
    margin-left: auto;
    padding-left: 15px;
    text-align: right;
}

.cart .price .old-price{
  text-decoration: line-through 2px var(--danger);
  font-size: .9em;
}

.cart .price .new-price{
  color: var(--success);
}

.cart .product .cart-delet{
  background: transparent;
  border: 0;
  text-align: right;
  font-size: 16px;
  display: block;
  margin-left: auto;
  padding: 0;
  color: var(--main-color);
  cursor: pointer;
}

.order-overview.cart .discount-delet { display: none;}

.cart .discount-delet {
  background: transparent;
  border: 0;
  margin-right: 8px;
  padding: 0;
  cursor: pointer;
}
.cart .cart-footer{
    flex-direction: column;
    padding-bottom: 20px;
}

.cart .cart-footer .position{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.small-cart .product a{
  padding: 0;
}

.big-cart .product-head{
  font-weight: bold;
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid var(--line-color);
}

.big-cart .product-head .price{
  margin-left: auto;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
}

.big-cart .product-head .details{
  flex-basis: 60%;
}

.big-cart .product .image, .order-list-box .order-list-product .image{
    width: 100px;
}

.big-cart .product .image img, .order-list-box .order-list-product img{
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}

.big-cart .product .details{
  flex-basis: calc(60% - 124px);
}

@media (max-width: 767px) {
  .big-cart .product-head .details{
    flex-basis: 45%;
  }
  
  .big-cart .product .details{
    flex-basis: 45%;
  }
  
}

.big-cart .product .cart-delet{
  font-size: 22px;
  display: inline-block;
  margin-left: 5px;
}

.big-cart .product .name {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: unset;
    font-size: 16px;
    font-weight: bold;
}

.big-cart .sum {
  justify-content: right;
  padding: 30px 15px;
  background: #d6d6d6;
  margin-bottom: 25px;
}

.big-cart .product.sum .price {
  margin: 0;
}

.checkout-cart{
  border: 1px solid var(--line-color);
  margin-bottom: 55px;
}

.checkout-cart .product{
  border-bottom: 1px dotted var(--line-color);
}

.checkout-cart .price{
  font: inherit;
color: #333;
}

.cart .price .old-price{
  text-decoration: line-through 1px #333;
  color: #333;
  font-size: .9em;
}

.cart .price .new-price{
  color: #333;
}
.checkout-cart .sum {
  padding: 15px 10px;
}

.checkout-cart .sum span{
  display: inline-block;
  width: 100px;
}

.order-overview .sub-info, .checkout-cart .sub-info{
  font-size: 14px;
}

.checkout-cart .details{
  flex-basis: 60%;
}

.checkout-cart .details .name{
  color: #333;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: normal;
  text-overflow: unset;
}

.cart-update{
  position: absolute;
  bottom: -30px;
  left: 0;
  background: var(--main-color);
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 0px 8px;
  cursor: pointer;
  display: none;
}

.available.green{
  color: green;
}

.available.yellow{
  color: orange;
}

.available.red{
  color: red;
}

.shipping{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
    .checkout-cart{
        margin: 0;
    }

    .shipping{
        justify-content: flex-start;
        padding-bottom: 0;
    }
}

.shipping i{
  margin-left:10px;
  font-size: 22px;
}

.shipping.green{
  color: green;
}

.shipping.orange{
  color: orange;
}

.form-control {
    border-radius: 0;
    border-color: var(--line-color);
}
.error .form-control,
.checkout-address-book-selected.error {
    border-color: var(--danger)!important;
}

label {
  margin: 7px 0;
  font-weight: bold;
  font-size: 12px;
}

.form-separater{
  height: 25px;
}

#billing-address{
  display: none;
  padding-top: 50px;
}

#billing-address.show{
  display: block;
}

.checkout .progressbar-wrapper{
    justify-content: center;
    border-bottom: 1px solid var(--line-color);
    padding-bottom: 35px;
    margin-bottom: 50px;
}

.checkout .progressbar{
    display: flex;
    justify-content: space-between;
}

.checkout .progressbar .step{
    display: flex;
    align-items: center;
    color: var(--line-color);
    font-size: 1rem;
}

.checkout .progressbar .bar{
    height: 2px;
    width: 100%;
    background-color: var(--line-color);
    border-radius: 2px;
}

.checkout .progressbar .done + div .bar{
    background: var(--main-color);
}

.checkout .progressbar .indicator{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--line-color);
    font-size: 16px;
    color: #333;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    margin-right: 8px;
}

.checkout .progressbar .step.active, .checkout .progressbar .step.done{
    color: #333;
}

.checkout .progressbar .active .indicator{
    color: var(--main-color);
    border: 2px solid var(--main-color);
    background: transparent;
}

.checkout .progressbar .done .indicator{
    color: var(--main-color);
    border: none;
    background: var(--main-color);
}

.checkout .progressbar .done .indicator::before{
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    color: #fff;
    position: absolute;
    font-size: 0.8em;
    margin: 4px 0;
}

.checkout h2{
    margin-bottom: 25px
}

input[name="alt_billing"]{
    display: none;
}

ul.checkout-options{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid var(--line-color);
}

ul.checkout-options label{
    padding: 15px 25px;
    width: 100%;
    margin: 0;
    font-weight: inherit;
    font-size: 1em;
}

ul.checkout-options li + li{
    border-top: 1px solid var(--line-color);
}

ul.checkout-options li > label > input{
    display: none;
}

ul.checkout-options li .indicator{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: normal;
    font-size: 1.3em;
    padding-right: 15px;
}

ul.checkout-options li .indicator::before{
    content: "\f111";
}

ul.checkout-options li input[type="radio"]:checked + div .indicator,
ul.checkout-options li input[type="checkbox"]:checked + div .indicator{
    color: var(--main-color);
    font-weight: 700;
}

ul.checkout-options li input[type="radio"]:checked + div .indicator::before,
ul.checkout-options li input[type="checkbox"]:checked + div .indicator::before{
    content: "\f058";
}

ul.checkout-options li input[value=paypal]:checked ~ #paypal-button-container{
    display: block;
}

.checkout-nav{
    margin-top: 25px;
}

.pagination {
    border-radius: 0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}

.page-link {
    color: var(--main-color);
    border-color: var(--line-color);
    padding: .6rem 1rem;
    font-size: 1.1rem;
}

.page-item.active .page-link {
    color: var(--btn-text);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.page-link:hover {
    color: var(--main-color);
    border-color: var(--line-color);
}

.price-ladder{
    padding: 0;
    margin-top: 40px;
}

.PU{
    font-size: 1rem;
    color: initial;
    font-weight: bold;
    display: block;
}

.msg{
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    margin-bottom: -41px;
    z-index: 10;
    position: relative;
}

.msg a,
.msg a:hover{
  text-decoration: underline;
  color: #fff;
}

.small-cart .msg{
    margin-top: -10px;
    margin-bottom: 0;
    font-size: .9em
}

#checkout .msg{
  margin-bottom: 10px;
}

.modal-body .msg{
    margin-bottom: 0;
}

.shop-search{
    display: flex;
}

.search-overlay{
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  background: #fff;
  z-index: 10;
  align-items: center;
  transition: right .3s;
  margin: 0;
}

.search-overlay.active-search{
  right: 0;
}

@media (max-width: 991px) {
    .shop-search{
        margin: 5px 15px 12px;
    }

    .search-overlay .shop-search{
      padding: 12px 15px;
      margin: 0;
    }
}

.shop-search .btn{
    padding: 7px 18px;
    font-size: 16px;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

.shop-search .btn:focus {
  border-bottom-left-radius: 0!important;
  border-top-left-radius: 0!important;
}

.shop-search input, .shop-search select{
    border: 1px solid var(--line-color);
    border-right: none;
    font-size: 15px;
}

.shop-search input{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.shop-search select{
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/chevron-down-light.svg");
    background-repeat: no-repeat;
    background-size: 0.7em;
    background-position: calc(100% - 0.7em) 50%;
    padding-right: 2.1em;
}

#paypal-button-container{
    height: 41px;
    margin: 15px 0 0;
    display: none;
}

.paypal-buttons{
    transition: none !important;
}

#powerpay-button{
    display: none;
}

.powerpay-iframe{
    width: 100%;
    border: none;
    min-height: 615px;
}

#show-billing-address,
#hide-billing-address{
    display: none;
}

#show-billing-address.show,
#hide-billing-address.show{
    display: block;
}

.loading, .loading:hover, .loading:focus{
    background: lightgray!important;
    pointer-events: none!important;
    position: relative;
    overflow: hidden;
    color: transparent !important;
}

.loading::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    animation: horizontalScan 1.2s 0s ease-in-out infinite;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

span.skeleton{
    display: inline-block;
    width: 100%;
    height: 1em;
}

@keyframes horizontalScan{
	0% { left: -100%; }
 	100% { left: 100%; }
}

@-webkit-keyframes horizontalScan{
	0% { left: -100% }
 	100% { left: 100%; }
 }

 .category-box{
     padding: 10px;
     text-align: center;
     border: 1px solid var(--line-color);
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     margin-top: 10px;
 }

 .col-sidebar{
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     margin-bottom: 50px;
 }

@media (min-width: 992px) {
    .category-box-wrapper{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .col-sidebar{
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        margin-bottom: 0px;
    }

    .collapse.dont-collapse-md {
      display: block;
      height: auto !important;
      visibility: visible;
    }
}

.col-sidebar h2{
    margin: 15px 0;
    font-size: 20px;
}

.sidebar-filter-wrapper{
    border-bottom: 1px solid var(--line-color);
    padding: 0;
}

.sidebar-filter-wrapper h3, .sidebar-filter-wrapper a, .sidebar-filter-wrapper a:hover{
   font-size: 1rem;
   color: inherit;
   text-decoration: none;
   margin: 15px 0;
}

.sidebar-filter-wrapper h3:after{
    content: '\f077';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 0.8em;
    border: 1px solid var(--line-color);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: inline-block;
    padding: 3px 0;
    float: right;
    text-align: center;
}

.sidebar-filter-wrapper .collapsed h3:after{
    content: '\f078';
    padding: 4px 0;
}

.sidebar-filter-wrapper .collapse {
    padding-bottom: 25px;
}

ul.category-list{
    margin: 0;
    padding: 0 0 0 10px;
    list-style-type: none;
}

ul.category-list li{
    padding: 5px 0;
}

ul.category-list li + li {
    border-top: 1px dotted var(--line-color);
}

.slider-range-wrapper{
    padding: 10px 0 0;
}

#slider-range{
    height: 6px;
    background: var(--main-color);
    position: relative;
    margin: 0px 8px 20px;
}

#slider-range .ui-slider-range{
    height: 6px;
    background: var(--secondary-color);
    position: absolute;
}

#slider-range .ui-slider-handle, #slider-range .ui-slider-handle:focus{
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid var(--line-color);
    top: -5px;
    outline: none;
    transform: translateX(-8px);

}

.col-sidebar input{
    display: inline-block;
    border: 1px solid var(--line-color);
    padding: 5px;
}

.col-sidebar input.price-range{
    width: 52px;
    text-align: right;
    margin-right: 3px;
}

#filter_price_collapse button{
    padding: 4px 12px;
    float: right;
}

.active-filter{
    border: 1px solid var(--line-color);
    padding: 5px 15px;
    margin: 0 0 10px 15px;
    font-weight: bold;
    font-size: 12px;
    background: #fff;
    cursor: pointer;
}

.active-filter:hover{
    background: var(--line-color);
}

.active-filter::before{
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: 5px;
}

.spacer{
    margin-bottom: 1rem
}

.lg-spacer{
    margin-bottom: 2rem
}

.divider{
    width: 100%;
    position: relative;
    padding: 15px 0;
}

.divider::before{
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: var(--line-color);
}

.divider-break{
    position: relative;
    text-align: center;
    margin: 25px 0;
}

.divider-break::before{
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: var(--line-color);
}

.divider-break h4{
    position: relative;
    display: inline-block;
    font-family: inherit !important;
    font-weight: normal;
    font-size: 12px;
    background: #fff;
    z-index: 1;
    margin: 0;
    padding: 0 10px;
}

.order-list-box{
    border: 1px solid var(--line-color);
    margin-bottom: 15px;
}

.order-list-box .order-list-header{
    border-bottom: 1px solid var(--line-color);
    background-color: var(--line-color-lighter-40);
    margin: 0;
    padding: 10px;
    font-size: 13px;
}

.order-list-box .order-list-header .col{
    padding-right: 25px;
}

.order-list-box .order-list-header .order-list-headline{
    font-size: 11px;
    text-transform: uppercase;
}

.order-list-box .order-list-body .package{
    width: 100%;
    margin: 0;
    padding: 20px 10px;
}

.order-list-box .order-list-body .package + .package{
    border-top: 1px solid var(--line-color);
}

.order-list-box .order-list-body .order-list-product:first-child{
    margin-top: 0px;
}

.order-list-box .order-list-body span + .order-list-product{
    margin-top: 25px;
}

.order-list-box .order-list-body .order-list-product{
    margin-top: 25px;
    display: flex;
}

.order-list-box .order-list-body .order-list-details{
    margin-left: 25px;
}

.order-list-box .order-list-body a{
    color: var(--main-color);
}

.order-list-box .order-list-body .price{
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 18px;
}

.order-list-box .order-list-body .btn{
    margin-top: 10px;
}

.medium-size-text{
    font-size: 1.4em;
}

.has-tooltip, .dropdown-cart-wrapper {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}


.has-tooltip .tooltipbody, .dropdown-cart-wrapper .dropdown-cart{
    visibility: hidden;
    background: #fff;
    border: 1px solid var(--line-color);
    box-shadow: 0 2px 4px rgba(0,0,0,.13);
    border-radius: 0;
    color: initial;
    min-width: 250px;
    max-width: 300px;
    text-align: left;
    position: absolute;
    top: 140%;
    z-index: 1;
    display: block;
}

.has-tooltip .tooltipbody, .dropdown-cart-wrapper .dropdown-cart .cart{
    padding: 10px 15px;
}

.dropdown-cart-wrapper .dropdown-cart{
    box-sizing: content-box;
    width: 100vw;
    top: 106px;
    right: -15px;
    min-width: 380px;
    max-width: 100vw;
}

.header-small .dropdown-cart-wrapper .dropdown-cart{
  top: 70px;
}

.has-tooltip .tooltipbody::before {
    position: absolute;
    content: '';
    bottom: 100%;
    border: .5rem solid transparent;
    border-width: 0 .5rem .5rem;
    border-bottom-color: var(--line-color);
    left: 35px;
}

.nav-search-trigger{
  cursor:pointer;
}

@media (max-width: 767px) {

    .dropdown-cart-wrapper .dropdown-cart .cart{
        padding: 30px;
    }

    .dropdown-cart-wrapper .dropdown-cart{
        box-shadow: none;
        border-left: none;
        border-right: none;
        height: 0;
        transition: height .35s linear;
        overflow: hidden;
    }

    .dropdown-cart-wrapper.show .dropdown-cart {
        height: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-cart-wrapper .dropdown-cart{
        width: auto;
        max-width: 450px;
        min-width: 420px;
        top: 115px;
        right: 0;
    }

    .header-small .dropdown-cart-wrapper .dropdown-cart{
      top: 95px;
    }
}

@media (min-width: 992px) {
    .dropdown-cart-wrapper .dropdown-cart{
        top: 65px;
    }

    .header-small .dropdown-cart-wrapper .dropdown-cart{
      top: 106px;
    }

    .has-tooltip .tooltipbody {
            transform: translateX(-50%);
            left: 50%;
    }

    .has-tooltip .tooltipbody::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.has-tooltip:hover .tooltipbody,  .dropdown-cart-wrapper.show .dropdown-cart{
  visibility: visible;
}


a.no-hover,
a.no-hover:hover{
    text-decoration: none;
}

.user-adresse-block{
    height: 310px;
    border: 1px solid var(--line-color);
    position: relative;
    margin-bottom: 20px;
}

.user-add-address{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    border: 2px dashed var(--line-color) !important;
    color: var(--line-color);
    display: flex;
    text-align: center;
}

.user-add-address i {
    font-size: 46px;
}

.user-add-address span {
    font-size: 22px;
    line-height: 42px;
    font-weight: bold;
}

.user-adresse-block > .user-adresse-block-standard{
    background: var(--secondary-color);
    color: #fff;
    border-bottom: 1px solid var(--line-color);
    padding: 10px 20px;
}

.user-adresse-block > .user-adresse-block-standard + .address{
    padding: 10px 20px 0;
}

.user-adresse-block > .address{
    padding: 20px 20px 0;
    padding: 20px 20px
}

.address p{
    margin-bottom: 0;
    font-size: 14px;
}

.address p:first-of-type{
  font-size: 1rem;
}

.address p.spacer{
    margin-bottom: 0.5em;
}

.user-adresse-block > .options{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0px 20px 15px;
}

.user-adresse-block > .options a{
    color: var(--main-color);
    white-space: nowrap;
}

.address-form-wrapper{
    max-width: 600px;
    margin: 0 auto;
}

.form-group { margin-bottom: .5rem;}
.form-group.spacer { margin-bottom: 2.5rem;  }
.btn-form { margin-top: 2rem; }

.shipping-to-address {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    font-size: .9rem;
    line-height: 1.2;
    color: #333;
    cursor: pointer;
}

.shipping-to-address i{
    font-size: 30px;
    margin-right: 10px;
}

.shipping-to-address span{
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.shipping-to-address span:nth-of-type(2){
    font-weight: bold;
    font-size: 1rem;
}

.info-text{
    font-size: .9rem;
    line-height: 1.1;
}

.adresse-preview-box{
    border: 1px solid var(--line-color);
    border-top: none;
    padding: 10px 15px;
    width: 100%;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.adresse-preview-wrapper .adresse-preview-box:first-child{
    border: 1px solid var(--main-color);
}

.widget-header, .widget-header > div{ width: 100%; height: 50px;}


.checkout-address-book-wrapper{
    overflow: hidden;
}

.checkout-address-book-wrapper .checkout-address-book-selected{
    border: 1px solid var(--line-color);
    padding: 15px 25px;
    position: relative;
}

.checkout-address-book-wrapper .checkout-address-book-selected.user-add-address a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    color: var(--line-color);
}

.checkout-address-book-wrapper .checkout-address-book-selected .checkout-address-book-change,
.checkout-address-book-wrapper .checkout-address-book-selected .checkout-address-book-change:hover,
.checkout-address-book-wrapper .checkout-address-book-selected .checkout-pickup-change,
.checkout-address-book-wrapper .checkout-address-book-selected .checkout-pickup-change:hover,
.checkout-address-book-wrapper .checkout-address-book-selected .checkout-address-wrong,
.checkout-address-book-wrapper .checkout-address-book-selected .checkout-address-wrong:hover{
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    color: var(--main-color);
}

.checkout-address-book-wrapper .checkout-address-book-selected .checkout-address-book-change:hover,
.checkout-address-book-wrapper .checkout-address-book-selected .checkout-pickup-change:hover,
.checkout-address-book-wrapper .checkout-address-book-selected .checkout-address-wrong:hover{
  text-decoration: underline;
}

.checkout-address-book-wrapper .checkout-address-book-all .checkout-address-edit-link{
  cursor: pointer;
  color: var(--main-color);
  margin-left: 10px;
}

.checkout-address-book-wrapper .checkout-address-book-selected.user-add-address .checkout-address-book-change{
    display: none;
}

.checkout-address-book-wrapper .checkout-address-book-all{
    display: none;
    border: 1px solid var(--line-color);
    padding: 15px 25px;
}

.checkout-address-book-wrapper .checkout-address-book-all label{
    position: relative;
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}

.checkout-address-book-wrapper .checkout-address-book-all label .address{
    padding: 10px 25px 10px 35px;
    border: 1px solid transparent;
}

.checkout-address-book-wrapper .checkout-address-book-all label input[type=radio] {
    position: absolute;
    top: 15px;
    left: 10px;
}

.checkout-address-book-wrapper .checkout-address-book-all label input[type=radio]:checked + div.address{
    border-color: var(--main-color);
}

.checkout-address-book-wrapper .checkout-address-book-all .add-new-address {
    padding: 15px 12px 10px;
}

.checkout-address-book-wrapper .checkout-address-book-all .footer{
    border-top: 1px solid var(--line-color);
    background: var(--line-color-lighter-40);
    margin: 15px -25px -15px;
    padding: 10px 25px;
}

.modal-body {
    padding: 15px 25px;
}

.modal-footer {
    padding: 10px 25px;
    border-top: 1px solid var(--line-color);
    background: var(--line-color-lighter-40);
    justify-content: flex-start;
}

.link-list{
    padding: 10px 0 ;
}

.link-list a{
    position: relative;
    color: var(--main-color);
}

.link-list a + a{
    margin-left: 22px;
}

.link-list a + a::before{
    content: '|';
    position: absolute;
    bottom: 0;
    left: -15px;
    color: #333;
}

.link-list a:hover + a::before{
}

.da-user-data .form-row{
    border-bottom: 1px solid var(--line-color);
    padding-bottom: 25px;
}

.da-user-data div:last-of-type{
    border: none !important;
}

.no-border{
    border: none !important;
}

.cookie-notice{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 25px 0;
  z-index: 9999;
}

.cookie-notice a{
  color: #fff;
  text-decoration: underline;
}

.btn-inverted, .btn-inverted:hover{
  position: relative;
  color: #fff;
  background: transparent!important;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: bold;
  padding: 10px 25px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.error.container{
    text-align: center;
    max-width: 700px;
}

.error.status-code{
    margin: 50px auto 50px;
    font-size: 200px;
    line-height: 1;
    color: var(--main-color);
    background-image: -webkit-linear-gradient(92deg, var(--main-color),var(--secondary-gradient-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
}

.error.search{
    margin: 0px auto 80px;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

a:hover .ellip-line{
    text-decoration: underline;
}

.accordion .card-header{
    background-color: var(--btn-color);
    cursor: pointer;
}

.accordion .card-header.collapsed{
    background-color: var(--line-color-lighter-40);
}

.accordion .card-header.collapsed h4{
    color: var(--main-color);
}

.accordion .card-header h4{
    color: var(--btn-text);
}

.testmode-icon::before{
    font-size: 28px;
    line-height: 1;
    color: var(--warning);
    text-shadow: 0px 0px 2px var(--warning);
    animation-name: flash;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes flash {
  0%   {text-shadow: 0px 0px 2px var(--warning);}
  25%  {text-shadow: 0px 0px 0px var(--warning);}
  75%  {text-shadow: 0px 0px 0px var(--warning);}
  100% {text-shadow: 0px 0px 2px var(--warning);}
}

.testmode.has-tooltip .tooltipbody{
    background-color: var(--warning);
    color: #fff;
}

.testmode.has-tooltip .tooltipbody, .testmode.has-tooltip .tooltipbody::before{
    right: 0;
    left: auto;
    transform: none;
}

.testmode.has-tooltip .tooltipbody::before{ right: 6px;}

.price .multi-price{
    display: block;
}

.checkout-condition-info{
    margin-top: 15px;
}

.checkou-shop-more,
.checkou-shop-more:hover{
    float: right;
    font-size: 1rem;
    margin-top: 5px;
    color: var(--main-color);
    font-weight: normal;
}

#product_quantity:focus{
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-prefill{
    position: absolute;
    top: 100%;
    border: 1px solid var(--line-color);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    width: 100%;
    padding: 0 0 10px;
    z-index: 4;

}

.dropdown-prefill > .prefill-item{
    display: flex;
    padding: 5px 15px;
    cursor: pointer;
}

.dropdown-prefill > .prefill-item:hover{
    background: var(--line-color-lighter-40)
}

.dropdown-prefill > .prefill-item > .prefill-item-option-left{
    text-align: left;
}

.dropdown-prefill > .prefill-item > .prefill-item-option-right{
    text-align: right;
    margin-left: auto;
}

.order-overview{
    border:1px solid var(--line-color);
    padding: 15px 0;
    margin-bottom: 15px;
}

.order-overview-address{
    display: flex;
    flex-direction: row;
}

.product .disabled::after {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 9999;
}

.pw_indicator{
    display: flex;
    justify-content: space-between;
    background-color: var(--line-color);
}

.pw_indicator_sub{
    height: 5px;
    margin: 0;
    padding: 0;
}

.pw_red{
    background-color: red;
    width: 33%;
}

.pw_yellow{
    background-color: #f2f204;
    width: 66%;
}

.pw_green{
    background-color: #0dae0d;
    width: 100%;
}

.supervisor-overview{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--line-color);
    margin-bottom: 20px;
}

.supervisor-overview .supervisor-user{
    padding: 10px 20px;
    border: 1px solid var(--line-color);
    border-bottom: none;
    border-left: none;
    font-weight: bold;
}
.supervisor-overview .active .supervisor-user{
    background-color: var(--line-color-lighter-40);
}

.supervisor-overview a:first-child .supervisor-user{
    border-left: 1px solid var(--line-color);
}

#add-to-cart-form{
    padding-top: 35px;
}

.additional-info-table{
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    font-weight: bold;
}

.additional-info-table .additional-info-name{
    white-space: nowrap;
    vertical-align: top;
    padding: 21px 0 10px;
}

.additional-info-table .additional-info-field{
    width: 100%;
    padding: 10px 0 10px 15px;
}

.additional-info-table .additional-info-field input{
    width: 100%;
    border: 1px solid var(--line-color);
    padding: 8px 15px;
}

.additional-info-table .additional-info-field span{
    font-weight: normal;
    font-size: 0.9em;
}

.pin-order-bg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px -15px;
    overflow: hidden;
}

.pin-order-content{
    width: 100%;
    padding: 50px 0;
}

.pin-order-content-bg{
    /*background: rgba(255,255,255, .9);*/
    background: #fff;
    border-radius: 5px;
    padding: 40px 25px;
}

.pin-label{
    margin: 15px auto;
    font-size: 1.6em;
}

.pin-input{
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border: 1px solid var(--line-color);
    border-radius: 50px;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 20px;
}

.btn-pin{
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 50px;
    padding: 10px 35px;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 10px;
}

.pin-brand-img{
    width:  100%;
    max-width: 300px;
}

.img-select{
    display: flex;
}

.img-select .img-select-box{
    padding-right: 10px;
}

.img-select .img-select-box input{
    display: none;
}

.img-select .img-select-box div{
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: 1px solid var(--line-color);
    background: var(--line-color-lighter-40);
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3px;
}

.error .img-select .img-select-box div{
    border: 1px solid var(--danger);
}

.img-select .img-select-box input[type=radio]:checked + div{
    border: 1px solid var(--secondary-gradient-color);
    background: var(--line-color-lighter-80);

}

.img-select .img-select-box div img{
    width: 100%;
    align-self: center;
}

.supervider-user-box{
    border: 1px solid var(--line-color);
    padding: 15px 25px;
    margin-bottom: 40px;
}

.supervider-user-box .user-box-header{
    border-bottom: 1px solid var(--line-color);
    padding-bottom: 15px;
}

.supervider-user-box .user-box-header .name{
    font-size: 2em;
    font-weight: bold;
}

.supervider-user-box .user-box-header .name .user-name{
    display: block;
    font-size: 1rem;
    font-weight: normal;
}

.supervider-user-box .user-box-budgets{
    padding-top: 15px;
}

.supervider-user-box .user-box-budgets .budget{
    border: 1px solid var(--line-color);
    padding: 15px 25px;
}

.user-box-budgets div:nth-child(2n) .budget {
    margin-left: 10px;
}

.user-box-budgets div:nth-child(2n+1) .budget {
    margin-right: 10px;
}

.supervider-user-box .user-box-budgets .budget .budget-titel{
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid var(--line-color);
    padding-bottom: 15px;
}

.supervider-user-box .user-box-budgets .budget .budget-amount{
    padding: 15px 25px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
    margin: 15px 0;
}

.supervider-user-box .user-box-budgets .budget .budget-amount span{
    display: block;
    font-size: .9em;
    font-weight: normal;
    border-bottom: 1px solid #fff;

}

.supervider-user-box .user-box-budgets .budget .budget-amount.used-budget{
    background: var(--danger);
    color: #fff;
}

.supervider-user-box .user-box-budgets .budget .budget-amount.available-budget{
    background: var(--success);
    color: #fff;
}

.supervider-user-box .user-box-budgets .budget .budget-booking{
    border-top: 1px solid var(--line-color);
    padding-top: 15px;
}

.supervider-user-box .user-box-budgets .budget .budget-booking p{
    font-size: .9em;
    margin-top: 10px;
}

.form-description{
    margin: 5px 1px;
    font-size: .9em;
    line-height: 1.2;
}

.employees .employees-image{
  width: 160px;
  height: 160px;
  margin: auto;
  border:3px solid var(--main-color);
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
}

.employees .employees-image div{
  margin: 2px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.employees .employees-image div img{
    max-width: 100%;
}

.employees .employees-image div::after{
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('/wp-content/themes/presentperfect/img/presentperfect-icon.png');
  background-size: cover;
  opacity: 0;
}

.employees .employees-details{
  padding: 70px 20px 20px;
  border: 1px solid #cbcbcb;
  margin-top: -55px;
  text-align: center;
  margin-bottom: 50px;
  min-height: 245px;
}

.employee:hover .employees-details{
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
}

.employee:hover .employees-image{
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5);
}

.employee:hover .employees-image div::after{
  animation-name: ghost;
  animation-duration: .6s;
}

@keyframes ghost {
    0%     {  opacity: 0; width: 0px; height: 0px; left: 50%; top: 50%;   }
    60%    {  opacity: 0.6; }
    100%   {  opacity: 0; width: 200px; height: 200px; left: -25px; top: -25px;}
}

.employees .employees-details h3{
  margin-bottom: 5px;
}

.employees .employees-details a{
  color: #d33;
}

.fade-bg{
  position: relative;
  padding: 80px 0;
}

@media (min-width: 768px) {
  .fade-bg{
    min-height: 90vh;
  }
}

.fade-bg .background{
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: right center;
  z-index: -1
}

.fade-bg .background.right{
  left: 0;
  background-position: left center;
}

.fade-bg .background::after{
  content: '';
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -o-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%);
}

.fade-bg .background.right::after{
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.alt-background{
  height: 230px;
  width: 100%;
  background-size: cover;
  margin-bottom: 30px;
  background-position: right center;
}

.modal .alt-background{
  margin: -14px -14px 30px;
  max-width: 200%;
}

.fade-bg .background.right{
  background-position: left center;
}

.row.right{
  justify-content: flex-end;
}

.sub-category-links {
    margin-bottom: 25px;
}

div.sub-category-links span.sub-category-link-spacer::before{
    color: #6f6f6f;
    padding: 0 10px;
    content: '|';
}

.preorder-label{
    font-weight: bold;
    font-size: 1.3em;
    margin: -15px 0 10px;
}

#coupon-form,#discount-form{
    display: flex;
}

.big-cart .msg {
    margin-top: -41px;
    margin-bottom: 25px;
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
    background: var(--btn-color);
    color: var(--btn-text);
	padding: 15px 20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll:hover {
    background: var(--btn-hover);
    color: var(--btn-hover-text);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.register_oos_container{
    display: flex;
}

.register_oos_container input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.register_oos_container input + button,
.register_oos_container input + button:hover,
.register_oos_container input + button:focus,
.register_oos_container input + button:active{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.oos-feedback{
    color: #fff;
    padding: 10px 25px;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 5px;
}

.register-oos-wrapper .oos-feedback-wrapper + .oos-input-wrapper{
    display: none;
}

.coupon-wrapper {
    position: relative;
    border: 1px solid var(--line-color);
    margin: 0;
    padding: 15px 15px;
}

.coupon-wrapper .delete-coupon {
    background: transparent;
    position: absolute;
    right: 8px;
    top: 4px;
    color: red;
    font-size: 18px;
}

.btn-loading {
  pointer-events: none !important;
  cursor: default;
  position: relative;
  transition: all 0s linear, opacity 0.1s ease;
  padding-left: 3rem;
}
.btn-loading::before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: var(--btn-color);
}
.btn-loading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
    content: "";
    border-radius: 100%;
    border-style: solid;
    border-width: 0.3rem;
    border-color: var(--btn-text) transparent transparent;
    animation: btn-spin 0.6s linear;
    animation-iteration-count: infinite;
}

@keyframes btn-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#select_shipping_address_header .info-text{
  display: block;
}

#select_shipping_address_header .ignore-shipping-country-text{
  display: none!important;
}

#select_shipping_address_header.ignore-shipping-country .info-text{
  display: none;
}

#select_shipping_address_header.ignore-shipping-country .ignore-shipping-country-text{
  display: block!important;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: block;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #d5d5d5;
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
  0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
  25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
  50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
  100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}