/* architects-daughter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/architects-daughter-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
a {
color: #777777;
  text-decoration: underline;
}

.float-right {float: right;}
.float-left {float: left;}
/* Globals for CSS Buttons */
.cssButton {
 /* position:relative;

  display:flex;*/
  align-items:center;
  justify-content:center;

 
  text-transform:none;
  white-space:nowrap;
  text-decoration:none;

  transition: all 0.3s ease-in-out;
  
  
  height: 40px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;

  border: 1px solid transparent;
}
.cssButtonText {
  font-size:14px;

  text-transform:uppercase;
  vertical-align:top;
  padding: 0px 3px;
  font-weight: 600;
}
.cssButtonIcon {
  font-size:13px;
  line-height:24px;
  vertical-align:top;
  padding: 0px 3px;
}
.cssButtonIcon .far,
.cssButtonIcon .fas,
.cssButtonIcon .fa-solid,
.cssButtonIcon .fa-regular {
  vertical-align:top;
  line-height:24px;
}
.cssButton button {
 /* position:absolute;
  left:0px;
  top:0px;
  width:100%;*/
  height:100%;
  color:#fff;
  cursor:pointer;

  opacity: 1;
  background: none;
  border: 0;
  
}
.cssButton:hover,.cssButton button:hover  {
color: var(--bs-heading-color)!important;
  text-decoration:none;
}

/* Colors for CSS Buttons */
/* Color Grey */
.cssButtonColor1 {


}
.cssButtonColor1:hover {
  opacity:0.8;
  text-decoration:none !important;
}

/* Color Black */
.cssButtonColor2 {

  text-decoration:none;
  border: 1px solid var(--button2_border, rgba(0,0,0,0.1));
  background: var(--button2_background, #4d4d4d);
  color: var(--button2_color, #fff);
}
.cssButtonColor2:hover {
  opacity:0.8;
  text-decoration:none !important;
}

/* Color: light grey */
.cssButtonColor3 {

  border: 1px solid rgba(0,0,0,0.1);
  text-decoration:none;
  background:#eee;
  color:#333;
}
.cssButtonColor3:hover {
  opacity:0.8;
  text-decoration:none !important;
}

/* Green Buttons */
.cssButtonColor4 {
color: var(--bs-heading-color)!important;
  border: 1px solid var(--bs-heading-color);
  

  text-decoration:none;
  background-color:#fff;
  color:var(--bs-heading-color);
}
.cssButtonColor4:hover {
  opacity:0.3;
  text-decoration:none !important;
}

/* Transparent Icons no Border */
.cssButtonColor5 {
  background:#ccc;
  color:#333;
}
.cssButtonColor5:hover {
  opacity:0.8;
  text-decoration:none !important;
}

/* Yellow Paypal Express Buttons */
.cssButtonColor6 {
  border-radius:2px;
  border:1px solid #d19c20;
  text-decoration:none;
  background-color:#ffc848;
  color:#222;
  display:inline-block;
  text-shadow:1px 1px 0px #ffd97e;
  box-shadow:inset 1px 1px 0px 0px #ffe3a1;
  height:32px;
}
.cssButtonColor6:hover {
  background-color:#fbba22;
  color:#222;
  text-decoration:none !important;
}
.cssButtonColor6 .color-paypal0 {
  font-size:10px;
  line-height:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#013088;
  padding: 0 5px 0 0;
  vertical-align:middle;
}
.cssButtonColor6 .color-paypal1 {
  font-size:18px;
  line-height:16px;
  font-family: 'Poppins', sans-serif;
  font-style:italic;
  font-weight:700;
  color:#013088;
}
.cssButtonColor6 .color-paypal2 {
  font-size:18px;
  line-height:16px;
  font-family: 'Poppins', sans-serif;
  font-style:italic;
  font-weight:700;
  color:#019CDE;
}

/* Small account action text-buttons  */
.cssButtonColor7 {
  text-transform:none;
  font-weight:600;
  padding: 0px;
  margin: 0px;
  height:auto;
  text-decoration:none;
  border: none;;
  color: #333;
}
.cssButtonColor7 .cssButtonText {
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  vertical-align: top;
  padding: 0px 3px;
  text-decoration:none;
  border-bottom: 1px solid #555;
}
.cssButtonColor7 .cssButtonIcon {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  padding: 0px 3px;
}
.cssButtonColor7:hover {
  opacity:0.8;
  text-decoration:none !important;
  border:none;
  background:none;
}
.input-group-append .btn {min-width: 100px;}
/* 24. END CSS Buttons */
.form-check-input:checked {
  background-color: var(--bs-heading-color);
  border-color: var(--bs-heading-color);
}
.footer .add-section  {
  color: #868686;
  font-size: 14px;
  font-weight: 500;
}

 p.ol_model {margin-bottom: 0!important;}
.cart-item.border-bottom.padding-small {padding: 2rem 0}
.brand img {height: 80px; width: auto;}
.login-form {padding: 0px;}

 .login-form input, .login-form .signup-form input,  .login-form input, slogin-form input {
width: 260px;
  margin: 0 0 15px;
  padding: 10px;
  outline: 0;
  background: #fff;
  color: #777;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  border: 2px solid #f2f2f2;
}
.list-group-item a {color: #555;}
.list-group-item a.btn {color: #fff;}

.login-form-forgot-password a, .login-form-forgot-password  {
  -webkit-transition: all 0.3s ease-in-out!important;
  transition: all 0.3s ease-in-out!important;
  font-weight: 600!important;
  color: #777!important;
  font-size: 14px!important;
}
@media only screen and (min-width: 985px) {
.dropdown-menu.breite {width: 300px;}
}

.settingsbox select {float: left;
  font-weight: bold;
  font-size: 14px;
  margin: 0px 10px;
  padding: 8px;
    padding-right: 8px;
  border: 2px solid #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: 85% 42%;
}

.sprache {
padding: 20px 0px 20px 0px;


  margin: 10px 20px 0 0px;}
.geld {
padding: 20px 20px 20px 0px;
 ;

  margin: 20px 0px 0 0px;}


.fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu {

  max-width: 100%;
}
.fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu  > ul {
  list-style-type: none;
  margin: 0px auto;
  padding: 20px 5px 20px 5px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
}
.fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu > ul > li {
  width: 25%;
  margin: 5px 0px;
  padding: 0px 15px 20px 15px;
}

.fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu > ul > li.overview {
  width: calc(100% + 10px);
  margin: -5px -5px 5px -5px;
  padding: 0px;
}




.fc-nav .fc-navbar-nav .fc-dropdown {
  padding: 10px 0;
  display: inline-block;
  position: initial;
}

.fc-nav .fc-navbar-nav li .fc-nav-link i{
   position: initial;
  padding-left: 10px;
}

.fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu .level2 a {
  display: block;
  padding: 15px 0 0 25px;
  text-transform: uppercase;
  color: #777;
  font-weight: 600;
  font-size: 15px;
}

.fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu .level3 a {
  margin: 0;
  padding: 7px 30px 7px 25px;
  color: #888;
  min-width: 200px;
text-transform: none;
  font-size: 14px;
font-weight: 400;
  display: block;
}
@media only screen and (max-width: 991px) {
    .top-brand-section .top-brand .brand-logo, .top-brand-section-2 .top-brand .brand-logo {
    margin-left: 30px;
  }
  
  
.brand img {
  height: 50px;
  width: auto;
}
.fc-nav .fc-navbar-nav .fc-dropdown {
  padding: 10px 0;
  display: block;
  position: relative;
}
  .fc-nav .fc-navbar-nav li .fc-nav-link i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
  .fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu > ul
  {padding: 0px 5px 0px 5px;}
  
  .fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu > ul > li{width: auto;
  padding: 0 0 0 0;}
  
  .fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu .level2 a {
  display: block;
  padding: 15px 0 0 10px;
  text-transform: none;
  color: #777;
  font-weight: 400;
  font-size: inherit;
}
  .fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu .level3 { list-style-type:dot;}
    .fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu .level3 a {
  display: block;
  padding: 15px 0 0 25px;
  text-transform: none;
  color: #777;
  font-weight: 400;
  font-size: inherit;
}
  .fc-nav .fc-navbar-nav .fc-dropdown .fc-dropdown-menu ul ul {
  background: #f9f9f9;}
}

.toggle-account-bar {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16;
  display: none;
}

.account-bar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -320px;
  background-color: #fff;
  z-index: 16;
  border-left: 1px solid #f2f2f2;
}
.account-bar .account-bar-header {
  padding: 5px 15px;
  border-bottom: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account-bar .account-bar-header h6 {
  margin: 0;
  font-size: 18px;
  color: #444;
}
.account-bar .account-bar-header .account-bar-cls-btn {
  cursor: pointer;
}
.account-bar .account-bar-header .account-bar-cls-btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account-bar .account-bar-body {
  padding: 15px;
  max-height: calc(100vh - 188px);
  overflow-y: auto;
}
.account-bar .account-bar-body::-webkit-scrollbar {
  width: 8px;
}
.account-bar .account-bar-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
.account-bar .account-bar-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cacaca;
}
.account-bar .account-bar-body::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(92, 63, 107, 0.4);
}
.account-bar .account-bar-body .product-card {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.account-bar .account-bar-body .product-card:last-child {
  margin-bottom: 0;
}
.account-bar .account-bar-body .product-card .product-card-img {
  width: 70px;
  height: 70px;
  padding: 0;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.account-bar .account-bar-body .product-card .product-card-img img {
  width: 70px;
}
.account-bar .account-bar-body .product-card .remove-product {
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  cursor: pointer;
}
.account-bar .account-bar-body .product-card .product-card-detail {
  width: calc(100% - 70px);
}
.account-bar .account-bar-body .product-card .product-card-detail h6 {
  font-size: 14px;
  color: #555;
  line-height: 20px;
}
.account-bar .account-bar-body .product-card .product-card-detail p {
  margin: 0;
  font-size: 13px;
  color: #777;
}
.account-bar .account-bar-body .product-quality {
  margin-top: 5px;
  padding: 0;
}
.account-bar .account-bar-body .product-quality a i {
  font-size: 10px;
}
.account-bar .account-bar-body .product-quality input {
  width: 30px;
  font-size: 13px;
}
.account-bar .account-bar-footer {
  width: 300px;
  padding: 15px;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #f2f2f2;
}
.account-bar .account-bar-footer .account-total {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account-bar .account-bar-footer .account-total span {
  font-size: 15px;
  color: #777;
}
.account-bar .account-bar-footer .account-total .total-title {
  font-weight: 600;
  color: #555;
}
.account-bar .account-bar-footer .action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toggle-account-swipe {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
}
.top-brand-section .top-brand .top-brand-right-tool .acc-text a.toggle-account {
  padding: 0;
    padding-right: 0px;
  background: #fff;
  border: none;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background: url(../img/icons/down-arrow.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: 100% 48%;
}

  .top-brand-section .top-brand .top-brand-right-tool .acc-text a.toggle-account span, .top-brand-section-2 .top-brand .top-brand-right-tool .acc-text a.toggle-account span {padding-left: 10px;}
@media screen and (max-width: 991px) {
  .top-brand-section .top-brand .top-brand-right-tool .acc-text a.toggle-account span, .top-brand-section-2 .top-brand .top-brand-right-tool .acc-text a.toggle-account span {
    display: none;padding-left: 0;
  }
  .top-brand-section .top-brand .top-brand-right-tool .acc-text a.toggle-account {padding-right: 0}
}


.cart-bar .cart-bar-footer .action-btn {

  display: block;
}
.cart-bar .cart-bar-footer .action-btn .btn {
width: 100%;
  margin-bottom: 20px}
.cart-bar .cart-bar-footer .action-btn .btn-2:hover {

  color: #fff!important;
}
.product-card .product-card-detail h6 a{
  font-size: 14px;
  color: #555;
  line-height: 20px;
}
.product-card   a {color: #555;}





.toggle-wish-bar {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16;
  display: none;
}

.wish-bar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -320px;
  background-color: #fff;
  z-index: 16;
  border-left: 1px solid #f2f2f2;
}
.wish-bar .wish-bar-header {
  padding: 5px 15px;
  border-bottom: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wish-bar .wish-bar-header h6 {
  margin: 0;
  font-size: 18px;
  color: #444;
}
.wish-bar .wish-bar-header .wish-bar-cls-btn {
  cursor: pointer;
}
.wish-bar .wish-bar-header .wish-bar-cls-btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wish-bar .wish-bar-body {
  padding: 15px;
  max-height: calc(100vh - 188px);
  overflow-y: auto;
}
.wish-bar .wish-bar-body::-webkit-scrollbar {
  width: 8px;
}
.wish-bar .wish-bar-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
.wish-bar .wish-bar-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cacaca;
}
.wish-bar .wish-bar-body::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(92, 63, 107, 0.4);
}
.wish-bar .wish-bar-body .product-card {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.wish-bar .wish-bar-body .product-card:last-child {
  margin-bottom: 0;
}
.wish-bar .wish-bar-body .product-card .product-card-img {
  width: 70px;
  height: 70px;
  padding: 0;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.wish-bar .wish-bar-body .product-card .product-card-img img {
  width: 70px;
}
.wish-bar .wish-bar-body .product-card .remove-product {
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  cursor: pointer;
}
.wish-bar .wish-bar-body .product-card .product-card-detail {
  width: calc(100% - 70px);
}
.wish-bar .wish-bar-body .product-card .product-card-detail h6 {
  font-size: 14px;
  color: #555;
  line-height: 20px;
}
.wish-bar .wish-bar-body .product-card .product-card-detail p {
  margin: 0;
  font-size: 13px;
  color: #777;
}
.wish-bar .wish-bar-body .product-quality {
  margin-top: 5px;
  padding: 0;
}
.wish-bar .wish-bar-body .product-quality a i {
  font-size: 10px;
}
.wish-bar .wish-bar-body .product-quality input {
  width: 30px;
  font-size: 13px;
}
.wish-bar .wish-bar-footer {
  width: 300px;
  padding: 15px;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #f2f2f2;
}
.wish-bar .wish-bar-footer .wish-total {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wish-bar .wish-bar-footer .wish-total span {
  font-size: 15px;
  color: #777;
}
.wish-bar .wish-bar-footer .wish-total .total-title {
  font-weight: 600;
  color: #555;
}
.wish-bar .wish-bar-footer .action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toggle-wish-swipe {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
}

.wish-bar .wish-bar-footer .action-btn .btn {
  width: 100%;
  margin-bottom: 20px;
}

.wish-bar .wish-bar-footer .action-btn .btn-2:hover {
  color: #fff !important;
}

.animated span.cssButtonText {display: none;}
button.search-btn.icon-btn {border: 0;
  background: #fff;}
select#cat_search {border-radius: 0;
padding: 10px 40px 10px 15px;


  border: 2px solid #f2f2f2;
  color: #777
}
#suggestion .sidebar-new-product .product-card .card-image {

  height: auto;}

.product-design .slick-arrow, .tabs-product-design .slick-arrow {
  display:inline-block !important;
  background-color: rgba(115, 78, 134, 0.8);
  width: 45px;
  height: 45px;
  border: 0;
  color: #fff;
}
.product-design .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.product-design .slick-prev.slick-arrow {

  top: 50%;
  left: 0%;
  opacity: 0.7;
}

.product-design .slick-next.slick-arrow {

  top: 50%;
right: 0%;
  opacity: 0.7;
}

.product-design .product-price, .tabs-product-design .product-price {
 color: var(--bs-heading-color);
  padding: 15px 0px;
position: initial;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
}
.product-design .product-img img, .tabs-product-design .product-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 0px auto;
  max-height: 306px;
  width: auto;
}
.product-design .product-img , .tabs-product-design .product-img  {
border: 1px solid #f2f2f2;}

.product-design  .lb_shipping  , .tabs-product-design .lb_shipping{text-align: center;
  font-size: 0.8rem;}

.product-design  .lb_shipping  a, .tabs-product-design .lb_shipping a, .lb_shipping {color: #777777;}

.main-heading h2 a,.product-price del, .product-price .vpe {color: #777777; font-size: 1rem;}
.add_cart span {display:none;}
.add_cart.add_cart2 span {
  display: inline-block;
}
.new-slider .slick-slide {position: relative;}
.lr_new_flag {
  position: absolute;
  left: 10px;
  top: 10px;
  background: var(--bs-heading-color);
  color: #fff;
  padding: 4px 0px 4px 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  min-width: 50px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  z-index: 1;
}
.bg-grey {padding: 30px;
  background-color: #fafafa!important;
  color: #888;
  font-size: 15px;
  line-height: 28px;}

.box-banner  h3 span {

  padding: 0 10px;
  color: #fff;

  background-color: var(--bs-heading-color);;
}
.box-banner a {text-align: right;}
.mb-box {margin-bottom: 20px;}

.rev-img {max-width: 100%;}
.copyright {margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
  .copyright a {color: #fff}
.fc-nav .fc-navbar-nav li a,.product-design .product-name a, .tabs-product-design .product-name a,.rb_title a,.other-link a, header a,.breadcrumb-section a,.list-group-item a,.p-box a {text-decoration: none;}

.sort-by-section .input-group {
  width: 80%;}
.relative {position: relative;}
.big-image,.small-image {max-width: 100%;}
.productoptions {padding: 20px;
  background-color: #f9f9f9;
  margin: 30px 0;
}
.po_row_select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0px;
  margin: 0 0 0 0;

}

.po_row_select_name {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
font-weight: bold;
  line-height: 15px;

  width: 100%;
}
@media only screen and (min-width: 500px) {
  .po_row_select_name {
    width: 160px;
    padding: 0 10px 0 0;
  }
}

.po_row_select_item {
  flex: 1;
  padding: 0 0 0 0;
}
.po_row_select_item select {width: auto;}

.pd_price {
  position:relative;
  text-align:left;
  padding: 0 0 0 0;

  font-weight:700;
  font-size: 18px;
  line-height:18px;
}
.pd_price_discount {
  color:#e32828;
  font-weight: 400;
  padding: 0 0 5px 0;
  font-size:13px;
  line-height:19px;
}
#pd_puprice {
  position:relative;

}

.pd_price .standard_price,
.pd_price .special_price,
.pd_price .specialgraduated_price,
.pd_price .graduated_price {
  font-weight:700;
  font-size: 2rem;
  line-height:2rem;
  color: var(--bs-heading-color);
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  padding: 0 0 2px 0;
}
.pd_price .special_price {
  padding: 0 0 2px 50px;
}
.pd_price .specialgraduated_price {
  padding: 0 0 2px 0;
}

.pd_price .vpe,
.pd_price .vpe_with_item_price,
.pd_price .no_price {
  display:block;
  font-weight: 400;
  padding: 15px 0 0 0;
  font-size:1rem;

}

.pd_price .small_price {
  vertical-align:0px;
  padding: 0 3px 2px 0;
  font-weight:400;
  font-size:12px;
  line-height:12px;
}
.pd_price .special_price .small_price,
.pd_price .specialgraduated_price .small_price {
  display:block;
  width:100%;
  padding: 0 0px 1px 0;
  font-size:0.8rem;

}

.pd_price .old_price {
  float:left;
  display:inline-block;
  font-weight:700;
  font-size: 1.5rem;
  line-height:2rem;
color: var(--bs-body-color);
  text-decoration:none;
  padding: 0 0 0 10px;
}
.pd_price .new_price {
  float:left;
  display:inline-block;
  font-weight:700;
  font-size: 2rem;
  line-height:2rem;
  color: var(--bs-heading-color);
}
.pd_price .item_price {
  float:left;
  display:inline-block;
  font-weight:700;
  font-size: 14px;
  line-height:18px;
  color:#666;
  text-decoration:none;
  padding: 0 0 0 10px;
}
.pd_price .uvp_price {
  float:left;
  display:inline-block;
  font-weight:700;
  font-size: 18px;
  line-height:18px;
}
.pd_price .save_price {
  display: block;
  background: var(--bs-heading-color);
  color: var(--price_save_color, #fff);
  font-size: 14px;
  line-height: 26px;
  font-weight:700;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  position:absolute;
  top:20px;
  left:0px;
}
.pd_price .save_price_long {
  display:none;
  color: var(--price_new_color, #e32828);
  font-weight: 400;
  padding: 1px 0 0 0;
  font-size:11px;
  line-height:15px;
}

.pd_tax {
  display:block;
  font-weight: 400;
  text-align:left;
  padding: 10px 0 10px 0;
  font-size:13px;
  line-height:15px;

}
.pd_tax a {
  color:#666;
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}
.pd_tax a:hover {
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}

.pd_expires {
  display:block;
  font-weight: 400;
  text-align:left;
  padding: 10px 0 0 0;
  font-size:1rem ;


}
.cf {clear: both;
float: none;}

select {
  font-weight: bold;
  font-size: 14px;
  margin: 0px 10px;
  padding: 8px;
    padding-right: 8px;
  border: 2px solid #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-repeat: no-repeat;
background-position: 95% 42%;
  background-color: #fff;
}
.product-cart-btn span.cssButtonText,span.cssButtonText {display: none}
.br_btn_1 span.cssButtonText,.button-wrap span.cssButtonText {display: inline-block}
@media only screen and (max-width: 992px) {
.product-cart-btn .cssButton {margin-top: 15px;}
  .pd_addtobasket_paypal {margin-top: 15px;}
}
.btn2 {  background: var(--button2_background, #4d4d4d);
  color: var(--button2_color, #fff);}

.pd_addtobasket_paypal {display: inline-block;margin-bottom: -11px;}

@media (max-width: 576px) {
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}

.list-group-item.active {

  background: var(--bs-heading-color);
  color: var(--price_save_color, #fff)!important;
  border-color: var(--bs-heading-color);
}
.list-group-item.active a{   color: var(--price_save_color, #fff);}



/* 09. START inputs & input layout */
label  {
  display:block;
}
.field_item_row {
  padding: 0px 0;
  margin: 0px -10px;
  display: flex;
  flex-wrap: wrap;
}
.field_item_1 {
  position:relative;
  width:100%;
padding: 5px 0 15px 0;
}
.field_item_2 {
  position:relative;
  width:50%;
  padding: 5px 10px 15px 10px;
}
.field_item_3 {
  position:relative;
  width:120px;
  padding: 5px 10px  15px 10px;
}
.field_item_4 {
  position:relative;
  flex: 1;
  padding: 5px 10px 15px 10px;
}
.field_item_5 {
  position:relative;
  width:25%;
  padding: 5px 10px 15px 10px;
}
@media only screen and (max-width: 500px) {
  #new_find .field_item_5 span.cssButtonText { display:none; }
}
.field_item_6 {
  position:relative;
  width:200px;
  padding: 5px 10px;
}
.field_item_7 {
  position:relative;
  width:60px;
  padding: 5px 10px 5px 0px;
}
.field_item_7 .cssButtonIcon {
  font-size: 18px;
}

.field_eye {
  position:absolute;
  bottom: 5px;
  right:0px;
  width:44px;
  height:44px;
  line-height:46px;
  text-align:center;
  cursor:pointer;
  display:block;
  font-size:20px;
}
.field_eye .fa-eye {
  color:#ccc;
}
.field_eye .fa-eye-slash {
  color:#555;
}

.field_text {
  display:block;
  font-size:12px;
  line-height:16px;
  padding: 0 1px 2px 1px;
  font-weight:600;
  white-space:nowrap;
  transition: all 0.3s ease-in-out;
  color:#555;
}
.field_item_1:focus-within .field_text,
.field_item_2:focus-within .field_text,
.field_item_3:focus-within .field_text,
.field_item_4:focus-within .field_text {
  color:#333;
}

.inputRequirement,
.inputRequirement_textarea {
  position:absolute;
  right:2px;
  top:5px;
  font-size:12px;
  line-height:16px;
  padding: 0 0 2px 0;
  color:#e32828;
  font-weight:400;
}
.inputRequirement .fa-solid,
.inputRequirement_textarea .fa-solid {
  vertical-align:top;
  font-size:10px;
  line-height:16px;
  margin-left:6px;
}

.field_item_row .inputRequirement,
.field_item_row .inputRequirement_textarea {
  right:12px;
}
.fields_required {
  margin-left:2px;
  font-size:11px;
  line-height:11px;
  vertical-align:baseline;
  color:#666;
  font-weight:400;
  text-transform:none;
  white-space:nowrap;
}
.fields_required .fa-solid {
  font-size:10px;
  line-height:10px;
  margin: 0px 0px 0px 2px;
}
.inputNote {
  display:block;
  font-size:12px;
  line-height:16px;
  padding: 4px 0 0 0;
  font-weight:400;
}

input {
  font-family: 'Red Hat Display', sans-serif;
  font-size:14px;
  line-height:20px;
  font-weight:400;
}
textarea {
  font-family: 'Red Hat Display', sans-serif;
  font-size:14px;
  line-height:18px;
  font-weight:400;
  color: #555;
  background-color:#f2f2f2;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
  padding: 11px 11px 11px 11px;
  border-radius: 4px;
  width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
}
textarea#message { height:120px; }
textarea#message_body { resize: vertical; height:120px; }
textarea#review { height:90px; }
textarea#comments { height:120px; background:#fff; }

select {

  font-size:14px;
  font-weight:400;
  line-height:20px;
  color: #555;
  background-color:#f2f2f2;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
  padding: 11px 11px 11px 11px;
  border-radius: 4px;
  width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
  height:44px;
margin-left: 0;
}
input[type=text], input[type=password], input[type=email], input[type=tel] {
  color: #555;
  background-color:#f2f2f2;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
  padding: 11px 11px 11px 11px;
  border-radius: 4px;
  width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
  height:44px;
}
input[type=tel] {



}
.product-quality input[type=tel] {
  text-align: center;
  width: 30px;
  border: 0px;
  font-size: 14px;
  padding: 0;
  font-weight: bold;
    color: #734e86;
  background: #fff;
  height: auto;
}
.product-quality  label {display:inline-block;}
input[type=password] {
  letter-spacing:1px;
}
input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=tel]:hover, select:hover, textarea:hover {
  background-color:#f2f2f2;
  border-color: #999;
  color: #555;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, select:focus, textarea:focus {
  background-color:#fff;
  border-color: #999;
  color: #333;
  outline: 0 none;
}
.account-bar select {margin-left: 10px;}
.search_input ::-webkit-input-placeholder,
.search_input ::-moz-placeholder,
.search_input :-ms-input-placeholder,
.search_input :-moz-placeholder,
.sf_newsletter_input ::-webkit-input-placeholder,
.sf_newsletter_input ::-moz-placeholder,
.sf_newsletter_input :-ms-input-placeholder,
.sf_newsletter_input :-moz-placeholder,
.addquickie_input ::-webkit-input-placeholder,
.addquickie_input ::-moz-placeholder,
.addquickie_input :-ms-input-placeholder,
.addquickie_input :-moz-placeholder {
  color: #666;
  font-style:italic;
  line-height:28px;
}

/* 09. END inputs & input layout */

.about-content select {margin: 0}
.of_inforows,.of_attributes {font-size: 14px;}
.cart-table-img a {color: var(--bs-heading-color)!Important;}
.of_delete a .cssButton{text-decoration: none; color: #ff0000!important;font-weight: bold}
.of_delete a {text-decoration: none; }
.dotted-box-order h3 {

  color: #fff;
}

.warenkorb .input-group-append {padding-top: 20px;}
.order-detail td.text-right {    width:1%;
    white-space: nowrap;}

.order-detail .table td b {padding-top: 30px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;}

.ord_table_right select {margin: 0;}


ul#checkoutnavigation {
  margin: 0px 0px 40px 0px;
  padding: 5px 0px;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
border-bottom: 1px solid #f2f2f2;border-top: 1px solid #f2f2f2;
}
@media only screen and (min-width: 985px) {
  ul#checkoutnavigation { justify-content:space-evenly; }
}
ul#checkoutnavigation li {
  list-style-type:none;
  float:none;
  padding: 5px 0px;
  width:50%;
}
@media only screen and (min-width: 985px) {
  ul#checkoutnavigation li { width:initial;}
}

ul#checkoutnavigation li .active,
ul#checkoutnavigation li .selected,
ul#checkoutnavigation li .inactive {
  padding: 5px 0px;
  display:flex;
  align-items:center;
}
ul#checkoutnavigation li .number {
width: 50px;
  line-height: 40px;
  height: 50px;
  font-size: 40px;
  text-align: center;
  border-radius: 4px;
  font-family: var(--heading-font);
}
ul#checkoutnavigation li .number.number2 {
width: 50px;
  line-height: 45px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  border-radius: 4px;
  font-family: var(--heading-font);
}
ul#checkoutnavigation li .content {
  flex:1;
  padding: 0 10px 0 10px;
}
ul#checkoutnavigation li .title {
  display:block;
  font-size:1rem;
  line-height:17px;
  font-weight:700;
  padding: 1px 0 1px 0;
  text-transform:uppercase;  font-family: var(--heading-font);
}
ul#checkoutnavigation li .description {
  display:none;
  font-size:12px;
  line-height:14px;
}
@media only screen and (min-width: 600px) {
  ul#checkoutnavigation li .description { display:block; }
}
ul#checkoutnavigation li .active {

}
ul#checkoutnavigation li .inactive {
  color: #aaa;
}
ul#checkoutnavigation li .selected {

}
ul#checkoutnavigation li .active .number {
  border: 1px solid #d9d9d9;
  color:#333;
}
ul#checkoutnavigation li .inactive .number {
  border: 1px solid #d9d9d9;
  color:#aaa;
}
ul#checkoutnavigation li .selected .number {
  border: 1px solid #d9d9d9;
  color:#999;
}
.faq-accordion {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #f2f2f2;
  padding: 15px;
  margin: 10px 0px;
}

.cssButton.cssButtonColor1.btn:hover  button {color: var(--bs-heading-color)!important;}

@media only screen and (max-width: 991px) {
.dotted-box-order {
  padding: 10px;

}
}