﻿@font-face {
  font-family: PadelAuktionerSans-SemiBold;
  src: url(fonts/VisbyRoundCF-DemiBold.woff2);
  font-display: swap;
  display: block;
}
@font-face {
  font-family: PadelAuktionerSans-Bold;
  src: url(fonts/VisbyRoundCF-Bold.woff2);
  font-display: swap;
  display: block;
}
@font-face {
  font-family: PadelAuktionerSans-Medium;
  src: url(fonts/VisbyRoundCF-Medium.woff2);
  font-display: swap;
  display: block;
}

:root {
  --main-color: #ffcb58;
  --main-color-dark: #ffc357;
  /* --main-text-color: #68551d; */
  --main-text-color: #2d2d2d;
  --border-radius: 0.5rem;
  --shadow-togo: -6px 11px 27px -8px rgba(0, 0, 0, 0.1);
}

.btn {
  border-radius: var(--border-radius) !important;
}

.list-content ul,
.newListBlock ul,
#categoryArchiveSelectCatBox .v-list-group__items {
  border-radius: var(--border-radius) !important;
  list-style: none;
}

html {
  color: #373737;
  font-size: 17px;
  scroll-behavior: smooth;
}
html,
html.overflow-y-hidden {
  overflow-y: scroll !important;
}
body {
  margin: 0 !important;
}
#productPage .longDesc,
#auctionPage .longDesc {
  word-break: break-word;
  min-height: 200px;
}
body,
html {
  margin: 0;
  padding: 0;
  background: #f3f3f3;
}
.wrappor {
  font-size: 16px;
  font-weight: 400;
}
#searchhelperDiv {
  display: none;
}
i.v-icon.notranslate.fas.fa-caret-down {
  margin-top: -8px;
}
.theme--light.v-icon {
  color: rgb(142, 142, 142) !important;
}
.v-navigation-drawer__content::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar {
  width: 13px;
}
::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb {
  height: 56px;
  border-radius: 8px;
  border: 4px solid transparent !important;
  background-clip: content-box;
  background-color: #888;
}
h1 {
  font-size: 43px;
  line-height: 56px;
}
#categoryArchiveSelectCatBox h1 {
  font-size: 28px;
  margin-bottom: 0;
}
#categoryArchiveSelectCatBox {
  font-size: 15.5px;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
.longDesc h1,
.longDesc h2,
.longDesc h3,
.longDesc h4,
.longDesc h5,
.longDesc h6,
#productPage span.spanBid {
  padding-top: 25px;
}
#auctionPage h1,
#auctionPage h2,
#auctionPage h3,
#auctionPage h4,
#auctionPage h5,
#auctionPage h6,
#productPage h1,
#productPage h2,
#productPage h3,
#productPage h4,
#productPage h5,
#productPage h6 {
  padding-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.prodAucDesc,
.v-toolbar__title,
.myProfile-menu h6 {
  font-family: PadelAuktionerSans-Bold, Sans-Serif !important;
  line-height: normal !important;
}

.mb-bold {
  font-weight: 700 !important;
}
.color-green {
  color: green;
}
.color-red {
  color: red;
  font-weight: 600;
}
.clickable,
span.remove {
  cursor: pointer;
}
.overlay:before {
  background-image: unset !important;
}
.margin0 {
  margin: 0 auto;
  display: block;
}
.mypage-menu {
  text-align: center;
  padding-bottom: 20px;
}
.v-text-field--filled > .v-input__control > .v-input__slot,
.v-text-field--full-width > .v-input__control > .v-input__slot,
.v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 0;
}
.cart .theme--light.v-text-field--filled > .v-input__control > .v-input__slot,
.mypage-row .col-md-9.margin0.p-0,
.myPage .v-expansion-panel-content__wrap {
  padding: 5px 10px !important;
}
.myPage .v-expansion-panel-content__wrap,
.myPage button.v-expansion-panel-header.v-expansion-panel-header {
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background: white;
}

.mypage-row .col-md-9.margin0.p-0 {
  padding: 20px !important;
  margin-top: 20px;
}
.ql-editor {
  background: #f0f0f0;
}
/* .ql-editor p {
  margin: unset !important;
  padding: unset !important;
} */

.slider-text,
canvas.particles-js-canvas-el {
  max-height: 400px;
}
.tblSpn {
  font-size: 14px;
  padding: 10px 5px;
}
.theme--dark.v-list-item .v-list-item__action-text,
.theme--dark.v-list-item .v-list-item__subtitle {
  color: #000;
}
.ql-editor {
  min-height: 300px;
}
#preloader {
  margin: 1rem 0 1rem 0 !important;
  height: calc(100vh - 0px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.notification-menu .v-list-item .v-list-item__subtitle,
.notification-menu .v-list-item .v-list-item__title {
  line-height: 1.3 !important;
  white-space: break-spaces;
  font-size: 14px;
}
label {
  font-weight: 500;
  color: #3c435b;
}

.nav-item svg {
  fill: #3c435b !important;
}

label.filter {
  margin-bottom: 5px;
  display: block;
}

.bi,
.spanforicon {
  line-height: 1.2;
}
li.nav-item i {
  line-height: 1;
}
section .v-input--is-focused .v-input__slot,
section .primary--text .v-input__slot {
  border: 1px solid var(--main-text-color) !important;
  border-color: var(--main-text-color);
}
.v-text-field > .v-input__control > .v-input__slot:after {
  display: none !important;
}
img {
  text-indent: -9999px;
  max-width: 100%;
  border-radius: var(--border-radius);
}
::marker {
  color: var(--main-text-color);
}

/* Summary */
details {
  width: 97%;
  max-width: 500px;
  margin-bottom: 0.5rem;
  box-shadow: 0 0.1rem 1rem -0.5rem rgb(0 0 0 / 40%);
  overflow: hidden;
  background-color: #f9f9f9;
  position: relative;
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

details div {
  padding: 12px;
}
summary {
  padding: 1rem;
  display: block;
  background: #fff;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
}

summary:before {
  will-change: transform;
  content: "";
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent transparent transparent #cdcdcd;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease;
}

.faq summary:before {
  border-color: transparent transparent transparent #959595;
}
.faq summary {
  background: #e8e8e8;
}

/* THE MAGIC 🧙‍♀️ */
details[open] > summary:before {
  will-change: transform;
  transform: rotate(90deg);
}

details summary::-webkit-details-marker {
  display: none;
}

details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.hero-wrap h1 {
  font-size: calc(25.5px + 8 * ((55vw - 320px) / 680));
}
.slider-text {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.prodAucDesc {
  color: var(--main-text-color) !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px !important;
}
.sidebar-box {
  border-radius: var(--border-radius) !important;
  background: #fff !important;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.color-green-e {
  color: green;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  background: #edffeb;
  max-width: 210px;
  width: auto;
  border-radius: 20px;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 17px;
}
p.exMoms {
  color: #de4b4b;
  font-weight: 700;
  font-size: 19px;
}
.color-red-e {
  color: red;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  background: #ffebeb;
  max-width: 210px;
  width: auto;
  border-radius: 20px;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 17px;
}

.bi-inform {
  margin-top: -38px;
  position: absolute;
  left: 10px;
  background-color: #a8a8a8;
  padding: 0;
  border-radius: 48%;
  line-height: 0;
  font-size: 30px;
  border: 2px solid #fff;
  color: #fff;
  background: linear-gradient(
    281deg,
    var(--main-color-dark),
    var(--main-color) 95%
  );

  height: auto;
}

.subscribeBtn .bi-heart,
.subscribeBtn .bi-heart-fill {
  color: #d56d50;
  animation: heartbeat 837ms ease-in;
  cursor: pointer;
}

i.subscribeBtn.bi-heart-fill {
  color: #d56d50;
  animation: heartbeat 837ms ease-in;
  cursor: pointer;
}

.box-item .content {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
}

#auctionPage .subscribeBtn,
#dashboard .subscribeBtn {
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  cursor: pointer;
  float: left;
  color: #d56d50;
  height: 33px;
  width: 33px;
  padding: 9px;
}

/* fade-in */

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  20% {
    transform: scale(0.9);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8);
  }
  70% {
    transform: scale(0.75);
  }
  80% {
    transform: scale(0.8);
  }
  90% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.fade-in {
  will-change: opacity;
  animation: fadeIn ease 0.1s;
  -webkit-animation: fadeIn ease 0.1s;
  -moz-animation: fadeIn ease 0.1s;
  -o-animation: fadeIn ease 0.1s;
  -ms-animation: fadeIn ease 0.1s;
}
/* maniupulators start */
.v-text-field.v-text-field--solo .v-input__append-inner,
.v-text-field.v-text-field--solo .v-input__prepend-inner {
  margin-top: 8px;
}
span.butique {
  background: rgb(85 138 129 / 10%);
  font-size: 14px;
  width: auto;
  font-weight: 500;
  color: #48746d;
  padding: 5px 10px;
  display: inline-block !important;
  margin: 5px 0;
  border: 2px solid #48746d;
  border-radius: 25px;
}

span.butiqueSeller {
  background: rgb(86 193 255 / 10%);
  font-size: 14px;
  width: auto;
  font-weight: 500;
  color: #234dc3;
  padding: 5px 10px;
  display: inline-block !important;
  margin: 5px 0;
  border: 2px solid #235cc3;
  border-radius: 25px;
}

.myPageDialog .change-status {
  background: white !important;
}
/*list-style*/
.cart #payment-method,
#bidHistoryBox li,
#bidHistoryBox {
  list-style: none;
}
.cart .btq {
  font-size: 19px;
}
.cart .btq a {
  font-weight: 600 !important;
}
#categoryArchiveSelectCatBox h6 {
  padding: 0;
}
.v-text-field--filled,
.theme--light.v-list-item--active:before,
.theme--light.v-list-item--active:hover:before {
  border-radius: var(--border-radius);
}
.v-expansion-panel:before,
.v-stepper,
.v-stepper__header,
.v-sheet.v-card:not(.v-sheet--outlined) {
  box-shadow: unset;
}
.cart .v-input__slot {
  padding: 0 12px !important;
}
.v-data-table__wrapper {
  border-radius: var(--border-radius) !important;
}

/* maniupulators end */
html,
.v-application {
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
  /* font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; */

  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;

  /* color: #21293c; */
  color: #373737;
}
.text-right {
  text-align: right;
}
#nprogress .bar,
.btn.btn-primary,
.button[data-v-3114718f],
.carousel h2:before,
.filter-box .v-radio.theme--light.v-item--active,
.gymauctionGold,
.mypage-menu .router-link-exact-active .v-chip,
.unique-background {
  /* background: linear-gradient(227deg, #ff4582, #e12e0d); */
  background: linear-gradient(
    281deg,
    var(--main-color-dark),
    var(--main-color) 90.72%
  );
  color: #000;
}

#nprogress .bar {
  background: linear-gradient(227deg, var(--main-text-color), #c18576);
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.orderShipment li {
  border-bottom: 2px solid white;
}

.v-badge__badge span {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  font-weight: 700;
}
.navbar-nav .nav-item i,
.navbar-nav .nav-item span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.pulse {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ef5350;
  cursor: pointer;
  box-shadow: 0 0 0 rgb(239 83 80);
  animation: pulse 2s infinite;
}
.v-badge__badge {
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: 20px;
  letter-spacing: 0;
  min-width: 20px;
  padding: 4px 6px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: auto;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
}
a {
  text-decoration: none;
  color: var(--main-text-color);
  cursor: pointer;
}

a:hover {
  color: #0a5321;
  text-decoration: underline;
}

.invoice-link {
  color: var(--main-text-color) !important;
  text-decoration: underline;
}

#description a {
  color: var(--main-text-color) !important;
}

v-list-tile-content {
  font-size: 15px;
}
.v-list-item {
  padding: 0 10px !important;
}

.checkbox {
  margin: 5px !important;
}
.checkbox span {
  cursor: pointer;
  margin-left: 5px;
  font-size: 15px;
}
.checkbox input {
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}

.checkbox.checkbox-big {
  margin: 10px 5px !important;
}
.checkbox.checkbox-big span {
  cursor: pointer;
  margin-left: 5px;
  font-size: 19px;
  font-style: italic;
}
.checkbox.checkbox-big input {
  font-size: 23px;
  height: 25px;
  width: 25px;
}

[v-cloak],
.searchI {
  display: none;
}
.v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
  will-change: transform;
  transform: unset;
}
.searchI.active i.bi-search:after {
  background: #29c4ccb8;
  border-radius: 50%;
  content: "";
  display: block;
  width: 16px;
  position: absolute;
  height: 16px;
  top: 5px;
  z-index: 1;
}
.list-content h4,
.newListBlock h4 {
  line-height: 32px;
  font-weight: 600;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}
.sliderh2 {
  color: #ffffff;
  line-height: 1.5;
  font-size: 40px;
  font-weight: 700;
}

.ftco-section.bg-light {
  margin-top: 18px;
}
section {
  max-width: 1250px;
  margin: 0 auto;
}

.theme--light.v-card {
  color: rgba(0, 0, 0, 0.87);
}

.ftco-section {
  padding-bottom: 4em;
  position: relative;
  min-height: 450px;
  width: 100%;
}
h1 {
  font-weight: 700;
  line-height: 1.5;
  color: #373737;
}
/* body */
.bg-light {
  background: #f3f3f3 !important;
}
/* chip-bar */
/* #newsPage */
#newsarchive h4 {
  padding: 45px 10px;
  max-width: 70%;
  margin: 0 auto;
}
#newsPage figure {
  margin-bottom: 30px;
  background-color: transparent;
}
#newsPage span.createdBy.text-center {
  padding-bottom: 10px !important;
  display: block;
  text-align: left;
}
#newsPage .shortDesc {
  padding-bottom: 20px;
  font-style: italic;
  color: #6d6d6d;
  font-size: 18px;
}

.feedNews .bot {
  background: #323232 !important;
}

.chip-bar {
  will-change: transform;
  margin-top: 0 !important;
  transform: scaleY(1);
  transition: transform 1s ease, top 1s ease;
  position: fixed;
  width: 100%;
  border-top: 1px solid #d4d4d4 !important;
  border-bottom: 1px solid #d4d4d4 !important;
  background: rgba(255, 255, 255, 0.97) !important;
  z-index: 10 !important;
}

.chip-bar .first a {
  color: #ffffff !important;
  background: #3c3c3c !important;
  border-radius: var(--border-radius) !important;
}
.catSlider a {
  color: #404040 !important;
  background: #ffffff !important;
  font-weight: 500;
  /* border: 1px solid #d0d0d0; */
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.chip-bar .spacer {
  border-right: 1px solid #d4d4d4 !important;
}

.v-list-group.v-list-group--active.v-list-group--no-action.primary--text {
  background: #f9f9f9;
  border-radius: var(--border-radius);
}

/* Diverse */
.container {
  width: 100%;
  padding: 0 8px;
  margin-right: auto;
  margin-left: auto;
}
.wrappor {
  background: #f3f3f3;
  overflow: hidden;
  margin-top: 47px;
}
/* navbar */

.navbar-brand {
  margin-right: 0.3rem;
  padding: 10px;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  background-position: center;
}
nav#ftco-navbar {
  border-bottom: 1px solid rgba(33, 41, 63, 0.1);
  width: 100%;
  z-index: 20;
  top: 0;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0;
  position: sticky !important;

  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.97) !important;
}

#searchModule,
.search {
  width: 100%;
}
.navbar .header-item {
  z-index: 500;
}
nav#ftco-navbar,
.mainContainer,
.s-header {
  height: 75px !important;
  /* min-height: 75px; */
}
#snackbar .v-application--wrap,
.navbar .header-item {
  display: grid;
  place-items: center;
  background-color: transparent;
  height: 100%;
  /* border-bottom: 1px solid rgba(33,41,63,.1); */
}
.ftco-navbar-light .container {
  display: grid;
  grid-template-columns: 50px 175px 1fr 262px;
  height: 75px !important;
  padding: 0;
}

@media (max-width: 1908px) {
  .navbar .container {
    max-width: unset !important;
  }
  .brand {
    z-index: 500 !important;
  }
}

@media (min-width: 1904px) {
  .ftco-navbar-light .container {
    max-width: 1700px !important;
  }
}

@media (min-width: 992px) {
  .ftco-navbar-light .container {
    grid-template-columns: 50px 175px 1fr auto;
  }
}

@media (max-width: 977px) {
  .ftco-navbar-light .container {
    grid-template-columns: 50px 120px 1fr 100px;
  }
}

@media (max-width: 992px) {
  .search .v-card.v-sheet.theme--dark.lighten-2 {
    max-width: unset;
  }
  .ftco-navbar-light .container {
    grid-template-columns: 50px minmax(auto, 60px) 1fr 350px;
  }
}
/* mobile */
@media (max-width: 700px) {
  .ftco-navbar-light .container {
    grid-template-columns: 50px minmax(auto, 160px) 1fr auto;
  }

  .v-input.v-input--is-focused.theme--dark.v-text-field.v-text-field--is-booted.v-text-field--placeholder.v-select.v-autocomplete.white--text {
    display: none;
  }
  .searchI {
    display: block;
  }
  .glide__bullet {
    width: 28px !important;
    height: 28px !important;
  }
}

.v-tab {
  min-width: 230px;
}

@media (max-width: 550px) {
  .myPage .v-data-table__expanded__row .text-mModifiedDateTime {
    color: #eeeeee;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
  }

  .v-tab {
    min-width: 130px;
  }

  .ftco-navbar-light .container {
    grid-template-columns: 50px minmax(auto, 110px) 1fr auto;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding: 5px;
  }
}
.ftco-footer,
.ftco-navbar-light,
.ftco-navbar-light.scrolled {
  background: #171c23 !important;
  opacity: 0.98;
}
.ftco-navbar-light {
  background: 0 0 !important;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
  top: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #404044 !important;
    top: 0;
    position: fixed !important;
  }
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.bg-dark {
  background-color: #212529 !important;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/* menu toggler */
.header-menu-toggle.opaque {
  background-color: transparent;
}
.menu_toggler {
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media only screen and (max-width: 1000px) {
  .header-menu-toggle {
    right: 25px;
  }
}
.header-menu-toggle {
  will-change: transform;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  line-height: 42px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu_toggler span {
  width: 20px;
}
.menu_toggler span::before {
  top: -8px;
}
.menu_toggler span,
.menu_toggler span::after,
.menu_toggler span::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 2.5px;
  background-color: #949497;
  border-radius: 20px;
  transition: 0.37s cubic-bezier(0.77, 0, 0.175, 1);
  right: 0;
}
.menu_toggler span::after {
  top: 8px;
}
.menu_toggler span::after {
  width: 12px;
}
.menu_toggler.active > span {
  background-color: transparent;
}
.menu_toggler.active > span::after,
.menu_toggler.active > span::before {
  top: 0;
  right: 0;
  width: 28px;
}
.menu_toggler.active > span::before {
  will-change: transform;
  transform: rotate(-225deg);
}

.menu_toggler.active > span::after {
  will-change: transform;
  transform: rotate(225deg);
}

/* @media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 0 0 10px;
  }
} */
.spanforicon:hover {
  color: #4b587c;
}
/* navigation */
.v-list.listClass {
  padding: 10px;
  overflow-y: auto;
  /* max-height: 80vh; */
}
.theme--dark.v-list {
  background: #fff !important;
  color: #000 !important;
}
.view-more {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-left: 15px;
  font-size: 15px;
  margin-top: 6px;
  font-style: italic;
  padding: 8px 0;
}
#navigation-app .v-list-group__items {
  background: #ececec;
  margin-top: -6px;
}
#navigation-app .v-list-item--active {
  background: #ececec;
}

#navigation-app .v-list-item__title a {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-nav .v-list-item {
  min-height: 0;
  height: 40px;
}
.v-application .green.lighten-1 {
  background-color: #82c500c7 !important;
  background: #fff;
  inset: auto auto calc(100% - 26px) calc(100% - 11px) !important;
  height: 7px !important;
  width: 9px !important;
}
@media (max-width: 550px) {
  .ftco-navbar-light .navbar-brand {
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
  }
  .ftco-navbar-light .navbar-brand {
    background-position: center;
  }
  #searchModule button {
    min-width: 30px;
  }
  .Rtable-1 {
    width: 100%;
  }
  .cart .Rtable img {
    margin: unset;
  }
  .cart .orderSum h5 {
    font-size: 1rem;
  }
}
.cart .Rtable img {
  border-radius: 0;
}
/* navigaiton snack */
.snackbar-topen {
  margin-top: 133px;
}
.v-data-table tbody tr.v-data-table__expanded__content {
  box-shadow: unset !important;
}
.myPage .container {
  padding: 0px;
}
.addorupdate .v-label {
  left: 5px !important;
}
.myPageSubheader {
  margin-top: -50px;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 19px;
}

.theme--light.v-tabs-items {
  background: #ffffff;
}

.myPage .theme--light.v-data-table,
.myPage .mypage-row .form-group {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  border-radius: var(--border-radius);
  margin-bottom: 50px;
}

.orderStatus span {
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid;
}
.isPayed,
.myPageDialog .isPayed,
.isSuccess {
  color: #11bb1f;
  /* background-color: #7ec1392e; */
}

.isCanceled,
.myPageDialog .isCanceled,
.isError {
  color: #cd5c5c;
  /* background-color: #cd5c5c38; */
}
.isNewOrder {
  color: indianred;
  /* background-color: indianred; */
}
.isInvoiced {
  color: #750eb5;
  /* background-color: #29265f14; */
}
.isShipped {
  color: #14a4bb;
  border-bottom-color: #14a4bb !important;
}
.isCollected {
  color: #27c132;
  border-bottom-color: #27c132 !important;
}
.isUnknown {
  color: #cd5c5c;
  background-color: #cd5c5c00;
  border-bottom-color: #cd5c5c !important;
}
.isReturned {
  color: #ffae00;
  border-bottom-color: #ffae00 !important;
}

.myPage .v-application {
  background: transparent;
}
.myPage draggable .row {
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 500px) {
  .myPage .theme--light.v-data-table,
  .myPage .mypage-row .form-group {
    padding: 10px 5px !important;
  }

  .myPageDialog .v-select__slot {
    font-weight: 600;
    font-size: 14px;
  }

  .myPageDialog .v-dialog > .v-card > .v-card__subtitle,
  .v-dialog > .v-card > .v-card__text {
    padding: 5px 7px;
    overflow-x: hidden;
  }
}

.myPageDialog
  .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)
  > .v-input__control
  > .v-input__slot {
  box-shadow: unset;
  background: #ffffff;
  border: 1px solid #d0d0d0;
}

.myPageDialog .v-card__text {
  background: #f3f3f3;
}

ul.product-list {
  list-style: none;
}
.my-profile input:disabled,
.my-profile input:read-only {
  border-style: dotted;
  color: #868686;
  display: block;
  border-radius: var(--border-radius);
  padding: 7px;
  width: 100%;
  max-width: 430px;
  padding: 10px 10px;
  max-height: 44px;
  height: 44px;
}

.no-select,
.my-profile input:disabled,
.my-profile input:read-only {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.myProfile-menu {
  top: 85px !important;
  z-index: 507 !important;
  position: fixed;
  min-width: 285px !important;
}

.myProfile-menu .listgroup .v-list-item {
  min-height: unset;
  height: 25px;
}

.catSlider a.active {
  font-weight: 400 !important;
}

.myProfile-menu .listgroup .v-avatar {
  height: 40px !important;
  min-width: 0 !important;
  width: 30px !important;
}

/* .myProfile-menu h6{
            margin-left: 8px;
        } */

.myProfile-menu .listClass {
  border-radius: var(--border-radius) !important;
}
.myProfile-menu .v-btn-toggle span {
  will-change: transform;
  text-transform: none !important;
}

.myProfile-menu hr {
  margin: 0.5rem 0 !important;
  margin-left: -8px !important;
  margin-right: -8px !important;
  border-color: #f1f1f1 !important;
}

.logout-title {
  color: var(--main-text-color) !important;
}

#navigation-app .v-list-group--active.l0 .v-list-item--active {
  border-color: #87bb7e;
  background-color: #87bb7e22;
}
#navigation-app .v-list-group--active.l0 .v-list-group__items {
  background-color: #87bb7e11;
}
#navigation-app .l0 .icon {
  background: #87bb7e;
}

#navigation-app .v-list-group--active.l1 .v-list-item--active {
  border-color: #b49ed6;
  background-color: #b49ed622;
}
#navigation-app .v-list-group--active.l1 .v-list-group__items {
  background-color: #b49ed611;
}
#navigation-app .l1 .icon {
  background: #b49ed6;
}

#navigation-app .v-list-group--active.l2 .v-list-item--active {
  border-color: #5e759e;
  background-color: #5e759e22;
}
#navigation-app .v-list-group--active.l2 .v-list-group__items {
  background-color: #5e759e11;
}
#navigation-app .l2 .icon {
  background: #5e759e;
}

#navigation-app .v-list-group--active.l3 .v-list-item--active {
  border-color: #76abba;
  background-color: #76abba22;
}
#navigation-app .v-list-group--active.l3 .v-list-group__items {
  background-color: #76abba11;
}
#navigation-app .l3 .icon {
  background: #76abba;
}

#navigation-app .v-list-group--active.l4 .v-list-item--active {
  border-color: #eb9b68;
  background-color: #eb9b6822;
}
#navigation-app .v-list-group--active.l4 .v-list-group__items {
  background-color: #eb9b6811;
}
#navigation-app .l4 .icon {
  background: #eb9b68;
}

#navigation-app .v-list-group--active.l5 .v-list-item--active {
  border-color: #c386a7;
  background-color: #c386a722;
}
#navigation-app .v-list-group--active.l5 .v-list-group__items {
  background-color: #c386a711;
}
#navigation-app .l5 .icon {
  background: #c386a7;
}

.myProfile-menu h6 {
  color: #525252;
}

.myProfile-menu .v-list-item__content {
  padding: 7px 0;
}

.myProfile-menu .v-avatar {
  margin-right: 0 !important;
}
.myProfile-menu .v-icon.v-icon {
  font-size: 16px !important;
  color: #202327;
}

.v-text-field .v-input__append-inner,
.v-text-field .v-input__prepend-inner {
  align-self: center;
}

/* Navigation aside */
.v-list-item a,
.v-list-item .v-list-item__title {
  font-size: 14.5px;
  color: #3e3e3e;
  text-decoration: none;
  font-weight: 400 !important;
}
[prov] .wrappor .v-application--wrap {
  background: #f3f3f3 !important;
  padding: 10px;
  border-radius: var(--border-radius);
}

.v-list-group__items a {
  color: #373737;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  font-size: 14px;
}

.searchhelper input {
  background: #e8e8e8;
  margin-top: 5px;
  border: 1px solid #ccc !important;
  border-radius: var(--border-radius);
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 5px;
}
.searchhelper,
.searchhelper_placeHolder {
  height: 60px;
}
.searchhelper {
  margin-top: -60px;
  position: fixed;
  z-index: 8;
  background: white;
  width: 100%;
  display: flex;
  box-shadow: 0 0 1px 1px rgb(33 41 63 / 10%);
}
#navigation-app aside {
  margin-top: 75px;
  box-shadow: none;
  border: none;
  height: 90vh !important;
  background: transparent;
  /* position: fixed; */
  will-change: transform !important;
  transition: transform 230ms linear !important;
}
.v-navigation-drawer__content {
  height: 86vh;
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.minify {
  height: 0;
}

#snackbar .v-application--wrap {
  min-height: unset !important;
}
.v-application .white--text {
  color: #585858 !important;
}

#bidBox {
  padding-top: 0 !important;
}

a.nav-link i {
  font-size: 20px;
}

@media (max-width: 767px) {
  .myProfile-menu .listgroup .v-list-item {
    height: 21px;
  }

  .v-list-item .v-list-item__title,
  .v-list-item a,
  .myProfile-menu .v-list-item__title {
    font-size: 15px;
  }
  .myProfile-menu .v-list-item {
    min-height: 0 !important;
  }

  .custom-shape-divider-bottom svg {
    width: calc(299% + 1.3px);
    height: 35px;
  }

  #bidBox {
    padding-top: 15px !important;
  }
  .spanforicon,
  .nav-compass {
    display: none !important;
  }
  li.nav-item i {
    font-size: 21px !important;
  }
  #searchModule .v-btn:not(.v-btn--round).v-size--default {
    padding: 0;
  }

  a.nav-link i {
    font-size: 27px;
  }

  .v-application .green.lighten-1 {
    inset: auto auto calc(100% - 26px) calc(100% - 12px) !important;
  }
}

.cartbi .v-badge__badge {
  font-size: 25px !important;
  margin-top: -14px;
  position: absolute;
  color: #ff3a3a;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: unset !important;
  -ms-flex-direction: column;
}
ul.navbar-nav.nav-item-last a {
  color: #050505 !important;
}

ul.navbar-nav .nav-link {
  display: block;
  text-align: center;
}

ul.navbar-nav.nav-item-last {
  background: white !important;
  border-radius: 0 !important;
}
.header-item .v-card {
  box-shadow: none !important;
}
/* slut */

/* searchmodule */

.theme--dark.v-card {
  background-color: transparent;
}
#searchModule .v-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f7f8;
  border-radius: var(--border-radius) !important;
  border: 1px solid #e7e3e3;
  box-sizing: border-box;
  padding: 5px 10px;
}
/* #searchModule .v-input:active, #searchModule .v-input:focus {
    
} */

.v-toolbar__title {
  font-size: 17px;
}

#searchModule
  .theme--dark.v-text-field
  > .v-input__control
  > .v-input__slot:before,
#searchModule .v-text-field__details {
  display: none;
}

#searchModule .v-input__slot {
  margin-bottom: 0 !important;
}

#searchModule .v-icon.v-icon {
  color: #878a8c;
  font-weight: 700;
  font-size: 20px !important;
}

.v-application--is-ltr .v-text-field .v-input__append-inner {
  padding-left: 9px;
}

input::placeholder {
  color: #797979 !important;
}

#searchModule .theme--dark.v-input,
.theme--dark.v-input input,
.theme--dark.v-input textarea {
  color: #0a0a0a;
  border-radius: 0;
  caret-color: #000;
  background: #f1f1f1;
}

#searchModule .v-text-field > .v-input__control > .v-input__slot:after {
  display: none;
}

.wrappor .v-application--wrap {
  background: #f3f3f3 !important;
  border-radius: var(--border-radius);
}

.v-application--wrap {
  min-height: unset !important;
}

.tt input {
  text-align: right;
}
section.ftco-section.ftco-degree-bg.feed.homePage {
  margin: 0 auto;
  margin-top: 20px;
  /* margin-bottom: 20px; */
}
/* dropdowns */
.v-menu__content {
  border-radius: var(--border-radius);
  box-shadow: -6px 11px 27px -8px rgba(0, 0, 0, 0.1);
}
/* productlisting */
/* productlist headers */
.categoryDropdown .v-list-item__content {
  padding: 0;
}

.subItem-highlight {
  padding-left: 12px !important;
  padding-bottom: 10px !important;
}
.subItem-highlight.active {
  color: var(--main-text-color);
  font-weight: 600;
}
.category-bottom-description {
  margin: 140px 0;
  font-weight: 400;
  border-radius: var(--border-radius) !important;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%) !important;
  background: #fff !important;
  padding: 20px;
  font-weight: 14.5px;
}
.postInfo {
  width: 100%;
}
.discount {
  background: var(--main-text-color);
  border-radius: 0 0 5px;
  color: white;
  padding: 3px 10px;
  text-align: center;
  position: absolute;
  font-size: 11px;
  /* z-index: 1000; */
  z-index: 7;
}

#productPage .discount {
  position: unset;
}

.feedLink.qw {
  position: absolute;
  margin-top: -36px;
  width: 39px;
  right: 0;
  padding: 5px 11px !important;
  background-color: #f3f3f3eb;
  border-radius: 15px 0 0 0;
  float: right;
  bottom: 0;
}

/* .postMeta {
  margin-top: 10px;
} */

div#productAuctionContent img {
  /* width: 100%; */
  height: auto;
  max-width: 500px;
  padding: 20px 0;
}
.format {
  margin: 25px 5px;
  margin-top: 5px;
}

label.buy_now {
  font-weight: 700;
  margin-right: 5px;
}

@media (max-width: 700px) {
  .categoryDropdown .v-list-item {
    min-height: 47px;
    margin-top: 1px;
  }

  .buyN {
    font-size: 14px;
  }

  .ftco-section {
    margin-top: 0px !important;
  }

  .v-application p {
    margin-bottom: 5px;
  }

  .postMeta {
    /* margin-top: -25px; */
    text-align: right;
  }

  .auction-title {
    font-size: 15px;
    line-height: 20px;
  }

  .postMeta {
    width: 100% !important;
  }
  label.buy_now {
    font-size: 16px;
    margin-right: 3px;
  }
  .feedLink.qw {
    position: absolute;
    margin-top: -6px !important;
    right: 0 !important;
    border: 1px solid;
    padding: 3px !important;
    background-color: #f9f9f9;
    border-color: #e8e8e8 !important;
    left: 0px;
    bottom: 0px;
    margin-top: 3px;
    font-size: 14px;
    border-radius: 10px 10px 0px 0px;
  }
}

span.created {
  color: #606060;
  font-size: 14px;
}

@media (max-width: 500px) {
  span.created {
    font-size: 14px;
  }
}
/* slut */

a:active,
a:hover {
  outline: 0;
}

.ph-s,
.overlay:before {
  height: max(50vh, 500px) !important;
}

.newListBlock {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 900px !important;
  margin-top: 10px;
}

.newListBlock a,
.newListBlock .ne-Title {
  color: var(--main-text-color);
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
}
.newListBlock .ne-Title {
  font-weight: 500;
}

.newListBlock .ne-Date {
  font-size: 14px;
  color: #747474;
  display: block;
}
.nImg img {
  object-fit: cover;
  border-radius: 5%;
  /* max-width: 60px; */
}
.newListBlock ul {
  padding: 0px;
}

.newListBlock li {
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.newListBlock a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.newListBlock ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 0 16px;
}

.newListBlock li a {
  border-bottom: 1px solid #d9e1ec;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.newListBlock li a:last-child,
section.feed .fade-in:last-child .tile a {
  border: unset !important;
}

section.feed ul,
.newListBlock ul {
  position: relative;
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  /* background: url(/Content/Images/so-white.png);    
    background-repeat: initial; */
  background-color: white;
}
.v-application ol,
.v-application ul {
  padding-left: 0;
}

.v-application ul {
  padding-left: 0;
  padding: 0;
}

#description ul {
  padding-left: 24px !important;
}

#description .v-application a {
  color: var(--main-text-color);
}

/* searchPage */
ul.search-result-list {
  list-style: none;
  margin-top: 10px;
}
ul.search-result-list li {
  margin-bottom: 10px;
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

/* productAuctionsListing other */
#productAuctionsListing ul {
  padding-left: 0;
}

.favorite {
  position: absolute;
  right: 0;
  justify-content: center;
  align-content: space-around;
  border-radius: 0px 0 0px 20px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

#productAuctionsListing {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 900px;
}
.btn-showmore:hover,
.btn-showmore:target {
  opacity: 0.8 !important;
}

#CookieConsent {
  background: #6d5049;
  color: white;
  border-radius: var(--border-radius);
}

/* thumbnail */

/* dialogs */
.v-dialog {
  margin: 24px 5px;
}
/* thumbnail */
/* Generalpages */
.custom-shape-divider-bottom {
  display: none;
}
/* Good to have  */
a.anchor {
  top: -20px;
}
.fade-hide {
  display: none;
  opacity: 0;
}

.noVisible {
  visibility: hidden;
}

.hide,
.hideBtn {
  display: none !important;
}
.show {
  display: block !important;
}
a.disabled {
  pointer-events: none !important;
  color: #ccc;
}
#searchModule
  .v-select.v-select--is-menu-active
  .v-input__icon--append
  .v-icon {
  will-change: transform;
  transform: none !important;
}
#searchModule button {
  background-color: transparent !important;
}
.productDialog .v-toolbar {
  background-color: white !important;
  color: #464b5a !important;
  border-bottom: 1px solid rgba(33, 41, 63, 0.1);
  box-shadow: 0 0 1px 1px rgb(33 41 63 / 10%) !important;
}
.productDialog #productPage {
  padding-top: 30px;
}
/* mypage */
.mypage-row .v-input--radio-group__input {
  padding: 10px 0px;
}
.shippingSlider:after {
  background-image: linear-gradient(90deg, transparent, #f3f3f3) !important;
}
.tasks {
  padding: 15px !important;
  border-radius: var(--border-radius);
}
.mypage-menu .router-link-exact-active .v-icon,
.mypage-menu .router-link-exact-active span {
  color: #2d2d2d !important;
}

.myPage-user {
  box-shadow: unset !important;
}
.myPage-user {
  background: white;
  /* margin-top: 10px; */
}
/* #categorypage */
.filter-box .v-input--selection-controls {
  margin-top: 0;
  padding-top: 0;
}
#categoryArchiveSelectCatBox .border-btn,
#categoryArchiveSelectCatBox
  .theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  border-radius: var(--border-radius) !important;
  background: white !important;
}
.filter-button {
  text-transform: capitalize;
  font-weight: 600 !important;
  border: none !important;
  top: 1px !important;
  width: 100%;
  padding: 4px !important;
  height: 49px !important;
  right: -1px !important;
  border-right: none !important;
  border: 1px solid #e8e8e8 !important;
}

.filter-box .v-input--radio-group.v-input--radio-group--row .v-radio {
  padding: 6px;
  border-radius: 25px;
}
.filter-box .v-input--selection-controls__input {
  display: none;
}
.filter-box .v-radio.theme--light.v-item--active label {
  color: white;
}
#categoryArchiveSelectCatBox .v-list-group__header {
  padding-left: 15px;
  padding-right: 15px;
  background: #f3f3f3;
  border-color: #e8e8e8;
  color: #000;
  fill: #000;
  /* border: 1px solid #e8e8e8; */
}
button.ok-filter.pewPew-btn.v-btn.v-btn--text.theme--light.v-size--default.primary--text {
  background: #888888 !important;
  border-color: #e4461b !important;
  color: white !important;
  margin-bottom: 10px;
}
#categoryArchiveSelectCatBox .filter-menu .v-list-group__header {
  margin-top: 10px;
}

.categoryDropdown .v-list-item {
  background: white !important;
  border-bottom: 1px solid #f3f3f3;
}

#categoryArchiveSelectCatBox .v-list-item__title,
#categoryArchiveSelectCatBox header .v-list-item__title a {
  line-height: initial;
  color: var(--main-text-color) !important;
}

.filter-menu {
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  background: #fff;
  padding: 10px 7px;
}

#categoryArchiveSelectCatBox .theme--light.v-list {
  background: 0 0;
  padding: 5px 0 30px 0;
  box-shadow: none !important;
  border: none !important;
}
/* cartPage - cart-section */
.orderShipment .v-select.v-input--dense .v-select__selection--comma {
  width: 100%;
}
span.isSuccess.p-3.pt-3.mt-2.mb-2 {
  color: var(--main-text-color);
}
.login-yes {
  padding: 9px;
  background: #f5f5f5;
  border-color: #e8e8e8;
  color: #000;
  fill: #000;
  border: 1px solid #e8e8e8;
  display: inline-flex;
  margin: 16px;
  border-radius: var(--border-radius);
}
.login-yes:hover {
  border: 1px solid var(--main-text-color);
  color: var(--main-text-color);
}
.cart-section .v-timeline-item__body {
  background-color: #fff !important;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 24px 16px;
}

#categoryArchiveSelectCatBox .v-list-group__header {
  border-radius: var(--border-radius);
}

@media (max-width: 600px) {
  .cart-section .v-timeline-item__body {
    padding: 24px 5px;
  }
  .v-expansion-panel-content__wrap {
    padding: 9px !important;
  }
  #categoryArchiveSelectCatBox .v-list-group__header {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
}

.productLoader a {
  font-weight: 300 !important;
  line-height: 2px;
  font-size: 17px !important;
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, */
  /* sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important; */
}
.cart .v-form a {
  color: #484848;
}
.cart-section .col-md-5.col-sm-9.text-center.margin0 {
  max-height: 190px;
  max-width: 900px;
  margin: 0 auto;
}
.cart .v-text-field--outlined fieldset {
  border: none !important;
}
.cart .btn-success.disabled {
  background: var(--main-text-color) !important;
}
.cart label {
  color: #6b6b6b;
  font-weight: 600 !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
}
.cart li#payment-method.active {
  border: 2px solid var(--main-text-color) !important;
}
.myPage .v-expansion-panel-content__wrap,
.myPage button.v-expansion-panel-header.v-expansion-panel-header {
  border: 1px solid #ccc !important;
}
.myPage button.v-expansion-panel-header.v-expansion-panel-header:hover {
  background: rgb(68 68 68) !important;
  color: white;
}
.cart
  .theme--light.v-text-field--filled:not(.v-input--is-focused):not(
    .v-input--has-state
  )
  > .v-input__control
  > .v-input__slot:hover {
  background: rgb(220 220 220) !important;
}

.myPage .v-expansion-panel-content__wrap {
  background: white !important;
  padding-top: 15px;
  margin-top: -2px;
}

.cart
  .theme--light.v-text-field--outlined:not(.v-input--is-focused):not(
    .v-input--has-state
  )
  > .v-input__control
  > .v-input__slot
  fieldset {
  color: rgb(232 232 232);
}

.cart .v-stepper__step__step .theme--light.v-icon {
  color: #a4ffaf !important;
}

.int-dd .v-select__selection {
  color: #232323 !important;
  font-size: 15px;
}

.inp-notext .v-text-field__details {
  display: none;
}

.cart .v-timeline-item__body {
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding-top: 10px;
}
.cart {
  padding-bottom: 45px;
}

.int-dd .v-input__slot {
  max-width: 93px;
  min-height: unset !important;
  padding: 0 8px !important;
}

.int-dd .v-input__append-inner {
  margin-top: 5px;
}

.Rtable {
  border-bottom: 1px solid #d8d9da !important;
}
.cart button.v-expansion-panel-header.buyExpansion {
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  border-color: #e8e8e8;
  color: #000;
  fill: #000;
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  color: var(--main-text-color) !important;
}

.cart .orderDiscount,
.cart .orderSum {
  background-color: #f3f3f3;
}

.cart button.v-expansion-panel-header.buyExpansion:hover,
.cart .v-item--active button.v-expansion-panel-header.buyExpansion {
  border: 1px solid var(--main-text-color);
  background: #f1f0f0;
}

.cart .v-form {
  border-radius: var(--border-radius);
  background: white;
}
/* #dashboard */
#dashboard .v-slide-group__content {
  background: #f3f3f3;
}
#dashboard .v-slide-group__prev.v-slide-group__prev--disabled {
  display: none;
}
/* auctionPage */
input#makeBidInput {
  margin: 20px 0;
  border-radius: var(--border-radius);
}
#auctionPage .shortDesc {
  font-style: italic;
  padding: 5px 0 15px 0px;
  color: #848484;
}

#auctionPage .live {
  font-size: 16px;
  /* padding: 5px; */
  color: var(--main-text-color);
  background: #fff;
  margin-left: 10px;
}

span.auctionId {
  background: linear-gradient(
    270deg,
    rgb(0 0 0 / 71%),
    rgb(82 72 68 / 71%) 99.95%
  );
  padding: 4px 6px;
  border-radius: var(--border-radius);
  color: #fff;
  top: 15px;
  left: 5px;
  position: absolute;
  z-index: 1;
}
#bidHistoryBox li {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0 0 0;
  padding: 2px 9px;
  color: rgb(0 0 0 / 85%) !important;
}

.card-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.18;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #707b88;
}

ul#bidHistoryBox {
  padding: 0;
  margin-bottom: 0;
  margin-top: 5px;
  background: #f6f6f6;
  border-radius: var(--border-radius);
}

.tagcloud a:hover {
  border: 1px solid #000;
}

.sidebar-box {
  padding: 20px !important;
}

span.bid-user {
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 43px;
  border: 1px solid;
}

.bidder-text-0 {
  background-image: linear-gradient(135deg, #40e0d0, #40e0d0 50%);
}

.bidder-text-1 {
  background-image: linear-gradient(155deg, gold, gold 50%);
}

.bidder-text-2 {
  background-image: linear-gradient(135deg, #0f0, #0f0 50%);
}

.bidder-text-3 {
  background-image: linear-gradient(135deg, #ff2300, #0ff 50%);
}

.bidder-text-4 {
  background-image: linear-gradient(155deg, purple, purple 50%);
}

.bidder-text-5 {
  background-image: linear-gradient(135deg, pink, pink 50%);
}

.bidder-text-6 {
  background-image: linear-gradient(135deg, #ff0, #ff0 50%);
}

.bidder-text-7 {
  background-image: linear-gradient(135deg, #777, #737373 50%);
}

.bidder-text-8 {
  background-image: linear-gradient(305deg, red 0, #fffe00 50%);
}

.bidder-text-9 {
  background-image: linear-gradient(to right, #fff0d2 0, #00f 50%);
}

.bidder-text-10 {
  background-image: linear-gradient(135deg, green 0, green 50%);
}

.bidder-text-11 {
  background-image: linear-gradient(139deg, orange 0, #000 100%);
}

.bidder-text-12 {
  background-image: linear-gradient(155deg, navy, navy 100%);
}

.bidder-text-13 {
  background-image: linear-gradient(189deg, #5bff50, #522616 100%);
}

.bidder-text-14 {
  background-image: linear-gradient(135deg, teal, teal 100%);
}

.bidder-text-15 {
  background-image: linear-gradient(135deg, brown, brown 100%);
}

.bidder-text-16 {
  background-image: linear-gradient(135deg, #fff, #fff 100%);
}

.bidder-text-17 {
  background-image: linear-gradient(135deg, #000, #000 100%);
}

td.auto-bid-text {
  width: auto;
  max-width: 45px;
}
#bidHistoryBox li > div {
  position: relative;
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
}

.sidebar-box {
  padding: 0;
  width: 100%;
  float: left;
  background: 0 0;
}

/* productpage */

.vatSpan {
  display: block;
  margin-top: -3px;
  right: 12px;
  font-size: 0.8em;
  font-weight: 400;
  color: #2d2d2d;
  text-transform: capitalize;
  display: block;
  text-align: left;
}

.bidBox .v-input__slot {
  background: rgba(0, 0, 0, 0.06);
}

#productPage .vatSpan {
  margin-top: -5px;
  text-align: right;
}

#productPage img,
#auctionPage img {
  cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='40' height='40' rx='20' fill='%23111'/%3e%3cpath d='M22.34 19.07l-1.41-1.41L24.58 14H22v-2h6v6h-2v-2.59l-3.66 3.66zM14 24.59l3.66-3.66 1.41 1.41L15.42 26H18v2h-6v-6h2v2.59z' fill='%23fff'/%3e%3c/svg%3e")
      20 20,
    url("/content/images/expand-black-circle.png"), auto;
  height: auto;
  width: auto;
  max-height: 370px;
}

.vatSpan-bid {
  display: block;
  margin-top: -12px;
  right: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #2d2d2d;
  text-transform: capitalize;
  display: block;
}

.exMoms {
  font-size: 16px;
  color: #ce182b;
  font-weight: 600;
}

button.v-pagination__item.v-pagination__item--active.primary {
  background-color: var(--main-text-color) !important;
  border: none !important;
}

section.ftco-section.ftco-degree-bg.feed {
  margin: 0 auto;
}

.quickview span {
  color: var(--main-text-color);
}
.quickview {
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0.5;
}
.v-navigation-drawer--temporary {
  z-index: 20 !important;
}
.skeleton-created {
  background-color: #f3f3f3;
  width: 60px;
  height: 20px;
  display: block;
  border-radius: var(--border-radius);
  display: block;
  margin-top: 20px;
}
.postInfo.skeleton {
  flex: 1;
}
.skeleton-auction-title {
  background-color: #f3f3f3;
  height: 26px;
  border-radius: var(--border-radius);
  display: block;
}
.postPhoto.skeleton {
  width: 150px;
  height: 109px;
}
span.clean-filter {
  padding: 0 0 6px 0 !important;
  display: block;
  color: #0e9acc;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
/* .searchModuleMenu */
.searchModuleMenu .v-text-field__details {
  display: none;
}
.searchModuleMenu input::placeholder {
  color: #000 !important;
}
.searchModuleMenu .v-input__slot {
  margin: 0 !important;
  overflow: hidden;
}
.searchModuleMenu .v-select__slot {
  margin: 0 10px;
}
.searchModuleMenu .v-autocomplete {
  border: 1px solid #e7e3e3;
}
.searchModuleMenu .v-select--is-menu-active {
  border: 1px solid var(--main-text-color) !important;
}
.searchModuleMenu
  .theme--light.v-text-field--filled
  > .v-input__control
  > .v-input__slot {
  background: #f1f1f1;
  height: 41px;
}
/* .searchModuleMenu .v-text-field.v-input--is-focused>.v-input__control>.v-input__slot:after {border: none;} */
.myProfile-menu .v-card {
  /* padding: 5px 5px !important; */
  overflow: hidden !important;
}
.searchModuleMenu,
.searchModuleMenu .v-card,
.searchModuleMenu .v-select,
.searchModuleMenu .v-menu__content {
  left: 0 !important;
  box-shadow: unset !important;
  border-radius: var(--border-radius) !important;
}
.searchModuleMenu .v-input__append-inner {
  margin-top: 0px !important;
}
.searchModuleMenu {
  top: 85px !important;
  z-index: 9 !important;
  background: #fff !important;
  max-width: 100% !important;
  width: 100%;
  position: fixed !important;
  padding: 0 5px !important;
}
/* -filterbox */
.filter-box .v-input--radio-group__input {
  width: auto;
  border-radius: var(--border-radius);
  text-align: center;
  width: auto !important;
  background-color: #f1f0f0;
  color: #000 !important;
  border-radius: 25px;
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px;
}

.filter-box .v-radio.theme--light.v-item--active {
  background: var(--main-text-color);
}
.filter-box .v-input--radio-group.v-input--radio-group--row .v-radio {
  margin-right: 0;
}

.productDialog .v-card {
  background-color: #f3f3f3 !important;
  min-height: 700px;
}

#productPage span.spanBid {
  font-size: 22px;
  font-weight: 700;
}
#productPage .v-text-field.v-input--dense:not(.v-text-field--outlined) input {
  padding: 7px 5px 5px;
}

#productPage .container-q input {
  text-align: center;
}

#productPage .addtoCartp {
  text-align: center;
  display: block;
}

.container-q {
  max-width: 100px;
  border-radius: var(--border-radius);
  margin: 0 auto;
}
.sidebar-box {
  padding: 0;
  width: 100%;
  float: left;
  background: 0 0;
}
.float-right {
  float: right;
}

span.field-validation-error {
  color: #c54949;
  padding: 0 5px;
  font-size: 14px;
}

input#passwordforme,
input#passwordforme2 {
  max-width: 350px;
  /* margin-top: 15px; */
}

.col-md-8.margin0.loginForm {
  background: #ffffff;
  border-radius: var(--border-radius) !important;
  border: 1px solid #d9e1ec;
}

.col-md-8.margin0.loginForm span {
  margin-bottom: 5px;
  margin-top: 15px;
  display: block;
}

.carousel-product .lazy-content {
  padding: 20px !important;
  min-height: 510px;
}
@media screen and (max-width: 967px) {
  .carousel-product .lazy-content {
    min-height: 210px;
  }
}
.v-snack__wrapper.v-sheet.theme--dark {
  min-width: unset;
}
.v-snack--multi-line .v-snack__wrapper {
  min-height: unset;
}

.white-smu {
  padding: 0;
  padding-bottom: 40px;
}
.carousel-product {
  border-radius: var(--border-radius) !important;
  border: 1px solid #e8e8e8;
  background: white !important;
}

.checkbox label {
  font-size: 15px;
  font-weight: 400;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* Content slider */
@media (max-width: 700px) {
  .checkbox label {
    font-size: 14px;
  }
}
.lazy-content {
  position: relative;
  min-height: 16.7vh;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  top: 0;
  border-radius: var(--border-radius);
}
.carousel-product .glide__track {
  /* background-color: #f5f5f5; */
  border-radius: var(--border-radius);
}
.display-tag {
  display: inline-block;
}
#auctionPage .lazy-content img,
#productPage .lazy-content img {
  height: 500px;
}

.lazy-content img {
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  border-radius: 3px;
  max-height: 470px;
  display: block;
}
@media (max-width: 967px) {
  .lazy-content img {
    max-height: 30vh;
  }
}
/* Carousel */
.carousel figure {
  position: relative;
  height: max(50vh, 500px) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  top: 0;
  border-radius: var(--border-radius);
  cursor: grab;
}
@media screen and (min-width: 1004px) {
  .carousel figure {
    width: calc(50% - 10px);
    display: inline-block;
    margin-right: 7px;
    margin-bottom: -3px;
  }
}
.carousel img,
.carousel video {
  height: 65vh;
  height: max(65vh, 600px) !important;
}
.carousel img,
.carousel video {
  width: 100%;
  height: 350px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 3px;
  filter: brightness(80%);
  display: block;
  /* filter: blur(2px); */
}
.overlay:before {
  content: "";
  display: block;
  height: 100%;
}

.ph-s .overlay::before {
  background-image: linear-gradient(
    to right,
    #23292d 0%,
    #252e38 100%
  ) !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}
/* button */
.btn-test-sw:hover,
.btn-secondary-white:hover,
.btn-primary:hover {
  /* darken */
  background: var(--main-color-dark) !important;
  border-radius: var(--border-radius);
}
.btn-danger {
  color: red;
  background: white !important;
  border: 1px solid #cccccc !important;
  border-radius: var(--border-radius);
}
.btn-test-sw,
.btn-secondary-white,
.btn-primary {
  background: linear-gradient(
    281deg,
    var(--main-color-dark),
    var(--main-color) 100%
  );
  border-radius: var(--border-radius);
  z-index: 1111;
}
.btn-test-sw,
.btn-secondary-white {
  color: #2d2d2d !important;
  fill: #2d2d2d !important;
  font-weight: 500;
}
.btn-test-sw,
.btn-secondary-white {
  padding: 9px 13px !important;
}
.btn-test-sw,
.btn-secondary-white {
  vertical-align: top;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
}
.btn-primary,
.btn-test-sw,
.btn-secondary-white,
.btn-secondary {
  font-size: 15px;
  transition: none !important;
  border: none !important;
}

/* loader */
#ftco-loader {
  will-change: opacity, visibility;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(243, 243, 243, 0.9); /* Genomskinlig bakgrund */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s; /* Justerade övergångstider */
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ftco-loader.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
}

.loader {
  display: flex;
}

.dot {
  width: 16px;
  height: 16px;
  margin: 4px;
  background-color: #c7c7c7;
  border-radius: 50%;
  animation: bounce 1.2s infinite ease-in-out;
  opacity: 0;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

section .v-select__selection {
  color: #333 !important;
  font-size: 15px;
}
section .v-input__slot {
  box-shadow: unset !important;
  background-color: #fff;
  border-radius: var(--border-radius) !important;
  border: 1px solid white;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.filter-box .v-input__slot {
  border: none;
}
/* .filter-input {
  margin: 10px;
} */
/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    -moz-opacity: 0; /* Firefox and Mozilla browsers */
    -webkit-opacity: 0; /* WebKit browser e.g. Safari */
    -o-opacity: 0;
    -ms-opacity: 0;
  }

  to {
    opacity: 1;
    -moz-opacity: 1; /* Firefox and Mozilla browsers */
    -webkit-opacity: 1; /* WebKit browser e.g. Safari */
    -o-opacity: 0;
    -ms-opacity: 0;
  }
}
@keyframes loader_left {
  0% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.8;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader_middle {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader_right {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.catSlider a.active {
  background: #60646a !important;
  color: #f1f1f1 !important;
}
.cart .Rtable .bi-x-circle-fill,
.cart .Rtable i.far,
.cart .Rtable i.fas,
.bi-x-circle-fill {
  left: 0 !important;
  /* top: 0.5vh !important; */
  color: var(--main-text-color);
}
#brandImage {
  width: 50%;
  padding: 5px;
  background-color: #f5f5f5;
  border-radius: var(--border-radius);
  margin: 9px 0;
  max-width: 130px;
}
.brandTag {
  background-color: #63badc;
  padding: 5px;
  color: #fff;
  border-radius: 18px;
  font-size: 12px;
}
.categoryTag {
  background-color: var(--main-color);
  padding: 5px;
  color: #000;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
}

/* kc  */
/* profilepage  */
#profilePage .contain {
  box-shadow: unset !important;
  min-height: 300px;
}

.v-window-item .theme--light.v-application {
  background: transparent;
  border: none;
  padding: 0;
}

/* .notification-menu */
.notification-menu .v-list-item__subtitle.publishedDateTime {
  color: #757575 !important;
  margin: 3px 0;
  font-size: 13px !important;
}

.notification-menu .v-list-item {
  height: unset !important;
  min-height: unset !important;
}

.notification-menu .v-list.listClass .v-list-item {
  padding: 5px 0 !important;
}

.notification-menu .v-list-item:last-child .v-list-item__content {
  border-bottom: none !important;
}
.black-text {
  color: #383838 !important;
}
.notification-menu .v-list-item .v-list-item__subtitle,
.notification-menu .v-list-item .v-list-item__title {
  line-height: 1.3 !important;
  white-space: break-spaces;
}
.notification-menu .v-list-item .v-list-item__content {
  padding: 13px 10px;
}
.notification-menu .v-list-item__subtitle {
  font-size: 15px;
}
.notification-menu {
  max-height: 450px;
  max-width: 420px;
  top: 85px !important;
  z-index: 1001 !important;
  position: fixed !important;
}
.notification-menu .v-card__subtitle,
.v-card__text {
  font-size: 15px;
}
.notification-menu .v-avatar {
  margin: 0 5px;
}
.v-list.listClass .v-list-item {
  padding: 0 0 !important;
}
.listClass .v-list-item {
  margin-bottom: 0;
}
.v-application .listClass a {
  color: #505c7f;
}

.showProfile {
  /* border: 1px solid #dc563aba !important;
  color: #dd583cba !important;
  background: rgb(231 140 121 / 22%); */
  border: 1px solid #f8f1ca !important;
  color: #c89835 !important;
  background: rgb(248 241 202 / 69%);
}

a.showProfile:hover {
  background: #c89835;
  color: #f8f1ca !important;
  border: 1px solid #f8f1ca !important;
}

.listClass
  .v-list-item
  .theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: transparent;
}
.listClass .v-btn--outlined .v-btn__content .v-icon,
.listClass .v-btn--round .v-btn__content .v-icon {
  color: gray;
  text-transform: capitalize;
}

.v-btn__content {
  text-transform: capitalize !important;
}

.notification-menu .v-list-item {
  min-height: 33px;
}
.notification-menu .v-list-item__content {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 10px;
}
.focuseda {
  visibility: visible !important;
  background-color: rgb(33 33 33 / 46%) !important;
  opacity: 1 !important;
  will-change: opacity;
  animation-name: fadeIn;
  animation-duration: 370ms;
  animation-timing-function: ease-in;
}
/* .blur{
    filter: blur(1px);
} */
.focuseda .loader {
  display: none !important;
}
/* going */
.s-header {
  width: 100%;
  height: 60px;
  background-color: transparent;
  position: relative;
  top: 0;
  z-index: 500;
  left: 0;
}
/* cookiebanner */
.fixed.pin-l {
  max-width: 300px;
  position: fixed;
  bottom: 0;
  margin: 25px;
}
.w-16 {
  margin-top: -2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.js-cookie-consent {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 14px;
  border: 2px solid #6d5049;
  border-radius: 4px;
}
.js-cookie-consent p {
  font-size: 13px !important;
}
footer.ftco-footer {
  padding: 5px 10px;
  min-height: unset !important;
}
.ftco-footer a {
  font-size: 14px;
}
.ftco-footer {
  background: #eaeaea !important;
  padding: 4em 0 0 0;
}
.ftco-footer .ftco-footer-widget h2 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 400;
}
.ftco-footer .ftco-footer-widget ul li a span {
  color: #fff;
}
.ftco-footer p {
  color: #2e2e2e !important;
}
.ftco-footer a {
  color: rgba(255, 255, 255, 0.7);
}
.ftco-footer a:hover {
  color: #fff;
}
.ftco-footer .ftco-heading-2 {
  font-weight: 400;
  color: #404044;
}
.ftco-footer-social li {
  list-style: none;
  display: inline;
}
.ftco-footer-social li a:hover {
  color: #fff;
}
.ftco-footer-social li i {
  margin-left: 10px;
}
.ftco-footer-widget ul {
  list-style: none;
  padding: 0;
}
.ftco-footer-social li a span {
  font-size: 20px;
  margin-left: 15px;
}
.ftco-footer-social li {
  height: 30px !important;
}
.ftco-footer .container {
  width: 100%;
  max-width: 1250px !important;
  margin: 0 auto;
}
.socialLinko {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #82353500 !important;
  font-style: italic !important;
  font-size: 21px;
  width: 80px;
  font-weight: 700;
}
.facebookSoc {
  background: linear-gradient(227deg, #3875b3, #3687b7);
}
.twitterSoc {
  background: linear-gradient(227deg, #3875b3, #4a36b7);
}
.instagramSoc {
  background: linear-gradient(227deg, #6d38b3, #b73678);
}
/* sociallinks */
.ftco-footer .ftco-footer-widget h2 {
  color: #434547;
}
.ftco-footer a:hover {
  color: #444345;
}
.ftco-footer a,
.ftco-footer .ftco-footer-widget ul li a span {
  color: rgb(25 25 25 / 70%);
}
/* loginpage */
.grid-view1 .filter-box .v-input__slot {
  border: none;
  text-align: center;
  margin-top: 20px;
}
input#Address,
input#Alias,
input#City,
input#Email,
input#FirstName,
input#LastName,
input#OrgName,
input#OrgNumber,
input#Password,
input#PersonalId,
input#PostalCode,
input#Telephone {
  border: 1.5px solid #d4d4d4;
}
.login-container input:not([type="checkbox"]):not([type="radio"]) {
  display: block;
  border-radius: var(--border-radius);
  padding: 7px;
  width: 100%;
  padding: 10px 10px;
  height: 37px;
}
.controls.controls-row.form-group input {
  border: none;
  border-radius: 0;
}
.form-control {
  height: 52px !important;
  color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #f0f1f5 !important;
  transition-property: background-color, border-color, box-shadow, color;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background-clip: inherit;
}

.login-container {
  text-align: center;
  padding: 5px 10px;
}
.login-container .col-6 {
  padding: 0 !important;
}

.login-container .row {
  margin-right: 0;
  margin-left: 0;
}
.login-container .controls {
  padding: 0;
}
.login-container input:focus {
  border: 1.5px solid var(--main-text-color) !important;
}
.login-container button#login-submit {
  margin-top: 20px;
}
.loginMessage {
  margin: 0 auto;
  padding: 2px 0;
  display: block;
  position: relative;
  border-radius: 4px;
  width: 90%;
  text-align: center;
}
.login-container h4 {
  font-size: 23px;
  line-height: 1.1;
}
.loginForm {
  max-width: 500px;
  background-color: #fff;
  padding: 0 !important;
  padding: 10px !important;
  background-color: #fff;
  position: relative;
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
section.feed .tile a.active {
  background: linear-gradient(120deg, #d4fc7985 0%, #c0f3c094 100%) !important;
  background-size: 400% 400% !important;
  animation: gradient 1s ease infinite !important;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.v-dialog {
  box-shadow: unset !important;
}
.numberOfBids,
.bidsList {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.numberOfBidsSpan {
  width: 50px;
}

.price-out {
  width: 100px;
}

.tile .leading_bid {
  width: 100px;
}

.multi-column .stats {
  padding: 5px;
  font-size: 14px;
  height: 55px;
  align-content: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.v-tabs-slider-wrapper {
  height: 5px !important;
  color: #ffc946;
}

.v-slide-group__content {
  border-bottom: 1px solid #d9e1ec;
}

.feedNews ul li .tile {
  background: #f3f3f3;
}
.coFreigth {
  position: relative;
  text-decoration: none;
  color: inherit;
  z-index: 1;
  color: #4f5b7f;
  border-radius: 45px;
  padding: 4px 10px;
  font-weight: 600;
  font-style: italic;
  user-select: none;
}
.coFreigth span {
  margin-left: -4px;
  border-top: 2px solid #4f5b7f;
  border-bottom: 2px solid #4f5b7f;
  padding: 0 5px;
  padding-bottom: 3px;
}
.coFreigth img {
  max-width: 35px;
}

.coFreigth.coFreigth-small img {
  max-width: 25px;
}
.coFreigth.coFreigth-small,
.coFreigth.coFreigth-small span {
  font-size: 14px;
}
.coFreigth:hover::after {
  height: 0.2em;
}

.navbar .header-item {
  justify-items: right;
}

#categoryArchiveSelectCatBox .checkbox {
  padding: 6px 0;
}

.parent {
  display: flex;
  height: 100px !important;
}

.child {
  width: 100px; /* Or whatever */
  height: 100px; /* Or whatever */
  margin: auto; /* Magic! */
  background: gray !important;
  padding: 10px;
  margin: 10px 5px;
  border-radius: var(--border-radius);
}

.mypage-menu .v-chip {
  font-weight: 500 !important;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%) !important;
  border-radius: 25px !important;
}

.mypage-menu .v-chip i {
  font-size: 20px !important;
}

.mypage-menu .router-link-exact-active .v-chip {
  /* background: linear-gradient(281deg, #e16141, var(--main-text-color) 78.72%) !important; */
  background: linear-gradient(
    281deg,
    var(--main-color-dark),
    var(--main-color) 90.72%
  ) !important;
}
.mypage-menu .v-chip {
  background: #ffffff !important;
}

#auctionPage .longDesc p,
#productPage .longDesc p {
  font-weight: 400;
}

.newNotis {
  background: #3aa78e21;
  border-radius: 3px;
  border-bottom: 2px solid white;
}

.quick-view img {
  cursor: grab !important;
}

img {
  position: relative;
}
/* img:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 2;
  text-align: center;
  content: attr(alt);
} */

.checkbox label {
  display: inline;
}

.info-usernotvalid {
  display: block;
  width: 100%;
  background: #52788f;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  box-shadow: 2px 2px 3px 0 rgb(255 176 46);
  max-width: 970px;
  margin: 0 auto;
  margin-top: -4px;
  margin-bottom: 20px;
  font-size: 14.5px;
}

.info-form {
  background: #52788f;
  color: #fff;
  padding: 10px;
  box-shadow: 2px 2px 3px 0 rgb(255 176 46);
}

.half {
  padding: 5px 10px !important;
  border: 1px solid #e0e0e0 !important;
  /* box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%) !important; */
  /* background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%) !important; */
}

.v-tabs-bar {
  height: 60px !important;
}

#profilePage .theme--light.v-tabs-items {
  background: #f3f3f3;
}

.btn {
  line-height: unset;
  transition: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.v-text-field input {
  padding: 8px 0 !important;
}
.v-text-field--filled.v-input--dense > .v-input__control > .v-input__slot {
  min-height: unset !important;
}

/* ny css */

.ph-s {
  margin-top: 0px !important;
}

#navigation-app .v-list-group__items a {
  margin-left: 8px !important;
}

.slider-cont,
.minisl {
  height: 100%;
}

.minisl {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}

.blockiss {
  font-weight: 300;
}

/* kkkk */

.slider-text,
canvas.particles-js-canvas-el {
  min-height: 180px;
  height: 20vh !important;
}

.breadcrumbs {
  max-width: 1250px;
  display: flex;
  margin: 0 auto;
  height: 40px;
  align-items: center;
  padding: 0;
}

.feedNews ul li .tile {
  background: #ffffff !important;
}
.v-alert {
  border-radius: var(--border-radius) !important;
}

input {
  font-size: 16px;
}
b,
strong {
  font-weight: 600;
}

.minisl p {
  font-size: 17px;
}

figure.margin0 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.theme--light.v-pagination .v-pagination__navigation {
  border-radius: var(--border-radius);
}

hr {
  border: 1px solid;
  opacity: 1 !important;
  border-color: #f1f1f1 !important;
}
.elipse-bread {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 224px;
}

.cartbi-absolute {
  position: absolute;
  background: #276531;
  height: 50px;
  width: 50px;
  padding: 0;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px !important;
  top: 120px;
  display: none;
  box-shadow: var(--shadow-togo);
}

.cartbi-absolute.showa {
  display: flex;
}
.v-badge__badge {
  height: 34px;
}

.theme--light.v-application,
ul.navbar-nav.nav-item-last {
  background: transparent !important;
}

/* feed ul Regular */

.single-column .postPhoto {
  max-width: 130px !important;
}
.single-column .postInfo,
.single-column .postMeta {
  margin-left: 11px;
}

.single-column .postInfo {
  margin: 10px !important;
}

.single-column .tile img {
  max-width: 520px;
  width: 100%;
  height: auto;
  padding: 5px 0;
}

.single-column .auction-title {
  font-weight: 350;
  line-height: 32px;
  font-size: 18px;
  text-decoration: unset;
  font-variant-numeric: tabular-nums;
  color: #4c4c4c;
  margin-bottom: 5px;
}

.single-column ul {
  list-style-type: none;
}
.single-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 0 15px;
}
@media (min-width: 769px) {
  .single-column .tile:hover {
    background-color: #f9f9f9;
  }
}

@media (max-width: 700px) {
  .single-column .tile a {
    padding: 5px 5px 5px 5px;
  }
  .single-column .tile a {
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    padding: 5px;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
  }
  .single-column .feedLink div:not(:last-child) {
    flex: 1;
  }
  .single-column .feedLink div:nth-child(3) {
    width: 50%;
  }

  .single-column .auction-title {
    font-size: 15px !important;
    line-height: normal !important;
  }

  .multi-column .postPhoto img {
    width: fit-content !important;
  }
}

.single-column .tile a {
  display: flex;
  padding: 5px 45px 5px 5px;
  text-decoration: none;
  background-color: white;
}

.single-column ul li .feedLink .postPhoto {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  background-color: transparent;
  position: relative;
  top: 0;
  min-height: 120px;
  min-width: 151px;
  border: 1px solid white;
}

.single-column ul li .feedLink .postPhoto.skeleton {
  border: 1px solid #f3f3f3;
  border-radius: var(--border-radius);
}

.single-column .stats.pull-right.flex {
  margin-top: 10px;
}

.single-column ul li .feedLink .postPhoto img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
  border: 0;
  top: 0;
  left: 0;
  border-radius: 0.2rem;
  color: transparent;
  font-size: 15px;
  max-width: 220px;
  padding: 0;
  max-height: 110px;
  object-fit: contain;
}

.single-column .postMeta .details {
  width: 300px;
}

/* feed ul regular end 
maxwidht 500 
.postPhoto {
  margin-right: 5px;
}
*/

/* feed grid start */

.multi-column span.created {
  width: 30% !important;
  text-align: center;
}

.multi-column .price-out {
  width: 20% !important;
  margin-right: 0 !important;
  text-align: center;
}

.multi-column .tile .bidsList {
  text-align: center;
  width: 50% !important;
}

.multi-column .tile .leading_bid {
  width: 100% !important;
}

/* auktion */

.multi-column ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background-color: transparent !important;
  gap: 8px;
  box-shadow: none !important;
}
.multi-column .auction-title {
  line-height: normal;
  margin-bottom: 0;
  min-height: 50px;
  font-size: 15px;
}
.multi-column ul li {
  background-color: white;
  border-radius: var(--border-radius);
  position: relative;
}
.multi-column .favorite {
  z-index: 111;
}

.multi-column .postInfo {
  padding: 10px;
}

.multi-column .feedLink.qw {
  position: absolute;
  margin-top: 0;
  right: 0 !important;
  left: unset !important;
  padding: 5px 11px !important;
  background-color: #f3f3f3eb;
  border-radius: 0 0 0 15px;
  top: 0;
  bottom: unset;
}

.multi-column ul li {
  background-color: white;
  width: 48%;
  height: 100%;
}

@media (max-width: 330px) {
  .multi-column ul li {
    width: 49%;
  }

  /* .multi-column .feed li img {
    height: auto;
  } */
}

@media (min-width: 400px) and (max-width: 749px) {
  .multi-column ul li {
    width: 49%;
  }

  .multi-column .auction-title {
    font-size: 14px;
  }
}

@media (min-width: 750px) {
  .multi-column ul li {
    width: 32%;
  }
}

@media (min-width: 1200px) {
  .multi-column ul li {
    width: 24%;
  }
}

.feed a:active,
a:hover {
  text-decoration: none;
}

.columnbtns {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  margin-left: 10px;
}
.columnbtns button {
  background: #ffffff;
  border: 1px solid #f3f3f3;
  color: #a09575;

  border-radius: var(--border-radius);
  width: 40px;
  height: 35px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.columnbtns button.active {
  background: #a09575;
  color: #f3f3f3;
}

.columnbtns button svg {
  width: 20px;
  height: 20px;
}
.multi-column .postPhoto img {
  border-radius: var(--border-radius) 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  height: 100%;
  padding: 5px;
}

.multi-column .postPhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 175px;
}

.discount {
  border-radius: var(--border-radius);
  top: 10px;
}

.v-pagination > li button {
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-togo);
}

.btn-showmore {
  display: block;
  box-shadow: var(--shadow-togo);
  border: 1px solid #e2e2e2;
  background: white;
  border-radius: 0;
}

.dark-card {
  background-color: #272727 !important;
}
