input {
  border: 1px solid silver;
  font-size: 16px;
}

.woocommerce-message {
  padding: 25px 30px 25px 70px !important;
  margin: 0px 0 20px 0 !important;
  position: relative !important;
  border-radius: 0px !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  list-style: none outside !important;
  display: block !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  border: 0 !important;
  background-color: #009ee0 !important;
  width: auto !important;
  word-wrap: break-word !important;
}

.woocommerce-message a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
}

@media screen and (max-device-width: 768px) {
  .woocommerce-message {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .woocommerce-message a {
    width: auto !important;
    padding: 0px !important;
    text-align: left;
    margin-top: 20px !important;
  }
}

.woocommerce-message:before {
  color: #FFFFFF !important;
  font-size: 20px !important;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .header {
  width: 100%;
}

.product .header h1 {
  font-size: 24px !important;
  line-height: 29px !important;
  font-weight: 700;
  color: #224467;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px !important;
  float: left;
  border-bottom: 2px solid #009ee0 !important;
}

.product .woocommerce-product-gallery {
  width: 50%;
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  padding-right: 20px;
}

.product .summary {
  width: 50%;
}

.product .summary .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  margin-bottom: 20px;
}

.product .summary .form-row label {
  text-transform: uppercase;
  font-size: 15px;
}

.product .summary .single_add_to_cart_button.button.alt {
  background: #009ee0 !important;
  border: 0;
  padding: 10px;
  color: #FFFFFF;
}

.related {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.related .products {
  margin: 0;
  padding: 0;
}

.related .products.columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related .products.columns-4 li {
  width: 25%;
}

.related .products.columns-4 li img {
  width: 100%;
  height: auto;
}

.related .products .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 35px;
}

h1 {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 35px;
  line-height: 49px;
  margin: 0;
  margin-top: 16px;
  text-decoration: none;
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 3px solid #009ee0 !important;
}

span.woocommerce-Price-amount.amount {
  font-size: 40px;
  font-weight: 700;
  color: #224467;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart .voucher-fields-wrapper {
  width: 100%;
}

.cart .quantity {
  width: 25%;
  margin-right: 10px;
}

.cart .product .summary .single_add_to_cart_button.button.alt {
  background: #009ee0 !important;
  border: 0;
  padding: 10px;
  color: #FFFFFF;
  width: auto;
}

.product_meta {
  display: none;
}

a.button.product_type_simple.add_to_cart_button {
  display: none !important;
}

.products.columns-4 .price .woocommerce-Price-amount.amount {
  display: none;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}

.woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}

.woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}

.woocommerce-tabs ul.tabs li:before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  -webkit-box-shadow: 2px 2px 0 #ebe9eb;
  box-shadow: 2px 2px 0 #ebe9eb;
}

.woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}

/* CART / CHECKOUT */
.woocommerce .product-remove a.remove {
  color: #97aabf !important;
}

.woocommerce .product-remove a.remove:hover {
  background: #97aabf !important;
  color: #FFF !important;
}

.woocommerce .woocommerce-cart-form {
  width: calc(100% - 239px);
  float: left;
}

.woocommerce .woocommerce-cart-form .cart {
  border: 0 !important;
  border-radius: 0 !important;
  display: table;
}

.woocommerce .woocommerce-cart-form .cart td {
  font-size: 14px;
}

.woocommerce .woocommerce-cart-form .product-thumbnail {
  width: 150px;
  height: auto;
}

.woocommerce .woocommerce-cart-form .woocommerce-Price-amount {
  font-size: 16px;
}

.woocommerce .cart-collaterals {
  width: 219px !important;
  margin-left: 20px !important;
  float: right !important;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100% !important;
  text-align: center;
}

.woocommerce .cart-collaterals .cart_totals:after {
  content: url(https://rejsegavekort.travelmarket.dk/wp-content/uploads/2017/11/secure.png) !important;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout:after {
  content: url(https://rejsegavekort.travelmarket.dk/wp-content/uploads/2017/12/cards.png) !important;
  padding: 10px;
  display: block;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 20px;
}

.woocommerce .cart-collaterals .cart_totals table {
  border-radius: 0;
}

.woocommerce .cart-collaterals .cart_totals table td {
  text-align: right;
}

.woocommerce .cart-collaterals .cart_totals table .woocommerce-Price-amount {
  font-size: 16px;
}

.woocommerce .checkout-button {
  background: #009ee0 !important;
  color: #fff;
  width: 100%;
}

.button {
  border-radius: 0 !important;
  text-align: center;
}

.woocommerce-Price-currencySymbol {
  margin-right: 8px;
}

.basketlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  text-align: center;
  padding: 5px;
}

.basketlink:hover {
  background: #fafafa;
}

.basketlink svg {
  height: 28px;
  width: auto;
  fill: #3d3d3f;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100% !important;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  max-width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.bottom-container-social-item-gavekort {
  position: relative;
  margin-top: 35px;
}

.bottom-container-social-item-gavekort a {
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #a8acb9;
  margin-left: 5px;
  margin-right: 21px;
}

.bottom-container-social-item-gavekort a:before {
  width: 48px;
  height: 48px;
  font-size: 22px;
  font-size: 2.2rem;
  content: '';
  display: block;
  margin-bottom: 5px;
}

.bottom-container-social-item-gavekort a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  width: 48px;
  height: 48px;
  border: 3px solid #a8acb9;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bottom-container-social-item-gavekort .icon.icon-facebook {
  fill: #a8acb9;
  position: absolute;
  top: -52px;
  left: 23px;
  font-family: TM-icon-set;
  width: 28px;
}

.bottom-container-social-item-gavekort .icon.icon-mail {
  fill: #a8acb9;
  position: absolute;
  top: -50px;
  left: 26px;
  font-family: TM-icon-set;
  width: 23px;
}

@media (max-device-width: 767px) {
  .product .woocommerce-product-gallery {
    width: 100%;
  }
  .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding-right: 0;
  }
  .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
  }
  .product .summary {
    width: 100%;
  }
  .woocommerce-tabs {
    margin-top: 30px;
  }
  .related .products.columns-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related .products.columns-4 li {
    width: 45%;
  }
  .woocommerce .woocommerce-cart-form, .woocommerce .cart-collaterals {
    width: 100% !important;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout:after {
    content: url(https://rejsegavekort.travelmarket.dk/wp-content/uploads/2017/12/cards.png) !important;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 169px;
  }
  .woocommerce .woocommerce .cart-collaterals .cart_totals:after {
    margin-left: auto;
    margin-right: auto;
    width: 219px;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .product .woocommerce-product-gallery {
    width: 30%;
  }
  .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding-right: 10px;
  }
  .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
  }
  .product .summary {
    width: 70%;
  }
  .product .summary h1 {
    margin: 0;
  }
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  padding: 0;
}

span.woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 700;
  color: #224467;
}

body {
  font-size: 14px;
}

.columnsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-device-width: 768px) {
  .columnsContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.columnsContainer .column--left {
  width: 50%;
  margin-right: 20px;
}

@media screen and (max-device-width: 768px) {
  .columnsContainer .column--left {
    margin-right: 0;
    width: 100%;
  }
}

.columnsContainer .column--right {
  width: 50%;
}

@media screen and (max-device-width: 768px) {
  .columnsContainer .column--right {
    width: 100%;
  }
}

label {
  font-weight: 700;
  margin-top: 1em;
}

label:not(:first-child) {
  margin-top: 0;
}

.voucher-image-options {
  position: relative !important;
}

.voucher-image-options:before {
  content: 'Gavekortets baggrund';
  position: absolute;
  font-weight: 700;
  margin-top: 1em;
}

.voucher-image-options .voucher-image-option {
  margin: 3em .5em 0px 0px !important;
}

.button {
  background: #009ee0 !important;
  border: 0;
  padding: 10px;
  color: #FFFFFF;
  font-weight: 700;
}

.tabs {
  display: none;
}

.woocommerce-Tabs-panel--description {
  margin-top: 25px;
}

.nyp {
  width: 100%;
}

.woocommerce-message .button.wc-forward {
  background-color: transparent;
}

.woocommerce-message .button.wc-forward:hover {
  background-color: inherit;
}

.page {
  margin-top: -10px;
  margin-bottom: 15px;
}

.page .pages-top__header {
  position: relative;
}

.page .pages-top__header h1 {
  padding: 10px 22px;
  position: absolute;
  top: 3px;
  left: 0;
  background: rgba(123, 73, 206, 0.95);
  color: #FFF;
  border-bottom: 0 !important;
  font-weight: 700;
  font-family: Arial;
  height: 64px;
  line-height: 44px;
  font-size: 32px;
}

@media screen and (max-device-width: 768px) {
  .page .pages-top__header h1 {
    display: none;
  }
}

.page .page_content {
  padding: 20px;
  border: 1px solid #97aabf;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}

@media screen and (max-device-width: 768px) {
  .page .page_content {
    padding: 0px;
    border: 0;
  }
}

/*
.menu__item--giftcard a:before {
    content: url(https://www.travelmarket.dk/gfx/taenk.png);
    width: 100%;
    position: absolute;
    top: -74px;
    left: 16px;
    margin: 0 auto;
    pointer-events: none;
}
*/
h2 {
  font-size: 24px !important;
  line-height: 29px !important;
  font-weight: 700;
  color: #224467;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px !important;
  float: left;
  border-bottom: 2px solid #009ee0 !important;
}
