body.woocommerce-checkout .site-main {
  margin-top: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
}

body.woocommerce-checkout .site-main .type-page .inside-article {
  padding-top: 0px;
}

body.woocommerce-checkout .site-main .type-page .inside-article #crumbs {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-header {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content {
  margin-top: 20px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page {
  max-width: 1350px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details {
  padding: 0px;
}
/**
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form p#billing_country_field {
  display: none;
}
*/

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px 20px 15px 20px;
  background: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #dedede;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table thead {
  display: flex;
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table thead tr {
  display: flex;
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table thead tr .product-name,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table thead tr .product-total {
  font-size: 16px;
  max-width: unset;
  padding: 10px 10px;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  width: 50%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table thead tr .product-total {
  text-align: right;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr {
  display: flex;
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-total {
  border-top: none;
  padding: 15px 10px 10px 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  padding-right: 0px;
  flex-grow: 300;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .image-block-qty {
  width: 16%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .image-block-qty .ywp-product-image {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #dedede;
  padding: 5px;
  height: auto;
  width: 50px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .image-block-qty strong.product-quantity {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #323232;
  line-height: 25px;
  color: #ffffff;
  position: absolute;
  margin-left: -15px;
  margin-top: -10px;
  font-size: 12px;
  text-align: center;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .ProductDetail {
  width: 80%;
  padding-bottom: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .ProductDetail span {
  display: block;
  font-weight: 600;
  font-size: 12px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .ProductDetail button {
  border: none;
  background: none;
  padding: 0;
  font-style: italic;
  padding-top: 6px;
  color: #323232;
  font-size: 14px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .ProductDetail button:hover {
  text-decoration: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout {
  width: 100%;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation {
  display: block;
  overflow: hidden;
  padding: 10px 20px;
  margin-top: 0;
  width: 100%;
  border-radius: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt {
  font-size: 12px;
  padding-top: 2px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd {
  overflow: hidden;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd p {
  font-weight: 500;
  font-size: 12px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar {
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar .gfield_repeater {
  border: 1px solid #dedede;
  background: #f9f9f9;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar .gfield_repeater .gfield_repeater_item {
  border-bottom: 1px solid #c2c2c2;
  padding: 7px 0;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar .gfield_repeater .gfield_repeater_item .gfield_repeater_cell .gfield_repeater_label {
  display: inline-block;
  font-weight: 600;
  padding-right: 5px;
  font-size: 12px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar .gfield_repeater .gfield_repeater_item .gfield_repeater_cell .gfield_repeater_value {
  display: inline-block;
  font-size: 13px !important;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Byggditttlt {
  width: 100%;
  padding-bottom: 15px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Byggditttlt .gpnf-nested-entries-container .gpnf-nested-entries .nested-form-table .nested-form-list {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  padding-top: 15px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Byggditttlt .gpnf-nested-entries-container .gpnf-nested-entries .nested-form-table .nested-form-list .nested-form-entries p {
  width: 45%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Byggditttlt .gpnf-nested-entries-container .gpnf-nested-entries .nested-form-table .nested-form-list .nested-form-entries p span {
  font-weight: 500;
  font-size: 12px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Byggditttlt .gpnf-nested-entries-container .gpnf-nested-entries .nested-form-table .nested-form-list .nested-form-entries p span strong {
  padding-right: 5px;
  padding-left: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Byggditttlt .gpnf-nested-entries-container .gpnf-nested-entries .nested-form-table .nested-form-list .nested-form-entries p span strong:first-child {
  padding-left: 0px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Antalpopup,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Antalpopup,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Antalrollup,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Antalrollup,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Antaltygvggar,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Antaltygvggar,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Antalflaggor,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Antalflaggor,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Antalgatupratare,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Antalgatupratare,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Antaltlt,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Antaltlt,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Antalramar,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Antalramar,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Vljskylt,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Antalgodisldor,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Antalgodisldor,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Antalsmartwall,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Antalsmartwall,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Skapaskylt,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Byggditttlt,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dt.variation-Laddauppfil,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout dl.variation dd.variation-Laddauppfil {
  display: none !important;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .produkt-detalj-checkout p.no-variation-message {
  padding: 10px 20px;
  margin-top: 0px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .nested-form-entries {
  display: flex;
  flex-wrap: wrap;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-name .nested-form-entries.empty-product {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-total {
  text-align: right;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tbody tr .product-total span {
  font-weight: 500;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
  width: 100%;
  display: block;
  padding-bottom: 5px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  padding: 5px 0px;
  font-size: 14px;
  float: left;
  color: #323232;
  border: none;
  padding: 0;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  width: 30%;
  display: inline-block;
  max-width: 2000px;
  border-top: none !important;
  font-weight: 500;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  width: 70%;
  border-top: none !important;
  text-align: right;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot tr td .amount {
  font-weight: 500;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  order: 1;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .fee {
  order: 2;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .fee th {
  width: 80%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .fee td {
  width: 20%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .fee td small {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .tax-rate {
  order: 4;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping {
  order: 3;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping th {
  width: 30%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td {
  width: 70%;
  padding-left: 0px !important;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods li {
  margin-bottom: 0;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods li label {
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  margin-left: 0;
  font-size: 0;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods li label span {
  color: #323232;
  font-weight: 500 !important;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods label.shipping_method_0_advanced_free_shipping {
  color: #323232;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total {
  order: 5;
  margin-top: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
  width: 40%;
  padding-left: 0px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
  width: 60%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td strong span {
  font-size: 20px;
  font-weight: 700;
  color: #d63494;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td em {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td em span {
  font-size: 20px;
  color: #d63494;
  font-weight: 400;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wc-svea-checkout-login-field {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #dedede;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wc-svea-checkout-other-fields {
  border-radius: 10px;
  padding: 15px 20px;
  background: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #dedede;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files {
  border-radius: 10px;
  padding: 20px 20px 15px 20px;
  background: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #ebebeb;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files .wcuf_summary_file_list_block {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 20px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files .wcuf_summary_file_list_block h4.wcuf_upload_field_title.wcuf_summary_uploaded_files_title {
  ffont-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files .wcuf_summary_file_list_block .wcuf_file_preview_list {
  padding-left: 0px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files .wcuf_summary_file_list_block .wcuf_file_preview_list li.wcuf_file_preview_list_item {
  background: #ffffff;
  color: #d63494;
  padding: 1px 30px 10px 0px;
  width: auto;
  max-width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files .wcuf_summary_file_list_block .wcuf_file_preview_list li.wcuf_file_preview_list_item i.wcuf_delete_single_file_stored_on_server.wcuf_delete_file_icon {
  background: none;
  margin-top: 0;
  margin-left: 15px;
  vertical-align: unset;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-order-details .wc-svea-checkout-form .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files .wcuf_summary_file_list_block .wcuf_file_preview_list li.wcuf_file_preview_list_item i.wcuf_delete_single_file_stored_on_server.wcuf_delete_file_icon:before {
  color: white;
  content: "\f1f8";
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 17px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content .wc-svea-checkout-page .wc-svea-checkout-page-inner .wc-svea-checkout-checkout-module #svea-checkout-container #svea-checkout-iframe .MuiPaper-root.MuiPaper-elevation1 {
  padding: 20px !important;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy {
  max-width: 1350px;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  overflow: hidden;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column {
  width: 60%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details {
  order: 1;
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields h3 {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper h2 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
  clip-path: unset;
  clip: unset;
  width: 100%;
  position: relative !important;
  height: auto;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type=text],
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type=email],
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input[type=tel] {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em;
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #contact_information_field label,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #fakturaadress_field label {
  font-size: 13px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_email_field {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_last_name_field,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field {
  width: 50%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field {
  padding-right: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_postcode_field,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field {
  display: inline-block;
  width: 50%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_postcode_field {
  padding-right: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field span.woocommerce-input-wrapper {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 1em;
  display: block;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field span.woocommerce-input-wrapper strong {
  font-weight: 400;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .billing-order-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_phone_field {
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details input#ship-to-different-address-checkbox,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details input#choose_extra_email {
  background-color: #ffffff;
  border: 2px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  height: 1.5em;
  margin: 0 1em 0 0;
  min-height: 1.5em;
  min-width: 1.5em;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 1.5em;
  display: inline-block;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout {
  margin-top: 20px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout h2 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
  clip-path: unset;
  clip: unset;
  width: 100%;
  position: relative !important;
  height: auto;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout h3#ship-to-different-address {
  padding: 15px 20px;
  background: #ebebeb;
  margin-top: 10px;
  border-radius: 10px;
  font-weight: 400;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout label {
  font-size: 13px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p#shipping_country_field {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper input[type=text],
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper input[type=number] {
  background-color: #ffffff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #323232;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em;
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout .woocommerce-additional-fields .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files {
  padding: 30px 0px 0px 20px;
  background: #f5e5ee;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout .woocommerce-additional-fields .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files .wcuf_summary_file_list_block {
  padding-top: 5px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout .woocommerce-additional-fields .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files .wcuf_summary_file_list_block h4.wcuf_upload_field_title.wcuf_summary_uploaded_files_title {
  margin: 10px 0px 0px 0px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column #customer_details .shippping-order-checkout .woocommerce-additional-fields .wcuf_checkout_ajax_container #wcuf_summary_uploaded_files .wcuf_summary_file_list_block li.wcuf_file_preview_list_item {
  background: transparent;
  color: #d63494;
  padding: 1px 30px 10px 0px;
  width: auto;
  max-width: 100%;
  margin: 0px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column .order-notes {
  order: 2;
  display: block;
  width: 100%;
  margin-top: 15px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column .order-notes h2 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
  clip-path: unset;
  clip: unset;
  width: 100%;
  position: relative !important;
  height: auto;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column .order-notes textarea#note_for_order {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.375;
  margin: 0;
  padding: 0.75em 16px;
  width: 100%;
  margin-top: 15px;
  height: 120px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column div#payment {
  order: 3;
  margin-top: 20px;
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column div#payment h2 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
  clip-path: unset;
  clip: unset;
  width: 100%;
  position: relative !important;
  height: auto;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column div#payment .payment_methods li.wc_payment_method label {
  padding: 15px 20px;
  background: #ebebeb;
  margin-top: 10px;
  border-radius: 10px;
  font-weight: 400;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column div#payment .payment_methods li.wc_payment_method label:before {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column .woocommerce-privacy-policy-text {
  order: 4;
  margin-top: 20px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column .woocommerce-privacy-policy-text p {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column p.form-row.terms.wc-terms-and-conditions {
  order: 5;
  font-size: 12px;
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column .payment-button-last {
  order: 6;
  width: 100%;
  margin-top: 40px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .left-column .payment-button-last input#place_order {
  width: 100%;
  border-radius: 30px;
  color: #ffffff;
  background: #d63494;
  font-weight: 600;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column {
  width: 35%;
  float: left;
  border-left: 1px solid #dedede;
  margin-left: 30px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order {
  display: block;
  width: 100%;
  overflow: hidden;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review {
  width: 100%;
  padding: 0px 20px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review h4#order_review_heading {
  width: 100%;
  display: block;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review h4#order_review_heading span {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table {
  display: block;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody {
  display: block;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item.hideqty .product-name .image-block-qty .product-quantity {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  float: left;
  padding: 0;
  border: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .image-block-qty {
  width: 23%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .image-block-qty .ywp-product-image {
  display: inline-block;
  border: 1px solid #dedede;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .image-block-qty .ywp-product-image img {
  width: 50px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .image-block-qty strong.product-quantity {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  position: absolute;
  margin-left: -12px;
  margin-top: -13px;
  font-size: 12px;
  text-align: center;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .ProductDetail {
  width: 75%;
  padding-left: 15px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .ProductDetail span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-family: "Outfit", sans-serif;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .ProductDetail button {
  border: none;
  background: none;
  padding: 0;
  font-style: italic;
  color: #323232;
  font-size: 12px;
  padding-top: 15px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .ProductDetail button:hover {
  text-decoration: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout {
  margin-top: 15px;
  margin-left: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout dl.variation {
  display: block;
  overflow: hidden;
  background: #e4e4e4;
  padding: 10px 20px;
  border-radius: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout dl.variation dt {
  color: #d63494;
  font-size: 12px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout dl.variation dd p {
  font-weight: 500;
  font-size: 12px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar {
  width: 100%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar .gfield_repeater {
  border: 1px solid #dedede;
  background: #f9f9f9;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar .gfield_repeater .gfield_repeater_item {
  border-bottom: 1px solid #c2c2c2;
  padding: 7px 0;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar .gfield_repeater .gfield_repeater_item .gfield_repeater_cell .gfield_repeater_label {
  display: inline-block;
  font-weight: 600;
  padding-right: 5px;
  font-size: 12px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout dl.variation .variation-Valavstorlekar .gfield_repeater .gfield_repeater_item .gfield_repeater_cell .gfield_repeater_value {
  display: inline-block;
  font-size: 13px !important;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .produkt-detalj-checkout p.no-variation-message {
  display: block;
  overflow: hidden;
  background: #e4e4e4;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-total {
  width: 30%;
  padding: 0;
  text-align: right;
  border: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .product-total span.woocommerce-Price-amount.amount {
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 10px;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
  width: 100%;
  display: block;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,
body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  padding: 5px 0px;
  font-size: 14px;
  float: left;
  color: #323232;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  background-color: transparent;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
  font-family: "Outfit", sans-serif;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  order: 1;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  width: 30%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  width: 70%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td span.woocommerce-Price-amount.amount {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .fee {
  order: 2;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .fee th {
  width: 80%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .fee td {
  width: 20%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .fee td small {
  display: none;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping {
  order: 3;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping th {
  width: 30%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td {
  width: 70%;
  padding-left: 0px !important;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods {
  text-align: right;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods label {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods label .amount {
  color: #323232;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total {
  order: 5;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
  width: 40%;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
  width: 60%;
  text-align: right;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td strong span {
  font-size: 25px;
  font-weight: 700;
  color: #d63494;
  font-family: "Outfit", sans-serif;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td em {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

body.woocommerce-checkout .site-main .type-page .inside-article .entry-content form.checkout-expofy .right-column div#review-order div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td em span {
  font-size: 14px;
  color: #323232;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
