@charset "UTF-8";
/*!
* Miljötrans style document
* 
*/
html,
body {
  font-family: "Spartan", sans-serif !important;
  background-color: #eff0eb;
  width: 100%;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #012330;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f0414b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.button {
  border-radius: 0px !important;
}
.button:hover {
  color: white;
  text-decoration: none;
}
.button.bg-white:hover {
  color: #f0414b !important;
}

a:hover {
  color: #f0414b !important;
}

.pointer:hover {
  cursor: pointer;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  line-height: 2;
}

.navbar-collapse .navbar-nav #item-4 .secondhand-dropdown {
  display: none;
  overflow: hidden;
}

/* Navbar */
.navbar {
  padding-left: 60px;
  padding-right: 60px;
}
.navbar .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
.navbar .cart-menu {
  position: relative;
  width: 40px;
  margin-right: 10px;
}
.navbar .cart-menu .fa-shopping-cart {
  font-size: 30px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.navbar .cart-menu .cart-contents-count {
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  position: absolute;
  background: #f0414b;
  right: -2px;
  color: white;
}

.sticky-header {
  background: #000000e8 !important;
  transition: background-color 0.75s ease;
}

.nav-link {
  color: #fff !important;
  font-weight: 700 !important;
  position: relative;
}

.nav-link-dropdown {
  min-width: 123.76px;
}
.nav-link-dropdown svg {
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  position: absolute;
  filter: invert(1);
  right: 5px;
  transition: 0.2s;
}

a.nav-link:hover:before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 90%;
  height: 3px;
  background-repeat: no-repeat;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  margin-top: 29px;
  left: 5px;
}

.my-account-buttons {
  font-weight: 700;
  position: absolute;
  right: 0px;
  margin-right: 60px;
  display: flex;
}
.my-account-buttons:hover {
  cursor: pointer;
}
.my-account-buttons .nav-link {
  padding: 10px 20px !important;
}
.my-account-buttons a.nav-link:hover:before {
  display: none;
}
.my-account-buttons .login {
  background: #fff !important;
  color: #f0414b !important;
}
.my-account-buttons .order {
  background: #f0414b !important;
}
.my-account-buttons .order a {
  color: red !important;
}

.svg-rotate svg {
  transform: rotate(0deg);
}

/* Sidenav   */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}
.sidenav a {
  transition: 0.3s;
  font-weight: 700;
  color: black;
}
.sidenav img {
  width: 120px;
  height: 120px;
  margin: 5px;
  border-radius: 5px !important;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  font-weight: 700;
  color: #000;
}
.sidenav .quantity {
  color: #ccc;
}
.sidenav .wc-forward {
  background: #f0414b;
  color: #fff;
  margin: 20px;
  width: 100%;
  text-align: center;
  border: 2px solid transparent;
}
.sidenav .checkout.wc-forward {
  background: #fff;
  color: #f0414b;
  border: 2px solid #f0414b !important;
}
.sidenav a.remove {
  font-size: 1.9rem;
  position: absolute;
  right: 20px;
  color: #f0414b !important;
  font-weight: 700;
}

#customer_details + #wc_checkout_add_ons,
#order_review,
#order_review_heading {
  float: none !important;
}

.woocommerce .blockUI.blockOverlay {
  position: relative !important;
  display: none !important;
}

.blockUI.blockOverlay {
  position: relative !important;
  display: none !important;
}

.hidden {
  display: none;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  margin-top: 100px;
  width: 600px;
  list-style-type: none;
  padding: 0px 20px;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget img {
  border-radius: 20px;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
}

.woocommerce-mini-cart__total.total {
  padding: 0px 20px;
  margin-top: 40px;
}

/* Footer */
.site-footer {
  background: #1c6c35;
  padding: 2% 5%;
  color: #fff;
}
.site-footer .info-footer {
  margin-top: 20px;
}
.site-footer .info-footer span {
  display: block;
}
.site-footer .footer-links {
  margin-top: 20px;
  padding: 0px;
}
.site-footer .footer-links ul,
.site-footer .footer-links li {
  list-style-type: none;
}
.site-footer .footer-links a {
  color: #fff;
}
.site-footer .logo {
  position: relative;
  bottom: 16px;
}
.site-footer .footer-text {
  position: relative;
  bottom: 16px;
  max-width: 350px;
}
.site-footer .footer-logos img {
  margin-right: 12px;
}

.red-text {
  color: #f0414b !important;
}

.red-bg {
  background-color: #f0414b !important;
}

.dark-bg {
  background-color: #1c6c35;
}

.light-bg {
  background-color: #c4c4c4;
}

.black-bg {
  background-color: #000;
}

.green-bg {
  background-color: #75b8be;
}

.pdr-standard {
  padding: 5% 5%;
  text-align: center;
}

.pdr-second {
  padding: 5% 5%;
  text-align: center;
}

.pdr-small {
  padding: 5% 1%;
}

.pdr-myaccount {
  padding: 15vw 5vw !important;
}

.pdr-seo-kontakt {
  background: #eaeaea;
  padding: 100px 70px;
}

.no-padding-col {
  padding: 0px !important;
  margin: 0px !important;
}

.button {
  padding: 15px 20px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}
.button.red-bg:hover {
  background: #9d0009 !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 700 !important;
}

h1 {
  font-size: 50px;
}

h6 {
  font-size: 20px;
}

.center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-padding {
  padding: 0px !important;
}

.header {
  background-size: cover !important;
  background: url(../img/front-page.png) left center no-repeat;
  position: relative;
}
.header .intro {
  padding-top: 100px;
  position: relative;
  padding: 8% 0 2% 4%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header .intro .mt-5 {
    flex-wrap: wrap;
  }
}
.header .dark-layer {
  background: #00000087;
  width: 100vw;
  position: absolute;
  height: 100%;
}
.header.omraden-bg {
  background: url(../img/omraden.png) left center no-repeat;
}
.header.truck {
  background: url(../img/truck_2.png) left center no-repeat;
}
.header.auction {
  background: url(../img/mobler.png) left center no-repeat;
}
.header.phone {
  background: url(../img/phone.jpg) left center no-repeat;
}
.header.old {
  background: url(../img/old.jpg) left center no-repeat;
}
.header.packning {
  background: url(../img/packning.png) left center no-repeat;
}
.header.flytt {
  background: url(../img/bohagsflytt-stockholm-flytt.jpg) left center no-repeat;
}

.card-service {
  cursor: pointer;
  margin: 1vw;
  background: #fff;
  border-radius: 10px;
  min-height: 500px;
  padding: 10%;
  position: relative;
  font-weight: 700;
  box-shadow: 0px 2px 12px 7px rgba(0, 0, 0, 0.253);
  border-radius: 15px;
  max-width: 300px;
}
.card-service img {
  margin-bottom: 30px;
}
.card-service p {
  font-size: 1.5rem;
}
.card-service:hover {
  background: #fafafa;
}
.card-service:hover p {
  color: #f0414b !important;
}
.card-service .card_type {
  position: absolute;
  top: 15px;
  left: 25px;
}
.card-service .card_type_2 {
  position: absolute;
  bottom: -15px;
  right: 25px;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .card-service .card_type_2,
.card-service .card_type {
    width: 15px;
  }
}

.service-cards-row {
  width: 100%;
}

.frontpage-blog-cards .description a {
  color: black;
  text-align: start;
}

#bottom-seo,
.category-description-second-hand {
  max-width: 850px;
  margin: 0 auto;
}
#bottom-seo h1 span,
#bottom-seo h2 span,
.category-description-second-hand h1 span,
.category-description-second-hand h2 span {
  font-weight: bold !important;
}
#bottom-seo p img,
.category-description-second-hand p img {
  max-width: 400px;
  max-height: 400px;
}

.category-read {
  box-shadow: 0px 2px 12px 7px rgba(0, 0, 0, 0.253);
  margin-bottom: 20px;
}
.category-read img {
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-read h4 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.category-read p {
  max-width: 470px;
}
.category-read .description {
  padding: 10px;
}
.category-read .description.even {
  background: #fff;
}
.category-read .site-padding {
  padding: 0 55px;
}
.category-read .button {
  margin-bottom: 0;
  padding: 10px;
}

.company-logos-container .row:last-child {
  margin-top: 1em;
}
.company-logos-container .company_logos {
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-width: 275px;
  max-height: 80px;
}
@media screen and (max-width: 749px) {
  .company-logos-container .row > div {
    margin-top: 20px;
  }
}

#changepage {
  padding: 1%;
  outline: none;
}
#changepage:focus {
  outline: 0;
}
#changepage select {
  padding: 16px 75px;
  outline: none;
}
#changepage .send-btn {
  padding: 15px 92px;
  border: none;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  outline: none;
}

/* Flytt */
.fa-ul {
  margin-left: 48px !important;
}
.fa-ul li {
  margin: 10px;
}

.section-1-box-icon {
  width: 40px;
  height: 40px;
  background: white;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  left: -2.5em;
  position: absolute;
  text-align: center;
  padding: 10px;
  margin-top: -10px;
}
.section-1-box-icon i:before {
  color: #000;
}

.transparent {
  border: solid;
  padding: 13px 20px;
}
.transparent:hover {
  background: #fff;
  color: #000 !important;
}

/* Städ */
.clean {
  color: #000;
}
.clean .section-1-box-icon.cleanc {
  background: black;
}
.clean .section-1-box-icon.cleanc i:before {
  color: #fff;
}

.fa-ul.clean {
  margin-left: 34px !important;
  margin-top: 20px;
  color: #000 !important;
}

/* Magasinering */
.page-description-auction {
  padding: 3% 3% 0 3%;
}
.page-description-auction p {
  max-width: 750px;
}

.green-notice {
  display: none;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  background: #1c6c35;
  color: #fff;
}
.green-notice p {
  margin: 0px;
}

.tips-notice {
  background: #1c6c35;
  padding: 20px 40px;
  color: white !important;
}

.circle {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #f00;
}

.custom-card {
  padding: 60px;
}

.custom-card-row .col-md-4 {
  background: #d8d8d8;
}
.custom-card-row.odd .col-md-4 {
  background: #eaeaea;
}
.custom-card-row.odd .col-md-8 {
  background: #f6f6f6;
}
.custom-card-row .fa-ul {
  margin: 38px 37px !important;
}

.line-height {
  line-height: 30px;
}

.bulletlist-weight {
  font-weight: 700 !important;
}

img.flytt-stad-logo {
  width: 100%;
  float: left;
  padding-right: 20px;
  max-width: 500px;
}

.truck-card {
  margin: 20px 0px;
}
.truck-card h5 {
  font-size: 1.2rem;
  font-weight: 700;
}

.pdr-truck {
  padding: 75px 40px !important;
}

.light-grey {
  background: #eaeaea;
}

.woocommerce-message {
  background: #75b8be;
  color: #fff;
  border-top: 0px;
}
.woocommerce-message a {
  font-weight: 700;
  color: #fff;
}
.woocommerce-message ::before {
  color: #fff;
}

.account-forms {
  color: #000;
}
.account-forms form {
  border: none !important;
}
.account-forms input {
  background: none !important;
  border: inherit !important;
  border-bottom: 1px solid #000 !important;
}
.account-forms a {
  color: #000;
  font-weight: 700;
}
.account-forms .second-button {
  background: #f0414b !important;
  color: #fff !important;
  margin-top: 5px !important;
  padding: 7px 20px;
  margin-left: 7px;
  border-radius: 3px;
  height: 40px;
  margin-bottom: 30px;
}
.account-forms .woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}

form.woocommerce-ResetPassword.lost_reset_password {
  margin-top: 25vh;
  padding: 5%;
}
form.woocommerce-ResetPassword.lost_reset_password .button {
  background: #f0414b;
  color: #fff;
  padding: 15px 20px;
}
form.woocommerce-ResetPassword.lost_reset_password select,
form.woocommerce-ResetPassword.lost_reset_password input {
  padding: 10px;
}

#customer_login {
  margin-top: 10vh;
}
#customer_login input[type=text],
#customer_login input[type=password],
#customer_login input[type=email] {
  width: 100% !important;
  max-width: 100%;
  padding: 10px 15px;
}
#customer_login button {
  background: #f0414b !important;
  color: #fff !important;
  margin-top: 5px !important;
  padding: 7px 20px;
  height: 40px;
}
#customer_login .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
}

.myacc .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  background: #75b8be;
  border-top-color: inherit;
  color: #fff;
}
.myacc .woocommerce-Message.woocommerce-Message--info.woocommerce-info::before {
  color: #fff;
}
.myacc .woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  background: white;
  color: #000;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
  padding-top: 30px !important;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 15px;
  border-bottom: 1px solid black;
  font-size: 1.5rem;
}
.woocommerce-MyAccount-navigation ul li:first-child {
  border-top: 1px solid black;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #ccc;
  font-weight: bolder;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: inherit;
  color: black;
  transition: 1s;
}
.woocommerce-MyAccount-navigation ul li a:hover:after {
  color: #000 !important;
  transition: 1s;
}
.woocommerce-MyAccount-navigation ul .is-active a {
  color: #000;
  font-weight: bolder;
}
.woocommerce-MyAccount-navigation ul .is-active a:after {
  color: #000;
}

.adress-notice {
  background: #75b8be;
  color: #fff;
  padding: 20px;
  font-weight: 700;
}

.woocommerce-address-fields select,
.woocommerce-address-fields input {
  width: 100% !important;
  max-width: 100%;
  padding: 10px 15px;
}
.woocommerce-address-fields label {
  display: none !important;
}
.woocommerce-address-fields .button {
  background: #75b8be !important;
  color: #fff !important;
  margin-top: 30px !important;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-Address a.edit {
  background: #75b8be;
  display: block;
  padding: 10px 20px;
  margin-top: 20px;
  max-width: 150px;
  display: table;
  color: #fff;
  font-weight: 700;
}

.edit-account select,
.edit-account input {
  width: 100% !important;
  max-width: 100%;
  padding: 10px 15px;
}
.edit-account .button {
  background: #75b8be !important;
  color: #fff !important;
  margin-top: 30px !important;
}

.woocommerce-MyAccount-navigation-link a:after {
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  margin-left: 20px;
  float: right;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:after {
  content: "\f07a";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:after {
  content: "\f015";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:after {
  content: "\f4fe";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:after {
  content: "\f2f5";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--auctions-endpoint a:after {
  content: "\f0e3";
}

#primary.is-product {
  padding: 5% 3%;
  max-width: 1300px;
  margin: 10vh auto;
}

#primary {
  padding: 0% 3% 3%;
  max-width: 1500px;
  margin: 10vh auto;
}
#primary .woocommerce-message,
#primary .woocommerce-error {
  background: #75b8be;
  font-weight: 700;
  color: white;
  border-top: inherit;
}
#primary .woocommerce-message::before,
#primary .woocommerce-error::before {
  color: #fff;
}
#primary .woocommerce-message .restore-item,
#primary .woocommerce-error .restore-item {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
#primary .woocommerce-message a.button.wc-forward,
#primary .woocommerce-error a.button.wc-forward {
  display: none;
}

img#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50px, -50px);
  z-index: 999999;
  display: block;
}

/* #loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(images/loading2.gif) no-repeat center center;
  z-index: 10000;
} */
#primary-cart {
  padding: 0 3%;
  max-width: 1500px;
  min-height: 60vh;
  margin: 115px auto;
}
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid {
  padding: 0;
  margin: 0;
}
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid .total-carto .coupon {
  display: flex;
}
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid .total-carto .coupon input {
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid .total-carto .coupon .button {
  position: unset !important;
  margin: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid .total-carto .cart-collaterals {
  display: flex;
  justify-content: center;
  width: 100%;
}
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid .total-carto .cart-collaterals .cart_totals {
  width: 100%;
  padding: 15px;
}
#primary-cart #customer_details {
  padding: 0;
  margin: auto;
}
#primary-cart #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
  width: 100%;
}
#primary-cart #customer_details .woocommerce form .form-row {
  width: 100€;
}
#primary-cart #customer_details #payment ul li .payment_method_stripe {
  margin: 0;
}
#primary-cart #customer_details #payment ul li .payment_method_stripe fieldset .form-row div {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #primary-cart {
    margin: auto;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents {
    display: flex;
    min-height: 50vh;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents thead {
    display: flex;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents thead tr {
    display: flex;
    flex-direction: column;
    height: 50vh;
    justify-content: space-between;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents thead tr td.bg-green.green-bg.text-white {
    display: none;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents thead tr .product-remove,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents thead tr .product-name,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents thead tr .product-price,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents thead tr .product-quantity,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents thead tr .product-subtotal {
    height: 10%;
    font-size: 12px;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents thead tr .product-thumbnail {
    display: block;
    min-height: 140px;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item {
    display: flex;
    flex-direction: column;
    height: 50vh;
    justify-content: space-between;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item td {
    display: block;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-remove,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-name,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-price,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-quantity,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-subtotal {
    height: 10%;
    font-size: 12px;
    display: flex;
    align-items: center !important;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-remove .quantity .qty,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-name .quantity .qty,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-price .quantity .qty,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-quantity .quantity .qty,
#primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-subtotal .quantity .qty {
    margin: 0;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-remove {
    justify-content: end;
  }
  #primary-cart .woocommerce .woocommerce-cart-form .container-fluid div .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-thumbnail {
    min-height: 140px;
  }
  #primary-cart #customer_details {
    padding: 0;
    margin: auto;
  }
  #primary-cart #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    width: 100%;
  }
  #primary-cart #customer_details .woocommerce form .form-row {
    width: 100€;
  }
  #primary-cart #customer_details #payment ul li .payment_method_stripe {
    margin: 0;
  }
  #primary-cart #customer_details #payment ul li .payment_method_stripe fieldset .form-row div {
    width: 100%;
  }
}
.single-product figure img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}
.single-product .single_add_to_cart_button {
  background: #75b8be;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
}
.single-product .woocommerce-Price-amount.amount {
  font-size: 1.5rem;
}
.single-product .posted_in {
  display: none;
}

span.countdown_section {
  margin: 5px;
  width: 60px !important;
  padding: 5px;
}

ul.tabs.wc-tabs {
  display: none;
}

#tab-description {
  margin-top: 20px;
}

ol.flex-control-nav.flex-control-thumbs {
  list-style-type: none;
  display: flex;
  padding: 0px;
  margin-top: 30px;
}
ol.flex-control-nav.flex-control-thumbs img {
  margin-right: 15px;
  border-radius: 10px;
}

.single-product-s .woocommerce-error {
  background: #75b8be;
  border-top: none;
  color: #fff;
}
.single-product-s .woocommerce-error a.button.wc-forward {
  display: none;
}
.single-product-s .woocommerce-error::before {
  color: #fff;
}
.single-product-s .woocommerce-message .button.wc-forward {
  display: none;
}

.omraden-cards {
  min-width: 200px;
  text-align: center;
  padding: 15px 20px;
  display: inline-block;
  color: white !important;
  box-shadow: 5px 2px 20px 0px #0000001f;
  background: #f0414b;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 15px;
}
.omraden-cards a {
  color: #fff;
  text-decoration: underline;
}
.omraden-cards a:hover {
  text-decoration: inherit !important;
  color: #fff;
}
.omraden-cards:hover {
  background: #ca363f;
}

form.auction_form.cart {
  display: flex;
}
form.auction_form.cart .qty {
  padding: 5px;
}
form.auction_form.cart .bid_button {
  background: #75b8be;
  color: #fff;
  margin-left: 15px;
}
form.auction_form.cart .plus {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 5px;
}
form.auction_form.cart .minus {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 5px;
}

.hammer-auction {
  color: white;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 20px 30px;
  font-size: 35px;
}

.archive-product {
  padding: 0px;
  margin: 0px;
}
.archive-product a.added_to_cart.wc-forward {
  display: none;
}
.archive-product .archive-content {
  background: #fff;
  box-shadow: 9px 14px 11px #0000001f;
  border-radius: 10px;
}
.archive-product .archive-content:hover {
  box-shadow: 12px 11px 19px #0000003d;
}

.single-product-archive {
  list-style: none;
}
.single-product-archive img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  height: 230px;
}
.single-product-archive li {
  background: red;
}
.single-product-archive h2 {
  color: #000;
  font-size: 1.5rem;
}
.single-product-archive .archive-content-desc {
  padding: 35px 15px;
}
.single-product-archive .archive-content-desc a:hover {
  text-decoration: inherit;
}
.single-product-archive .add_to_cart_button {
  background: #75b8be;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 20px !important;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.single-product-archive .add_to_cart_button:hover {
  background: #669ca1;
  text-decoration: inherit;
}
.single-product-archive span.price {
  font-weight: 700;
  color: #000;
  margin-top: 15px;
  display: block;
}

form.woocommerce-ordering select {
  padding: 10px 20px;
  margin-bottom: 20px;
}

.my_auctions span.optional {
  display: none;
}

table.my_auctions_activity {
  margin-bottom: 30px;
  width: 100%;
}
table.my_auctions_activity th {
  padding: 5px 20px;
  background: #000 !important;
  background: #75b8be;
  color: #fff;
}
table.my_auctions_activity td {
  padding: 20px;
  background: #75b8be;
  color: #fff;
}
table.my_auctions_activity a {
  color: #fff;
}

input.save-auction {
  background: #75b8be;
  border: none;
  width: 200px !important;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
}

input#auctions_closing_soon_emails {
  float: left;
  width: 20px !important;
  margin: 5px 5px 0px 0px;
  font-size: 20px !important;
  height: 20px;
}

.leder {
  position: absolute;
  left: 0;
  background: #75b8be;
  color: white;
  font-weight: 700;
  padding: 5px;
  border-radius: 5px 0px 5px 0px;
  margin-left: 15px;
}

a#openmenu {
  height: 100%;
  z-index: 99999999;
  position: absolute;
  width: 50px;
  margin-top: -20px;
  height: 200%;
}

.woocommerce table.shop_table {
  border: none !important;
  margin: 0px;
}
.woocommerce table.shop_table td {
  border-top: none !important;
}
.woocommerce table.shop_table h1 {
  font-size: 3rem;
  padding: 20px;
}
.woocommerce table.shop_table tr.cart-subtotal {
  display: none;
}
.woocommerce table.shop_table .product-thumbnail a {
  display: block;
  font-weight: bold;
  color: black;
  margin-top: 10px;
}
.woocommerce table.shop_table td.product-thumbnail img {
  max-width: 125px;
  border-radius: 10px;
}

.cart_totals.calculated_shipping {
  width: 100% !important;
  float: left !important;
  padding: 0px 40px;
}
.cart_totals.calculated_shipping table.shop_table {
  border: none;
  border-top: inherit !important;
  margin: 0px !important;
}
.cart_totals.calculated_shipping table.shop_table td {
  border: none;
}

.woocommerce-cart-form .grey {
  background: #f2f2f2;
}
.woocommerce-cart-form .wc-proceed-to-checkout a {
  background: #75b8be !important;
  color: white;
  display: block;
  width: 200px;
  margin: 0 auto;
}
.woocommerce-cart-form .coupon {
  padding: 40px;
}
.woocommerce-cart-form .coupon .line {
  width: 100%;
  background: #8d8d8d;
  height: 1px;
  position: relative;
  right: 10px;
  bottom: 10px;
}
.woocommerce-cart-form tbody th {
  border: inherit !important;
}
.woocommerce-cart-form .woocommerce table.shop_table {
  border: inherit !important;
}

.total-carto input#coupon_code {
  width: 75%;
  padding: 4px;
}
.total-carto button {
  color: white !important;
  background: #75b8be !important;
  position: absolute !important;
  margin-left: -5px !important;
}

a#removeitem {
  background: #75b8be !important;
  color: white !important;
  line-height: 30px;
}
a#removeitem:hover {
  background: #f0414b !important;
}

.kubik-step {
  display: flex;
  width: 101vw;
  margin-top: 61.5px;
}
.kubik-step .step {
  background: #c4c4c4;
  padding: 20px;
  width: 50%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kubik-step .step.active {
  background-color: black;
  color: white;
}
.kubik-step .step:hover {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 750px) {
  .kubik-step {
    font-size: 14px;
  }
}

.kubikstep.kubikstep2 {
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  margin: 2em auto;
  display: block;
}
.kubikstep.kubikstep2 form input,
.kubikstep.kubikstep2 form textarea,
.kubikstep.kubikstep2 form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  padding: 5px 10px;
  padding-left: 0;
  margin-bottom: 15px;
}
.kubikstep.kubikstep2 form input[type=submit],
.kubikstep.kubikstep2 form textarea[type=submit],
.kubikstep.kubikstep2 form select[type=submit] {
  background: #f0414b;
  color: white;
  padding: 20px 10px;
  font-weight: bold;
  transition: 0.2s;
}
.kubikstep.kubikstep2 form input[type=submit]:hover,
.kubikstep.kubikstep2 form textarea[type=submit]:hover,
.kubikstep.kubikstep2 form select[type=submit]:hover {
  background: black;
}
.kubikstep.kubikstep2 form input[type=checkbox],
.kubikstep.kubikstep2 form textarea[type=checkbox],
.kubikstep.kubikstep2 form select[type=checkbox] {
  width: auto;
  margin-left: 5px;
  transform: scale(2);
}
.kubikstep.kubikstep2 form input:focus,
.kubikstep.kubikstep2 form textarea:focus,
.kubikstep.kubikstep2 form select:focus {
  outline: none;
}
.kubikstep.kubikstep2 form .large-flex-col {
  display: flex;
  margin-top: 2em;
}
.kubikstep.kubikstep2 form .large-flex-col h3,
.kubikstep.kubikstep2 form .large-flex-col h4 {
  margin-top: 25px;
}
.kubikstep.kubikstep2 form .large-flex-col div:last-child {
  margin-left: 3em;
}

#kubikraknare-container {
  padding: 5%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 16vh;
}
#kubikraknare-container .kubiksum {
  border: none;
  font-size: 30px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  height: 80px;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  #kubikraknare-container .kubiksum {
    padding: 13px 0 0 17px;
    text-align: left;
  }
}
#kubikraknare-container .button {
  background: red;
  display: inline-block;
  color: white;
  font-weight: bold;
  text-align: center;
}
#kubikraknare-container .filter {
  float: right;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
#kubikraknare-container .filter li {
  list-style: none;
}
#kubikraknare-container .filter .filter-button {
  text-align: center;
  background: #f0414b !important;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  right: 7px;
}
#kubikraknare-container .filter .filter-button i {
  margin-right: 5px;
}
#kubikraknare-container .filter a {
  background: #f0414b !important;
  color: #fff !important;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-flex;
}
#kubikraknare-container .filter .box-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.479);
  z-index: 1050;
}
#kubikraknare-container .filter .box-container.open {
  display: block;
}
#kubikraknare-container .filter .box {
  display: none;
  z-index: 1051;
  top: 30%;
  position: relative;
  background: #fff;
  width: 600px;
  left: calc(50% - 300px);
  padding: 10px;
  z-index: 2;
  padding-bottom: 0px 20px !important;
  border-radius: 20px;
  box-shadow: 0px 20px 12px 7px #00000021;
}
#kubikraknare-container .filter .box label:hover {
  cursor: pointer;
}
#kubikraknare-container .filter .box h3 {
  margin: 0.74em 0;
}
#kubikraknare-container .filter .box .close {
  position: absolute;
  border: none;
  background: transparent;
  color: red;
  font-weight: bold;
  right: 20px;
  top: 20px;
}
#kubikraknare-container .filter .box .close:focus {
  outline: none;
}
#kubikraknare-container .filter .box.open {
  display: block;
}
@media screen and (max-width: 750px) {
  #kubikraknare-container .filter .box {
    width: calc(100% - 50px);
    top: 30px;
    left: 20px;
    height: calc(100% - 60px);
  }
}
@media screen and (max-width: 750px) {
  #kubikraknare-container {
    margin-top: 4vh;
  }
}
#kubikraknare-container .mobelblock {
  margin-top: 30px;
}
#kubikraknare-container .mobelblock div {
  margin-bottom: 0;
}
#kubikraknare-container .mobelblock .cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#kubikraknare-container .mobelblock .cards .card {
  margin-right: 10px;
  margin-top: 15px;
  flex: 0 15%;
}
@media screen and (max-width: 1300px) {
  #kubikraknare-container .mobelblock .cards .card {
    flex: 0 25%;
  }
}
@media screen and (max-width: 750px) {
  #kubikraknare-container .mobelblock .cards {
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-bottom: 10px;
  }
  #kubikraknare-container .mobelblock .cards .card {
    min-width: 50vw;
  }
}
#kubikraknare-container .kubik_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #kubikraknare-container .kubik_header {
    flex-direction: column;
  }
}
#kubikraknare-container .kubik_header .buttons {
  display: flex;
}
#kubikraknare-container .kubik_header .buttons .kubiksum {
  border: none;
  font-size: 30px;
}
#kubikraknare-container .kubik_header .buttons .button {
  background: #f0414b !important;
  color: white;
  font-weight: bold;
  text-align: center;
  position: fixed;
  margin-bottom: -100px;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.7s;
  visibility: hidden;
  opacity: 0;
}
#kubikraknare-container .kubik_header .buttons .button.show {
  visibility: visible;
  opacity: 1;
  transition: 1s;
  z-index: 101;
  margin-bottom: 0;
}
#kubikraknare-container .kubik_header .buttons .filter {
  float: right;
  text-align: center;
  position: relative;
}
#kubikraknare-container .kubik_header .buttons .filter li {
  list-style: none;
}
#kubikraknare-container .kubik_header .buttons .filter .filter-button {
  text-align: center;
  background: #f0414b !important;
  color: #fff !important;
  height: 54px;
  line-height: 3;
  font-weight: bold;
  margin-left: 20px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  right: 7px;
}
#kubikraknare-container .kubik_header .buttons .filter .filter-button i {
  margin-right: 5px;
}
#kubikraknare-container .kubik_header .buttons .filter a {
  background: #f0414b !important;
  color: #fff !important;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-flex;
}
#kubikraknare-container .hide-button {
  display: none;
}
#kubikraknare-container .total {
  margin-bottom: 35px;
  cursor: default;
  border-radius: 10px;
  box-shadow: 0px 2px 12px 7px #00000021;
  padding: 20px 20px;
  margin-left: 15px;
  width: 400px;
  position: relative;
}
#kubikraknare-container .total span {
  font-size: 2rem;
}
#kubikraknare-container .total .kubiksum {
  background: none;
  border: inherit;
  border-bottom: 2px solid black;
  font-size: 1.5rem;
  width: 100px;
  text-align: center;
  outline: inherit !important;
  cursor: default;
}
#kubikraknare-container .total .kubiksum:focus {
  border: inherit;
  border-bottom: 2px solid black;
}

input.chk-btn {
  display: none;
}

input.chk-btn + label {
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

input.chk-btn + label:active,
input.chk-btn:checked + label {
  background: #f0414b !important;
  color: #fff;
  border: 1px solid transparent;
}

.mobel-card {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #0000002b;
}
.mobel-card img {
  border-radius: 10px 10px 0px 0px;
  height: 250px;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobel-card .desc {
  padding: 20px 11px;
}
.mobel-card input.antal-mobler {
  width: 50%;
  text-align: center;
  border: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  font-size: 1.7rem;
}
.mobel-card .add-more {
  display: flex;
}
.mobel-card .add-more input {
  height: 35px;
}
.mobel-card .add-more input::-webkit-outer-spin-button, .mobel-card .add-more input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mobel-card .add-more input.qty-minus {
  background: #75b8be;
  border: none;
  margin: 0px 5px;
  border-radius: 3px;
  color: white;
  width: 35px;
  font-size: 2rem;
  line-height: 11px;
  cursor: pointer;
}
.mobel-card .add-more input.qty-minus:focus {
  outline: 0px transparent !important;
}
.mobel-card .add-more input.qty-plus {
  background: #75b8be;
  border: none;
  margin: 0px 5px;
  border-radius: 3px;
  color: white;
  width: 35px;
  font-size: 1.7rem;
  line-height: 38px;
  cursor: pointer;
}
.mobel-card .add-more input.qty-plus:focus {
  outline: 0px transparent !important;
}

#primary-cart .woocommerce-info {
  background: #75b8be;
  color: #fff;
  border-top: none;
  margin: 0px 15px 25px;
}
#primary-cart .woocommerce-info a {
  color: #fff;
  font-weight: 700;
}
#primary-cart .woocommerce-info:before {
  display: none;
}

.woocommerce-mini-cart__empty-message {
  padding: 20px;
  width: 100%;
  font-size: 1.5rem;
  margin-top: 50px;
}

.woocommerce-mini-cart__empty-message {
  font-size: 30px;
  padding: 20px;
  margin-top: 50px;
}

form.checkout_coupon.woocommerce-form-coupon {
  display: grid;
  margin: 20px 15px;
  position: relative;
  bottom: 26px;
  border: none;
  background: #fcfcfc;
  color: #000;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 2px 12px 7px rgba(0, 0, 0, 0.0218807);
}
form.checkout_coupon.woocommerce-form-coupon textarea,
form.checkout_coupon.woocommerce-form-coupon input {
  padding: 15px 20px;
}
form.checkout_coupon.woocommerce-form-coupon button {
  background: #f0414b !important;
  color: #fff;
  padding: 15px 20px;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
#customer_details .select2-container--default .select2-selection--single {
  height: 40px;
}
#customer_details .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
#customer_details input,
#customer_details select {
  padding: 10px 20px !important;
}
#customer_details label {
  display: none;
}
#customer_details #payment {
  background: #75b8be;
  color: #fff;
  text-align: left;
}
#customer_details #payment a {
  color: #fff;
  font-weight: 700 !important;
}
#customer_details #order_comments {
  padding: 10px;
}
#customer_details #place_order {
  background: #f0414b;
  color: #fff;
  padding: 15px 20px;
}
#customer_details .woocommerce-info {
  border-top: 0px;
  background: white;
  border-radius: 5px;
  color: #000;
}
#customer_details .woocommerce-info:before {
  display: none;
}

.card-content .card-content-title {
  margin: 8% 4%;
}
.card-content .description {
  margin-left: 4%;
  margin-right: 4%;
}

.contact-form {
  padding: 50px 80px;
  background: #eaeaea;
  height: 100%;
}
.contact-form button {
  background: #fff !important;
  color: #000;
  font-weight: 700;
  border: none !important;
}
.contact-form #wpforms-confirmation-87 {
  margin-top: 25px;
  background: #75b8be !important;
  border: none;
  color: #ffff !important;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .contact-form h3 {
    text-align: center;
  }
  .contact-form #contact-form {
    text-align: center;
  }
  .contact-form .term-and-cond {
    justify-content: center;
  }
}

iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  iframe {
    max-height: 80px !important;
  }
}

.seo_block {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 1em 22px;
}
.seo_block__title {
  font-weight: bold;
}
.seo_block__text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 749px) {
  .seo_block {
    padding: 0.5em 0;
  }
  .seo_block__title {
    text-align: left;
  }
}

.boka-flytt {
  max-width: 600px;
  background: #eff1ec;
  box-shadow: 3px 3px 3px rgba(71, 71, 71, 0.582);
  margin: 5em auto;
  padding: 2em;
  text-align: center;
  border-radius: 0px;
}
.boka-flytt > h1 {
  text-align: center;
}
.boka-flytt > p {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .boka-flytt {
    margin: 0;
    padding-top: 4em;
  }
  .boka-flytt > p {
    margin-bottom: 1.5em;
  }
}

.frontpage-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 2%;
}
.frontpage-logos div {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .frontpage-logos {
    grid-template-columns: 1fr 1fr;
  }
  .frontpage-logos div {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-logos div img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .vara-tjanster {
    padding: 5% 2% !important;
  }
  .vara-tjanster .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
  }
  .vara-tjanster .row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    padding: 10px;
  }
  .vara-tjanster .row .card-service {
    min-height: 250px;
  }
  .vara-tjanster .row .card-service p {
    font-size: 1.25em;
  }
  .vara-tjanster .row .card-service:hover {
    color: #f0414b !important;
  }
  .vara-tjanster .row a {
    padding: 0 !important;
  }
  .vara-tjanster .row a:hover {
    color: #f0414b !important;
  }
}

.archive-product li {
  margin-top: 0.5em;
}

.page-numbers {
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin: 0.5em;
}
.page-numbers li {
  margin-left: 0.5em;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}
.page-numbers li:first-child {
  margin-left: 0;
}

.footer-logos {
  margin-bottom: 1em;
}
.footer-logos .social-title h6 {
  font-weight: bold;
}

#customer_details {
  text-align: left;
}

.wc-proceed-to-checkout {
  padding-bottom: 1.5em !important;
}

.link-cont-container {
  overflow: hidden;
  height: 0;
}

.link-container-open {
  height: auto;
  background: black;
  position: absolute;
  padding: 10px 5px;
  margin-top: -10px;
}
@media screen and (max-width: 750px) {
  .link-container-open {
    background: transparent;
    position: relative;
    padding: 0;
  }
}

.datepick-title-row span {
  font-size: 12px !important;
}

@media screen and (max-width: 750px) {
  #primary {
    margin-top: 1em !important;
  }

  .navbar-nav {
    overflow: scroll;
  }

  .hide-small {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .header .intro {
    position: relative;
    padding: 100px 0 2% 4%;
    color: #fff;
  }
}
/* Larger screens */
@media screen and (min-width: 1600px) {
  .h1,
h1 {
    font-size: 3vw !important;
  }

  p,
span {
    font-size: 1vw;
  }

  .datepick-unselectable span,
.datepick-week-end-cell span {
    font-size: 12px !important;
  }

  .intro {
    max-width: 50% !important;
  }
}
@media screen and (min-width: 750px) {
  .hide-large {
    display: none;
  }
}
@font-face {
  src: url("../fonts/Spartan-Bold.ttf");
  font-family: "Spartan-Bold";
}
@font-face {
  src: url("../fonts/Spartan-Regular.ttf");
  font-family: "Spartan-Regular";
}
@font-face {
  src: url("../fonts/Spartan-SemiBold.ttf");
  font-family: "Spartan-SemiBold";
}
@font-face {
  src: url("../fonts/Spartan-Bold.ttf");
  font-family: "Spartan-Bold";
}
#uppgiftsform {
  margin-top: 3em;
}
#uppgiftsform h1,
#uppgiftsform h2,
#uppgiftsform h3,
#uppgiftsform h4,
#uppgiftsform h5,
#uppgiftsform h6 {
  font-family: "Spartan-Bold";
  margin: 1em 0;
  margin-top: 2em;
}
#uppgiftsform p {
  margin: 7.5px 0;
  margin-top: 20px;
}
#uppgiftsform input {
  padding: 10px;
  min-width: 82%;
}
#uppgiftsform input.skinny_input {
  min-width: 41%;
  border: none;
  border-bottom: 1px solid black;
  background: transparent;
}
#uppgiftsform input.skinny_input.full {
  min-width: 82%;
}
#uppgiftsform input:focus {
  outline: none;
}
#uppgiftsform .drop {
  max-width: 1000px;
  display: block;
  background: #f3f3f3;
  margin: 0 auto;
  width: 100%;
}
#uppgiftsform .drop a {
  border-bottom: 1px solid black;
  text-decoration: none;
  color: black;
}
#uppgiftsform .drop .button {
  border: none;
  color: white;
  font-family: "Spartan-Bold";
  padding: 20px 40px;
  background: #f0424b;
  margin: 2em 0;
  font-size: 18px;
  display: block;
  text-align: center;
}
#uppgiftsform .drop .button:hover {
  filter: brightness(0.6);
  cursor: pointer;
}
#uppgiftsform .drop .button:focus {
  outline: none;
}
#uppgiftsform .drop .two-inputs {
  display: flex;
  width: 82%;
}
#uppgiftsform .drop .two-inputs > div {
  width: 100%;
  margin-right: 10px;
}
#uppgiftsform .drop .two-inputs > div:last-child {
  margin-right: 0;
}
#uppgiftsform .drop .two-inputs input {
  min-width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  #uppgiftsform .drop .two-inputs {
    flex-direction: column;
  }
}
#uppgiftsform .drop > label {
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 22px;
}
#uppgiftsform .drop > label img {
  transition: 0.2s;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotate(180deg);
}
#uppgiftsform .drop > div {
  transition: 0.2s;
  padding: 0 22px;
  background: #fafafa;
  overflow: hidden;
  max-height: 0;
}
#uppgiftsform .drop > div .radioOption > div {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#uppgiftsform .drop > div .radioOption > div.selected > div > div {
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  width: 12px;
  background: black;
  height: 12px;
  border-radius: 50%;
  content: "";
}
#uppgiftsform .drop > div .radioOption > div p {
  margin: 0;
  margin-left: 10px;
  line-height: 2.5;
}
#uppgiftsform .drop > div .radioOption > div > div {
  position: relative;
  width: 20px;
  background: white;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
  content: "";
}
#uppgiftsform .drop > div .radioOption.row {
  display: flex;
}
#uppgiftsform .drop > div .radioOption.row > div {
  flex-direction: column;
  margin-left: 2em;
}
#uppgiftsform .drop > div .radioOption.row > div p {
  margin: 0;
}
#uppgiftsform .drop.open > div {
  padding: 22px;
  max-height: 1000vh;
}
#uppgiftsform .drop.open > label img {
  transform: rotate(0deg);
}/*# sourceMappingURL=style.css.map */