@charset "UTF-8";
/*
Theme Name: IF-watch 2

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:600|Raleway:500,600,600i,700");
/**
 * 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 {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left;
}
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;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  ul.products li.product {
    margin-bottom: 3.5em;
  }
}
ul.products li.product a.ajax_add_to_cart, ul.products li.product a.product_type_variable.add_to_cart_button {
  float: right;
  position: relative;
  top: -30px;
  width: 30px;
  height: 30px;
  background-color: #013141;
  display: block;
  margin-bottom: -30px;
  line-height: 0px;
  font-size: 0px;
}
@media screen and (max-width: 1023px) {
  ul.products li.product a.ajax_add_to_cart, ul.products li.product a.product_type_variable.add_to_cart_button {
    top: -40px;
    width: 40px;
    height: 40px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  ul.products li.product a.ajax_add_to_cart, ul.products li.product a.product_type_variable.add_to_cart_button {
    top: -50px;
    width: 50px;
    height: 50px;
    margin-bottom: -50px;
  }
}
ul.products li.product a.ajax_add_to_cart::after, ul.products li.product a.product_type_variable.add_to_cart_button::after {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  position: absolute;
  left: -3px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  ul.products li.product a.ajax_add_to_cart::after, ul.products li.product a.product_type_variable.add_to_cart_button::after {
    line-height: 40px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.products li.product a.ajax_add_to_cart::after, ul.products li.product a.product_type_variable.add_to_cart_button::after {
    line-height: 50px;
    font-size: 21px;
  }
}
ul.products li.product a.ajax_add_to_cart:hover, ul.products li.product a.ajax_add_to_cart:active, ul.products li.product a.product_type_variable.add_to_cart_button:hover, ul.products li.product a.product_type_variable.add_to_cart_button:active {
  text-decoration: none !important;
}
ul.products li.product a.ajax_add_to_cart:hover::after, ul.products li.product a.ajax_add_to_cart:active::after, ul.products li.product a.product_type_variable.add_to_cart_button:hover::after, ul.products li.product a.product_type_variable.add_to_cart_button:active::after {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  ul.products li.product a.ajax_add_to_cart:hover::after, ul.products li.product a.ajax_add_to_cart:active::after, ul.products li.product a.product_type_variable.add_to_cart_button:hover::after, ul.products li.product a.product_type_variable.add_to_cart_button:active::after {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  ul.products li.product a.ajax_add_to_cart:hover::after, ul.products li.product a.ajax_add_to_cart:active::after, ul.products li.product a.product_type_variable.add_to_cart_button:hover::after, ul.products li.product a.product_type_variable.add_to_cart_button:active::after {
    font-size: 24px;
  }
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
}
ul.products li.product img {
  display: block;
  width: 100%;
  background-color: #F0F0F0;
}
ul.products li.product .button {
  display: block;
}
ul.products li.product div.categories {
  color: #d9d8d8;
  font-weight: 500;
  font-style: italic;
  font-size: 0.9rem;
}
ul.products li.product div.categories a:link, ul.products li.product div.categories a:visited, ul.products li.product div.categories a:hover, ul.products li.product div.categories a:active, ul.products li.product div.categories a:focus {
  color: #d9d8d8;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 2em;
}
ul.products li.product h2.woocommerce-loop-product__title {
  display: block;
  float: left;
  text-transform: none;
  font-weight: 600;
  color: #013141;
  line-height: 1.5em !important;
  font-size: 16px !important;
  letter-spacing: 0;
}
ul.products li.product span.price {
  display: block;
  float: right;
  line-height: 1.5em;
}
ul.products li.product span.price del {
  display: none;
}
ul.products li.product span.price ins {
  background-color: transparent;
}
ul.products li.product span.price span.woocommerce-Price-amount {
  color: #BE863A;
  font-weight: 600;
}
ul.products li.product span.price span.woocommerce-Price-amount span.woocommerce-Price-currencySymbol {
  margin: 0 5px;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 31.9966666667%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    margin-right: 2%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0 !important;
  }
  ul.products li.product a.added_to_cart.wc-forward {
    display: none;
  }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }

  .columns-2 ul.products li.product {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .columns-2 ul.products li.product:nth-child(2) {
    margin-right: 0px !important;
  }

  .columns-3 ul.products li.product {
    width: 31.9966666667%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .columns-3 ul.products li.product:nth-child(3) {
    margin-right: 0px !important;
  }

  .columns-4 ul.products li.product {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .columns-4 ul.products li.product:nth-child(4) {
    margin-right: 0px !important;
  }

  .columns-5 ul.products li.product {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .columns-5 ul.products li.product:nth-child(5) {
    margin-right: 0px !important;
  }

  .columns-6 ul.products li.product {
    width: 14.9933333333%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .columns-6 ul.products li.product:nth-child(6) {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 1023px) {
  .columns-4 {
    padding-top: 1%;
  }
}
@media screen and (min-width: 48em) and (max-width: 767px) {
  .columns-4 {
    padding-top: 0%;
  }
}
@media screen and (min-width: 48em) and (max-width: 1023px) {
  .columns-4 ul.products li.product {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 48em) and (max-width: 767px) {
  .columns-4 ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 1023px) {
  .columns-4 ul.products li.product:nth-child(2) {
    margin-right: 0%;
  }
}
/**
 * Single product
 */
/**
 * Single Product
 */
body.woocommerce.woocommerce-page.single-product div#primary {
  width: 100%;
  float: none;
  padding: 0 100px;
}
@media screen and (max-width: 1023px) {
  body.woocommerce.woocommerce-page.single-product div#primary {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary {
    margin-left: 0 !important;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary nav.woocommerce-breadcrumb {
  display: block;
  margin: 30px 0;
  color: #d9d8d8;
  text-decoration: none;
}
body.woocommerce.woocommerce-page.single-product div#primary nav.woocommerce-breadcrumb a {
  color: #d9d8d8;
  text-decoration: none;
}
body.woocommerce.woocommerce-page.single-product div#primary nav.woocommerce-breadcrumb a:hover, body.woocommerce.woocommerce-page.single-product div#primary nav.woocommerce-breadcrumb a:active, body.woocommerce.woocommerce-page.single-product div#primary nav.woocommerce-breadcrumb a:focus {
  color: #BE863A;
  text-decoration: underline;
}
body.woocommerce.woocommerce-page.single-product div#primary nav.woocommerce-breadcrumb span.active {
  color: #BE863A;
  text-decoration: underline;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
  width: 50%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery {
    width: 100%;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 5px;
  right: 20px;
  display: block;
  z-index: 99;
  color: transparent;
  font-size: 0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #d9d8d8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
    font-size: 16px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  max-height: 75vh;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img.zoomImg {
  background-color: #F0F0F0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
  display: block;
  text-align: center;
  background-color: #F0F0F0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a img {
  max-height: 50vh;
  width: auto;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-control-thumbs {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #F0F0F0;
  padding: 5px;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li img {
  width: 100%;
  max-width: none;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 31.9966666667%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #F0F0F0;
  padding: 5px;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li img {
  width: 100%;
  max-width: none;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #F0F0F0;
  padding: 5px;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
  width: 100%;
  max-width: none;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #F0F0F0;
  padding: 5px;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li img {
  width: 100%;
  max-width: none;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery div.share {
  position: absolute;
  z-index: 99;
  text-align: center;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery div.share i.fa-3 {
  font-size: 21px;
  color: #FFFFFF;
  transition: all 0.25s linear;
  padding: 9px 11px 9px 10px;
  float: left;
  background-color: #013141;
  font-family: FontAwesome;
  font-weight: normal;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery div.share i.fa-3:hover {
  color: #BE863A;
  transition: all 0.25s linear;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery div.share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery div.share ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery div.share ul li i.fa-3 {
  color: #013141;
  background-color: transparent;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .woocommerce-product-gallery div.share ul li i.fa-3:hover {
  color: #BE863A;
  transition: all 0.25s linear;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 1023px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary {
    width: 100%;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories {
  color: #d9d8d8;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories {
    font-size: 16px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:link, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:visited, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:hover, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:active, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:focus {
  color: #d9d8d8;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:link, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:visited, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:hover, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:active, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.categories a:focus {
    font-size: 16px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h1, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h2, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h3, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h4, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h5, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h6 {
  text-transform: none;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h1 {
  font-size: 40px;
  color: #013141;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h1 {
    font-size: 30px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h2 {
  font-size: 25px;
  color: #013141;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary h2 {
    font-size: 21px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.woocommerce-tabs ul.tabs {
  display: none;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.woocommerce-tabs div.woocommerce-Tabs-panel {
  display: none;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.woocommerce-tabs div#tab-description {
  display: block;
  overflow: hidden;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.woocommerce-tabs div.follow-up {
  height: 30px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
  position: relative;
  top: -30px;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.woocommerce-tabs span.read-more {
  color: #013141;
  text-decoration: underline;
  cursor: pointer;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.woocommerce-tabs span.read-more {
    font-size: 20px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.woocommerce-tabs span.read-more i {
  transition: 0.25s all linear;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary div.woocommerce-tabs span.read-more.open i {
  transform: rotate(45deg);
  transition: 0.25s all linear;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary p.price {
  text-align: right;
  color: #BE863A;
  font-weight: 600;
  margin-top: 40px;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary p.price {
    font-size: 35px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary p.price span.woocommerce-Price-currencySymbol {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form table.variations tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form select {
  border: none;
  padding: 5px 10px;
  padding-right: 46px;
  background-color: #F0F0F0;
  color: #CCCCCC;
  border-radius: 0;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form select {
    float: right;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form a.reset_variations {
  border-radius: 0;
  background-color: #013141;
  color: #FFFFFF;
  line-height: 32px;
  transition: 0.1s all linear;
  font-size: 16px;
  padding: 3px;
  border: 1px solid #013141;
  text-decoration: none;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form a.reset_variations {
    float: right;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form a.reset_variations {
    line-height: 32px;
    font-size: 16px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form a.reset_variations:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity div.input-group {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity input[type=number] {
  width: 100px;
  border-radius: 0;
  line-height: 32px;
  font-size: 16px;
  padding: 3px;
  text-align: center;
  -moz-appearance: textfield;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity input[type=number] {
    line-height: 32px;
    font-size: 16px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity input[type=number]::-webkit-inner-spin-button, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity div.input-group-prepend span.input-group-text, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity div.input-group-append span.input-group-text {
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  transition: 0.25s all linear;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity div.input-group-prepend span.input-group-text:hover, body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity div.input-group-append span.input-group-text:hover {
  background-color: #013141;
  color: #FFFFFF;
  transition: 0.25s all linear;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity + div.col-sm-6 button {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary form div.quantity + div.col-sm-6 button {
    padding: 0 50px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary button.single_add_to_cart_button {
  border-radius: 0;
  background-color: #013141;
  color: #FFFFFF;
  line-height: 32px;
  transition: 0.1s all linear;
  font-size: 16px;
  padding: 3px 10px;
  border: 1px solid #013141;
}
@media screen and (max-width: 1023px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary button.single_add_to_cart_button {
    font-size: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary button.single_add_to_cart_button {
    line-height: 32px;
    font-size: 16px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary button.single_add_to_cart_button:hover {
  font-size: 18px;
  line-height: 32px;
  transition: 0.1s all linear;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary button.single_add_to_cart_button:hover {
    line-height: 32px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product .entry-summary button.single_add_to_cart_button i {
    font-size: 16px;
    line-height: 38px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details {
    margin-top: 50px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details h2 {
  padding: 25px 50px;
  color: #013141;
  background-color: #F0F0F0;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details h2 {
    padding: 15px 20px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details h2::after {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #BE863A;
  transition: 0.25s all linear;
  float: right;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details h2.open::after {
  transform: rotate(45deg);
  transition: 0.25s all linear;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details div.tech_description {
  padding: 25px 50px;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details div.tech_description {
    padding: 10px 5px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details div.tech_description table tbody tr:nth-child(odd) {
  background-color: #F0F0F0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details div.tech_description table tbody tr td {
  padding: 5px 10px;
  color: #013141;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product div.tech_details div.tech_description table tbody tr td:first-of-type {
  font-weight: 600;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.related {
  display: none !important;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related {
    margin-top: 50px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells h2, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related h2 {
  font-size: 25px;
  color: #013141;
  text-transform: none;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells h2, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related h2 {
    font-size: 21px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells h2::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related h2::after {
  content: " ";
  width: 140px;
  display: block;
  margin: 20px auto 50px;
  border-bottom: 3px solid #BE863A;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product {
  list-style: none;
  position: relative;
  margin: 0 0 2em;
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 1023px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product {
    width: 100%;
    margin: 0 0 3.5em;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.woocommerce-LoopProduct-link img, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.woocommerce-LoopProduct-link img {
  background-color: #F0F0F0;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart {
  float: right;
  position: relative;
  top: -30px;
  width: 30px;
  height: 30px;
  background-color: #013141;
  display: block;
  margin-bottom: -30px;
  line-height: 0px;
  font-size: 0px;
}
@media screen and (max-width: 1023px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart {
    top: -40px;
    width: 40px;
    height: 40px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart {
    top: -50px;
    width: 50px;
    height: 50px;
    margin-bottom: -50px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart::after {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  position: absolute;
  left: -3px;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart::after {
    line-height: 40px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart::after {
    line-height: 50px;
    font-size: 21px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart:hover, body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart:active, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart:hover, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart:active {
  text-decoration: none !important;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart:hover::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart:active::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart:hover::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart:active::after {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart:hover::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart:active::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart:hover::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart:active::after {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart:hover::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product a.ajax_add_to_cart:active::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart:hover::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product a.ajax_add_to_cart:active::after {
    font-size: 24px;
  }
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product .woocommerce-loop-product__title, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product img, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product img {
  display: block;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product .button, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product .button {
  display: block;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product div.categories, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product div.categories {
  color: #d9d8d8;
  font-weight: 500;
  font-style: italic;
  font-size: 0.9rem;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product div.categories a:link, body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product div.categories a:visited, body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product div.categories a:hover, body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product div.categories a:active, body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product div.categories a:focus, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product div.categories a:link, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product div.categories a:visited, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product div.categories a:hover, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product div.categories a:active, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product div.categories a:focus {
  color: #d9d8d8;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 2em;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product h2.woocommerce-loop-product__title, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product h2.woocommerce-loop-product__title {
  display: block;
  float: left;
  text-transform: none;
  font-weight: 600;
  color: #013141;
  line-height: 1.5em !important;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product h2.woocommerce-loop-product__title::after, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product h2.woocommerce-loop-product__title::after {
  content: none;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product span.price, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product span.price {
  display: block;
  float: right;
  line-height: 1.5em;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product span.price del, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product span.price del {
  display: none;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product span.price ins, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product span.price ins {
  background-color: transparent;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product span.price span.woocommerce-Price-amount, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product span.price span.woocommerce-Price-amount {
  color: #BE863A;
  font-weight: 600;
}
body.woocommerce.woocommerce-page.single-product div#primary div.product section.up-sells ul.products li.product span.price span.woocommerce-Price-amount span.woocommerce-Price-currencySymbol, body.woocommerce.woocommerce-page.single-product div#primary div.product section.related ul.products li.product span.price span.woocommerce-Price-amount span.woocommerce-Price-currencySymbol {
  margin: 0 5px;
}

.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

.woocommerce-tabs .elementor-widget-text-editor {
  font-family: Raleway !important;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 2%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}
.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: "SSSSS";
  opacity: 0.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: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: royalblue;
}

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: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a:before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a:before {
  content: "S";
  color: royalblue;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "S";
  color: royalblue;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: "S";
  color: royalblue;
  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: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #0f834d;
  clear: both;
}

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

.woocommerce-error {
  background-color: #e2401c;
}

.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
 */
body.woocommerce #secondary {
  /**
   * WooCommerce Price Filter
   */
  /**
   * WooCommerce Filters
   */
}
body.woocommerce #secondary .widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
body.woocommerce #secondary .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
body.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  float: left;
}
body.woocommerce #secondary .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
body.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: royalblue;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
body.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
body.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle:hover, body.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
body.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: royalblue;
}
body.woocommerce #secondary .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
body.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
body.woocommerce #secondary .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list {
  margin-left: 20px !important;
}
body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:link, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:visited, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:hover, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:active, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:focus {
  color: #013141;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s linear;
}
body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:link::after, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:visited::after, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:hover::after, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:active::after, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:focus::after {
  content: none;
}
body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:hover, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:active, body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:focus {
  color: #BE863A;
}
body.woocommerce #secondary section.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li span {
  display: none;
}

/**
 * WooCommerce general settings
 */
body.woocommerce #secondary {
  width: 33.3333333333%;
  float: left;
  padding: 50px 15px;
}
@media screen and (max-width: 767px) {
  body.woocommerce #secondary {
    width: 100%;
  }
}
body.woocommerce #secondary section.widget.woocommerce, body.woocommerce #secondary section.widget_custom_html {
  margin: 0 100px;
}
@media screen and (max-width: 1023px) {
  body.woocommerce #secondary section.widget.woocommerce, body.woocommerce #secondary section.widget_custom_html {
    margin: 0;
  }
}
body.woocommerce #secondary section.widget.woocommerce h2.widget-title, body.woocommerce #secondary section.widget_custom_html h2.widget-title {
  color: #013141;
  line-height: 1.5em !important;
  margin-top: 50px;
  letter-spacing: 0.05em;
}
body.woocommerce #secondary section.widget.woocommerce ul, body.woocommerce #secondary section.widget_custom_html ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories h2, body.woocommerce #secondary section.widget_custom_html.widget_product_categories h2 {
  margin-top: 0;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  body.woocommerce #secondary section.widget.woocommerce.widget_product_categories h2, body.woocommerce #secondary section.widget_custom_html.widget_product_categories h2 {
    font-size: 0.15em;
  }
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item {
  font-size: 20px;
  cursor: pointer;
  transition: all 0.25s linear;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item:hover a:link, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item:hover a:visited, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item:hover a:hover, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item:hover a:active, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item:hover a:focus, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item:hover a:link, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item:hover a:visited, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item:hover a:hover, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item:hover a:active, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item:hover a:focus {
  color: #013141;
  transition: all 0.25s linear;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:link, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:visited, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:hover, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:active, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:focus, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:link, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:visited, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:hover, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:active, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:focus {
  color: #BE863A;
  font-weight: 600;
  transition: all 0.25s linear;
  text-decoration: none;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:link::after, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:visited::after, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:hover::after, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:active::after, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:focus::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:link::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:visited::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:hover::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:active::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:focus::after {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "";
  margin-left: 10px;
  transition: transform 0.25s linear;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:hover, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:active, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a:focus, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:hover, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:active, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a:focus {
  color: #013141;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a.open:link::after, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item a.open:visited::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a.open:link::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item a.open:visited::after {
  transform: rotate(90deg);
  transition: transform 0.25s linear;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children {
  margin-left: 20px;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li {
  font-size: 16px;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:link, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:visited, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:hover, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:active, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:focus, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:link, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:visited, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:hover, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:active, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:focus {
  color: #013141;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s linear;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:link::after, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:visited::after, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:hover::after, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:active::after, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:focus::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:link::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:visited::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:hover::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:active::after, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:focus::after {
  content: none;
}
body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:hover, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:active, body.woocommerce #secondary section.widget.woocommerce.widget_product_categories ul li.cat-item ul.children li a:focus, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:hover, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:active, body.woocommerce #secondary section.widget_custom_html.widget_product_categories ul li.cat-item ul.children li a:focus {
  color: #BE863A;
}
body.woocommerce #secondary section.widget.woocommerce.widget_layered_nav h2, body.woocommerce #secondary section.widget_custom_html.widget_layered_nav h2 {
  cursor: pointer;
  color: #BE863A;
  font-size: 16px;
  margin-top: 0.5em;
  text-transform: unset;
}
body.woocommerce #secondary section.widget.woocommerce.widget_layered_nav h2::after, body.woocommerce #secondary section.widget_custom_html.widget_layered_nav h2::after {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "";
  margin-left: 10px;
  transition: all 0.25s linear;
}
body.woocommerce #secondary section.widget.woocommerce.widget_layered_nav h2.open::after, body.woocommerce #secondary section.widget_custom_html.widget_layered_nav h2.open::after {
  transform: rotate(90deg);
  transition: all 0.25s linear;
}
body.woocommerce #secondary section.widget.woocommerce.widget_price_filter div.price_slider_wrapper .ui-slider-range, body.woocommerce #secondary section.widget_custom_html.widget_price_filter div.price_slider_wrapper .ui-slider-range {
  background-color: #013141;
}
body.woocommerce #secondary section.widget.woocommerce.widget_price_filter div.price_slider_wrapper .ui-slider-handle, body.woocommerce #secondary section.widget_custom_html.widget_price_filter div.price_slider_wrapper .ui-slider-handle {
  background-color: #FFFFFF;
  border: 5px solid #013141;
  border-radius: 50%;
}
body.woocommerce #secondary section.widget.woocommerce.widget_price_filter div.price_slider_wrapper button[type=submit], body.woocommerce #secondary section.widget_custom_html.widget_price_filter div.price_slider_wrapper button[type=submit] {
  float: right;
  border-radius: 0;
  background-color: #F0F0F0;
  color: #CCCCCC;
  border: none;
  padding: 15px 20px;
}
body.woocommerce #secondary section.widget.woocommerce.widget_price_filter div.price_slider_wrapper div.price_label, body.woocommerce #secondary section.widget_custom_html.widget_price_filter div.price_slider_wrapper div.price_label {
  float: left;
  color: #d9d8d8;
}
body.woocommerce.woocommerce-page #primary {
  width: 66.6666666667%;
  float: left;
  padding: 50px 15px;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page #primary {
    width: 80%;
    padding: 0px 35px 50px 35px;
    margin-left: 10%;
  }
}
body.woocommerce.woocommerce-page #primary nav.woocommerce-breadcrumb {
  display: none;
}
body.woocommerce.woocommerce-page #primary p.woocommerce-result-count {
  float: left;
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page #primary p.woocommerce-result-count {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
body.woocommerce.woocommerce-page #primary form.woocommerce-ordering {
  float: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page #primary form.woocommerce-ordering {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body.woocommerce.woocommerce-page #primary form.woocommerce-ordering::after {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  padding: 6px 13px;
  background-color: #CCCCCC;
}
body.woocommerce.woocommerce-page #primary form.woocommerce-ordering select {
  border: none;
  padding: 5px 10px;
  padding-right: 46px;
  background-color: #F0F0F0;
  color: #CCCCCC;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  body.woocommerce.woocommerce-page #primary form.woocommerce-ordering select {
    width: 100%;
  }
}
body.woocommerce.woocommerce-page #primary form.woocommerce-ordering .orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
body.woocommerce.woocommerce-page #primary form.woocommerce-ordering .orderby::-ms-expand {
  display: none;
}
body.woocommerce.woocommerce-page #primary div.columns-2, body.woocommerce.woocommerce-page #primary div.columns-3, body.woocommerce.woocommerce-page #primary div.columns-4 {
  clear: both;
}
body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination {
  border-top: 1px solid #d9d8d8;
  padding: 30px 0;
}
body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li {
  display: inline;
}
body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:link, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:visited, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:hover, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:active, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:focus {
  color: #013141;
  text-decoration: none;
  font-weight: 600;
}
body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:link.next, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:visited.next, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:hover.next, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:active.next, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:focus.next {
  font-weight: 500;
  margin-left: 20px;
}
body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:link.prev, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:visited.prev, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:hover.prev, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:active.prev, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:focus.prev {
  font-weight: 500;
  margin-right: 20px;
}
body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li span.current, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:hover, body.woocommerce.woocommerce-page #primary nav.woocommerce-pagination ul.page-numbers li a:active {
  color: #BE863A;
  text-decoration: underline;
  font-weight: 600;
}
body.woocommerce.woocommerce-page #primary div.alert a {
  color: #013141;
  transition: all 0.25s linear;
}
body.woocommerce.woocommerce-page #primary div.alert a:hover, body.woocommerce.woocommerce-page #primary div.alert a:active, body.woocommerce.woocommerce-page #primary div.alert a:focus {
  color: #BE863A;
  border-color: #BE863A;
}
body.woocommerce.woocommerce-page div.elementor-200 {
  height: 50vh;
}
body.woocommerce.woocommerce-page div.elementor-200 div.elementor-section-wrap,
body.woocommerce.woocommerce-page div.elementor-200 div.elementor-inner {
  height: 100%;
}
body.woocommerce.woocommerce-page div.elementor-200 div.elementor-section-wrap div.scroll,
body.woocommerce.woocommerce-page div.elementor-200 div.elementor-inner div.scroll {
  display: none;
}

div.woocommerce p.return-to-shop a.wc-backward {
  text-decoration: underline;
}

/**
 * WooCommerce connexion
 */
div.row.woocommerce-connexion {
  margin: 10vh 0;
}
div.row.woocommerce-connexion a {
  color: #013141;
}
div.row.woocommerce-connexion a:hover, div.row.woocommerce-connexion a:active, div.row.woocommerce-connexion a:focus {
  color: #BE863A;
}
div.row.woocommerce-connexion button {
  background-color: #013141;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.25s linear;
  cursor: pointer;
}
div.row.woocommerce-connexion button:hover, div.row.woocommerce-connexion button:active, div.row.woocommerce-connexion button:focus {
  background-color: #FFFFFF;
  color: #013141;
  transition: all 0.25s linear;
  border: 1px solid #013141;
}

form.woocommerce-form .form-group + .form-group + .form-group {
  position: relative;
}
form.woocommerce-form .form-group + .form-group + .form-group .woocommerce-form__label-for-checkbox {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  form.woocommerce-form .form-group + .form-group + .form-group .woocommerce-form__label-for-checkbox {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-form .form-group + .form-group + .form-group button.woocommerce-Button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-form .form-group + .form-group + .form-group + .form-group {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  div#customer_login .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div#customer_login .col-6 + .col-6 {
    margin-top: 20px;
  }
}

/**
 * WooCommerce connexion
 */
div.woocommerce {
  padding-top: 10vh;
}
@media screen and (max-width: 767px) {
  div.woocommerce {
    padding-top: 5vh;
  }
}
div.woocommerce div.container.bottom-space,
div.woocommerce form.container.bottom-space {
  margin-bottom: 10vh;
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5vh;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div.woocommerce nav.woocommerce-MyAccount-navigation ul {
    margin: 0 0 3vh;
  }
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  display: inline;
  margin: 10px 15px;
}
@media screen and (max-width: 1023px) {
  div.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin: 10px 0px;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  div.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    width: 50%;
    margin: 5px 15px;
  }
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  color: #013141;
  transition: all 0.25s linear;
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, div.woocommerce nav.woocommerce-MyAccount-navigation ul li a:active, div.woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus {
  transition: all 0.25s linear;
  color: #BE863A;
}
div.woocommerce div.woocommerce-MyAccount-content,
div.woocommerce div.woocommerce-billing-fields,
div.woocommerce div.woocommerce-shipping-fields,
div.woocommerce div.woocommerce-additional-fields {
  margin: 0 auto 10vh;
}
div.woocommerce div.woocommerce-MyAccount-content a,
div.woocommerce div.woocommerce-billing-fields a,
div.woocommerce div.woocommerce-shipping-fields a,
div.woocommerce div.woocommerce-additional-fields a {
  color: #013141;
  transition: all 0.25s linear;
}
div.woocommerce div.woocommerce-MyAccount-content a:hover, div.woocommerce div.woocommerce-MyAccount-content a:active, div.woocommerce div.woocommerce-MyAccount-content a:focus,
div.woocommerce div.woocommerce-billing-fields a:hover,
div.woocommerce div.woocommerce-billing-fields a:active,
div.woocommerce div.woocommerce-billing-fields a:focus,
div.woocommerce div.woocommerce-shipping-fields a:hover,
div.woocommerce div.woocommerce-shipping-fields a:active,
div.woocommerce div.woocommerce-shipping-fields a:focus,
div.woocommerce div.woocommerce-additional-fields a:hover,
div.woocommerce div.woocommerce-additional-fields a:active,
div.woocommerce div.woocommerce-additional-fields a:focus {
  transition: all 0.25s linear;
  color: #BE863A;
}
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row {
  width: 100%;
  margin: 5px 0;
}
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row label, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row label,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row label,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row label,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row label,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row label,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row label,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row label,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row label,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row label,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row label {
  display: inline;
  width: 100%;
}
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row span, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row input, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row span, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row span,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row input,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row span,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row span,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row input,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row span,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row span,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row input,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row span,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row span,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row span,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row input,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row span,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row input,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row span,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row input {
  display: block;
  width: 100%;
}
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row span.optional, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row span.required, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row input.optional, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row input.required, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row span.optional, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row span.required, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row input.optional, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row span.optional,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row span.required,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row input.optional,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row input.required,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row span.optional,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row span.required,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row input.optional,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row input.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row span.required,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row input.required,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row span.optional,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row span.required,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row input.optional,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row input.required,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row span.optional,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row span.required,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row input.optional,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row input.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row span.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row input.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row span.required,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row input.required,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row span.required,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row input.required,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row span.optional,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row span.required,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row input.optional,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row input.required {
  display: inline;
}
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row span input, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row input input, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row span input, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row span input,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row input input,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row span input,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row input input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row span input,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row input input,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row span input,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row input input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row span input,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row input input,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row span input,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row input input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row span input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row input input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row span input,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row input input,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row span input,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row input input,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row span input,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row input input {
  display: block;
  width: 100%;
}
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b, div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-address-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-billing-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-shipping-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-additional-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-address-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields div.woocommerce-additional-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-billing-fields form.woocommerce-EditAccountForm p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-address-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-billing-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields div.woocommerce-additional-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-shipping-fields form.woocommerce-EditAccountForm p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-address-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-billing-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-shipping-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm div.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row span .select2-container--default .select2-selection--single .select2-selection__arrow b,
div.woocommerce div.woocommerce-additional-fields form.woocommerce-EditAccountForm p.form-row input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 2%;
  left: unset;
}
div.woocommerce div.woocommerce-MyAccount-content table.woocommerce-orders-table a.woocommerce-button.button,
div.woocommerce div.woocommerce-billing-fields table.woocommerce-orders-table a.woocommerce-button.button,
div.woocommerce div.woocommerce-shipping-fields table.woocommerce-orders-table a.woocommerce-button.button,
div.woocommerce div.woocommerce-additional-fields table.woocommerce-orders-table a.woocommerce-button.button {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  div.woocommerce div.woocommerce-MyAccount-content div.col-6.woocommerce-Address,
div.woocommerce div.woocommerce-billing-fields div.col-6.woocommerce-Address,
div.woocommerce div.woocommerce-shipping-fields div.col-6.woocommerce-Address,
div.woocommerce div.woocommerce-additional-fields div.col-6.woocommerce-Address {
    margin-top: 20px;
    -ms-flex: 0 0 100;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
div.woocommerce button {
  background-color: #013141;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.25s linear;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  div.woocommerce button {
    width: 100%;
    margin-top: 1rem;
  }
}
div.woocommerce button:hover, div.woocommerce button:active, div.woocommerce button:focus {
  background-color: #FFFFFF;
  color: #013141;
  transition: all 0.25s linear;
  border: 1px solid #013141;
}
div.woocommerce form.woocommerce-EditAccountForm.col-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
div.woocommerce form.woocommerce-EditAccountForm.col-6 > div {
  width: 45% !important;
}
@media screen and (max-width: 1023px) {
  div.woocommerce form.woocommerce-EditAccountForm.col-6 > div {
    width: 100% !important;
  }
}
div.woocommerce form.woocommerce-EditAccountForm.col-6 > legend {
  width: 45%;
  padding-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  div.woocommerce form.woocommerce-EditAccountForm.col-6 > legend {
    width: 100% !important;
  }
}
div.woocommerce form.woocommerce-EditAccountForm.col-6 fieldset {
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  div.woocommerce form.woocommerce-EditAccountForm.col-6 fieldset {
    margin-top: 50px;
    position: relative;
    width: 100%;
  }
}
div.woocommerce form.woocommerce-EditAccountForm.col-6 > p {
  text-align: center;
  margin-top: 40px;
}

/**
 * WooCommerce connexion
 */
div.woocommerce a {
  color: #013141;
  transition: all 0.25s linear;
}
div.woocommerce a:hover, div.woocommerce a:active, div.woocommerce a:focus {
  color: #BE863A;
  border-color: #BE863A;
}
div.woocommerce form.woocommerce-cart-form a {
  color: #013141;
  transition: all 0.25s linear;
}
div.woocommerce form.woocommerce-cart-form a:hover, div.woocommerce form.woocommerce-cart-form a:active, div.woocommerce form.woocommerce-cart-form a:focus {
  color: #BE863A;
  border-color: #BE863A;
}
div.woocommerce form.woocommerce-cart-form td.product-remove a {
  font-size: 30px;
  text-decoration: none;
}
div.woocommerce form.woocommerce-cart-form td.product-remove a:hover, div.woocommerce form.woocommerce-cart-form td.product-remove a:active, div.woocommerce form.woocommerce-cart-form td.product-remove a:focus {
  color: #721c24;
}
div.woocommerce form.woocommerce-cart-form td.product-thumbnail {
  text-align: center;
}
div.woocommerce form.woocommerce-cart-form td.product-thumbnail img {
  max-height: 100px;
  width: auto;
  max-width: 100%;
}
div.woocommerce form.woocommerce-cart-form td.product-quantity div.quantity {
  flex: unset;
  max-width: unset;
  padding: 0;
}
div.woocommerce form.woocommerce-cart-form td.product-quantity div.quantity div.input-group-prepend span, div.woocommerce form.woocommerce-cart-form td.product-quantity div.quantity div.input-group-append span {
  cursor: pointer;
}
div.woocommerce form.woocommerce-cart-form td.product-quantity div.quantity input[type=number] {
  width: 60%;
  border-radius: 0;
  line-height: 32px;
  font-size: 16px;
  padding: 3px;
  text-align: center;
  -moz-appearance: textfield;
}
@media screen and (max-width: 767px) {
  div.woocommerce form.woocommerce-cart-form td.product-quantity div.quantity input[type=number] {
    line-height: 32px;
    font-size: 16px;
  }
}
div.woocommerce form.woocommerce-cart-form td.product-quantity div.quantity input[type=number]::-webkit-inner-spin-button, div.woocommerce form.woocommerce-cart-form td.product-quantity div.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.woocommerce form.woocommerce-cart-form td.update button {
  float: right;
}
div.woocommerce div.cart-collaterals {
  margin-bottom: 10vh;
}
div.woocommerce div.cart-collaterals tr.cart-subtotal, div.woocommerce div.cart-collaterals tr.order-total {
  border-bottom: 1px solid #F0F0F0;
}
div.woocommerce div.cart-collaterals tr.cart-subtotal td, div.woocommerce div.cart-collaterals tr.order-total td {
  text-align: right;
}
div.woocommerce div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout {
  text-align: right;
}
div.woocommerce div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a {
  background-color: #013141;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.25s linear;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  div.woocommerce div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a {
    width: 100%;
    padding: 8px;
  }
}
div.woocommerce div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a:hover, div.woocommerce div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a:active, div.woocommerce div.cart-collaterals div.cart_totals div.wc-proceed-to-checkout a:focus {
  background-color: #FFFFFF;
  color: #013141;
  transition: all 0.25s linear;
  border: 1px solid #013141;
}
div.woocommerce div.place-order {
  margin-bottom: 10vh;
  text-align: right;
}

form.woocommerce-cart-form .shop_table .product-subtotal {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .product-subtotal {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .cart_item .product-thumbnail::before {
    content: "";
  }
}
form.woocommerce-cart-form .shop_table .cart_item .product-price {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .cart_item .product-price {
    padding-right: 0px;
  }
}
form.woocommerce-cart-form .shop_table .cart_item .product-quantity {
  width: 170px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  form.woocommerce-cart-form .shop_table .cart_item .product-quantity {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .cart_item .product-quantity {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .cart_item .product-quantity .quantity .input-group {
    float: right;
    width: auto;
  }
}
form.woocommerce-cart-form .shop_table .cart_item .product-quantity .quantity .input-group input[type=number] {
  width: 100px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  form.woocommerce-cart-form .shop_table .cart_item .product-quantity .quantity .input-group input[type=number] {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .cart_item .product-remove .remove {
    font-size: 50px;
    padding: 0 10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .cart_item + .cart_item .product-remove {
    margin-top: 20px;
  }
}
form.woocommerce-cart-form .shop_table .actions {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .actions {
    margin-top: 50px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-cart-form .shop_table .update::before {
    content: "";
  }
}

@media screen and (max-width: 767px) {
  div.cart_totals {
    margin-top: 50px;
  }
}

form.woocommerce-shipping-calculator p {
  margin-bottom: 0;
}

/*# sourceMappingURL=woocommerce.css.map */
