.logo img{
    max-height: 60px;
    max-width: 300px;
    width: 100%;
}


.owl-carousel .owl-item img, #products .item .thumb img{
    height: 300px;
    object-fit: cover;
    object-position: top;
  }

  #cart_amount{
    position: absolute;
    top: -10px;
    background-color: grey;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    right: -12px;
    font-size: 10px;
    color: white;
    display: none;
  }
  .variant_panel{
    overflow: hidden;
  }
  .variant_btn{
    color: #2a2a2a;
    /*font-size: 13px;*/
    font-weight: 500;
    transition: all .3s;
    margin-top: 15px;
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    /*flex-direction: column;*/
    justify-content: center;
    float: left;
  }
  .variant_btn img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-right: 15px;
  }
  .variant_btn_checkbox{
    display: none;
  }
  .variant_btn_checkbox:checked + .variant_btn{
    opacity: 1;
  }
  .btn{
    border-color: #2a2a2a;
    color: #2a2a2a;
    font-size: 13px;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 500;
    transition: all .3s;
  }
  .btn:hover {
    color: #fff;
    background-color: #2a2a2a;
}
.topsell_element .item .down-content ul.stars{
    display: none;
}
.topsell_element .item .down-content ul.variant, #product_list .item .down-content ul.variant{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.topsell_element .item .down-content ul.variant li, #product_list .item .down-content ul.variant li{
  flex-basis: 70px;
  text-align: center;
}
.topsell_element .item .down-content ul.variant li img, #product_list .item .down-content ul.variant li img{
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
}
#product_list .item .down-content ul.variant li a{
  color: black;
}
.background-header .top-right{
  top: 30px;
}

.top-right{
  position: absolute;
  right: 15px;
  top: 37px;
}
.header-area.header-sticky{
  background-color: white;
  border-bottom: none;
  height: auto;
}
.main-banner{
  padding-top: 100px;
  padding-bottom: 0px;
  border: none;
}
.page-heading{
  margin-top: 100px;
}
.topsell_element{
  padding-top: 30px;
  padding-bottom: 0px;
  border: none;
}
.topsell_element .section-heading{
  margin-bottom: 30px;
}
.more_btn{
  font-size: 13px;
  border: 1px solid #fff;
  padding: 6px 12px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
  border-color: #2a2a2a;
  color: #2a2a2a;
  margin-top: -35px;
  float: right;
}
.more_btn:hover {
  color: #fff;
  background-color: #2a2a2a;
}
#product .left-images img{
  width: auto;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.topsell_element .owl-nav{
  top: 180px;
}
.warenkorb_panel .element-item{
  margin-bottom: 25px;
}
#product #product_detail_img{
  max-height: fit-content;
}
.header-area .main-nav .nav{
  margin-right: 70px;
}
#product .right-content h4{
  padding-top: 20px;
}
#showFoundList{
  width: 100%;
}
#showFoundList #no-results{
  background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
}
#showFoundList #myUL a{
  border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
}
#myUL li a:hover:not(.header) {
  background-color: #eee;
}
.hidden {
  /* new ruleset for hiding elements */
  display: none;
}
.quantity-content{
  display: flex;
  align-items: center;
  padding-bottom: 0px;
  border-bottom: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header-area .main-nav .nav li.submenu:after {
    right: 15px;
  }
  .topsell_element .item .down-content ul.variant li{
    flex-basis: calc(20% - 8px);
  }
  .variant_btn img{
    width: 80px;
    height: 80px;
  }
  header{
    border-bottom: none !important;
    background-color: #fff;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
@media (max-width: 870px) {
  .topsell_element .owl-nav .owl-prev{
    left: 0px;
  }
  .topsell_element .owl-nav .owl-next{
    right: 0px;
  }
  .topsell_element .owl-nav .owl-prev:before, .topsell_element .owl-nav .owl-next:before{
    background-color: white;
  }
}
.total .main-border-button h3{
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .header-area .main-nav .logo{
    margin-left: 0;
    float: none;
  }
  .header-area .main-nav .menu-trigger{
    left: 15px;
  }
  .header-area.header-sticky .nav{
    position: fixed;
    margin-top: 0px !important;
    left: 0px;
    right: 0px;
  }
  .total .main-border-button{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid grey;
    z-index: 20;
  }
  .total .main-border-button h3{
    float: left;
  }
  .section-heading h2{
    font-size: 7vw;
  }
  .more_btn{
    margin-top: -25px;
  }
  .topsell_element .item .down-content h4{
    font-size: 6vw;
  }
  .variant_btn img{
    width: 50px;
    height: 50px;
  }
  .header-area .main-nav .nav{
    margin-right: 60px;
  }
}

.quantity .input-text.qty{
  min-width: 70px;
}
#pwd{
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#pwd[type="text"]{
  background-image: url("../images/eye-show.svg");
}
#pwd[type="password"]{
  background-image: url("../images/eye-hide.svg");
}
#toggle-password{
  position: absolute;
    right: 10px;
    opacity: 0;
    width: 70px;
}