@charset "utf-8";
@import url("reset.css");

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2");
  src: local("Inter SemiBold"), local("Inter-SemiBold"),
    url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2");
  src: local("Inter Regular"), local("Inter-Regular"),
    url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2");
  src: local("Inter Bold"), local("Inter-Bold"),
    url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2");
  src: local("Inter Medium"), local("Inter-Medium"),
    url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local("Inter Black"), local("Inter-Black"),
    url("../fonts/Inter-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

/*--------------------------------BODY----------------------*/
html {
  height: 100%;
}

body {
  background: #fff;
  font: 500 16px/20px "Inter", sans-serif;
  color: #193762;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}

.main {
  overflow: hidden;
  min-height: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.container,
.site-main {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

.container--xl {
  max-width: 1280px;
}

.container--sm {
  max-width: 1159px;
}

.container--simple {
  max-width: 1378px;
  padding-bottom: 193px;
}

.container--simple-content {
  max-width: 1079px;
}

.hidden {
  display: none;
}

.cnt {
  text-align: center;
}

.clear {
  clear: both;
}

* {
  box-sizing: border-box;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-selected--register {
  padding: 10px 16px;
  margin-top: 8px;
  height: 41px;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif !important;
  display: flex;
  align-items: center;
  color: #183762 !important;
}

.select-selected--register::after {
  top: 22px !important;
}


/*-----------------------------FONT-----------------------*/
a,
img {
  outline: none;
}

a:focus {
  outline: none;
}

a {
  color: #052a44;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*-----------------------------HEADER-----------------------*/
.header {
  position: relative;
  z-index: 10;
}

.header_body {
  display: flex;
  height: 76px;
  padding: 38px 0px 0px;
  padding-top:0;
}

.logo {
  transition: all 0.2s linear;
  /* min-width: 220px; */
  max-width: 220px;
}

.footer_logo img {
  max-width: 190px;
}

.footer_info li {
  padding-bottom: 5px;
  font-size: 14px;
  display: flex;
  column-gap: 5px;
  align-items: center;
  color: #fff;
  opacity: .7;
}

.footer_info-header {
  display:block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}

.footer_logo .logo img {
  height: fit-content !important;
}

.logo img {
  width: 169px;
}

.logo:hover {
  opacity: 0.7;
}

.card {
  font: 500 16px/16px "Inter", Arial, Helvetica, sans-serif;
  transition: all 0.2s linear;
  margin-left: 25px;
}

.card span {
  padding-left: 4px;
}

.card:hover {
  color: #e83b3b;
}

.card path {
  transition: all 0.2s linear;
}

.card:hover path {
  fill: #e83b3b;
}

.header_link {
  column-gap: 33px;
}

.header_link .fa.fa-gavel {
  color: #052a44;
}

.header_link-item--bold {
  color: #FFFFFF;
  background-color: rgba(232, 58, 58, 1);
  border-radius: 25px;
  padding: 13px 23px 14px;
  margin-right: -15px;
}

@media screen and (max-width: 1260px) and (min-width: 1200px) {
  .header_link-item--bold{
    margin-right: 0;
 
   }
   .header_link{
    padding-left: 50px;
   }
 }


@media screen and (max-width: 1200px) {
 .header_link-item--bold{
    display: none;

  }
}
@media screen and (max-width: 1439px) and (min-width:1315px) {
  .header .container{
    padding: 0;
  }
}



.header_link-item--bold:hover{
  /* background-color: #183762; */
}

.login_header{
  min-width: 405px!important;
}

.header_link a {
  transition: all 0.2s linear;
  font: 500 22px/24px "Inter", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 16px;
}

.header_link a:hover {
  color: #e83b3b;
}

.btn,
input[type="submit"].wpcf7-submit,
.woocommerce button.button,
input.button.button-primary.yith-wcact-watchlist {
  background: #193762;
  font: 700 16px/16px "Inter", Arial, Helvetica, sans-serif;
  padding: 14px 44px;
  text-align: center;
  color: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
  display: inline-block;
  border-radius: 24px;
}


.yith-finished  {
  cursor: not-allowed;
}

.yith-finished .product-thumbnail img,.yith-finished .yith-wcact-my-account-image,.yith-finished .my-auction-list-index-product-infos, .yith-finished  .button {
  filter: grayscale(1);
  pointer-events: none;
}

.yith-finished .product-thumbnail, .yith-finished .product-name {
  pointer-events: none;
}

.yith-wcact-title, .yith-wcact-date {
  color: #183762CC;
  font-size: 14px;
  font-weight: 500;
}

.yith-wcact-enddate {
  margin-top: 4px;
}

.wishlist-items-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.wishlist-items-wrapper .product-main-info {
  display: flex;
  column-gap: 40px;
  margin-right: 58px;
}

.wishlist-title-container {
  margin-bottom: 27px;
}

.shop_table-control {
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 24px;
  cursor: pointer;
  border-radius: 4px;
  padding: 2px 4px;
  transition: all .5s ease-in-out;
}

.shop_table-control[data-type="winning"] {
  border: 1px solid #183762;
  color: #183762;
}

.shop_table-control[data-type="winning"]:hover {
    color: #183762;
    background: #fff;
    border: 1px solid #183762;
}

.shop_table-control--active[data-type="winning"] {
  color: #fff;
  background-color: #183762;
}

.shop_table-control[data-type="losing"] {
    border: 1px solid #e83b3b;
    color: #e83b3b;
}

.shop_table-control[data-type="losing"]:hover {
    color: #e83b3b;
    background: #fff;
    border: 1px solid #e83b3b;
}

.shop_table-control--active[data-type="losing"] {
    color: #fff;
    background-color: #e83b3b;
}

.shop_table-control:hover {
  color:rgb(25, 55, 98);
  transition: all 0.4s linear;
}

.shop_table-tab {
  display: none;
}

.shop_table-tab.active {
  display: flex;
}

.yith-wcact-my-auctions-list-index-container-header {
  margin-bottom: 37px !important;
}

.wishlist-items-wrapper .auction-card__endtime-item, .wishlist-items-wrapper .auction-card__enddate {
  font-size: 14px;
  font-weight: 700;
  color: #183762;
}

.auction-card__info {
  margin-top: auto;
}

.woocommerce table.shop_table { 
  border: none;
}
.yith-wcwl-card  {
  display: flex;
  border: 2px solid #E9EBEF;
  border-radius: 15px;
  padding: 13px 12px;
  justify-content: space-between;
}

.auction-card__title--mobile {
  display: none;
}

.wishlist-items-wrapper .yith-wcwl-card:first-of-type .auction-card__endtime-item {
  color: #e83b3b
}

.wishlist-items-wrapper .product-add-to-cart, .wishlist-items-wrapper .product-remove {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wishlist-items-wrapper .product-basement {
  max-width: 209px;
}

.yith-wcwl-card img {
  width: 83px;
  height: 83px;
  max-width: 83px !important;
  object-fit: cover;
  border-radius: 5px;
}

.btn:hover,
input[type="submit"].wpcf7-submit:hover,
.woocommerce button.button:hover,
input.button.button-primary.yith-wcact-watchlist:hover {
  background: #e83b3b;
  color: #fff;
}

.header_right .btn {
  padding: 14px 40px;
}


.entry-header {
  margin-top: 80px;
}

.faq-page {
  margin-top: 96px;
}

/*------------------------------menu------------------------*/
.nav {
  position: relative;
  transition: all 0.2s linear;
}

.nav ul {}

.nav ul li {
  padding: 0 15px;
}

.nav ul li:first-child {
  padding-left: 0;
}

.nav li a {
  color: #052a44;
  display: block;
  font: 500 16px/16px "Inter", Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all 0.2s linear;
}

.nav li.active a,
.nav li a:hover {
  color: #e83b3b;
}

.nav_open {
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  z-index: 10;
  /* display: none; */
}

.nav_open span {
  background: #fff;
  height: 3px;
  width: 45px;
  margin-top: 5px;
  display: block;
  transition: all 0.2s linear;
}

.nav_open span:first-child {
  margin-top: 0;
}

.nav_open.active span {
  transform: rotate(45deg);
  margin-top: 0px;
  background: #fff;
}

.nav_open.active span+span {
  transform: rotate(0deg);
  margin-top: 0px;
  visibility: hidden;
}

.nav_open.active span+span {
  transform: rotate(-45deg);
  margin-top: -4px;
  visibility: visible;
}

/*-------------------------section_top-------------------------*/
.section_top .container {
  display: flex;
  border-radius: 22px;
  position: relative;
  border: none;
  margin: 53px auto 70px;
  padding: 0px;
  margin-top: 5px;
}

.top_background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.top_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:22px;
}

.top_background-mobile {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: none;
}

.section_intro-title {
  padding: 59px 38px 0px 42px;
}

.section_intro-title h1{
  font: 700 66px/80px "Inter", Arial, Helvetica, sans-serif;
  padding: 22px 38px 35px 27px;
}

.section_intro-title-wrapper span {
  color: #e83b3b;
}

.section_intro-title-wrapper {
  background: white;
  color: #183762;
  max-width: 595px;
  border-radius: 9px;
}

.section_intro {
  margin-bottom: 30px;
  margin: 0px 31px 93px;
  border-radius: 28px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_intro-content {
  background-repeat: no-repeat;
  background-position: right;
}

.top_body {
  background-color: #FFFFFF;
  max-width: 553px;
  border-radius: 9px;
  padding: 22px 66px 22px 27px;
  margin: 38px 40px 37px;
}

.top_body-controls {
  margin-top: 53px;
}

.top_body-button {
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 22px;
  color: #F4F5F7;
  max-width: 283px;
  width: 100%;
}

.top_body h1 {
  font: 700 66px/80px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 38px;
}

.top_body h1 span {
  color: #e83b3b;
}

.top_body h6 {
  font: 700 24px/24px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
}

.top_body h6 span {
  color: #e83b3b;
}

.top_body p {
  font: 500 22px/27px "Inter", Arial, Helvetica, sans-serif;
  max-width: 460px;
  color: #183762CC;
}

.section_category {
  padding: 48px 0px 12px 0px;
  width: 100%;
  overflow: hidden;
}

.section_content img {
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
}

.section_content h1 {
  font: 700 44px/53px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.section_content h2 {
  font: 700 36px/43px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.section_content h3 {
  font: 700 24px/29px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.section_content h4 {
  font: 700 20px/24px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.section_content h5 {
  font: 700 18px/22px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.section_content h6 {
  font: 700 16px/20px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.section_content ul li {
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  color: #183762CC;
}

.section_content ul {
  list-style: circle;
  padding-left: 20px;
}

.section_content p {
  font: 500 15px/27px "Inter", Arial, Helvetica, sans-serif;
  color: #183762CC;
  margin-bottom: 15px;
}

.section_content {
  margin-bottom: 30px;
}


.container--simple-content h2 {
  font: 700 14px/19px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  color: #183762;
}

.container--simple-content h2:not(:first-of-type) {
  margin-top: 16px;
}

.container--simple-content p {
  color:#183762CC;
  font: 400 14px/17px "Inter", Arial, Helvetica, sans-serif;
}

.container--simple-content a {
  text-decoration: underline;
  color: #183762CC;
}

.container--simple-content ul {
  list-style: disc;
}


.container--simple-content  .section_content  ul li {
  font: 400 14px/17px "Inter", Arial, Helvetica, sans-serif;
}

.container--simple-content  .section_content  ul li::marker {
 color: #183762CC;
}



.container-form {
  margin-top: 139px;
  background: rgba(232, 235, 239, 1);
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-radius: 13px;
  margin-bottom: 80px;
}

.container-form .form_row{
  width: 47%;
  margin-bottom: 30px;
}

.container-form .container-fields{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}

.container-form .form-title{
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}

.container-form .container-fields{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}

.container-form .wpcf7 input[type="text"],.container-form .wpcf7 input[type="tel"] ,.container-form .wpcf7 input[type="email"],.container-form .wpcf7 input[type="date"] {
  height: 40px;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border: none;
}

.container-form .wpcf7 input[type="checkbox"]{
  height: 19px;
  max-width: 19px;
  border: none;
  border-radius: 3px;
  background: #F4F5F7;
  cursor: pointer;
  width: 19px;
}
.container-form .wpcf7-list-item.first{
  margin-left: 0;
}

.container-form .wpcf7-form-control-wrap{
  margin-top:10px;
}

.container-form .checkbox-row span{
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #183762CC;
}

.container-form .checkbox-row  .wpcf7-list-item.first {
  margin-right: 10px;
}

.container-form .form_row_full{
  width: 100%;
}

.container-form .form_submit p {
  display: flex;
}

.container-form .form_submit input {
  border:none;
  padding: 10px 0px 9px;
}


.container-form .note-top{
  margin-top: 30px;
  font-size: 15px;
}

.container-form .note{
  font-size: 15px;
}

.container-form .wpcf7 input[type="submit"]{
  width: 264px;
  height: 40px;
  border-radius: 25.5px;
  background: rgba(232, 58, 58, 1);
  margin: auto;
  color: white;
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: pointer;
}

.container-form .form_row_full textarea {
  background-color: #FFFFFF;
  border-radius: 25px;
  color:rgb(25, 55, 98);
  padding: 10px 15px;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  height: 242px;
  margin-top: 6px;
}

.container--simple-content .form_row p,.container--simple-content .form_row_full p {
  margin-top: 10px;
  font-weight: 500;
  color: #183762;
  font-size: 14px;
}

.container--simple-content .form_row_full p {
  font-weight: 700;
}

.container--simple-content .form_row span {
  display: flex;
}

.section_category_inner {
  padding: 0px 0px 0px 0px;
  width: 100%;
  overflow: hidden;
}

.ul_cat li {
  width: 141px;
  height: 118px;
  text-align: center;
  border-radius: 12px;
  background: #e8ebef;
}

.ul_cat li a {
  display: block;
  padding-top: 24px;
  height: 100%;
  font: 600 16px/20px "Inter", Arial, Helvetica, sans-serif;
  transition: all 0.2s linear;
}

.ul_cat li a:hover {
  color: #e83b3b;
}

.ul_cat li a path {
  transition: all 0.2s linear;
}

.ul_cat li a:hover path {
  fill: #e83b3b;
}

.ul_cat li span {
  display: block;
  padding-top: 16px;
}

.section_new {
  background: rgba(25, 55, 98, 0.05);
  padding: 54px 0px;
}

.section_new.home_cat {
  padding: 79px 0px 70px;
}

.new_top {
  padding-bottom: 54px;
}

.new_top-counter {
  color: #183762CC;
  font: 500 22px/27px "Inter", Arial, Helvetica, sans-serif;
}

.new_top.flex,
.new_top .flex {
  align-items: end;
}

.new_top .flex span {
  padding-bottom: 4px;
  font-size: 20px;
}

.new_top h2 {
  font: 700 44px/53px "Inter", Arial, Helvetica, sans-serif;
}

.sortierung {
  font-size: 16px;
  padding-bottom: 3px;
}

.all_tovar {
  flex-wrap: wrap;
}

.tovar {
  width: 23.5%;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.tovar img {
  width: 100%;
}

.tovar h3 {
  font: 600 18px/18px "Inter", Arial, Helvetica, sans-serif;
  padding: 16px 16px 10px;
}

.validation--failed {
  border: 1px solid #e83b3b !important;
  color: #e83b3b;
}

.agb--failed {
  color: #e83b3b !important;
  text-decoration: underline;
}


.tovar h3 a {
  color: #193762;
  transition: all 0.2s linear;
}

.tovar h3:hover a {
  color: #e83b3b;
}

.tovar_head-intro {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tovar_head-intro .not-logged {
  opacity: .7;
  cursor: pointer;
}

.tovar_head-intro .not-logged:hover {
  opacity: 1;
}

.tovar_pic {
  display: block;
  overflow: hidden;
}

.tovar_row {
  padding: 19px 0px 30px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-left: 40px;
}

.tovar_row span {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.tovar_row span:first-of-type {
  font-weight: 600;
}

#bidInputTipUniqal {
  margin-left: 40px;
}

.wpfLoaderLayout, .yith_wcact_reserve_and_overtime, .yith-wcact-overbidmode,.yith-wcact-manual-bid-increment{
  display: none !important;
}

.yith-wcact-auctions-status a {
  display: none !important;
}

.product-help {
  text-align: right;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  color: #e83b3b;
  background-color: transparent;
  margin-left: 30px;
  border:none;
  cursor: pointer;
}

#popup-hilfe-close {
  cursor: pointer;
}

.tovar_pic img {
  transition: all 0.2s linear;
  vertical-align: middle;
}

.tovar_pic:hover img {
  transform: scale(1.1);
}

.tovar_id--start-price {
  margin-top: 20px;
}

.tovar_id--current {
  display: flex;
}

.tovar_id--current .tovar_label,
.aktuelles_gebot .tovar_label,
.tovar_id--current .tovar_value {
  color: #183762;
  width: fit-content;
  opacity: 1;
}

.tovar_id--current .tovar_value {
  margin-left: 16px;
  color: #e83b3b;
}

.tovar .flex {
  padding: 0 16px 16px;
}

.tovar .flex span:first-child {
  opacity: 0.64;
}

.tovar .flex .span_price {
  opacity: 1;
  color: #e83b3b;
  font-weight: 600;
}

.add_card,
.add_to_cart_button {
  display: inline-block !important;
  background: #e83b3b !important;
  color: #fff !important;
  font: 700 14px/16px "Inter", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  padding: 10px 5px !important;
  border-radius: 18px !important;
  transition: all 0.2s linear;
  margin-left: 16px !important;
  width: 100%;
}

.wishlist-items-wrapper .product-add-to-cart a {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #183762 !important;
  background-color: transparent !important;
}

.auction-content {
  display: flex;
  column-gap: 45px;
  justify-content: flex-start;
}

.auction-content--centred {
  justify-content: center;
}

.auction-header .auction__card, .auction-header .auction__map {
  flex:1;
}

.auction-header .auction__map {
  border-radius: 18px;
  width: fit-content;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  max-width: 557px;
  border: 2px solid #E8EBEF;
}

.auction-header .auction__map iframe {
  width: 100%;
  filter: grayscale(1);
  height: 100%;
  top: 0px;
  position: absolute;
}

.add_card:hover,
.add_to_cart_button:hover {
  background: #193762 !important;
}

.tovar_btn {
  text-align: center;
  padding-top: 32px;
}

.auctions_soon {
  background: #fff;
  padding: 120px 0;
}

.auctions_soon .tovar {
  border: 1px solid rgba(25, 55, 98, 0.12);
}

.section_slider {
  padding-bottom: 120px;
}

.slider_body {
  padding: 56px 88px 192px;
  margin: 0 -88px;
  background: #193762;
  border-radius: 32px;
  overflow: hidden;
}

.slider_body h3 {
  font: 600 14px/14px "Inter", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e83b3b;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.slider_body h3 span {
  padding-left: 8px;
}

.slider_item img {
  border-radius: 16px;
  overflow: hidden;
  vertical-align: middle;
}

.slider_item a {
  display: block;
  height: 100%;
  position: relative;
}

.slider_item a span {
  display: flex;
  position: absolute;
  width: 64px;
  height: 64px;
  background: #e83b3b;
  border-radius: 50%;
  top: 32px;
  right: 32px;
  justify-content: center;
  align-items: center;
}

.slider_item a h4 {
  position: absolute;
  left: 32px;
  bottom: 32px;
  font: 500 32px/36px "Inter", Arial, Helvetica, sans-serif;
  color: #fff;
  transition: all 0.2s linear;
}

.slider_item a:hover h4 {
  color: #e83b3b;
}

/*-----------------------------FOOTER-----------------------*/

.footer {
  background: #193762;
  color: #fff;
  overflow: hidden;
  padding: 60px 0 0px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer_bottom-links .social {
  display: none;
}

.footer_body {
  align-items: flex-start;
  padding-bottom: 34px;
}

.footer_logo p {
  max-width: 292px;
  font-size: 14px;
  letter-spacing: 1%;
  margin-top: 30px;
  opacity: 0.7;
}

.footer_body h3 {
  margin-bottom: 18px;
  font: 600 16px/20px "Inter", Arial, Helvetica, sans-serif;
}

.footer_body ul li a {
  font: 500 16px/16px "Inter", Arial, Helvetica, sans-serif;
  color: #fff;
  opacity: 0.7;
  transition: all 0.2s linear;
  display: block;
  margin-bottom: 16px;
}

.footer_info-link {
  margin-bottom: 0px !important;
}

.footer_body ul li a:hover {
  opacity: 1;
}

.footer_form {
  max-width: 395px;
}

.footer_form p {
  opacity: 0.7;
  margin-bottom: 24px;
}

.footer_form form {
  display: flex;
  justify-content: space-between;
}

.footer_form input[type="email"] {
  border: none;
  width: 267px;
  position: relative;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  color: #000;
  padding: 10px 20px;
  display: block;
  margin: 0 0px 0px;
  text-align: left;
  transition: all 0.2s linear;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}

.footer_form input[type="submit"] {
  background: #e83b3b;
  font: 500 16px/16px "Inter", Arial, Helvetica, sans-serif;
  padding: 12px 0px;
  text-align: center;
  color: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
  display: block;
  margin: 0;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  width: 120px;
  margin-top: 20px;
  height: fit-content;
}

.footer_form input[type="submit"]:hover {
  background: #fff;
  color: #e83b3b;
}

.social {
  padding-top: 56px;
}

.social a {
  opacity: 0.7;
  transition: all 0.2s linear;
  margin-right: 8px;
}

.social a:hover {
  opacity: 1;
}

.footer_bottom {
  padding: 36px 0;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  opacity: 0.7;
}

.footer_bottom-links a {
  transition: all 0.2s linear;
  color: #fff;
  margin-left: 24px;
}

.footer_bottom p a:hover {
  opacity: 1;
}

.basis {
  color: #fff;
  font: 900 12px/20px "Inter", Arial, Helvetica, sans-serif;
}

.basis span {
  font-weight: 500;
  opacity: 0.7;
  transition: all 0.2s linear;
}

.basis:hover span {
  opacity: 1;
}

.wishlist_table .product-add-to-cart a.button {
  padding: 6px 11px !important;
  font-size: 13px !important;
}

.my-auction-list-index-product {
  width: auto;
  display: flex;
}

/*-------------------------------form---------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: none;
  width: 100%;
  position: relative;
  font: normal 10px/20px "Inter", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0 10px 0px;
  display: block;
  margin: 0 0px 10px;
  text-align: left;
  transition: all 0.2s linear;
  box-sizing: border-box;
  border-radius: 0px;
  background: none;
  ;
}


input[type="password"] {
  background-color: #fff;
  border: 1px solid transparent;
  color: #193762;
  padding: 10px 16px;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  border-radius: 20px;
}

.form-row {
  flex-direction: column;
  display: flex;
}

.form {
  display: flex;
  column-gap: 55px;
}

.form-block {
  padding: 70px 110px 70px;
  background-color: #E8EBEF;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 35px;
  grid-column-gap: 80px;
}

.form-final {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  justify-content: center;
}

.form-final button[type="submit"] {
  margin: 31px auto 0px !important;
}

.form-block--final {
  padding: 47px 0x 49px;
}

.form .lost_password a {
  color: #E83A3A;
  font-size: 14px;
  font-weight: 500;
}

.form-login {
  max-width: 555px;
  padding: 17px 25px 23px;
  border-radius: 12px;
}

.form-login--gray {
  background-color: #E8EBEF;
}

.form-login label {
  font-size: 14px;
  font-weight: 500;
}

.form-login--centred {
  margin: 0 auto;
  padding: 23px 0px;
  margin-bottom: 114px;
  max-width: 1252px;
}

.form-login--centred .clear {
  margin-top: 41px;
  font-size: 14px;
  font-weight: 500;
  color: #183762CC;
}

.form-login--centred form label {
  font-size: 14px;
  font-weight: 500;
  color: #183762;
}

.form-login--centred .clear a {
  color: #183762CC;
}

.form-row .checkbox {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #183762CC;
}

.form-login--centred form {
  display: flex;
  flex-direction: column;
  row-gap: 53px;
}

.form-login--centred .form-title,
.form-login--centred .form-description {
  text-align: center;
}

.form-login--centred .form-description {
  margin-bottom: 65px;
  margin-top: 22px;
}


.form-card {
  max-width: 549px;
  background-color: #E8EBEF;
  padding: 17px 26px 33px;
  border-radius: 12px;
  height: fit-content;
}

.form-card__button {
  display: flex;
}

.form-footer {
  margin: 143px 0px 170px;
  background-color: #E8EBEF;
  border-radius: 18px;
  padding: 31px 38px 57px;
}

.form-footer__intro {
  padding-bottom: 22px;
  margin-bottom: 12px;
  border-bottom: 1px solid #425B7E33;
}

.form-footer__content {
  display: flex;
  column-gap: 113px;
}

.form-footer__card-title {
  display: block;
  font-size: 14px;
  color: #183762;
  font-weight: 600;
  margin-bottom: 13px;
}

.form-footer__intro h2 {
  font-size: 22px;
  font-weight: 700;
  color: #183762;
}

.form-title h2,
.form-card__title h2 {
  color: #183762;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 22px;
}

.form-footer__card-description a {
  text-decoration: underline;
  color: #183762CC;
}

.form-description,
.form-card__description,
.form-footer__card-description {
  color: #183762CC;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 21px;
}

@media (max-width:576px) {

  .entry-header {
    margin-top: 60px;
  }

  .header_body {
    height: 76px;
    padding: 19px 0px 0px;
  }

  .form {
    flex-direction: column;
    row-gap: 45px;
  }

  .form-login,
  .form-card {
    max-width: 100%;
  }

  .form-footer {
    margin: 46px 0px 67px;
  }

  .login-intro--register {
    display: flex;
  }

  .form-footer__content {
    flex-direction: column;
    row-gap: 28px;
  }

  .form-footer__card-description {
    margin-bottom: 0px;
  }
}

.woocommerce-form__label-for-checkbox,.woocommerce-privacy-policy-text {
  display: none;
}

.form-login input {
  margin-top: 6px;
  width: 100%;
}

input[type="checkbox"] {
  width: 19px;
  min-width: 19px;
  margin-right: 8px;
  margin-top: 0px;
  height: 19px;
  max-width: 19px;
  border: none;
  border-radius: 3px;
  background: #F4F5F7;
  cursor: pointer;
}

input[type="email"],
input[type="tel"] {
  background: #fff;
  border-radius: 25px;
  color: rgb(25, 55, 98);
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  padding: 10px 16px;
}

.form-login button[type="submit"],
.form-card__button a {
  font-family: 'Inter', sans-serif;
  background-color: #E83A3A;
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 12px 0px 9px;
  font-size: 14px;
  max-width: 264px;
  width: 100%;
  margin: 31px auto 21px;
  border-radius: 25px;
  border: none;
}

.login-intro {
  margin: 96px 0px 52px;
}

.login-intro__title {
  font-family: 'Inter', sans-serif;
  font-size: 44px;
  line-height: 53px;
  font-weight: 700;
  color: #183762;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: none;
}

textarea {
  resize: none;
  height: 77px;
  margin-bottom: 40px;
}

input[type="submit"] {
  background: #193762;
  font: 700 16px/16px "Lato", Arial, Helvetica, sans-serif;
  padding: 16px 44px;
  text-align: center;
  color: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
  display: inline-block;
  border-radius: 24px;
}

input[type="submit"]:hover {
  background: #E83B3B;
}

.wpcf7-spinner {
  display: none !important;
}

::-webkit-input-placeholder {
  color: #183762;
  transition: opacity 0.3s ease;
}

::-moz-placeholder {
  color: #183762;
  transition: opacity 0.3s ease;
}

:-moz-placeholder {
  color: #183762;
  transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
  color: #183762;
  transition: opacity 0.3s ease;
}
.popup_menu_bottom{
  margin-top: auto;
  margin-bottom: 20px;
}

/*--------------------nav_mobil-------------------*/
.nav_mobil {
  position: fixed;
  top: -220vh;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 100;
  background: #18376252;
  backdrop-filter: blur(4px);
  transition: all 0.3s linear;
  z-index: 9999;
}

.nav_mobil-container {
  padding: 31px 20px 0px;
  background: #193762;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.nav_mobil.active {
  top: 0vh;
}

.nav_mobil ul {
  padding-top: 30px;
  padding-bottom: 79px;
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.popup_container{
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: scroll;
}

@media screen and (max-width:1230px) {
  .popup_container{
    width: 100%;
  }

  .popup_container .logo{
    margin: 0;
  }
  .popup_container .mobil_header{
    justify-content: space-between;
  }
}

.nav_mobil ul a {
  font: 700 19px/23px "Inter", Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
}
.mobil_header path{
  fill: white;
}
.nav_mobil ul a:hover{
  opacity: 0.5;
}
.nav_mobil .card {
  display: flex;
  margin-left: 0px;
  color: #fff;
  justify-content: flex-start;
  font-size: 24px;
}

.nav_mobil .btn {
  position: absolute;
  left: 20px;
  right: 20px;
  /*bottom: 140px;*/
  background: #e83b3b;
}

.mobil_search {
  margin-top: 29px;
}

.mobil_search .search-form, .mobil_search .probox {
  max-width: 234px;
  margin: 0 auto;
}

.mobil_search .search-form__input::placeholder {
  color: #183762 !important;
}

/*-----------------------------woo-------------------------*/
.product-head .product-image .images {
  overflow: hidden;
  width: 100% !important;
  max-width: 558px;
}

.yith-wcact-aution-badge {
  display: none !important;
}

.woocommerce-Price-currencySymbol {
  padding-right: 4px;
}

.product .auction_end_start {
  display: none;
}

.product-head {
  margin-top: 45px;
  display: flex;
  column-gap: 44px;
}

.product-head_main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 558px;
}

.product-image{
  display: flex;
  width: 100%;
  max-width: 558px;
}

.woocommerce ul.products li.product .price {
  /*float: right;*/
  color: #e83b3b;
  font-weight: 600;
  /*padding-right: 16px;*/
  font-size: 0;
  position: absolute;
  margin: -48px 16px 0px 150px;
}

@media (max-width: 480px) {
  .woocommerce ul.products li.product .price {
    margin: -37px 16px 0px 110px;
    font-size: 0;

  }
}

.woocommerce ul.products li.product .price .amount {
  font: 600 16px/20px "Inter", Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {

  .woocommerce ul.products li.product .price .amount {
    font: 600 13px/13px "Inter", Arial, Helvetica, sans-serif;
  }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: grid;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 16px;
  margin: 0 2.6% 40px 0;
  margin-bottom: 40px;
  border: 1px solid rgba(25, 55, 98, 0.12);
  width: 23.05%;
  height: 420px;
  align-content: space-between;
}

@media (max-width: 480px) {

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    height: 360px;
  }
}

@media (min-width: 1200px) {

  .woocommerce-page ul.products li.product {
    height: 550px;
  }
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: 600 18px/18px "Inter", Arial, Helvetica, sans-serif;
  padding: 16px 16px 10px;
  max-width: 150px;
}

@media (max-width: 480px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font: 600 13px/13px "Inter", Arial, Helvetica, sans-serif;
  }
}

.woocommerce ul.products li.product a {
  color: #193762;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover {
  color: #e83b3b;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover img {
  transform: scale(1.1);
}

.tovar_pic {
  overflow: hidden;
}

li.product .yith-wcact-timeleft-loop {
  margin-left: 16px;
  opacity: 0.64;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  color: #193762;
}

li.product .yith-wcact-timeleft:before {
  content: ":";
}

li.product .yith-wcact-timeleft:first-child:before {
  content: "";
}

.woocommerce ul.products li.product .button {
  margin-top: 16px;
  margin-right: auto !important;
  margin-left: auto !important;
  display: inline-block !important;
  font: 700 16px/16px "Inter", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  padding: 10px 24px !important;
  border-radius: 18px !important;
  transition: all 0.2s linear;
  /*margin-left: 16px !important;*/
  width: 80%;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin-bottom: 0;
  padding-top: 25px;
  clear: both;
}

.woo-page h1 {
  font: 700 40px/40px "Inter", Arial, Helvetica, sans-serif;
  padding-right: 24px;
  padding-bottom: 24px;
  /*float:left;*/
  margin: 0;
}

.woo-page.my-account {
  margin-top: 96px;
  margin-bottom: 30px;
}

.woo-page .woocommerce-notices-wrapper {
  max-width: 1260px;
  margin: 20px auto;
}

.woocommerce .woocommerce-result-count {
  margin: 14px 0 0px;
  font: 500 20px/20px "Inter", Arial, Helvetica, sans-serif;
  color: #193762;
}

.woocommerce .woocommerce-ordering select {
  font: 500 16px/16px "Inter", Arial, Helvetica, sans-serif;
  color: #193762;
  border: none;
  /* margin-top: 15px; */
  margin-top: 4px;
  max-width: 320px;
}

.woocommerce-message {
  border-top-color: #193762;
}

.woocommerce-message::before {
  color: #193762;
}

.woocommerce div.product .product_title {
  float: none;
}

.woocommerce div.product form.cart .button#yith-wcact-auction-add-to-cart-button,
.wc-tabs {
  display: none;
}

.woocommerce-Tabs-panel {
  flex: 1;
}

.woocommerce-Tabs-panel--description {
  display: block !important;
}

.wc-tabs-wrapper {
  display: flex;
  background-color: #F4F5F7;
  flex-flow: column;
  flex-direction: column-reverse;
  padding-top: 85px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--yith-wcact-bid-tab {
  background: #E8EBEF;
  border-radius: 18px;
  padding: 31px 38px;
  color: #20365f;
  order: 1;
  display: block !important;
}

.woocommerce-Tabs-panel--yith-wcact-bid-tab h2 {
  color: #193762;
  font: 700 32px/32px "Inter", Arial, Helvetica, sans-serif;
  /*margin-bottom:24px;*/
}

.ywcact-list-bids-table td {
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  color: #193762;
  border-top: 1px solid rgba(25, 55, 98, 0.12);
  padding: 12px 0;
}

.ywcact-list-bids-table td.toptable {
  font: 600 16px/20px "Inter", Arial, Helvetica, sans-serif;
  color: #20365f;
  border-top: none;
}

.related {
  padding-top: 80px;
  background-color: #F4F5F7;
}

.related.products .auction-card,
.ywcps-slider .auction-card,
.home .auction-card {
  border: 1px solid rgba(25, 55, 98, 0.05);
}

.related-title {
  font: 700 44px/53px "Inter", Arial, Helvetica, sans-serif !important;
  margin-bottom: 44px;
  text-align: center;
  color: #183762;
}

.woocommerce-product-gallery__image {
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 766px) {
  .woocommerce-product-gallery__image {
    border-radius: 16px;
    border: 5px solid;
    border-color: #fff;
  }
}

.attachment-shop_thumbnail {
  border-radius: 12px;
}

.section_watched {
  padding: 120px 0 80px;
  background-color: #F4F5F7;
}

.section_watched h2 {
  font: 700 40px/40px "Inter", Arial, Helvetica, sans-serif;
  padding-bottom: 15px;
}

.home_cat .products li+li+li+li+li+li+li+li+li {
  display: none;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0;
}

.woocommerce-MyAccount-content, 
.woocommerce-MyAccount-content .woocommerce-Address {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.woocommerce-Address-title h3 {
  margin-bottom: 5px;
}

.woocommerce-MyAccount-content a:not(.shop_table a, .wishlist-items-wrapper .product-name a) {
  text-decoration: underline;
  color: #e83b3b;
}


.wishlist-items-wrapper .product-name a, .wishlist-items-wrapper .product-price {
  font-size: 16px;
  font-weight: 700;
  color: #183762;
}

.wishlist-items-wrapper .product-name a:hover {
  color: #e83b3b;
  cursor: pointer;
}

.wishlist-items-wrapper .auction-card__enddate {
  margin-top: 14px;
}

.wishlist-items-wrapper .product-thumbnail {
  max-width: 83px;
  width: 100%;
}

.wishlist-items-wrapper .product-price-val {
  margin-top: 15px;
  text-align: center;
  color: #183762CC;
  font-size: 14px;
  font-weight: 700;
}

.wishlist-items-wrapper .product-intro {
  display: flex;
  column-gap: 23px;
}

.yith_wcwl_wishlist_footer,.yith-wcact-auctions-status .auction_pay_order,.ywcact-other-auction__heading, .ywcact-other-auctions-container {
  display: none !important;
}

.heateor_sss_sharing_container{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content address {
  line-height: 25px;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #fff;
  font: 700 16px/30px "Inter", Arial, Helvetica, sans-serif;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #193762;
  padding: 0;
  transition: all 0.2s linear;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
  background: #e83b3b;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 32px;
  color: #193762;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #193762;
  opacity: 0.7;
  transition: all 0.2s linear;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  opacity: 1;
}

.woocommerce div.product .product_title {
  display: none;
}

.woo-page .tovar_head h1 {
  font: 700 22px/26px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
  padding-bottom: 0px;
  float: none;
  color: #183762;
}

@media (max-width: 480px) {
  .woo-page .tovar_head h1 {
    font: 700 24px/28px "Inter", Arial, Helvetica, sans-serif;
  }
}

.tovar_id {
  margin-bottom: 6px;
}

.tovar_id div {
  display: inline;
  opacity: 0.7;
}

.tovar_id a {
  text-decoration: underline;
}

.tovar_id a:hover {
  color: #e83b3b;
}

.tovar_top {
  display: flex;
  align-items: center;
}

.tovar_address {
  display: flex;
  align-items: center;
  color: #425B7E;
  transition: all 0.2s linear;
  margin-bottom: 17px;
}

.tovar_address span {
  font: 500 14px/17px "Inter", Arial, Helvetica, sans-serif;
}

.tovar_address:hover {
  color: #193762;
}

.tovar_label {
  color: #183762CC;
  font: 600 14px/17px "Inter", Arial, Helvetica, sans-serif;
  display: inline-block;
  min-width: 112px;
}

.tovar_value {
  color: #183762CC;
  font: 500 14px/17px "Inter", Arial, Helvetica, sans-serif;
  margin-left: 11px;
}

.tovar_value a {
  text-decoration: none;
  color: #183762CC;
}

.tovar_address path {
  transition: all 0.2s linear;
}

.tovar_address:hover path {
  fill: #193762;
}

.tovar_hearth {
  border: 0;
  padding: 0;
  margin-left: auto;
  width: 25px;
  height: 26px;
  color: #627694;
  background-color: transparent;
}

.tovar_hearth:hover {
  color: #193762;
}

.tovar_hearth_active {
  color: #e83b3b;
}

.woocommerce div.product p.price {
  display: none;
}

.startgebot,
.aktuelles_gebot {
  /*font: 600 18px/18px "Inter", Arial, Helvetica, sans-serif;*/
}

.startgebot {
  margin-bottom: 6px;
}

.aktuelles_gebot {
  margin-bottom: 6px;
}

.aktuelles_gebot span+span {
  margin-left: 12px;
}

.startgebot_bottom {
  font: 600 18px/18px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 12px;


}

.startgebot_bottom span:first-child {
  display: inline-block;
  width: 190px;
}


.yith-wcact-manual-bid-increment,

/*.yith-wcact-max-bidder:nth-child(1) {
  position: absolute;
  margin-top: 230px;
}
*/
/*.yith-wcact-max-bidder div:nth-last-child {
  display: none;
}
*/


.timetito {
  margin: 0;
}

.yith-wcact-time-left-main {
  margin: 12px 0 12px;
  background: #e8ebef;
  border-radius: 16px;
}

.yith-wcact-container-timeleft {
  padding: 10px;
}

@media (min-width: 1024px) {
  .yith-wcact-container-timeleft {
    padding: 17px 30px 16px;
  }
}

.timetito .yith-wcact-timeleft:before {
  display: none;
}

.yith-wcact-container-timeleft-big-blocks .ywcact-time-left {
  padding-left: 26px;
  position: relative;
  font: 600 18px/18px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  display: none;
}

.yith-wcact-container-timeleft-big-blocks .ywcact-time-left:before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/clock.svg) no-repeat center;
  left: 0;
  top: 0;
}

.yith-wcact-timeleft-big-blocks {
  margin: 0 -6px;
}

.ywcact-time-left {
  font-weight: 600;
}

.woocommerce div.product form.cart .button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  color: #E83A3A !important;
}

.yith-wcact-table-bids {
  margin-top: 24px;
}

.ywcact-time-left,.yith-wcact-number,.yith-wcact-number-label {
  font-size: 14px !important;
  color: #183762; 
}

.yith-wcact-number,.yith-wcact-number-label {
  font-weight: 500;
}

.yith-wcact-timeleft-loop {
  margin-top: 4px;
}

.yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
  margin: 0 6px;
  border: none;
  width: 25%;
  padding: 24px 0 12px;
  border-radius: 16px;
}

.yith-wcact-timeleft-big-blocks .yith-wcact-number {
  font: 600 40px/48px "Inter", Arial, Helvetica, sans-serif;
}

.yith-wcact-timeleft-big-blocks .yith-wcact-number-label {
  font: 500 10px/10px "Inter", Arial, Helvetica, sans-serif;
  padding-top: 12px;
}

.end_on {
  color: #183762CC;
  font: 500 10px/12px "Inter", Arial, Helvetica, sans-serif;
  position: relative;
}

.end_on:not(:last-child) {
  padding-bottom: 20px;
}

.tovar_head {
  position: relative;
  border: 2px solid #E8EBEF;
  border-radius: 18px;
  padding: 22px 30px;
  margin-bottom: 29px;
}

.ywcact-bid-form {
  margin: 29px 0 0;
  position: relative;
}

.ywcact-bid-form .ywcact-auction-confirm {
  top: 16px;
}

.yith-wcact-bid-section {
  margin: 6px 0;
  padding: 0;
}

.yith-wcact-add-to-watchlist-browse img {
  display: none;
}

.yith-wcact-add-to-watchlist-browse a,
.ywcact-your-bid-header {
  display: none;
}

.yith-wcact-bid-section {
  width: 100%;
  height: 80px;
  border: 1px solid rgba(25, 55, 98, 0.12);
  border-radius: 40px;
  position: relative;
  justify-content: end;
  align-items: center;
  display: flex;
  padding-right: 215px;
}

.woocommerce div.product form.cart .button {
  position: absolute;
  right: 16px;
  bottom: 44px;
  width: 144px;
  height: 48px;
  border-radius: 24px;
  font: 700 16px/16px "Inter", Arial, Helvetica, sans-serif;
  background: #e83b3b;
  transition: all 0.2s linear;
  top: 14px;
}

.woocommerce div.product form.cart .button:hover {
  background: #193762;
}

.ywcact-currency-symbol {
  order: 1;
  font: 600 18px/40px "Inter", Arial, Helvetica, sans-serif;
  padding: 0 16px 0 0px;
  height: 40px;
  border-right: 1px solid rgba(25, 55, 98, 0.16);
  color: #2d4379;
}

.bid {
  position: absolute;
  right: 184px;
  height: 18px;
  width: 18px;
  background: url(../images/arrow_top.svg) no-repeat center;
  border: none;
  color: #fff;
}

.button_bid_subtr {
  bottom: 18px;
  transform: rotate(180deg);
}

.button_bid_add {
  top: 18px;
}

.woocommerce .quantity .qty {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  text-align: right;
  font: 600 18px/40px "Inter", Arial, Helvetica, sans-serif;
  color: #2d4379;
}

#yith-wcact-form-bid .quantity {
  float: none;
  /* width: calc(100% - 250px); */
}

.woocommerce div.product form.cart {
  margin: 0;
}

.ywcact-add-to-watchlist,
.woocommerce div.product div.summary,
.ywcact-add-to-watchlist-container {
  margin: 0;
}

.yith-wcwl-add-to-wishlist {
  float: right;
  position: absolute;
  right: -19px;
  top: 5px;
  margin: 0px !important;
}

.yith-wcwl-add-button a.add_to_wishlist {
  color: #E8EBEF;
  transition: all 0.2s linear;
}

.view-wishlist {
  display: none;
}

.yith-wcwl-add-button a.add_to_wishlist:hover {
  color: #193762;
}

.woocommerce-Tabs-panel--description {
  background-color: #E8EBEF;
  border-radius: 18px;
  padding: 31px 38px !important;
}

#tab-description {
  order: 2;
  max-width: 50%;
}

#tab-description h2 {
  border: none;
  margin: 0px;
}

.woocommerce-Tabs-panel--description h2 {
  font: 700 26px/26px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #425B7E33;
}

.description__body span {
  color: #183762;
  font: 600 14px/17px "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 13px;
  display: block;
}

.description__body p, #single-product-no-bid {
  color: #183762CC;
  font: 500 14px/17px "Inter", Arial, Helvetica, sans-serif;
}

.woocommerce-general-tabs {
  display: flex;
  justify-content: space-between;
  column-gap: 45px;
}

.woocommerce-Tabs-panel--description>* {
  margin-bottom: 0;
}

.woocommerce-Tabs-panel--description ul {
  margin: 24px 0;
}

.woocommerce-Tabs-panel--description ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}

.woocommerce-Tabs-panel--description ul li:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #193762;
  left: 0;
  top: 7px;
}

.woocommerce-Tabs-panel--row {
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .woocommerce-Tabs-panel--row {
    gap: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce-Tabs-panel--column:not(:first-child) {
    padding-left: 50px;
    border-left: 1px solid #e6eaee;
  }
}

.description__body_hidden {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.description__btn {
  display: flex;
  border: 0;
  margin: 20px auto 0;
}

.woocommerce div.product .woocommerce-tabs {
  /*padding-top: 40px;*/
  position: relative;
  /*border-top: 1px solid rgba(25, 55, 98, .12);*/
}

.add_info {
  /*position:absolute;*/
  right: 0;
  top: 40px;
  width: 550px;
  padding-bottom: 30px;
}

.add_info li {
  margin-bottom: 8px;
  display: flex;
}

.add_info li>span:first-child {
  width: 150px;
}

.add_info li>span:nth-of-type(2) {
  /*white-space: pre-wrap;*/
}

.add_info .yith-wcact-timeleft-big-blocks {
  margin: 0;
}

.add_info .yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
  margin: 0;
  border: none;
  width: auto;
  padding: 0;
  border-radius: 0px;
}

.add_info .yith-wcact-timeleft-big-blocks .yith-wcact-number,
.add_info .yith-wcact-timeleft-big-blocks .yith-wcact-number-label {
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  padding: 0;
  display: inline;
}

.add_info .yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
  display: block;
}

.add_info .yith-wcact-timeleft-big-blocks .yith-wcact-number-label {
  padding-left: 4px;
  margin-right: 4px;
}

#my-account-menu .myaccount-menu li a {
  padding-left: 16px;
}

.woocommerce form .form-row input.input-text {
  background-color: #fff;
  border: 1px solid #193762;
  color: #193762;
  padding: 10px 16px;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  border-radius: 20px;
}

.woocommerce form .form-row select {
  background-color: #fff;
  border: 1px solid #193762;
  color: #193762;
  padding: 10px 16px;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 10px;
}

.entry-title {
  font: 700 32px/32px "Inter", Arial, Helvetica, sans-serif;
  padding-bottom: 24px;
}

.woocommerce h2 {
  font: 700 24px/24px "Inter", Arial, Helvetica, sans-serif;
}

.yith-wcact-item-condition {
  margin: 12px 0 24px;
  font: 600 18px/18px "Inter", Arial, Helvetica, sans-serif;
}

.yith-wcact-add-to-watchlist-button img {
  display: none;
}

#yith-wcact-watchlist-email {
  width: 100%;
  border: 1px solid #193762;
  border-radius: 30px;
  padding: 10px 16px;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  color: #193762;
  margin: 16px 0;
}

input.button.button-primary.yith-wcact-watchlist {
  margin: 0;
}

.woocommerce div.product div.summary {
  /*padding-bottom: 50px;*/
  max-width: 558px;
  width: 100%;
}

span.yith-wcact-add-to-watchlist-button-message a {
  display: none;
}

.woocommerce table.shop_attributes {
  border: none;
  margin: 0;
}

.woocommerce table.shop_attributes th {
  width: 190px;
  padding: 0px;
  border-top: 0;
  border-bottom: none;
  margin: 0;
  font: 600 18px/18px "Inter", Arial, Helvetica, sans-serif;
  text-align: left;
  padding-bottom: 12px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: none;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
  padding: 0;
  border-top: 0;
  border-bottom: none;
  margin: 0;
  font: 600 18px/18px "Inter", Arial, Helvetica, sans-serif;
  text-align: left;
}

.woocommerce table.shop_attributes td p {
  padding: 0;
}

.woocommerce table.my_account_orders .button {
  margin: 0 5px;
  border-radius: 20px;
  background: #e83b3b;
  color: #fff;
  transition: all 0.2s linear;
}

.woocommerce table.my_account_orders .button:hover {
  background: #193762;
}


/*-----------------------------modal--------------------*/
.modal_bg {
  position: fixed;
  top: 0;
  left: 00vw;
  width: 100vw;
  height: 100vh;
  background: #000;
  display: none;
  z-index: 100;
  opacity: 0.65;
}

.modal_body {
  background: #fff;
  top: 0;
  bottom: 0;
  width: 480px;
  position: fixed;
  right: 0;
  z-index: 102;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  transform: rotateY(90deg);
  transform-origin: right;
  transition: all 0.3s linear;
}

.modal_body.active {
  transform: rotateY(0deg);
}

.modal_close {
  position: absolute;
  top: 21px;
  right: 16px;
  width: 20px;
  height: 12px;
  cursor: pointer;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_close:hover {
  opacity: 0.7;
}

.img_mobil {
  display: none;
}

/*-------------------------------------------------------*/
@media (max-width: 1439px) {

  .header_link {
    column-gap: 19px;
  }

  .header_link a {
    font-size: 18px;
  }

  .container,
  .site-main {
    padding: 0 32px;
  }

  .logo {
    padding-right: 0px;
    border-right: none;
  }

  .ul_cat li:first-child {
    display: none;
  }

  .tovar {
    width: auto;
    margin: 0 10px 40px;
  }

  .all_tovar {
    justify-content: center;
  }

  .ul_cat .slick-prev,
  .ul_cat .slick-next {
    display: none !important;
  }

  .footer_logo p {
    max-width: 250px;
  }

  .footer_form {
    max-width: 329px;
  }

  .footer_form input[type="submit"] {
    width: 95px;
  }

  .footer_form input[type="email"] {
    width: calc(100% - 105px);
  }

  .slider_body {
    padding: 56px 20px 192px;
    margin: 0 -20px;
    background: #193762;
    border-radius: 32px;
    overflow: hidden;
    width: calc(100% + 40px);
  }
}

@media (max-width: 1023px) {
  .new_top .flex {
    display: block;
  }

  .new_top h2 {
    margin: 0 0 12px;
  }

  .footer_body {
    flex-wrap: wrap;
  }

  .footer_form {
    max-width: 100%;
    width: 100%;
    margin-top: 32px;
  }

  .footer_bottom {
    display: block;
  }

  .social {
    padding-top: 16px;
  }

  .basis {
    margin-top: 16px;
    display: block;
  }
}


/*--------------div_portrait--------------------*/
.div_portrait {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d1d1d;
  display: flex;
  z-index: 9100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}

.div_portrait h6 {
  font: 500 14px/14px "Inter", Arial, Helvetica, sans-serif;
  padding: 22px 0 4px;
}

.div_portrait span {
  opacity: 0.44;
  font: 500 8px/8px "Inter", Arial, Helvetica, sans-serif;
}

@media screen and (min-aspect-ratio: 13/9) and (max-width: 850px) {
  .div_portrait {
    opacity: 1;
    visibility: visible;
  }
}

.yith-wcmap .user-profile .user-avatar img {
  border-radius: 10px;
}

.yith-wcmap .user-profile .user-info .logout a {
  border-radius: 3px;
}

div.pp_woocommerce a.yith_expand {
  border-radius: 10%;
}

.page,
.main,
.woo-page,
.no-results {
  min-height: calc(100vh - (100px + 335px));
}

.no-results.not-found {
  margin: 96px 0px 52px;
}

/*-----------------auction-------------------*/

.auction-grid {
  display: grid;
  /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  gap: 24px;
}

.auction-grid:not(:last-child) {
  margin-bottom: 48px;
}

.auction {
  margin: 0;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #e8ebef;
  padding: 0;
  min-height: 151px;
  display: flex;
}

.auction__link {
  display: flex;
  width: 100%;
}

.auction_pic {
  position: relative;
  width: 182px;
  overflow: hidden;
  flex: 0 0 auto;
  line-height: 0;
}

.auction-counter_hack {
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  /*text-align: right;*/
}

.auction_pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.auction_body {
  padding: 21px 35px 20px;
}

.auction__body {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 15px;
}

.home_cat .auction__body-container {
  background-color: #ffff;
  display: flex;
  width: 100%;
  align-items: center;
}

.auction__arrow {
  margin-left: auto;
  margin-right: 25px;
}

.auction-title {
  font: 600 24px/24px "Inter", Arial, Helvetica, sans-serif !important;
  margin-bottom: 20px;
}

.auction__title {
  font: 600 22px/26px "Inter", Arial, Helvetica, sans-serif !important;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
  color: #183762;
}

.auction__time,
.auction__location {
  color: #183762CC;
  font: 500 16px/24px "Inter", Arial, Helvetica, sans-serif;
}

.auction__location {
  margin-bottom: 10px;
}

.auction-header {
  margin: 95px 0px 88px;
}

.auction-card__intro {
  display: flex;
  justify-content: space-between;
}

.auction-controls__pagination {
  display: flex;
  align-items: center;
  column-gap: 9px;
  margin: 0px 15px;
}

.auction-controls__pagination .page-numbers {
  display: flex;
  align-items: center;
  column-gap: 9px;
  color: #687C98;
}

.auction-controls__pagination--bottom {
  padding-top: 20px;
  padding-bottom: 96px;
  display: flex;
  background-color: rgba(25, 55, 98, 0.05);
  justify-content: center;
  margin-left: 40px;
}

.auction-controls__pagination-link,
.next.page-numbers {
  background: white;
  border-radius: 7px;
  padding: 4px 10px;
}

.next.page-numbers {
  position: relative;
  width: 28px;
  height: 27px;
}

.next.page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  background: url(../images/arrow_right.svg) no-repeat center;
  background-size: cover;
}

.page-numbers.current .auction-controls__pagination-link {
  background: #687C98;
  color: white;
}

.auction__card {
  max-width: 557px;
  background-color: #E8EBEF;
  border-radius: 18px;
  padding: 31px 38px 37px;
}

.auction__card-title {
  margin-bottom: 20px;
  font-size: 22px !important;
}

.auction-card__brand {
  display: block;
  color: #183762;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 11px;
}

.auction-card__end {
  display: block;
  color: #425B7ECC;
  font-size: 16px;
  font-weight: 500;
}

.auction-card__endtime,
.auction-card__endtime-item {
  display: flex;
}

.auction-card__endtime {
  column-gap: 5px;
  margin-top: 15px;
}

.auction-card__pic img {
  max-width: 100%;
  object-fit: cover;
  height: 263px;
  width: 275px;
  object-position: center;
}

.auction-card__endtime-item {
  color: #425B7ECC;
  font-size: 16px;
  font-weight: 500;
}




.auction-card__price,
.auction-card__price {
  color: #183762;
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
  line-height: 24px;
  min-width: fit-content;
}

.auction__card-title,
.auction__card-price {
  flex: 1;
}

.auction__card-text {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 500;
}

.auction__card-description {
  color: #183762CC;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
}

.auction__card-description::after {
  content: "";
  position: absolute;
  right: -17px;
  width: 12px;
  top: 2px;
  height: 14px;
  background-image: url('../images/geo_icon.svg');
}

.auction-card__pic {
  height: 263px;
  background: #E9EBEE;
  overflow: hidden;
  position: relative;
  width: 275px;
  border-radius: 10px 10px 0px 0px;
}

.auction-card__pic .id-tag {
  position: absolute;
  left: 0px;
}

.auction-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 275px), 275px));
  grid-row-gap: 57px;
  grid-column-gap: 59px;
}

.auction-card {
  max-width: 275px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
}

.auction-card__title {
  color: #183762;
  font-size: 18px !important;
  font-weight: 500;
  min-height: 72px;
}

.auction-card__button {
  background-color: #E83A3A;
  padding: 10px 0px 9px;
  text-align: center;
  max-width: 215px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  width: 100%;
  margin: 26px auto 0px;
  cursor: pointer;
  justify-content: center;
  color: white;
}

.auction-categories {
  margin-bottom: 70px;
}

.auction-categories,
.product-categories,
.auction-categories .wpfFilterVerScroll {
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  column-gap: 13px;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.product-categories {
  height: 60px;
}

.auction-categories .product-categories::-webkit-scrollbar {
  display: none;
}

.auction-categories::-webkit-scrollbar {
  display: none;
}

.auction-category,
.cat-item a,
.wpfLiLabel {
  min-width: fit-content;
  background: #FFFFFF;
  border: none;
  color: #687C98;
  font-size: 18px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  border-radius: 25px;
  padding: 13px 36px 12px;
  height: fit-content;
}

.wpfFilterTaxNameWrapper {
  color: #687C98 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.wpfFilterVerScroll li{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.wpfFilterWrapper {
  margin: 0px !important;
}

.auction-categories .widgettitle,.wpfLiLabel .wpfCheckbox {
  display: none;
}

.product-categories .cat-item,
.product-categories .cat-item .children ,
.wpfLiLabel{
  display: flex;
  height: fit-content;
  flex-direction: row;
  column-gap: 12px;
}

.auction-category:hover {
  background: #687C98;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.auction-category--active,
.current-cat a{
  background: #687C98;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.wpfLiLabel.active {
  background: #687C98;
  transition: all 0.5s ease-in-out;
}

.wpfLiLabel.active .wpfFilterTaxNameWrapper {
  color: #ffff !important;
}

.auction-controls {
  margin-bottom: 86px;
  display: flex;
  justify-content: space-between;
}

.search-results .page-header {
  margin-bottom: 50px;
}

.search-results .auction-card {
  border: 1px solid #1837621a;
}

.search-results .auction-card {
  margin-bottom: 50px;
}

.auction-controls__search {
  max-width: 268px;
  display: flex;
  align-items: center;
}

.auction-controls__search .probox {
  margin: 0px
}

.auction-controls__search input {
  border: none;
  font-size: 18px;
  margin: 0px;
  font-weight: 500;
  color: #183762;
}

.auction-controls__search input::placeholder {
  color: #687C98;
}

.auction-controls__search,
.auction-controls__search .search-form,
.auction-controls__search .probox {
  background-color: #fff;
  border-radius: 25px;
  margin: 0px;
  max-width: 268px;
}

.auction-card__text {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.auction-card__body {
  padding: 15px 15px 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 50%;
}

@media (max-width:767px) {
  header .search-form, header .asl_w_container,.yith_expand {
    display: none !important;
  }

  .container--simple-content .form_row span {
    column-gap: 5px;
  }

  .container-form .form_row{
    width: 100%;
    margin-bottom: 0px;
  }

  .subscribe_form {
    margin-top:20px;
  }

  .woo-page h1 {
    font: 700 22px/40px "Inter", Arial, Helvetica, sans-serif;
  }

  .page,
  .main {
    min-height: calc(100vh - (100px + 271px));
  }

  .page {
    margin-bottom: 4em;
  }
}

.auction__text {
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif !important;
  color: #193762;
  opacity: 0.64;
}

.auction:hover .auction__title {
  color: #e83b3b;
}

.auction .button {
  margin: auto auto 0 !important;
}

@media (min-width: 1024px) {
  .auction-grid {
    /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
    column-gap: 74px;
    row-gap: 54px;
  }
}

.hidden {
  display: none !important;
}

@media (max-width: 766px) {

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid rgba(25, 55, 98, 0.12);
  border-radius: 30px;
  height: 40px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 10px;
}

.spec-tags {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  padding-top: 24px;
  border-bottom: 1px solid rgba(25, 55, 98, 0.12);
  border-top: 1px solid rgba(25, 55, 98, 0.12);
  margin: 32px 0 22px;
}

.spec-tags-inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  padding-top: 24px;
  border-bottom: 1px solid rgba(25, 55, 98, 0.12);
  border-top: 1px solid rgba(25, 55, 98, 0.12);
  margin: 0px 0px 24px 0px;
}

.spec-tag {
  margin-right: 13px;
  background: #e8ebef;
  font: 700 16px/16px "Lato", Arial, Helvetica, sans-serif;
  padding: 12px;
  min-width: 140px;
  text-align: center;
  color: #193762;
  transition: all 0.2s linear;
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 10px;
}

.spec-tag a {
  color: currentColor;
}

.spec-tag:hover {
  color: #e83b3b;
}
.header_left{
  width: 100%;
}
.header_link{
  min-width: 405px;
}
.vertical_menu_wrapper{
  width: 1px;
  background-color: #D2D7E0;
  height: 30%;
}
@media (max-width: 1260px) {
  .vertical_menu_wrapper{
    display: none;

  }
}
@media (max-width: 480px) {}

.section_category h2 {
  font: 700 40px/40px "Inter", Arial, Helvetica, sans-serif;
  /*padding-right: 24px;*/
}

.term-description {
  color: rgba(25, 55, 98, 0.64);
  margin-bottom: 50px;
  display: none;
}

.ywcact-fee-amount-message {
  border-radius: 24px;
}

.ywcact-fee-amount-message {
  margin: 12px 0px;
}

@media (min-width: 767px) {
  .auction_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#yith-welrp .yith-welrp-form-field input[type="text"],
#yith-welrp .yith-welrp-form-field input[type="email"],
#yith-welrp .yith-welrp-form-field input[type="password"] {
  border-radius: 24px;
}

#yith-welrp .yith-welrp-popup-inner {
  border-radius: 24px;
}

#yith-welrp .yith-welrp-popup-close:not(.custom) {
  margin: 18px 22px 0px 0px;
}

#yith-welrp .yith-welrp-submit-button,
#yith-welrp .yith-welrp-continue-as-guest .button {
  border-width: 0px;
  padding: 12px 15px;
}

.ywcact-congratulations-winner-auction-section {
  border-radius: 24px;
}

li.ywcact-other-auction-product-container {
  border-radius: 24px;
}

.yith_ywcact_opened .yith-ywcact-popup-wrapper {
  border-radius: 24px;
}

.yith-wcact-modal-content {
  margin-bottom: 20px;
}

.faq {
  position: relative;
  padding: 50px 0;
  background: #F4F5F7;
}

.faq::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
  background: #F4F5F7;
}

.faq h2 {
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  color: var(--Blue, #193762);
}

.faq-section {
  padding: 60px;
  border-radius: 32px;
  background: #FFF;
}

@media (max-width: 480px) {

  .faq-section {
    padding: 20px;
  }
}

.wpcf7-form {
  width: 100%;
  margin: 0 auto;
}

.wpcf7-form-control.faq-input {
  margin: 0;
  width: 100%;
  padding: 16px 35px;
  border-radius: 25.5px;
  border: 2px solid rgba(32, 54, 95, 0.40) !important;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #6D7582;
  background: #F4F5F7;
}

.wpcf7-form-control-wrap {
  margin: 20px 0;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 22px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item input {
  display: block;
  margin-right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(159, 169, 186, 0.60);
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #6D7582;
}

.container--simple-content .wpcf7-list-item-label {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #183762CC;
}

.faq-page h1 {
  margin: 0 0 53px;
  font-family: 'Inter';
  font-size: 44px;
  font-weight: 700;
  line-height: 53px;
  color: #183762;
}

.faq-image {
  max-width: 768px;
  margin: 0 auto 100px;
}

.faq-image img{
  max-width: 100%;
}

.faq-accordion {
  margin-bottom: 100px;
  padding: 60px;
  border-radius: 32px;
  background: rgba(25, 55, 98, 0.05);
}

@media (max-width: 480px) {
  .faq-accordion {
    padding: 20px;
  }
}

#sp-ea-8052.sp-easy-accordion>.sp-ea-single {
  border: none;
  border-bottom: 1px solid #d9dee5;
}

.sp-easy-accordion .sp-ea-single {
  margin-bottom: 0px;
}

.sp-easy-accordion * {
  list-style: inside;
  white-space: pre-wrap;
}

.woocommerce-info {
  border: 3px solid #819F42;
  border-radius: 32px;
}

.woocommerce-info,
.woocommerce-message {
  border: 3px solid #819F42;
  border-radius: 32px;
  color: #819F42;
}

.woocommerce-message::before {
  color: #819F42;
}

.woocommerce-info::before {
  color: #819F42;
}

.woocommerce-error {
  padding: 0px;
  border-radius: 50px;
  display: block;
  padding: 0px 30px 0px 60px;
}

.woocommerce-error::before {
  margin-top: 0px;
}

.woocommerce-error {
  padding: 16px 16px 2px 60px;
}

.woocommerce-message {
  padding: 16px 16px 16px 60px;
}

..woocommerce-info {
  padding: 16px 16px 16px 60px;
}

.editor-styles-wrapper,
.entry-content ul {
  padding-top: 16px !important;
}

.editor-styles-wrapper,
.entry-content {
  word-break: break-word;
  line-height: 1.5rem;
}

.editor-styles-wrapper,
.entry-content a {
  color: #E83B3B;
}

.editor-styles-wrapper,
.entry-content a:hover {
  color: #819F42;
}

.editor-styles-wrapper,
.entry-content h3 {
  font-size: 26px;
  margin: 24px 0 24px 0;
}

.editor-styles-wrapper,
.entry-content ol {
  list-style-type: auto;
  margin-left: 16px;
}

.editor-styles-wrapper,
.entry-content ul {
  list-style-type: auto;
  padding-top: 12px;
}

.editor-styles-wrapper,
.entry-content ul li {
  list-style-type: disc;
  margin-left: 12px;
}

.editor-styles-wrapper,
.entry-content p,
ol li,
ul li {
  padding-bottom: 12px;
}

#my-account-menu .myaccount-menu li a,
#my-account-menu .myaccount-submenu li a,
#my-account-menu-tab .myaccount-menu li a,
#my-account-menu-tab .myaccount-submenu li a {
  padding: 14px 12px 0px 12px;
}

.id-tag {
  margin: 4px 0px 0px 4px;
  position: absolute;
  background: #e83b3b;
  font: 500 16px/16px "Lato", Arial, Helvetica, sans-serif;
  padding: 8px;
  min-width: 40px;
  text-align: center;
  color: #ffffff;
  transition: all 0.2s linear;
  cursor: pointer;
  display: inline-block;
  border-radius: 8px;
  /*border-radius: 0px 10px 10px 0px;*/
  /*margin-bottom: 10px;*/
}

.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept,
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all {
  border-radius: 50px;
}

.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings,
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings * {
  border-radius: 50px;
}

#datatable {
  border-collapse: collapse;
}

#datatable td:nth-child(1) {
  display: none;
}

#datatable tr:nth-child(n + 7) {
  display: none;
}

.ywcact-list-bids-table tbody tr:last-child {
  display: none;
}

.ywcact-add-to-watchlist,
.ywcact-add-to-watchlist-container {
  display: none;
}

/*.woocommerce table.my_account_orders td:nth-child(4),th:nth-child(4) {
  display: none;
}*/

/*.woocommerce table.my_account_orders td:nth-child(4) > a:nth-child(1) {
  display: none;
}*/

/*.woocommerce table.my_account_orders .button:nth-child(1) {
  display: none;
}*/

/*@media (min-width: 768px) {
  .ur-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ur-form-grid .field-section_title,
  .ur-form-grid .user-registration-password-hint,
  .ur-form-grid .user-registration-password-strength {
    grid-column: span 2 / span 2;
  }
}*/




/*#user-registration.vertical .user-registration-MyAccount-content .user-registration-profile-header .user-registration-img-container {
  display: none;
}

.editor-styles-wrapper, .entry-content p, ol li, ul li {
  padding-top: 12px;
}

#user-registration .user-registration-MyAccount-content .user-registration-profile-header .user-registration-nick-name {
  display: none;
}

#user-registration .ur-edit-profile .edit-profile .user-registration-profile-header, #user-registration .ur-edit-profile .edit-profile h2, #user-registration .user-registration-MyAccount-content .edit-profile .user-registration-profile-header, #user-registration .user-registration-MyAccount-content .edit-profile h2, #user-registration.horizontal .ur-edit-profile .edit-profile .user-registration-profile-header, #user-registration.horizontal .ur-edit-profile .edit-profile h2, #user-registration.horizontal .user-registration-MyAccount-content .edit-profile .user-registration-profile-header, #user-registration.horizontal .user-registration-MyAccount-content .edit-profile h2 {
  display: none;
}

.logged-in.user-registration-account #user-registration .ur-form-row input[type="text"], .logged-in.user-registration-account #user-registration .ur-form-row .ur-edit-profile-field:not(.input-checkbox):not(.input-radio), .logged-in.user-registration-account #user-registration .ur-form-row .user-registration-Input {
  color: #193762;
}

#user-registration *, #user-registration.user-registration {
  text-align: left;
}

.user-registration {
  margin-top: 30px;
}*/


input[type="text"],
input [type="password"],
input [type="email"],
#birthday {
  background-color: #fff;
  color: #183762;
  padding: 10px 16px;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  border-radius: 20px;
}

#birthday {
  border:none;
}

/*input[type="text"]:hover {
  background: #e83b3b;
  color: #fff;
}*/

/*.post-11 .entry-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: flex-start;
}
.woocommerce-orders-table {
  width: 100%;
}
.woocommerce-orders-table th {
  text-align: center !important;
}
.woocommerce-orders-table tr {
  border-bottom: 1px solid #193762;
}
.woocommerce-orders-table td {
  padding: 16px;
}
.woocommerce-pagination {
  margin-top: 20px;
}*/

.marke-tag {
  margin: 0px 32px 0px 16px;
  /*position: absolute;*/
  /*background: #e83b3b;*/
  font: 500 16px/16px "Lato", Arial, Helvetica, sans-serif;
  /*padding: 8px;*/
  min-width: 40px;
  text-align: left;
  color: #193762;
  /*transition: all 0.2s linear;*/
  /*cursor: pointer;*/
  display: inline-block;
  /*border-radius: 8px;*/
  /*border-radius: 0px 10px 10px 0px;*/
  /*margin-bottom: 10px;*/
}

@media (max-width: 480px) {
  .marke-tag {
    font: 500 13px/13px "Lato", Arial, Helvetica, sans-serif;
  }
}

.ywcact-winner-max-bid {
  padding: 24px 24px 24px 24px;
  background-color: #EAF4F1;
  border: 0px;
  border-radius: 16px;
  margin: 15px 0px 20px 0px;
  max-width: 600px;
}

.yith-auction-help-tip {
  display: inherit;
}

.yith-wcmap .user-profile .user-avatar img {
  display: none;
}

.yith-wcact-my-watchlist-list-index-container {
  display: none;
}

.select2-container--default .select2-selection--single {
  /*background-color: none; */
  border: none;
  border-radius: 0px;
  margin-bottom: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
  border: 1px solid #193762;
  color: #193762;
  padding: 10px 16px;
  font: 500 16px/20px "Inter", Arial, Helvetica, sans-serif;
  border-radius: 20px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.yith-wcact-ask-confirmation-modal .yith-wcact-modal-content p:nth-child(1),
#yith-wcwl-popup-message {
  display: none !important;
}

.yith-wcact-ask-confirmation-modal .yith-wcact-modal-content a {
  color: #e83b3b;
  text-decoration: underline;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  background-color: #e83b3b;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: #193762;
}

.card-enddate {
  position: absolute;
  margin: 36px 32px 0px 16px;
  font: 500 14px/14px "Lato", Arial, Helvetica, sans-serif;
  min-width: 40px;
  text-align: left;
  color: #999;
}
.white_bottom_button{
  background: white;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 25px;
  text-align: center;
}
.red_bottom_button{
    background: rgba(233, 58, 58, 1);
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 25px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 480px) {
  .card-enddate {
    font: 500 11px/11px "Lato", Arial, Helvetica, sans-serif;
  }
}

/*-----------------search-------------------*/

.search-form,.probox {
  background: #F4F5F7;
  border-radius: 25px;
  display: flex;
  align-items: center;
  margin-left: 80px;
  width: 283px;
  margin-right: 0px;
}

.search-form input, form .orig {
  background: transparent !important;
  margin: 0px !important;
  padding: 13px 0px 12px !important;
  text-align: center !important;
  font-size: 18px;
  color: #183762;
  font-weight: 500;
  line-height: 21px;
}

.search-form__btn,.promagnifier {
  background-color: #183762;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  width: 39px;
  height: 39px;
  border: none;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auction-controls__search-btn,.auction-controls__search .promagnifier, .auction-controls__search--main .search-form__btn {
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  width: 46px;
  height: 39px;
  border: none;
  margin: 5px;
}

.auction-controls__search .promagnifier svg {
  fill: #687C98;
}

.search-form__btn::after {
  content: "";
  top: 10px;
  left: 10px;
  display: block;
  width: 20px;
  position: absolute;
  height: 20px;
  background: url(../images/search.svg) no-repeat center center;
  background-size: 20px;
}

.auction-controls__search-btn::after {
  content: "";
  top: 10px;
  left: 10px;
  display: block;
  width: 20px;
  position: absolute;
  height: 20px;
  background: url(../images/search_gray.svg) no-repeat center center;
  background-size: 20px;
}

.auction-controls__search--main .search-form__btn::after {
  content: "";
  top: 10px;
  left: 10px;
  display: block;
  width: 20px;
  position: absolute;
  height: 20px;
  background: url(../images/search_gray.svg) no-repeat center center;
  background-size: 20px;
}

/*-----------------selects-------------------*/

.custom-select {
  position: relative;
  margin: 0px !important;
}

.custom-select--mobile {
  display: none;
}

.custom-select select,.custom-select--tags select {
  display: none;
}

.custom-select .select-selected, .custom-select--tags .select-selected-tag {
  cursor: pointer;
  background-color: var(--color-grey);
  border-radius: 25px;
  padding: 15px 60px 15px 16px;
  transition: border-radius 0.15s;
  background: white;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #687C98;
}

.custom-select .select-selected:after, .custom-select--tags .select-selected-tag:after{
  position: absolute;
  content: "";
  top: 20px;
  right: 24px;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7071 0.727525C18.0976 1.11805 18.0976 1.75121 17.7071 2.14174L10.4142 9.43463C9.63316 10.2157 8.36684 10.2157 7.58579 9.43463L0.292892 2.14174C-0.0976315 1.75121 -0.0976315 1.11805 0.292892 0.727524C0.683418 0.336999 1.31658 0.337 1.70711 0.727524L9 8.02042L16.2929 0.727525C16.6834 0.337 17.3166 0.337 17.7071 0.727525Z' fill='%23757478'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: transform 0.15s;
}

.custom-select .select-selected.active, .custom-select--tags .select-selected-tag.active {
  border-radius: 20px 20px 0 0;
}

.custom-select .select-selected.active:after, .custom-select--tags .select-selected-tag.active:after {
  transform: rotate(-180deg);
}

.custom-select .select-items, .custom-select--tags .select-items-tag{
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  max-height: 300px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-color: #80808033 transparent;
  margin-top: 10px;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  z-index: 10;
}

.custom-select .select-item, .custom-select--tags .select-item-tag {
  padding: 14px 16px;
  cursor: pointer;
  background-color: var(--color-grey);
}

.custom-select .select-item.selected,
.custom-select .select-item:hover,
.custom-select--tags .select-item-tag.selected,{
  background-color: var(--color-monochrome);
}

.custom-select .select-hide, .custom-select--tags .select-hide {
  display: none;
}

@media (max-width: 1439px) {
  .section_top {
    padding: 0 32px;
  }

  .auction-cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px;
 }

 .auction-card__pic img, .auction-card__pic {
  max-width: 100%;
  width: 100%;
}

}

@media (max-width: 1260px) {
  .auction-card {
    flex-basis: 23%;
  }
}

@media (max-width: 1200px) {
  .nav_open {
    display: block;
    margin-left: 16px;
  }

  .container-form{
    margin-left: 20px;
    margin-right: 20px;
  }

  .auction_pic, .auction_pic img {
    height: 100%;
    max-height: 100%;
  }

  .nav {
    display: none;
  }

  .header_link {
    display: none;
  }


  .header_body {
    justify-content: space-between;
  }

  .mobil_header {
    justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  .auction-card {
    max-width: 100%;
  }

  .auction-cards {
    grid-template-columns: repeat(3,1fr);
  }

  .auction-content {
    flex-direction: column;
    row-gap: 45px;
  }

  .auction__card, .auction__map {
    margin: 0 auto;
    width: 100%;
  }

  .yith-wcwl-card {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }

  .product-main-info {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {

 .auction-controls__search .probox {
    max-width: 100%;
    width: 100%;
  }

  .auction-cards {
    grid-template-columns: repeat(2,1fr);
  }

  .auction-controls__pagination {
    margin: 0 10px;
  }

  .container,
  .site-main {
    padding: 0 20px;
  }

  .footer_logo a {
    margin: 0px;
  }

  .section_watched {
    padding: 50px 0;
  }

  .related-title {
    font: 700 22px/26px "Inter", Arial, Helvetica, sans-serif !important;

  }

  .woocommerce-general-tabs {
    row-gap: 19px;
    flex-direction: column;
  }

  .related-title {
    margin-bottom: 50px;
  }

  .related {
    padding-top: 19px;
  }

  .wc-tabs-wrapper {
    padding-top: 45px;
    margin-top: 42px;
  }

  #tab-description {
    max-width: 100%;
  }

  .woocommerce-Tabs-panel--row {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
  }

  .header_left {
    width: 100%;
  }

  .nav_open {
    margin-left: 0px;
  }

  .logo {
    width: 160px;
    display: block;
    margin: 0 auto;
    max-width: 160px;
  }

  .logo img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    display: flex;
  }

  .btn {
    padding: 14px 42px;
  }

  .header_right .btn {
    padding: 13px 16px;
    font: 500 14px/14px "Inter", Arial, Helvetica, sans-serif;
  }

  .card {
    display: none;
  }

  .section_top {
    padding: 0px;
    position: relative;
    height: auto;
    background: none;
  }

  .section_top .container {
    margin: 0px 20px;
    width: auto;
    margin: 19px 20px 26px;
  }

  .top_body h1 {
    margin-bottom: 32px;
  }

  .top_body-controls {
    margin-top: 32px;
  }

  .top_body {
    padding: 21px 26px 13px 17px;
    margin: 19px 19px 22px 19px;
  }

  .top_body h1 {
    font: 700 38px/42px "Inter", Arial, Helvetica, sans-serif;
    margin-bottom: 32px;
  }

  .top_body h6 {
    font: 700 20px/20px "Inter", Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
  }

  .top_body p {
    font: 500 16px/22px "Inter", Arial, Helvetica, sans-serif;
    max-width: 350px;
  }

  .section_category {
    padding: 32px 0;
  }

  .section_new,
  .auctions_soon {
    padding: 24px 0;
  }

  .tovar {
    width: 350px;
  }

  .new_top h2 {
    font: 700 24px/24px "Inter", Arial, Helvetica, sans-serif;
    padding-right: 12px;
  }

  .new_top {
    display: block;
    padding-bottom: 32px;
  }

  .new_top .flex span {
    padding-bottom: 0px;
    font: 500 16px/16px "Inter", Arial, Helvetica, sans-serif;
  }

  .sortierung {
    float: right;
    line-height: 16px;
    margin-top: -18px;
    padding-bottom: 0;
  }

  .add_card,
  .add_to_cart_button {
    display: block;
    margin: 0 16px;
  }

  .tovar {
    margin: 0 0px 12px;
  }

  .tovar_btn {
    padding-top: 28px;
  }

  .slider_body {
    padding: 32px 16px 128px;
    margin: 0px;
    border-radius: 24px;

    width: 100%;
  }

  .slider_item {
    width: 240px;
  }

  .slider_item img {
    width: 100%;
  }

  .slider_body h3 {
    font: 600 13px/13px "Inter", Arial, Helvetica, sans-serif;
  }

  .slider_item a span {
    width: 56px;
    height: 56px;
    top: 24px;
    right: 24px;
  }

  .slider_item a h4 {
    left: 24px;
    bottom: 24px;
    font: 500 24px/28px "Inter", Arial, Helvetica, sans-serif;
    color: #fff;
    transition: all 0.2s linear;
  }

  .section_slider {
    padding-bottom: 64px;
  }

  .footer {
    padding: 32px 0 0px;
    margin-top: 0px;
  }

  .footer_body .social {
    display: none;
  }

  .footer_logo p {
    max-width: 60%;
    font: 500 12px/18px "Inter", Arial, Helvetica, sans-serif;
    margin: 12px 0 32px;
  }

  .footer_form {
    margin-top: 16px;
  }

  .footer_body h3 {
    margin-bottom: 14px;
  }

  .footer_form p {
    margin-bottom: 16px;
  }

  .footer_form form {
    display: block;
  }

  .footer_form input[type="email"] {
    width: 100%;
    margin-bottom: 12px;
  }

  .footer_form input[type="submit"] {
    width: 100%;
  }

  .social {
    padding-top: 32px;
    text-align: center;
  }

  .social a {
    opacity: 0.7;
    transition: all 0.2s linear;
    margin: 0 6px;
  }

  .footer_body {
    padding-bottom: 20px;
  }

  .footer_bottom {
    padding: 24px 0;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer_bottom-links a,
  .footer_bottom span {
    margin-left: 0px;
    font: 500 12px/18px "Inter", Arial, Helvetica, sans-serif;
    opacity: 0.7;
    transition: all 0.2s linear;
    color: #fff
  }

  .footer_bottom-links {
    margin-top: 20px;
    display: flex;
    column-gap: 10px;
    align-items: center;
  }

  .footer_bottom-links .social {
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 0px;
    margin-left: auto;
  }

  .footer_bottom p a {
    display: block;
    margin-left: 0px;
    margin-top: 16px;
  }

  .nav_mobil .card {
    display: flex;
  }
}

@media (max-width: 575px) {

  .section_intro-title {
    padding: 30px 30px 30px 30px;
  }

  .auction-card__title {
    display:none;
  }

  .auction-card__title--mobile {
    display:flex;
  }

  .top_background-desktop {
    display: none;
  }

  .top_background-mobile {
    display: flex;
  }

  .tovar_id--current .tovar_value {
    margin-left: 6px;
 }

  .container-form {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
}

  .woo-page.my-account {
    margin-top: 36px;
  }

  .yith-wcwl-card  {
    position: relative;
  }

  .wishlist-items-wrapper .product-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    padding-left: 5px;
  }

  .yith-wcwl-card .product-add-to-cart a {
    font-size: 13px !important;
    min-width: 100%;
  }

  .wishlist-items-wrapper .product-remove svg {
    width: 15px;
    height: 15px;
  }

  .product-price-title {
    text-align: center;
    font-size: 12px;
  }

  .wishlist-items-wrapper .auction-card__endtime-item, .wishlist-items-wrapper .auction-card__enddate,.wishlist-items-wrapper .product-price-val {
    font-size: 13px;
  }

  .wishlist-items-wrapper .product-price-val {
    margin-top: 10px;
  }

  .product-price-title {
    margin-top: auto;
  }

 .wishlist-items-wrapper .product-price {
    display: flex;
    flex-direction: column;
  }

  .section_intro {
    margin: 0px 31px 33px;
  }

  .section_intro {
    margin: 0px 20px 30px;
  }

  .section_intro-title {
    padding: 22px 0px;
  }

  .form-block {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 5px;
  }

  .tovar_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 20px;
    margin-left: 0px;
  }

  .tovar_row span:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .product-help {
    text-align: left;
    margin: 0px;
    padding: 0px;
  }

  .section_content h1 {
    font: 700 20px / 27px "Inter", Arial, Helvetica, sans-serif;
  }

  .section_content h2 {
    font: 700 18px / 24px "Inter", Arial, Helvetica, sans-serif;
  }

  .section_content h3 {
    font: 700 16px / 22px "Inter", Arial, Helvetica, sans-serif;
  }

  .section_content h4 {
    font: 700 14px / 19px "Inter", Arial, Helvetica, sans-serif;
  }

  .section_content h5 {
    font: 700 12px / 16px "Inter", Arial, Helvetica, sans-serif;
  }

  .section_content h6 {
    font: 700 10px / 14px "Inter", Arial, Helvetica, sans-serif;
  }

  .section_intro-title h1 {
    font: 700 30px / 53px "Inter", Arial, Helvetica, sans-serif;
    padding: 10px 15px;
  }

  .footer_info li {
    font-size: 12px;
  }

  .footer_info-link {
    font-size: 12px !important;
  }

  .auction-controls__search--main, .auction-controls__search--main .search-form {
    max-width: 100%;
    width: 100%;
  }

  .no-results.not-found {
    margin: 36px 0px;
  }

  .my-auction-list-index-product {
    width: 100%;
  }

  .add_card,
  .add_to_cart_button {
     width:80%;
  }

  .my-auction-list-index-product {
    display: flex !important;
  }

  .yith-wcact-my-account-image {
    order: 2;
    margin-right: 0;
    margin-left: 20px;
  }

  .my-auction-list-index-product a {
    order: 1;
    margin-left: auto;
  }

  .shop_table .item-details-table tr{
    display: flex;
  }

  .wishlist_table.mobile li .item-details table.item-details-table td.label{
    width: fit-content !important;
  }

  .tovar_main,.tovar_additional {
    max-width: 50%;
    width: 100%;
  }

  .woocommerce-Tabs-panel--description {
    padding: 24px 23px 24px 23px !important;
    margin: 19px 0px;
  }

  .faq-accordion {
    padding: 20px;
  }

  .faq-image {
    margin: 0 auto 50px;
  }

  .faq-page {
    margin-top: 36px;
  }
  
  .faq-page h1 {
    margin: 0 0 36px;
  }

  .faq-accordion {
    margin-bottom: 50px;
  }

  .faq-page h1 {
    font-size: 22px;
  }

  .login-intro {
    margin: 36px 0px;
  }

  .login-intro__title {
    font-size: 22px;
  }

  .form-title h2 {
    font-size: 22px;
  }

  .new_top>div:not(.flex) {
    display: none;
  }

  .tovar_id--desc {
    display: flex;
    flex-direction: column;
  }
  
  .auction-controls__search-input::placeholder {
    color: #687C98;
  }

  .section_new.home_cat {
    padding: 31px 0px 53px;
  }

  .auction-controls__search input {
    font-size: 13px !important;
  }

  .auction {
    min-height: 89px;
  }

  .product-head {
    display: flex;
    flex-direction: column;
  }

  .yith-wcwl-add-to-wishlist {
    right: -15px;
    top: 0px;
  }

  .tovar_content {
    display: flex;
    column-gap: 20px;
  }

  .woocommerce-Price-amount,
  .yith_auction_datetime {
    font-size: 12px !important;
  }

  .tovar_label {
    width: 60px;
  }

  .tovar_id--start-price {
    margin-top: 0px;
  }

  .tovar_value {
    margin-left: 1px;
  }

  .tovar_label,
  .tovar_value {
    font-size: 12px;
  }

  .woocommerce div.product form.cart {
    order: 1;
  }

  .woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
    order: 2;
  }

  .tovar_head {
    order: 2;
    padding: 17px 19px 27px;
    margin-bottom: 0px;
  }

  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--yith-wcact-bid-tab{
    margin-bottom: 0px;
  }

  .woocommerce div.product div.summary .cart {
    order: 1;
  }

  .product-head {
    margin-top: 42px;
  }

  .yith-wcact-container-timeleft {
    padding: 15px 19px;
  }

  .ywcact-time-left {
    margin-bottom: 8px;
  }

  .ywcact-bid-form {
    margin: 18px 0 51px;
  }

  .woocommerce .quantity .qty {
    border-radius: 50%;
  }

  .wc-tabs-wrapper {
    margin-top: 10px;
  }

  .auction-controls__pagination {
    order: 3;
    margin: 20px 0px 0px;
    padding-top: 11px;
    border-top: 1px solid #425B7E33;
    justify-content: center;
  }

  .auction-controls__pagination--bottom {
    padding-bottom: 53px;
    padding-top: 0px;
    margin-top: 0px;
    border: none;
  }

  .auction-controls__search input::placeholder {
    color: #183762 !important;
  }

  .auction-controls__search {
    max-width: 100%;
  }

  .auction-controls__selection {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #425B7E33;
    column-gap: 40px;
    display: flex;
    justify-content: space-between;
  }

  .auction-controls {
    margin-bottom: 45px;
  }

  .auction-categories {
    display: none;
  }

  .auction-header {
    margin: 42px 0px 40px;
  }

  .auction-controls {
    flex-direction: column;
    display: flex;
    justify-content: center;
  }

  .auction-controls__search-btn {
    display: none;
  }

  .auction-card {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    max-width: 275px;
    margin: 0 auto;
  }

  .auction-cards {
    row-gap: 22px;
    column-gap: 19px;
  }

  .auction-card__pic {
    height:158px;
  }

  .auction-card__title, .auction-card__price {
    font-size: 14px !important;
  }

  .auction-card__brand,.auction-card__end,.auction-card__endtime-item,.auction-card__button {
    font-size: 13px;
  }

  .auction-card__pic .id-tag {
    font-size: 13px;
    padding: 6px;
  }
  
  .auction-card__body {
    padding: 9px 9px 16px;
  }

  .auction-card__text {
    min-height: 116px;
  }

  .auction-card__button {
    padding: 8px 0px 8px;
  }

  .auction-card__title {
    min-height: 35px;
    line-height: 18px !important;
  }

  .auction-card {
    max-width: 275px;
    width: 100%;
  }

  .auction__arrow svg {
    width: 10px;
  }

  .new_top {
    padding-bottom: 12px;
  }

  .auction-grid {
    gap: 25px;
  }

  .footer_bottom {
    opacity: 1;
  }

  .auction_body {
    padding: 15px 25px 13px 21px;
  }

  .auction__arrow {
    margin-right: 15px;
  }

  .custom-select--mobile {
    display: block;
  }

  .custom-select--tags {
    position: relative;
    min-width: 135px;
  }
  
  .top_body-button {
    font-size: 13px;
    color: #F4F5F7;
    padding: 11px 0px;
    max-width: 170px;
  }


  .custom-select .select-selected, .custom-select--tags .select-selected-tag {
    font-size: 13px;
    color: #183762;
    padding: 10px 40px 10px 19px;
  }

  .custom-select {
    max-width: 173px;
  }

  .form-block .custom-select {
    max-width: 100%;
  }

  .select-item, .select-item-tag {
    font-size: 13px;
  }

  .form-login--centred form {
    row-gap: 30px;
  }

  .form-block--final {
    display: flex;
    flex-direction: column;
  }

  .custom-select .select-selected:after, .custom-select--tags .select-selected-tag:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 18px;
  }

  .auction-card__button{
    margin: 10px auto 0px;
  }
  
}

@media (max-width: 480px) {
  .auction_pic {
    position: relative;
    width: 107px;
    overflow: hidden;
  }
  
  .auction__title {
    font: 600 16px/16px "Inter", Arial, Helvetica, sans-serif !important;
    margin-bottom: 12px;
  }

  .auction__location {
    font: 600 12px/20px "Inter", Arial, Helvetica, sans-serif !important;
  }

  .auction__time {
    font: 600 12px/12px "Inter", Arial, Helvetica, sans-serif !important;
  }

  .auction_pic, .auction_pic img {
    height: 100%;
    max-height: 100%;
  } 

  .auction-card__end{
    line-height: 16px;
  }
}

@media (max-width: 430px) {
  .auction-card__title, .auction-card__price {
    font-size: 12px !important;
  }

  .auction-card__brand {
    margin-top: 10px;
  }

  .woo-page .tovar_head h1 {
    font: 700 17px / 28px "Inter", Arial, Helvetica, sans-serif;
  }

  .yith-wcwl-add-button a.add_to_wishlist {
    color: #183762CC;
    opacity: 0.7;
    font-size: 13px;
  }

  .tovar_id--current .tovar_value {
    min-width: 55px;
  }

  .woocommerce .quantity .qty {
    font: 600 14px / 40px "Inter", Arial, Helvetica, sans-serif;
  }

  .auction-card__price {
    min-width: 63px;
    text-align: end;
    top: -3px;
    position: relative;
  }

  .auction-card__brand,.auction-card__end,.auction-card__endtime-item,.auction-card__button {
    font-size: 10px;
    line-height: 1;
  }

  .auction-card__text {
    min-height: 102px;
  }
}

@media (max-width: 389px) {
  .footer_bottom-links {
    row-gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .wishlist-items-wrapper .auction-card__enddate,.wishlist-items-wrapper .auction-card__endtime-item {
    font-size: 11px;
  }

  .auction-cards {
    row-gap: 15px;
    column-gap: 10px;
  }

  .auction_pic, .auction_pic img {
    height: 100%;
    max-height: 100%;
 }

  .footer_bottom-links .social {
    margin-left: 0px;
  }
}

@media (max-width: 360px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--yith-wcact-bid-tab {
    padding: 22px 15px;
  }
}

@media (max-width: 340px) {
  .shop_table-control {
    margin-bottom: 10px;
  }
}

.yith-wcwl-add-button>a i{
  margin-right: 4px;
}

.yith-wcwl-add-button a.add_to_wishlist{
  color: #183762CC;
  opacity: 0.7;
}
.yith-wcwl-add-button a.add_to_wishlist:hover{
  opacity: 1;
}


.info_popup{
  position: fixed;
  display: block;
  top: 30px;
  width: 350px;
  min-width: 20%;
  top: 50%;
  left: 50%;
  background: white;
  z-index: 99;
  transform: translate(-50%, -50%);
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 24px;
}

.popup-info-overlay{
  display: none;
  background: rgba(211, 211, 211, 0.9);
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.info_popup--hilfe {
  background-color: #E8EBEF;
  padding: 27px 38px 32px;
  width: 100%;
  max-width: 570px;
}

.popup-info-overlay {
  display: none;
  background-color: #F4F5F7C7;
  opacity: 0.8;
  backdrop-filter: blur(2px);
}

.info_popup--hilfe .yith-ywcact-popup-content-wrapper {
  padding: 0px;
}

.info_popup--hilfe h3 {
  text-align: center;
  color: #183762;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
}

.info_popup--hilfe p {
  color:#183762CC;
  font-size: 14px;
  font-weight: 500;
}

.info_popup--hilfe p:not(:last-of-type) {
  margin-bottom: 10px;
}

.info_popup--hilfe .yith-wcact-modal-buttons {
  display: flex;
  justify-content: center;
}

.info_popup--hilfe .yith-wcact-modal-buttons a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
  max-width: 215px;
  width: 100%;
}

.info_popup--hilfe .yith-wcact-modal-content  {
  margin-bottom: 44px;
}

.info_popup--hilfe a {
  color:#E83A3ACC;
  text-decoration: underline;
}

.info_popup--hilfe .popup-info-close::after {
  display: none;
}

.show-info-popup{
  display: block;

}
.popup-info-close{
  width: 17px;
  float: right;

}

.popup-info-close:after{
  content: '×';
  display: block;
  color: inherit;
  font-size: 1.5rem;
  line-height: 12px;
  opacity: 0.5;
  transition: all ease 0.2s;
  cursor: pointer;
}

#sp-ea-8052.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body{
  background: #f4f5f7;
}

.subscribe_form{
  width: 33%;

}

.subscribe_form .items-center.gap-4{
  display: flex;

}

.subscribe_form input[name="EMAIL"] {
  margin-bottom: 0;
  height: 42px;
  margin-right: 20px;

}
.subscribe_form input[name="EMAIL"]::placeholder {
  color:#a3afc0;

}

.subscribe_form input[name="submit"] {
  height: 42px;
  
}

.subscribe_form .font-semibold{
  margin-bottom: 20px;

}
.subscribe_form p{
  margin-bottom: 20px;
  opacity: 0.7;

}


.subscribe_form input[type="submit"]{
  background: #E83B3B;
  height: 42px;
  padding-top: 11px;
  padding-bottom: 11px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.subscribe_form input[type="submit"]:hover{
  /* background: #193762; */

}

@media screen and (max-width:820px) {
  .subscribe_form{
    width: 100%;
  
  }

}

.woocommerce-form.woocommerce-form-register .clear p:nth-child(2){
  display: block !important;
  text-align: center;
    
  }

.woocommerce-form.woocommerce-form-register .clear button[type="submit"]{
  margin-bottom: 0;
  padding-bottom: 12px;

}

.form-login--centred .woocommerce-message:nth-child(2){
  display:none;

}

/* .form-login--centred #billing_country_field .woocommerce-input-wrapper{
  cursor: pointer;
  border-radius: 25px !important;
  padding: 11px 16px 11px 16px;
  transition: border-radius 0.15s;
  background: white;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #687C98;
  border: none;
  width: 100%;
  margin-top: 8px;

} */

.form-login--centred #billing_country_field select{
  font-size: 18px;
  font-weight: 500;
  color: #687C98;
  border: navajowhite;
  width: 100%;
}
.woocommerce-page form.lost_reset_password .form-row-first{
  width: 100%;

}
.front-article{
  align-items: flex-start;

}
@media screen and (min-width:1024px) {
  .popup .popup-flex .front-article {
    height: 535px;
  }
}
.front-article .btn.cursor-default.icon:hover{
  background: white;
}
.header_link .sub-menu{
  display:none;
  padding: 10px 20px;
  box-shadow: 1px 2px 3px #888888;
  line-height: 35px;
  background: white;
}
.menu li{
  padding: 0;
}
#menu-services-menu li:hover .sub-menu{
  display: block;
  position: absolute;
}
.services_menu_mobile{
  padding: 0;
}

#services_menu_mobile{
  padding-top:0;
  padding-bottom: 0;
}

#services_menu_mobile .sub-menu{
  padding-top:10px;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.js-close-popup.close-popup{
  height: 23px;
  width: 25px;
  padding-top: 8px;

}
#services_menu_mobile .sub-menu{
  /* display: none; */
}
#services_menu_mobile .sub-menu.show-mobile{
  height: 100%;
}
.sub-menu.show-mobile{
  margin-top: 10px;
}

#services_menu_mobile li:first-child a{
  background-image: url('/wp-content/themes/cavinnash/images/angle-arrow.svg');
  background-position: right;
  background-repeat: no-repeat;

}
#services_menu_mobile li.clicked:first-child a{
  background-image: url('/wp-content/themes/cavinnash/images/angle-arrow-up.svg');
}

#menu-services-menu li:first-child a{
  background-image: url('/wp-content/themes/cavinnash/images/angle-arrow-black.svg');
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 15px;
}

#menu-services-menu li.clicked:first-child a{
  background-image: url('/wp-content/themes/cavinnash/images/angle-arrow-up-black.svg');
}


#menu-services-menu li:first-child .sub-menu a {
  background-image: none;

}

#services_menu_mobile li:first-child .sub-menu a {
  background-image: none;


}

.popup_container::-webkit-scrollbar {
  display: none;
}



.you_old{
  font-size: 10px;
  margin-left: 7px;
}


.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
  background: none!important;
}

.iti__selected-flag{
  padding-left: 16px;
}

.attachment-shop_thumbnail{
	max-height:94px;
	object-fit: cover;
}

.woo-page .tovar_head h1{
  padding-right: 75px;
}
.iti--separate-dial-code .iti__selected-flag{
  background-color: #0000ff00;
}
ul.yith_magnifier_gallery{
  display: flex;
}
.yith-wcact-my-auctions-list-index-container-content .wishlist-items-wrapper .yith-wcwl-card:first-of-type .auction-card__endtime-item{
  color: #183762;
}
.alert{
  color: #e83b3b;
}