/*
Theme Name: oura-webshop-theme

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
.woocommerce {
  padding-bottom: 80px; }

/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  text-align: right;
  clear: both; }
  table.shop_table_responsive tr td[data-title]:before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: bold; }
  @media screen and (max-width: 48em) {
    table.shop_table_responsive tr td {
      padding: 10px 0 !important; }
      table.shop_table_responsive tr td.product-name span {
        max-width: 70%;
        display: inline-block; }
      table.shop_table_responsive tr td.product-remove {
        padding-top: 0 !important;
        padding-bottom: 0 !important; } }
  table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
  table.shop_table_responsive tr td.product-remove:before {
    display: none; }
  table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td:before {
      display: none; } }

/**
 * Products
 */
/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em; }
    ul.products li.product .woocommerce-loop-product__title {
      font-size: 1rem; }
    ul.products li.product img {
      display: block; }
    ul.products li.product .button {
      display: block; }

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%; }
    ul.products li.product.first {
      clear: both; }
    ul.products li.product.last {
      margin-right: 0; }
  .columns-1 ul.products li.product {
    float: none;
    width: 100%; }
  .columns-2 ul.products li.product {
    width: 48.1%; }
  .columns-3 ul.products li.product {
    width: 30.79667%; }
  .columns-4 ul.products li.product {
    width: 22.15%; }
  .columns-5 ul.products li.product {
    width: 16.96%; }
  .columns-6 ul.products li.product {
    width: 13.49333%; } }

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 1em;
      right: 1em;
      display: block;
      z-index: 99; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      content: "";
      display: table;
      table-layout: fixed;
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        float: left; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: .5; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      width: 48.1%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      width: 30.79667%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: 22.15%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      width: 16.96%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }

.stock:empty:before {
  display: none; }

.stock.in-stock {
  color: #0f834d; }

.stock.out-of-stock {
  color: #e2401c; }

/**
 * Checkout
 */
.shop_table_responsive.cart td {
  vertical-align: top;
  text-align: left;
  padding: 15px; }

.shop_table_responsive.cart .quantity input {
  text-align: right;
  max-width: 5rem; }

.shop_table_responsive.cart #shipping_method {
  padding: 0;
  margin: 0;
  list-style: none; }

.shop_table_responsive.cart td.product-name {
  width: 100%; }

.shop_table_responsive.cart td.product-remove {
  vertical-align: top; }

ins .woocommerce-Price-amount {
  display: block; }

#order_review_heading {
  margin-bottom: 40px; }

.woocommerce-checkout-review-order-table td {
  padding: 20px;
  vertical-align: top; }

.shop_table_responsive.cart,
.woocommerce-checkout-review-order-table {
  border-top: 1px solid #000; }
  .shop_table_responsive.cart .product-thumbnail,
  .woocommerce-checkout-review-order-table .product-thumbnail {
    width: 100px;
    padding-right: 5px;
    text-align: left; }
    .shop_table_responsive.cart .product-thumbnail img,
    .woocommerce-checkout-review-order-table .product-thumbnail img {
      width: 85px;
      margin: 0;
      max-width: none; }
  .shop_table_responsive.cart .product-total, .shop_table_responsive.cart .product-subtotal, .shop_table_responsive.cart .order-total td,
  .woocommerce-checkout-review-order-table .product-total,
  .woocommerce-checkout-review-order-table .product-subtotal,
  .woocommerce-checkout-review-order-table .order-total td {
    text-align: right;
    white-space: nowrap; }
    .shop_table_responsive.cart .product-total ins, .shop_table_responsive.cart .product-subtotal ins, .shop_table_responsive.cart .order-total td ins,
    .woocommerce-checkout-review-order-table .product-total ins,
    .woocommerce-checkout-review-order-table .product-subtotal ins,
    .woocommerce-checkout-review-order-table .order-total td ins {
      background: #fff; }
  .shop_table_responsive.cart td.product-name h4,
  .woocommerce-checkout-review-order-table td.product-name h4 {
    margin-bottom: 6px; }
  .shop_table_responsive.cart tr.order-total td,
  .woocommerce-checkout-review-order-table tr.order-total td {
    border-top: 1px solid #000; }
  .shop_table_responsive.cart tr.order-total .product-total span,
  .woocommerce-checkout-review-order-table tr.order-total .product-total span {
    text-transform: uppercase; }
  .shop_table_responsive.cart tr.order-total .product-total .includes_tax,
  .woocommerce-checkout-review-order-table tr.order-total .product-total .includes_tax {
    display: block;
    color: black;
    opacity: 0.7;
    font-size: 0.85rem;
    margin-top: 0.5rem; }

.wc_payment_methods {
  list-style: none; }
  .wc_payment_methods label {
    text-transform: uppercase;
    cursor: pointer; }

.woocommerce .form-row label {
  height: 1.3rem;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.woocommerce .form-row input {
  width: 100%;
  outline-color: #489daa; }

.woocommerce-cart .variation {
  margin-top: 0;
  margin-bottom: 0; }
  .woocommerce-cart .variation dt {
    font-weight: 400; }
  .woocommerce-cart .variation dd {
    margin-bottom: 6px; }
    .woocommerce-cart .variation dd p:last-child {
      margin-bottom: 0; }

/**
 * Checkout
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .woocommerce #billing_postcode_field,
  .woocommerce #billing_phone_field,
  .woocommerce #shipping_postcode_field,
  .woocommerce #shipping_phone_field,
  .woocommerce #billing_state_field,
  .woocommerce .form-row-first,
  .woocommerce #shipping_state_field {
    width: 48.1%;
    float: left;
    margin-right: 3.8%; }
  .woocommerce #billing_city_field,
  .woocommerce #billing_email_field,
  .woocommerce #shipping_city_field,
  .woocommerce #shipping_email_field,
  .woocommerce .form-row-last {
    width: 48.1%;
    float: right;
    margin-right: 0; }
  #billing_address_1_field,
  #shipping_address_1_field {
    width: 64.12667%;
    margin-right: 3.8%;
    float: left; }
  #billing_address_2_field,
  #shipping_address_2_field {
    padding-top: 2.3rem;
    width: 30.79667%;
    margin-right: 0;
    float: right; }
  #shipping_company_field,
  #billing_company_field,
  .woocommerce-additional-fields,
  #billing_country_field {
    clear: both; } }

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
  height: auto !important; }

#payment fieldset {
  border: 0;
  padding: 0; }

#payment input[type="text"] {
  border: 0;
  background-color: #fff; }

#payment label[for="wc-braintree-credit-card-test-amount"],
#payment label[for="wc-braintree-paypal-test-amount"] {
  background-color: #ffc;
  height: auto;
  padding: 0.5rem; }
  #payment label[for="wc-braintree-credit-card-test-amount"], #payment label[for="wc-braintree-credit-card-test-amount"] span,
  #payment label[for="wc-braintree-paypal-test-amount"],
  #payment label[for="wc-braintree-paypal-test-amount"] span {
    font-size: 1rem !important; }

#payment .wc_payment_method_selector {
  display: inline-block; }
  #payment .wc_payment_method_selector label {
    background-color: #000;
    color: #fff;
    display: block;
    padding: 1em; }
    #payment .wc_payment_method_selector label img {
      vertical-align: middle; }
      #payment .wc_payment_method_selector label img:first-child {
        margin-left: 0.5rem; }
  #payment .wc_payment_method_selector input {
    display: none; }
    #payment .wc_payment_method_selector input:checked + label {
      background-color: #f2f2f2;
      color: #000; }

#payment .wc_payment_method_selectors, #payment .wc_payment_method_fields {
  margin: 0;
  background-color: #f2f2f2; }

#payment .wc_payment_method_selectors {
  /*display: inline-block;*/ }

#payment .wc_payment_method_fields {
  margin-bottom: 1rem;
  padding: 1em; }

#payment .wc-braintree-hosted-field {
  border-radius: 0 !important;
  border: 0 !important; }

#payment .wc-braintree-hosted-field-parent {
  padding: 0 !important; }

#payment .wc-braintree-hosted-field-card-number-parent {
  margin-bottom: 1rem; }

#payment .braintree-hosted-fields-focused {
  box-shadow: 0 0 0.1875em #489daa !important; }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  overflow: auto; }

.woocommerce-checkout .oura-country-notice span {
  font-weight: 400; }

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400; }
  .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #000000; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #000000;
    text-indent: 0;
    opacity: .25; }
  p.stars a:hover ~ a:before {
    content: "\53";
    color: #000000;
    opacity: .25; }

p.stars:hover a:before {
  content: "\53";
  color: #000000;
  opacity: 1; }

p.stars.selected a.active:before {
  content: "\53";
  color: #000000;
  opacity: 1; }

p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #000000;
  opacity: .25; }

p.stars.selected a:not(.active):before {
  content: "\53";
  color: #000000;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.bad {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #3D9CD2; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.required {
  color: #489daa; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #fff9c0;
  clear: both;
  padding: 5px;
  display: block; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #fff9c0; }

.woocommerce-error {
  background-color: #fce7db;
  margin: 0;
  list-style: none; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3D9CD2;
  z-index: 9999; }

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block; } }

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #000000;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #000000; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider-horizontal {
  height: .5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/* override variables */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1260px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-max-1, .col-max-2, .col-max-3, .col-max-4, .col-max-5, .col-max-6, .col-max-7, .col-max-8, .col-max-9, .col-max-10, .col-max-11, .col-max-12, .col-max,
.col-max-auto, .col-max-plus-1, .col-max-plus-2, .col-max-plus-3, .col-max-plus-4, .col-max-plus-5, .col-max-plus-6, .col-max-plus-7, .col-max-plus-8, .col-max-plus-9, .col-max-plus-10, .col-max-plus-11, .col-max-plus-12, .col-max-plus,
.col-max-plus-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-max {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-max-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-max-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-max-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-max-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-max-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-max-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-max-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-max-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-max-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-max-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-max-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-max-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-max-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-max-first {
    order: -1; }
  .order-max-last {
    order: 13; }
  .order-max-0 {
    order: 0; }
  .order-max-1 {
    order: 1; }
  .order-max-2 {
    order: 2; }
  .order-max-3 {
    order: 3; }
  .order-max-4 {
    order: 4; }
  .order-max-5 {
    order: 5; }
  .order-max-6 {
    order: 6; }
  .order-max-7 {
    order: 7; }
  .order-max-8 {
    order: 8; }
  .order-max-9 {
    order: 9; }
  .order-max-10 {
    order: 10; }
  .order-max-11 {
    order: 11; }
  .order-max-12 {
    order: 12; }
  .offset-max-0 {
    margin-left: 0; }
  .offset-max-1 {
    margin-left: 8.33333%; }
  .offset-max-2 {
    margin-left: 16.66667%; }
  .offset-max-3 {
    margin-left: 25%; }
  .offset-max-4 {
    margin-left: 33.33333%; }
  .offset-max-5 {
    margin-left: 41.66667%; }
  .offset-max-6 {
    margin-left: 50%; }
  .offset-max-7 {
    margin-left: 58.33333%; }
  .offset-max-8 {
    margin-left: 66.66667%; }
  .offset-max-9 {
    margin-left: 75%; }
  .offset-max-10 {
    margin-left: 83.33333%; }
  .offset-max-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1770px) {
  .col-max-plus {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-max-plus-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-max-plus-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-max-plus-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-max-plus-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-max-plus-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-max-plus-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-max-plus-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-max-plus-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-max-plus-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-max-plus-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-max-plus-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-max-plus-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-max-plus-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-max-plus-first {
    order: -1; }
  .order-max-plus-last {
    order: 13; }
  .order-max-plus-0 {
    order: 0; }
  .order-max-plus-1 {
    order: 1; }
  .order-max-plus-2 {
    order: 2; }
  .order-max-plus-3 {
    order: 3; }
  .order-max-plus-4 {
    order: 4; }
  .order-max-plus-5 {
    order: 5; }
  .order-max-plus-6 {
    order: 6; }
  .order-max-plus-7 {
    order: 7; }
  .order-max-plus-8 {
    order: 8; }
  .order-max-plus-9 {
    order: 9; }
  .order-max-plus-10 {
    order: 10; }
  .order-max-plus-11 {
    order: 11; }
  .order-max-plus-12 {
    order: 12; }
  .offset-max-plus-0 {
    margin-left: 0; }
  .offset-max-plus-1 {
    margin-left: 8.33333%; }
  .offset-max-plus-2 {
    margin-left: 16.66667%; }
  .offset-max-plus-3 {
    margin-left: 25%; }
  .offset-max-plus-4 {
    margin-left: 33.33333%; }
  .offset-max-plus-5 {
    margin-left: 41.66667%; }
  .offset-max-plus-6 {
    margin-left: 50%; }
  .offset-max-plus-7 {
    margin-left: 58.33333%; }
  .offset-max-plus-8 {
    margin-left: 66.66667%; }
  .offset-max-plus-9 {
    margin-left: 75%; }
  .offset-max-plus-10 {
    margin-left: 83.33333%; }
  .offset-max-plus-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-max-none {
    display: none !important; }
  .d-max-inline {
    display: inline !important; }
  .d-max-inline-block {
    display: inline-block !important; }
  .d-max-block {
    display: block !important; }
  .d-max-table {
    display: table !important; }
  .d-max-table-row {
    display: table-row !important; }
  .d-max-table-cell {
    display: table-cell !important; }
  .d-max-flex {
    display: flex !important; }
  .d-max-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1770px) {
  .d-max-plus-none {
    display: none !important; }
  .d-max-plus-inline {
    display: inline !important; }
  .d-max-plus-inline-block {
    display: inline-block !important; }
  .d-max-plus-block {
    display: block !important; }
  .d-max-plus-table {
    display: table !important; }
  .d-max-plus-table-row {
    display: table-row !important; }
  .d-max-plus-table-cell {
    display: table-cell !important; }
  .d-max-plus-flex {
    display: flex !important; }
  .d-max-plus-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-max-row {
    flex-direction: row !important; }
  .flex-max-column {
    flex-direction: column !important; }
  .flex-max-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-max-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-max-wrap {
    flex-wrap: wrap !important; }
  .flex-max-nowrap {
    flex-wrap: nowrap !important; }
  .flex-max-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-max-fill {
    flex: 1 1 auto !important; }
  .flex-max-grow-0 {
    flex-grow: 0 !important; }
  .flex-max-grow-1 {
    flex-grow: 1 !important; }
  .flex-max-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-max-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-max-start {
    justify-content: flex-start !important; }
  .justify-content-max-end {
    justify-content: flex-end !important; }
  .justify-content-max-center {
    justify-content: center !important; }
  .justify-content-max-between {
    justify-content: space-between !important; }
  .justify-content-max-around {
    justify-content: space-around !important; }
  .align-items-max-start {
    align-items: flex-start !important; }
  .align-items-max-end {
    align-items: flex-end !important; }
  .align-items-max-center {
    align-items: center !important; }
  .align-items-max-baseline {
    align-items: baseline !important; }
  .align-items-max-stretch {
    align-items: stretch !important; }
  .align-content-max-start {
    align-content: flex-start !important; }
  .align-content-max-end {
    align-content: flex-end !important; }
  .align-content-max-center {
    align-content: center !important; }
  .align-content-max-between {
    align-content: space-between !important; }
  .align-content-max-around {
    align-content: space-around !important; }
  .align-content-max-stretch {
    align-content: stretch !important; }
  .align-self-max-auto {
    align-self: auto !important; }
  .align-self-max-start {
    align-self: flex-start !important; }
  .align-self-max-end {
    align-self: flex-end !important; }
  .align-self-max-center {
    align-self: center !important; }
  .align-self-max-baseline {
    align-self: baseline !important; }
  .align-self-max-stretch {
    align-self: stretch !important; } }

@media (min-width: 1770px) {
  .flex-max-plus-row {
    flex-direction: row !important; }
  .flex-max-plus-column {
    flex-direction: column !important; }
  .flex-max-plus-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-max-plus-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-max-plus-wrap {
    flex-wrap: wrap !important; }
  .flex-max-plus-nowrap {
    flex-wrap: nowrap !important; }
  .flex-max-plus-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-max-plus-fill {
    flex: 1 1 auto !important; }
  .flex-max-plus-grow-0 {
    flex-grow: 0 !important; }
  .flex-max-plus-grow-1 {
    flex-grow: 1 !important; }
  .flex-max-plus-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-max-plus-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-max-plus-start {
    justify-content: flex-start !important; }
  .justify-content-max-plus-end {
    justify-content: flex-end !important; }
  .justify-content-max-plus-center {
    justify-content: center !important; }
  .justify-content-max-plus-between {
    justify-content: space-between !important; }
  .justify-content-max-plus-around {
    justify-content: space-around !important; }
  .align-items-max-plus-start {
    align-items: flex-start !important; }
  .align-items-max-plus-end {
    align-items: flex-end !important; }
  .align-items-max-plus-center {
    align-items: center !important; }
  .align-items-max-plus-baseline {
    align-items: baseline !important; }
  .align-items-max-plus-stretch {
    align-items: stretch !important; }
  .align-content-max-plus-start {
    align-content: flex-start !important; }
  .align-content-max-plus-end {
    align-content: flex-end !important; }
  .align-content-max-plus-center {
    align-content: center !important; }
  .align-content-max-plus-between {
    align-content: space-between !important; }
  .align-content-max-plus-around {
    align-content: space-around !important; }
  .align-content-max-plus-stretch {
    align-content: stretch !important; }
  .align-self-max-plus-auto {
    align-self: auto !important; }
  .align-self-max-plus-start {
    align-self: flex-start !important; }
  .align-self-max-plus-end {
    align-self: flex-end !important; }
  .align-self-max-plus-center {
    align-self: center !important; }
  .align-self-max-plus-baseline {
    align-self: baseline !important; }
  .align-self-max-plus-stretch {
    align-self: stretch !important; } }

/**
 * Shop thankyou page
 */
.oura-thankyou-total-container {
  padding: 0 1.5em 1.5em 0em; }
  .oura-thankyou-total-container ul {
    text-align: right;
    list-style: none; }
    .oura-thankyou-total-container ul #oura-thankyou-total-field {
      text-transform: uppercase; }
    .oura-thankyou-total-container ul #oura-thankyou-vat-field {
      opacity: 0.7; }

.oura-thankyou-item-list-table {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0 1.5em 1.5em 0em; }
  .oura-thankyou-item-list-table ul {
    margin-left: 0;
    list-style: none; }
  .oura-thankyou-item-list-table .oura-thankyou-item-list-price {
    text-align: right; }
  .oura-thankyou-item-list-table .oura-thankyou-item-list-item-type {
    text-transform: uppercase; }
  .oura-thankyou-item-list-table .oura-thankyou-item-list-product-image-text-container {
    vertical-align: top;
    margin-top: 24px; }
  .oura-thankyou-item-list-table .oura-thankyou-item-list-product-image {
    width: 80px;
    float: left;
    margin-right: 20px;
    margin-left: 1.5em; }
  .oura-thankyou-item-list-table .oura-thankyou-quantity {
    text-transform: lowercase;
    font-weight: bold; }

#oura-thankyou-item-list-top-container {
  margin-bottom: 80px; }

/**
 * WooCommerce notices
 */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px;
  list-style: none;
  font-size: 15px;
  font-family: BrixSans, sans-serif;
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 768px) {
    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info {
      padding: 12px;
      margin-left: 80px;
      margin-right: 80px; } }
  @media (min-width: 1280px) {
    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; } }

.woocommerce-error {
  background-color: #f9e8dc;
  color: #000; }

.woocommerce-info,
.woocommerce-message {
  background-color: #dafafc;
  color: #000; }

.site-main.store {
  margin: 0 auto; }
