@-webkit-keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotateX(0) rotateY(0);transform:translate(-50%,-50%) rotateX(0) rotateY(0)}50%{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0)}to{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)}}@-o-keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotateX(0) rotateY(0);transform:translate(-50%,-50%) rotateX(0) rotateY(0)}50%{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0)}to{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)}}@keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotateX(0) rotateY(0);transform:translate(-50%,-50%) rotateX(0) rotateY(0)}50%{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0)}to{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)}}.fluidbox{outline:none}.fluidbox__overlay{background-color:hsla(0,0%,100%,.85);cursor:pointer;cursor:-webkit-zoom-out;cursor:zoom-out;opacity:0;pointer-events:none;position:fixed;top:-100%;left:0;bottom:-100%;right:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fluidbox--opened .fluidbox__overlay{pointer-events:auto}.fluidbox__wrap{background-position:center center;background-size:cover;margin:0 auto;position:relative;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fluidbox--closed .fluidbox__thumb,.fluidbox__thumb{-webkit-transition:opacity 0s ease-in-out 0s;-o-transition:opacity 0s ease-in-out 0s;transition:opacity 0s ease-in-out 0s}.fluidbox__ghost{background-size:100% 100%;background-position:center center;background-repeat:no-repeat;position:absolute;-webkit-transition:opacity 0s 0s,-webkit-transform .5s 0s;transition:opacity 0s 0s,-webkit-transform .5s 0s;-o-transition:opacity 0s 0s,-o-transform .5s 0s;transition:opacity 0s 0s,transform .5s 0s;transition:opacity 0s 0s,transform .5s 0s,-webkit-transform .5s 0s,-o-transform .5s 0s;transition:opacity 0s 0s,transform .5s 0s,-webkit-transform .5s 0s}.fluidbox--opened .fluidbox__ghost{cursor:pointer;cursor:-webkit-zoom-out;cursor:zoom-out}.fluidbox--closed .fluidbox__ghost{-webkit-transition:opacity 0s .5s,-webkit-transform .5s 0s;transition:opacity 0s .5s,-webkit-transform .5s 0s;-o-transition:opacity 0s .5s,-o-transform .5s 0s;transition:opacity 0s .5s,transform .5s 0s;transition:opacity 0s .5s,transform .5s 0s,-webkit-transform .5s 0s,-o-transform .5s 0s;transition:opacity 0s .5s,transform .5s 0s,-webkit-transform .5s 0s}.fluidbox__loader{opacity:0;-webkit-perspective:200px;perspective:200px;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.fluidbox__loader:before{background-color:hsla(0,0%,100%,.85);content:'';-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:absolute;top:50%;left:50%;width:20%;padding-bottom:20%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;transition-property:transform;transition-property:transform, -webkit-transform, -o-transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.fluidbox--loading .fluidbox__loader{opacity:1;-webkit-transition:opacity .5s ease-in-out .5s;-o-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s}.fluidbox--loading .fluidbox__loader:before{-webkit-animation:a 1s 0s infinite ease-in-out forwards;-o-animation:a 1s 0s infinite ease-in-out forwards;animation:a 1s 0s infinite ease-in-out forwards}
/*# sourceMappingURL=fluidbox.min.css.map */
@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader > .caret, .woocommerce #respond input#submit > .caret, .woocommerce a.button > .caret, .woocommerce button.button > .caret, .woocommerce input.button > .caret, .woocommerce-page #respond input#submit > .caret, .woocommerce-page a.button > .caret, .woocommerce-page button.button > .caret, .woocommerce-page input.button > .caret, .card.post-type-product .card-meta .widget-product-item > .caret, .acf-button > .caret, .acf-color_picker .wp-picker-container .wp-picker-clear > .caret, .select2-container .select2-choice .btn > .select2-arrow::after, .acf-field[data-type="image"] .hide-if-value .select2-container .select2-choice label.acf-basic-uploader > .select2-arrow::after, .select2-container .select2-choice .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader > .select2-arrow::after, .woocommerce #respond .select2-container .select2-choice input#submit > .select2-arrow::after, .select2-container .select2-choice .woocommerce #respond input#submit > .select2-arrow::after, .woocommerce .select2-container .select2-choice a.button > .select2-arrow::after, .select2-container .select2-choice .woocommerce a.button > .select2-arrow::after, .woocommerce .select2-container .select2-choice button.button > .select2-arrow::after, .select2-container .select2-choice .woocommerce button.button > .select2-arrow::after, .woocommerce .select2-container .select2-choice input.button > .select2-arrow::after, .select2-container .select2-choice .woocommerce input.button > .select2-arrow::after, .woocommerce-page #respond .select2-container .select2-choice input#submit > .select2-arrow::after, .select2-container .select2-choice .woocommerce-page #respond input#submit > .select2-arrow::after, .woocommerce-page .select2-container .select2-choice a.button > .select2-arrow::after, .select2-container .select2-choice .woocommerce-page a.button > .select2-arrow::after, .woocommerce-page .select2-container .select2-choice button.button > .select2-arrow::after, .select2-container .select2-choice .woocommerce-page button.button > .select2-arrow::after, .woocommerce-page .select2-container .select2-choice input.button > .select2-arrow::after, .select2-container .select2-choice .woocommerce-page input.button > .select2-arrow::after, .card.post-type-product .card-meta .select2-container .select2-choice .widget-product-item > .select2-arrow::after, .select2-container .select2-choice .card.post-type-product .card-meta .widget-product-item > .select2-arrow::after, .select2-container .select2-choice .acf-button > .select2-arrow::after, .acf-color_picker .wp-picker-container .select2-container .select2-choice .wp-picker-clear > .select2-arrow::after, .select2-container .select2-choice .acf-color_picker .wp-picker-container .wp-picker-clear > .select2-arrow::after,
  .dropup > .btn > .caret,
  .acf-field[data-type="image"] .hide-if-value .dropup > label.acf-basic-uploader > .caret,
  .woocommerce #respond .dropup > input#submit > .caret,
  .woocommerce .dropup > a.button > .caret,
  .woocommerce .dropup > button.button > .caret,
  .woocommerce .dropup > input.button > .caret,
  .woocommerce-page #respond .dropup > input#submit > .caret,
  .woocommerce-page .dropup > a.button > .caret,
  .woocommerce-page .dropup > button.button > .caret,
  .woocommerce-page .dropup > input.button > .caret,
  .card.post-type-product .card-meta .dropup > .widget-product-item > .caret,
  .dropup > .acf-button > .caret,
  .acf-color_picker .wp-picker-container .dropup > .wp-picker-clear > .caret,
  .select2-container .select2-choice .dropup > .btn > .select2-arrow::after,
  .acf-field[data-type="image"] .hide-if-value .select2-container .select2-choice .dropup > label.acf-basic-uploader > .select2-arrow::after,
  .select2-container .select2-choice .acf-field[data-type="image"] .hide-if-value .dropup > label.acf-basic-uploader > .select2-arrow::after,
  .woocommerce #respond .select2-container .select2-choice .dropup > input#submit > .select2-arrow::after,
  .select2-container .select2-choice .woocommerce #respond .dropup > input#submit > .select2-arrow::after,
  .woocommerce .select2-container .select2-choice .dropup > a.button > .select2-arrow::after,
  .select2-container .select2-choice .woocommerce .dropup > a.button > .select2-arrow::after,
  .woocommerce .select2-container .select2-choice .dropup > button.button > .select2-arrow::after,
  .select2-container .select2-choice .woocommerce .dropup > button.button > .select2-arrow::after,
  .woocommerce .select2-container .select2-choice .dropup > input.button > .select2-arrow::after,
  .select2-container .select2-choice .woocommerce .dropup > input.button > .select2-arrow::after,
  .woocommerce-page #respond .select2-container .select2-choice .dropup > input#submit > .select2-arrow::after,
  .select2-container .select2-choice .woocommerce-page #respond .dropup > input#submit > .select2-arrow::after,
  .woocommerce-page .select2-container .select2-choice .dropup > a.button > .select2-arrow::after,
  .select2-container .select2-choice .woocommerce-page .dropup > a.button > .select2-arrow::after,
  .woocommerce-page .select2-container .select2-choice .dropup > button.button > .select2-arrow::after,
  .select2-container .select2-choice .woocommerce-page .dropup > button.button > .select2-arrow::after,
  .woocommerce-page .select2-container .select2-choice .dropup > input.button > .select2-arrow::after,
  .select2-container .select2-choice .woocommerce-page .dropup > input.button > .select2-arrow::after,
  .card.post-type-product .card-meta .select2-container .select2-choice .dropup > .widget-product-item > .select2-arrow::after,
  .select2-container .select2-choice .card.post-type-product .card-meta .dropup > .widget-product-item > .select2-arrow::after,
  .select2-container .select2-choice .dropup > .acf-button > .select2-arrow::after,
  .acf-color_picker .wp-picker-container .select2-container .select2-choice .dropup > .wp-picker-clear > .select2-arrow::after,
  .select2-container .select2-choice .acf-color_picker .wp-picker-container .dropup > .wp-picker-clear > .select2-arrow::after {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table, .woocommerce-cart .woocommerce table.shop_table,
  .woocommerce-checkout .woocommerce table.shop_table,
  .wc_content_wrapping_container .woocommerce table.shop_table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment, .shop_table.order_details {
    border-collapse: collapse !important; }
    .table td, .woocommerce-cart .woocommerce table.shop_table td, .woocommerce-checkout .woocommerce table.shop_table td, .wc_content_wrapping_container .woocommerce table.shop_table td, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment td, .shop_table.order_details td,
    .table th,
    .woocommerce-cart .woocommerce table.shop_table th,
    .woocommerce-checkout .woocommerce table.shop_table th,
    .wc_content_wrapping_container .woocommerce table.shop_table th,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment th,
    .shop_table.order_details th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon, .wpcf7-submit::after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #565656;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #01aeb8;
  text-decoration: none; }
  a:hover, a:focus {
    color: #01666c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 0;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #888988; }

.sr-only, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader input, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "omnes-pro", "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 0.75;
  color: #01aeb8; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 50px; }

h2, .h2 {
  font-size: 41px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 27px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #01aeb8; }

a.text-primary:hover,
a.text-primary:focus {
  color: #017e85; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #01aeb8; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #017e85; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #888988; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: "\20";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #888988; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #888988;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: "\20";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: "\20";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: "\20";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, .woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table,
.wc_content_wrapping_container .woocommerce table.shop_table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment, .shop_table.order_details {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th, .woocommerce-cart .woocommerce table.shop_table > thead > tr > th, .woocommerce-checkout .woocommerce table.shop_table > thead > tr > th, .wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > th, .shop_table.order_details > thead > tr > th,
  .table > thead > tr > td,
  .woocommerce-cart .woocommerce table.shop_table > thead > tr > td,
  .woocommerce-checkout .woocommerce table.shop_table > thead > tr > td,
  .wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > td,
  .shop_table.order_details > thead > tr > td,
  .table > tbody > tr > th,
  .woocommerce-cart .woocommerce table.shop_table > tbody > tr > th,
  .woocommerce-checkout .woocommerce table.shop_table > tbody > tr > th,
  .wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > th,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > th,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > th,
  .shop_table.order_details > tbody > tr > th,
  .table > tbody > tr > td,
  .woocommerce-cart .woocommerce table.shop_table > tbody > tr > td,
  .woocommerce-checkout .woocommerce table.shop_table > tbody > tr > td,
  .wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > td,
  .shop_table.order_details > tbody > tr > td,
  .table > tfoot > tr > th,
  .woocommerce-cart .woocommerce table.shop_table > tfoot > tr > th,
  .woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > th,
  .wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > th,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > th,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > th,
  .shop_table.order_details > tfoot > tr > th,
  .table > tfoot > tr > td,
  .woocommerce-cart .woocommerce table.shop_table > tfoot > tr > td,
  .woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > td,
  .wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > td,
  .shop_table.order_details > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th, .woocommerce-cart .woocommerce table.shop_table > thead > tr > th, .woocommerce-checkout .woocommerce table.shop_table > thead > tr > th, .wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > th, .shop_table.order_details > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .woocommerce-cart .woocommerce table.shop_table > caption + thead > tr:first-child > th, .woocommerce-checkout .woocommerce table.shop_table > caption + thead > tr:first-child > th, .wc_content_wrapping_container .woocommerce table.shop_table > caption + thead > tr:first-child > th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > caption + thead > tr:first-child > th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > caption + thead > tr:first-child > th, .shop_table.order_details > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .woocommerce-cart .woocommerce table.shop_table > caption + thead > tr:first-child > td,
  .woocommerce-checkout .woocommerce table.shop_table > caption + thead > tr:first-child > td,
  .wc_content_wrapping_container .woocommerce table.shop_table > caption + thead > tr:first-child > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > caption + thead > tr:first-child > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > caption + thead > tr:first-child > td,
  .shop_table.order_details > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .woocommerce-cart .woocommerce table.shop_table > colgroup + thead > tr:first-child > th,
  .woocommerce-checkout .woocommerce table.shop_table > colgroup + thead > tr:first-child > th,
  .wc_content_wrapping_container .woocommerce table.shop_table > colgroup + thead > tr:first-child > th,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > colgroup + thead > tr:first-child > th,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > colgroup + thead > tr:first-child > th,
  .shop_table.order_details > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .woocommerce-cart .woocommerce table.shop_table > colgroup + thead > tr:first-child > td,
  .woocommerce-checkout .woocommerce table.shop_table > colgroup + thead > tr:first-child > td,
  .wc_content_wrapping_container .woocommerce table.shop_table > colgroup + thead > tr:first-child > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > colgroup + thead > tr:first-child > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > colgroup + thead > tr:first-child > td,
  .shop_table.order_details > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .woocommerce-cart .woocommerce table.shop_table > thead:first-child > tr:first-child > th,
  .woocommerce-checkout .woocommerce table.shop_table > thead:first-child > tr:first-child > th,
  .wc_content_wrapping_container .woocommerce table.shop_table > thead:first-child > tr:first-child > th,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead:first-child > tr:first-child > th,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead:first-child > tr:first-child > th,
  .shop_table.order_details > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  .woocommerce-cart .woocommerce table.shop_table > thead:first-child > tr:first-child > td,
  .woocommerce-checkout .woocommerce table.shop_table > thead:first-child > tr:first-child > td,
  .wc_content_wrapping_container .woocommerce table.shop_table > thead:first-child > tr:first-child > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead:first-child > tr:first-child > td,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead:first-child > tr:first-child > td,
  .shop_table.order_details > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, .woocommerce-cart .woocommerce table.shop_table > tbody + tbody, .woocommerce-checkout .woocommerce table.shop_table > tbody + tbody, .wc_content_wrapping_container .woocommerce table.shop_table > tbody + tbody, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody + tbody, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody + tbody, .shop_table.order_details > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table, .woocommerce-cart .woocommerce table.shop_table .table, .woocommerce-checkout .woocommerce table.shop_table .table, .wc_content_wrapping_container .woocommerce table.shop_table .table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .table, .shop_table.order_details .table, .table .woocommerce-cart .woocommerce table.shop_table, .woocommerce-cart .woocommerce .table table.shop_table, .woocommerce-cart .woocommerce table.shop_table table.shop_table, .shop_table.order_details .woocommerce-cart .woocommerce table.shop_table, .woocommerce-cart .woocommerce .shop_table.order_details table.shop_table,
  .table .woocommerce-checkout .woocommerce table.shop_table, .woocommerce-checkout .woocommerce .table table.shop_table,
  .woocommerce-checkout .woocommerce table.shop_table table.shop_table,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table table.shop_table,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment table.shop_table,
  .shop_table.order_details .woocommerce-checkout .woocommerce table.shop_table, .woocommerce-checkout .woocommerce .shop_table.order_details table.shop_table,
  .table .wc_content_wrapping_container .woocommerce table.shop_table, .wc_content_wrapping_container .woocommerce .table table.shop_table,
  .wc_content_wrapping_container .woocommerce table.shop_table table.shop_table,
  .shop_table.order_details .wc_content_wrapping_container .woocommerce table.shop_table, .wc_content_wrapping_container .woocommerce .shop_table.order_details table.shop_table, .table .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce table.shop_table .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-checkout-review-order-table, .shop_table.order_details .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table.order_details .woocommerce-checkout-review-order-table,
  .table .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table .woocommerce-checkout-payment,
  .woocommerce-checkout .woocommerce table.shop_table .woocommerce-checkout-review-order .woocommerce-checkout-payment, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .woocommerce-checkout-payment,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-checkout-payment,
  .shop_table.order_details .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table.order_details .woocommerce-checkout-payment, .table .shop_table.order_details, .woocommerce-cart .woocommerce table.shop_table .shop_table.order_details, .woocommerce-checkout .woocommerce table.shop_table .shop_table.order_details, .wc_content_wrapping_container .woocommerce table.shop_table .shop_table.order_details, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shop_table.order_details, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .shop_table.order_details, .shop_table.order_details .shop_table.order_details {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd), .woocommerce-cart .woocommerce table.shop_table > tbody > tr:nth-of-type(odd), .woocommerce-checkout .woocommerce table.shop_table > tbody > tr:nth-of-type(odd), .wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr:nth-of-type(odd), .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr:nth-of-type(odd), .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr:nth-of-type(odd), .shop_table.order_details > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .woocommerce-cart .woocommerce table.shop_table > thead > tr > td.active, .woocommerce-checkout .woocommerce table.shop_table > thead > tr > td.active, .wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > td.active, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > td.active, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > td.active, .shop_table.order_details > thead > tr > td.active,
.table > thead > tr > th.active,
.woocommerce-cart .woocommerce table.shop_table > thead > tr > th.active,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr > th.active,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > th.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > th.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > th.active,
.shop_table.order_details > thead > tr > th.active,
.table > thead > tr.active > td,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.active > td,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.active > td,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.active > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.active > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.active > td,
.shop_table.order_details > thead > tr.active > td,
.table > thead > tr.active > th,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.active > th,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.active > th,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.active > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.active > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.active > th,
.shop_table.order_details > thead > tr.active > th,
.table > tbody > tr > td.active,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > td.active,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > td.active,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > td.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > td.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > td.active,
.shop_table.order_details > tbody > tr > td.active,
.table > tbody > tr > th.active,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > th.active,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > th.active,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > th.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > th.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > th.active,
.shop_table.order_details > tbody > tr > th.active,
.table > tbody > tr.active > td,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.active > td,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.active > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.active > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.active > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.active > td,
.shop_table.order_details > tbody > tr.active > td,
.table > tbody > tr.active > th,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.active > th,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.active > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.active > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.active > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.active > th,
.shop_table.order_details > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > td.active,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > td.active,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > td.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > td.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > td.active,
.shop_table.order_details > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > th.active,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > th.active,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > th.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > th.active,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > th.active,
.shop_table.order_details > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.active > td,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.active > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.active > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.active > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.active > td,
.shop_table.order_details > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.active > th,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.active > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.active > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.active > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.active > th,
.shop_table.order_details > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .woocommerce-cart .woocommerce table.shop_table > thead > tr > td.success, .woocommerce-checkout .woocommerce table.shop_table > thead > tr > td.success, .wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > td.success, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > td.success, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > td.success, .shop_table.order_details > thead > tr > td.success,
.table > thead > tr > th.success,
.woocommerce-cart .woocommerce table.shop_table > thead > tr > th.success,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr > th.success,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > th.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > th.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > th.success,
.shop_table.order_details > thead > tr > th.success,
.table > thead > tr.success > td,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.success > td,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.success > td,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.success > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.success > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.success > td,
.shop_table.order_details > thead > tr.success > td,
.table > thead > tr.success > th,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.success > th,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.success > th,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.success > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.success > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.success > th,
.shop_table.order_details > thead > tr.success > th,
.table > tbody > tr > td.success,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > td.success,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > td.success,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > td.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > td.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > td.success,
.shop_table.order_details > tbody > tr > td.success,
.table > tbody > tr > th.success,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > th.success,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > th.success,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > th.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > th.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > th.success,
.shop_table.order_details > tbody > tr > th.success,
.table > tbody > tr.success > td,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.success > td,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.success > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.success > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.success > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.success > td,
.shop_table.order_details > tbody > tr.success > td,
.table > tbody > tr.success > th,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.success > th,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.success > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.success > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.success > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.success > th,
.shop_table.order_details > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > td.success,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > td.success,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > td.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > td.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > td.success,
.shop_table.order_details > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > th.success,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > th.success,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > th.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > th.success,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > th.success,
.shop_table.order_details > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.success > td,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.success > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.success > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.success > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.success > td,
.shop_table.order_details > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.success > th,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.success > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.success > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.success > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.success > th,
.shop_table.order_details > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .woocommerce-cart .woocommerce table.shop_table > thead > tr > td.info, .woocommerce-checkout .woocommerce table.shop_table > thead > tr > td.info, .wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > td.info, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > td.info, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > td.info, .shop_table.order_details > thead > tr > td.info,
.table > thead > tr > th.info,
.woocommerce-cart .woocommerce table.shop_table > thead > tr > th.info,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr > th.info,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > th.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > th.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > th.info,
.shop_table.order_details > thead > tr > th.info,
.table > thead > tr.info > td,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.info > td,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.info > td,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.info > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.info > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.info > td,
.shop_table.order_details > thead > tr.info > td,
.table > thead > tr.info > th,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.info > th,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.info > th,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.info > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.info > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.info > th,
.shop_table.order_details > thead > tr.info > th,
.table > tbody > tr > td.info,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > td.info,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > td.info,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > td.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > td.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > td.info,
.shop_table.order_details > tbody > tr > td.info,
.table > tbody > tr > th.info,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > th.info,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > th.info,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > th.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > th.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > th.info,
.shop_table.order_details > tbody > tr > th.info,
.table > tbody > tr.info > td,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.info > td,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.info > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.info > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.info > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.info > td,
.shop_table.order_details > tbody > tr.info > td,
.table > tbody > tr.info > th,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.info > th,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.info > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.info > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.info > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.info > th,
.shop_table.order_details > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > td.info,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > td.info,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > td.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > td.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > td.info,
.shop_table.order_details > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > th.info,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > th.info,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > th.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > th.info,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > th.info,
.shop_table.order_details > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.info > td,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.info > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.info > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.info > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.info > td,
.shop_table.order_details > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.info > th,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.info > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.info > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.info > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.info > th,
.shop_table.order_details > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .woocommerce-cart .woocommerce table.shop_table > thead > tr > td.warning, .woocommerce-checkout .woocommerce table.shop_table > thead > tr > td.warning, .wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > td.warning, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > td.warning, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > td.warning, .shop_table.order_details > thead > tr > td.warning,
.table > thead > tr > th.warning,
.woocommerce-cart .woocommerce table.shop_table > thead > tr > th.warning,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr > th.warning,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > th.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > th.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > th.warning,
.shop_table.order_details > thead > tr > th.warning,
.table > thead > tr.warning > td,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.warning > td,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.warning > td,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.warning > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.warning > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.warning > td,
.shop_table.order_details > thead > tr.warning > td,
.table > thead > tr.warning > th,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.warning > th,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.warning > th,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.warning > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.warning > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.warning > th,
.shop_table.order_details > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > td.warning,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > td.warning,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > td.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > td.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > td.warning,
.shop_table.order_details > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > th.warning,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > th.warning,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > th.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > th.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > th.warning,
.shop_table.order_details > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.warning > td,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.warning > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.warning > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.warning > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.warning > td,
.shop_table.order_details > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.warning > th,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.warning > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.warning > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.warning > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.warning > th,
.shop_table.order_details > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > td.warning,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > td.warning,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > td.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > td.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > td.warning,
.shop_table.order_details > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > th.warning,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > th.warning,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > th.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > th.warning,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > th.warning,
.shop_table.order_details > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.warning > td,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.warning > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.warning > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.warning > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.warning > td,
.shop_table.order_details > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.warning > th,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.warning > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.warning > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.warning > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.warning > th,
.shop_table.order_details > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .woocommerce-cart .woocommerce table.shop_table > thead > tr > td.danger, .woocommerce-checkout .woocommerce table.shop_table > thead > tr > td.danger, .wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > td.danger, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > td.danger, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > td.danger, .shop_table.order_details > thead > tr > td.danger,
.table > thead > tr > th.danger,
.woocommerce-cart .woocommerce table.shop_table > thead > tr > th.danger,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr > th.danger,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr > th.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr > th.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr > th.danger,
.shop_table.order_details > thead > tr > th.danger,
.table > thead > tr.danger > td,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.danger > td,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.danger > td,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.danger > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.danger > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.danger > td,
.shop_table.order_details > thead > tr.danger > td,
.table > thead > tr.danger > th,
.woocommerce-cart .woocommerce table.shop_table > thead > tr.danger > th,
.woocommerce-checkout .woocommerce table.shop_table > thead > tr.danger > th,
.wc_content_wrapping_container .woocommerce table.shop_table > thead > tr.danger > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > thead > tr.danger > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > thead > tr.danger > th,
.shop_table.order_details > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > td.danger,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > td.danger,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > td.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > td.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > td.danger,
.shop_table.order_details > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr > th.danger,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr > th.danger,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr > th.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr > th.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr > th.danger,
.shop_table.order_details > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.danger > td,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.danger > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.danger > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.danger > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.danger > td,
.shop_table.order_details > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.woocommerce-cart .woocommerce table.shop_table > tbody > tr.danger > th,
.woocommerce-checkout .woocommerce table.shop_table > tbody > tr.danger > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tbody > tr.danger > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tbody > tr.danger > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tbody > tr.danger > th,
.shop_table.order_details > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > td.danger,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > td.danger,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > td.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > td.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > td.danger,
.shop_table.order_details > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr > th.danger,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr > th.danger,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr > th.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr > th.danger,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr > th.danger,
.shop_table.order_details > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.danger > td,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.danger > td,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.danger > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.danger > td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.danger > td,
.shop_table.order_details > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.woocommerce-cart .woocommerce table.shop_table > tfoot > tr.danger > th,
.woocommerce-checkout .woocommerce table.shop_table > tfoot > tr.danger > th,
.wc_content_wrapping_container .woocommerce table.shop_table > tfoot > tr.danger > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table > tfoot > tr.danger > th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment > tfoot > tr.danger > th,
.shop_table.order_details > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table, .woocommerce-cart .woocommerce .table-responsive > table.shop_table,
      .woocommerce-checkout .woocommerce .table-responsive > table.shop_table,
      .wc_content_wrapping_container .woocommerce .table-responsive > table.shop_table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-review-order-table,
      .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-payment, .table-responsive > .shop_table.order_details {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .woocommerce-cart .woocommerce .table-responsive > table.shop_table > thead > tr > th, .woocommerce-checkout .woocommerce .table-responsive > table.shop_table > thead > tr > th, .wc_content_wrapping_container .woocommerce .table-responsive > table.shop_table > thead > tr > th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-review-order-table > thead > tr > th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-payment > thead > tr > th, .table-responsive > .shop_table.order_details > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .woocommerce-cart .woocommerce .table-responsive > table.shop_table > thead > tr > td,
        .woocommerce-checkout .woocommerce .table-responsive > table.shop_table > thead > tr > td,
        .wc_content_wrapping_container .woocommerce .table-responsive > table.shop_table > thead > tr > td,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-review-order-table > thead > tr > td,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-payment > thead > tr > td,
        .table-responsive > .shop_table.order_details > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .woocommerce-cart .woocommerce .table-responsive > table.shop_table > tbody > tr > th,
        .woocommerce-checkout .woocommerce .table-responsive > table.shop_table > tbody > tr > th,
        .wc_content_wrapping_container .woocommerce .table-responsive > table.shop_table > tbody > tr > th,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-review-order-table > tbody > tr > th,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-payment > tbody > tr > th,
        .table-responsive > .shop_table.order_details > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .woocommerce-cart .woocommerce .table-responsive > table.shop_table > tbody > tr > td,
        .woocommerce-checkout .woocommerce .table-responsive > table.shop_table > tbody > tr > td,
        .wc_content_wrapping_container .woocommerce .table-responsive > table.shop_table > tbody > tr > td,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-review-order-table > tbody > tr > td,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-payment > tbody > tr > td,
        .table-responsive > .shop_table.order_details > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .woocommerce-cart .woocommerce .table-responsive > table.shop_table > tfoot > tr > th,
        .woocommerce-checkout .woocommerce .table-responsive > table.shop_table > tfoot > tr > th,
        .wc_content_wrapping_container .woocommerce .table-responsive > table.shop_table > tfoot > tr > th,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-review-order-table > tfoot > tr > th,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-payment > tfoot > tr > th,
        .table-responsive > .shop_table.order_details > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td,
        .woocommerce-cart .woocommerce .table-responsive > table.shop_table > tfoot > tr > td,
        .woocommerce-checkout .woocommerce .table-responsive > table.shop_table > tfoot > tr > td,
        .wc_content_wrapping_container .woocommerce .table-responsive > table.shop_table > tfoot > tr > td,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-review-order-table > tfoot > tr > td,
        .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .table-responsive > .woocommerce-checkout-payment > tfoot > tr > td,
        .table-responsive > .shop_table.order_details > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label, .acf-field .acf-label label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555; }

.form-control, .select2-container .select2-choice, .acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="email"],
.acf-field input[type="url"],
.acf-field textarea,
.acf-field select, .woocommerce div.product form.cart .variations select,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .input-text,
.woocommerce .quantity input.qty, #simba_two_factor_auth {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus, .select2-container .select2-choice:focus, .acf-field input:focus[type="text"],
  .acf-field input:focus[type="password"],
  .acf-field input:focus[type="number"],
  .acf-field input:focus[type="search"],
  .acf-field input:focus[type="email"],
  .acf-field input:focus[type="url"],
  .acf-field textarea:focus,
  .acf-field select:focus, .woocommerce div.product form.cart .variations select:focus,
  .woocommerce form .form-row textarea:focus,
  .woocommerce form .form-row select:focus,
  .woocommerce .input-text:focus,
  .woocommerce .quantity input.qty:focus, #simba_two_factor_auth:focus {
    border-color: #01aeb8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 174, 184, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 174, 184, 0.6); }
  .form-control::-moz-placeholder, .select2-container .select2-choice::-moz-placeholder, .acf-field input[type="text"]::-moz-placeholder,
  .acf-field input[type="password"]::-moz-placeholder,
  .acf-field input[type="number"]::-moz-placeholder,
  .acf-field input[type="search"]::-moz-placeholder,
  .acf-field input[type="email"]::-moz-placeholder,
  .acf-field input[type="url"]::-moz-placeholder,
  .acf-field textarea::-moz-placeholder,
  .acf-field select::-moz-placeholder, .woocommerce div.product form.cart .variations select::-moz-placeholder,
  .woocommerce form .form-row textarea::-moz-placeholder,
  .woocommerce form .form-row select::-moz-placeholder,
  .woocommerce .input-text::-moz-placeholder,
  .woocommerce .quantity input.qty::-moz-placeholder, #simba_two_factor_auth::-moz-placeholder {
    color: #888;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .select2-container .select2-choice:-ms-input-placeholder, .acf-field input:-ms-input-placeholder[type="text"],
  .acf-field input:-ms-input-placeholder[type="password"],
  .acf-field input:-ms-input-placeholder[type="number"],
  .acf-field input:-ms-input-placeholder[type="search"],
  .acf-field input:-ms-input-placeholder[type="email"],
  .acf-field input:-ms-input-placeholder[type="url"],
  .acf-field textarea:-ms-input-placeholder,
  .acf-field select:-ms-input-placeholder, .woocommerce div.product form.cart .variations select:-ms-input-placeholder,
  .woocommerce form .form-row textarea:-ms-input-placeholder,
  .woocommerce form .form-row select:-ms-input-placeholder,
  .woocommerce .input-text:-ms-input-placeholder,
  .woocommerce .quantity input.qty:-ms-input-placeholder, #simba_two_factor_auth:-ms-input-placeholder {
    color: #888; }
  .form-control::-webkit-input-placeholder, .select2-container .select2-choice::-webkit-input-placeholder, .acf-field input[type="text"]::-webkit-input-placeholder,
  .acf-field input[type="password"]::-webkit-input-placeholder,
  .acf-field input[type="number"]::-webkit-input-placeholder,
  .acf-field input[type="search"]::-webkit-input-placeholder,
  .acf-field input[type="email"]::-webkit-input-placeholder,
  .acf-field input[type="url"]::-webkit-input-placeholder,
  .acf-field textarea::-webkit-input-placeholder,
  .acf-field select::-webkit-input-placeholder, .woocommerce div.product form.cart .variations select::-webkit-input-placeholder,
  .woocommerce form .form-row textarea::-webkit-input-placeholder,
  .woocommerce form .form-row select::-webkit-input-placeholder,
  .woocommerce .input-text::-webkit-input-placeholder,
  .woocommerce .quantity input.qty::-webkit-input-placeholder, #simba_two_factor_auth::-webkit-input-placeholder {
    color: #888; }
  .form-control::-ms-expand, .select2-container .select2-choice::-ms-expand, .acf-field input[type="text"]::-ms-expand,
  .acf-field input[type="password"]::-ms-expand,
  .acf-field input[type="number"]::-ms-expand,
  .acf-field input[type="search"]::-ms-expand,
  .acf-field input[type="email"]::-ms-expand,
  .acf-field input[type="url"]::-ms-expand,
  .acf-field textarea::-ms-expand,
  .acf-field select::-ms-expand, .woocommerce div.product form.cart .variations select::-ms-expand,
  .woocommerce form .form-row textarea::-ms-expand,
  .woocommerce form .form-row select::-ms-expand,
  .woocommerce .input-text::-ms-expand,
  .woocommerce .quantity input.qty::-ms-expand, #simba_two_factor_auth::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .select2-container .select2-choice[disabled], .acf-field input[disabled][type="text"],
  .acf-field input[disabled][type="password"],
  .acf-field input[disabled][type="number"],
  .acf-field input[disabled][type="search"],
  .acf-field input[disabled][type="email"],
  .acf-field input[disabled][type="url"],
  .acf-field textarea[disabled],
  .acf-field select[disabled], .woocommerce div.product form.cart .variations select[disabled],
  .woocommerce form .form-row textarea[disabled],
  .woocommerce form .form-row select[disabled],
  .woocommerce .input-text[disabled],
  .woocommerce .quantity input.qty[disabled], #simba_two_factor_auth[disabled], .form-control[readonly], .select2-container .select2-choice[readonly], .acf-field input[readonly][type="text"],
  .acf-field input[readonly][type="password"],
  .acf-field input[readonly][type="number"],
  .acf-field input[readonly][type="search"],
  .acf-field input[readonly][type="email"],
  .acf-field input[readonly][type="url"],
  .acf-field textarea[readonly],
  .acf-field select[readonly], .woocommerce div.product form.cart .variations select[readonly],
  .woocommerce form .form-row textarea[readonly],
  .woocommerce form .form-row select[readonly],
  .woocommerce .input-text[readonly],
  .woocommerce .quantity input.qty[readonly], #simba_two_factor_auth[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .select2-container .select2-choice,
  .select2-container fieldset[disabled] .select2-choice,
  fieldset[disabled] .acf-field input[type="text"],
  .acf-field fieldset[disabled] input[type="text"],
  fieldset[disabled] .acf-field input[type="password"],
  .acf-field fieldset[disabled] input[type="password"],
  fieldset[disabled] .acf-field input[type="number"],
  .acf-field fieldset[disabled] input[type="number"],
  fieldset[disabled] .acf-field input[type="search"],
  .acf-field fieldset[disabled] input[type="search"],
  fieldset[disabled] .acf-field input[type="email"],
  .acf-field fieldset[disabled] input[type="email"],
  fieldset[disabled] .acf-field input[type="url"],
  .acf-field fieldset[disabled] input[type="url"],
  fieldset[disabled] .acf-field textarea,
  .acf-field fieldset[disabled] textarea,
  fieldset[disabled] .acf-field select,
  .acf-field fieldset[disabled] select,
  fieldset[disabled] .woocommerce div.product form.cart .variations select,
  .woocommerce div.product form.cart .variations fieldset[disabled] select,
  fieldset[disabled] .woocommerce form .form-row textarea,
  .woocommerce form .form-row fieldset[disabled] textarea,
  fieldset[disabled] .woocommerce form .form-row select,
  .woocommerce form .form-row fieldset[disabled] select,
  fieldset[disabled] .woocommerce .input-text,
  .woocommerce fieldset[disabled] .input-text,
  fieldset[disabled] .woocommerce .quantity input.qty,
  .woocommerce .quantity fieldset[disabled] input.qty,
  fieldset[disabled] #simba_two_factor_auth {
    background-color: #888988;
    opacity: 1; }
  .form-control[disabled], .select2-container .select2-choice[disabled], .acf-field input[disabled][type="text"],
  .acf-field input[disabled][type="password"],
  .acf-field input[disabled][type="number"],
  .acf-field input[disabled][type="search"],
  .acf-field input[disabled][type="email"],
  .acf-field input[disabled][type="url"],
  .acf-field textarea[disabled],
  .acf-field select[disabled], .woocommerce div.product form.cart .variations select[disabled],
  .woocommerce form .form-row textarea[disabled],
  .woocommerce form .form-row select[disabled],
  .woocommerce .input-text[disabled],
  .woocommerce .quantity input.qty[disabled], #simba_two_factor_auth[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .select2-container .select2-choice,
  .select2-container fieldset[disabled] .select2-choice,
  fieldset[disabled] .acf-field input[type="text"],
  .acf-field fieldset[disabled] input[type="text"],
  fieldset[disabled] .acf-field input[type="password"],
  .acf-field fieldset[disabled] input[type="password"],
  fieldset[disabled] .acf-field input[type="number"],
  .acf-field fieldset[disabled] input[type="number"],
  fieldset[disabled] .acf-field input[type="search"],
  .acf-field fieldset[disabled] input[type="search"],
  fieldset[disabled] .acf-field input[type="email"],
  .acf-field fieldset[disabled] input[type="email"],
  fieldset[disabled] .acf-field input[type="url"],
  .acf-field fieldset[disabled] input[type="url"],
  fieldset[disabled] .acf-field textarea,
  .acf-field fieldset[disabled] textarea,
  fieldset[disabled] .acf-field select,
  .acf-field fieldset[disabled] select,
  fieldset[disabled] .woocommerce div.product form.cart .variations select,
  .woocommerce div.product form.cart .variations fieldset[disabled] select,
  fieldset[disabled] .woocommerce form .form-row textarea,
  .woocommerce form .form-row fieldset[disabled] textarea,
  fieldset[disabled] .woocommerce form .form-row select,
  .woocommerce form .form-row fieldset[disabled] select,
  fieldset[disabled] .woocommerce .input-text,
  .woocommerce fieldset[disabled] .input-text,
  fieldset[disabled] .woocommerce .quantity input.qty,
  .woocommerce .quantity fieldset[disabled] input.qty,
  fieldset[disabled] #simba_two_factor_auth {
    cursor: not-allowed; }

textarea.form-control, .select2-container textarea.select2-choice,
.acf-field textarea,
.woocommerce form .form-row textarea,
.woocommerce textarea.input-text, textarea#simba_two_factor_auth {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .select2-container input.select2-choice[type="date"], .acf-field input[type="date"][type="text"],
  .acf-field input[type="date"][type="password"],
  .acf-field input[type="date"][type="number"],
  .acf-field input[type="date"][type="search"],
  .acf-field input[type="date"][type="email"],
  .acf-field input[type="date"][type="url"],
  .woocommerce input.input-text[type="date"],
  .woocommerce .quantity input.qty[type="date"], input#simba_two_factor_auth[type="date"],
  input[type="time"].form-control,
  .select2-container input.select2-choice[type="time"],
  .acf-field input[type="time"][type="text"],
  .acf-field input[type="time"][type="password"],
  .acf-field input[type="time"][type="number"],
  .acf-field input[type="time"][type="search"],
  .acf-field input[type="time"][type="email"],
  .acf-field input[type="time"][type="url"],
  .woocommerce input.input-text[type="time"],
  .woocommerce .quantity input.qty[type="time"],
  input#simba_two_factor_auth[type="time"],
  input[type="datetime-local"].form-control,
  .select2-container input.select2-choice[type="datetime-local"],
  .acf-field input[type="datetime-local"][type="text"],
  .acf-field input[type="datetime-local"][type="password"],
  .acf-field input[type="datetime-local"][type="number"],
  .acf-field input[type="datetime-local"][type="search"],
  .acf-field input[type="datetime-local"][type="email"],
  .acf-field input[type="datetime-local"][type="url"],
  .woocommerce input.input-text[type="datetime-local"],
  .woocommerce .quantity input.qty[type="datetime-local"],
  input#simba_two_factor_auth[type="datetime-local"],
  input[type="month"].form-control,
  .select2-container input.select2-choice[type="month"],
  .acf-field input[type="month"][type="text"],
  .acf-field input[type="month"][type="password"],
  .acf-field input[type="month"][type="number"],
  .acf-field input[type="month"][type="search"],
  .acf-field input[type="month"][type="email"],
  .acf-field input[type="month"][type="url"],
  .woocommerce input.input-text[type="month"],
  .woocommerce .quantity input.qty[type="month"],
  input#simba_two_factor_auth[type="month"] {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .select2-container .input-group-sm > input.select2-choice[type="date"], .acf-field .input-group-sm > input[type="date"][type="text"],
  .acf-field .input-group-sm > input[type="date"][type="password"],
  .acf-field .input-group-sm > input[type="date"][type="number"],
  .acf-field .input-group-sm > input[type="date"][type="search"],
  .acf-field .input-group-sm > input[type="date"][type="email"],
  .acf-field .input-group-sm > input[type="date"][type="url"],
  .woocommerce .input-group-sm > input.input-text[type="date"],
  .woocommerce .quantity .input-group-sm > input.qty[type="date"], .input-group-sm > input#simba_two_factor_auth[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .woocommerce #respond .input-group-sm > .input-group-btn > input#submit[type="date"],
  .woocommerce .input-group-sm > .input-group-btn > input.button[type="date"],
  .woocommerce-page #respond .input-group-sm > .input-group-btn > input#submit[type="date"],
  .woocommerce-page .input-group-sm > .input-group-btn > input.button[type="date"], .card.post-type-product .card-meta .input-group-sm > .input-group-btn > input.widget-product-item[type="date"], .input-group-sm > .input-group-btn > input.acf-button[type="date"], .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > input.wp-picker-clear[type="date"], .acf-color_picker .wp-picker-container input.wp-color-picker[type="date"][type="text"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .select2-container .input-group-sm > input.select2-choice[type="time"],
  .acf-field .input-group-sm > input[type="time"][type="text"],
  .acf-field .input-group-sm > input[type="time"][type="password"],
  .acf-field .input-group-sm > input[type="time"][type="number"],
  .acf-field .input-group-sm > input[type="time"][type="search"],
  .acf-field .input-group-sm > input[type="time"][type="email"],
  .acf-field .input-group-sm > input[type="time"][type="url"],
  .woocommerce .input-group-sm > input.input-text[type="time"],
  .woocommerce .quantity .input-group-sm > input.qty[type="time"],
  .input-group-sm > input#simba_two_factor_auth[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .woocommerce #respond .input-group-sm > .input-group-btn > input#submit[type="time"],
  .woocommerce .input-group-sm > .input-group-btn > input.button[type="time"],
  .woocommerce-page #respond .input-group-sm > .input-group-btn > input#submit[type="time"],
  .woocommerce-page .input-group-sm > .input-group-btn > input.button[type="time"],
  .card.post-type-product .card-meta .input-group-sm > .input-group-btn > input.widget-product-item[type="time"],
  .input-group-sm > .input-group-btn > input.acf-button[type="time"],
  .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > input.wp-picker-clear[type="time"],
  .acf-color_picker .wp-picker-container input.wp-color-picker[type="time"][type="text"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .select2-container .input-group-sm > input.select2-choice[type="datetime-local"],
  .acf-field .input-group-sm > input[type="datetime-local"][type="text"],
  .acf-field .input-group-sm > input[type="datetime-local"][type="password"],
  .acf-field .input-group-sm > input[type="datetime-local"][type="number"],
  .acf-field .input-group-sm > input[type="datetime-local"][type="search"],
  .acf-field .input-group-sm > input[type="datetime-local"][type="email"],
  .acf-field .input-group-sm > input[type="datetime-local"][type="url"],
  .woocommerce .input-group-sm > input.input-text[type="datetime-local"],
  .woocommerce .quantity .input-group-sm > input.qty[type="datetime-local"],
  .input-group-sm > input#simba_two_factor_auth[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .woocommerce #respond .input-group-sm > .input-group-btn > input#submit[type="datetime-local"],
  .woocommerce .input-group-sm > .input-group-btn > input.button[type="datetime-local"],
  .woocommerce-page #respond .input-group-sm > .input-group-btn > input#submit[type="datetime-local"],
  .woocommerce-page .input-group-sm > .input-group-btn > input.button[type="datetime-local"],
  .card.post-type-product .card-meta .input-group-sm > .input-group-btn > input.widget-product-item[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.acf-button[type="datetime-local"],
  .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > input.wp-picker-clear[type="datetime-local"],
  .acf-color_picker .wp-picker-container input.wp-color-picker[type="datetime-local"][type="text"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .select2-container .input-group-sm > input.select2-choice[type="month"],
  .acf-field .input-group-sm > input[type="month"][type="text"],
  .acf-field .input-group-sm > input[type="month"][type="password"],
  .acf-field .input-group-sm > input[type="month"][type="number"],
  .acf-field .input-group-sm > input[type="month"][type="search"],
  .acf-field .input-group-sm > input[type="month"][type="email"],
  .acf-field .input-group-sm > input[type="month"][type="url"],
  .woocommerce .input-group-sm > input.input-text[type="month"],
  .woocommerce .quantity .input-group-sm > input.qty[type="month"],
  .input-group-sm > input#simba_two_factor_auth[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .woocommerce #respond .input-group-sm > .input-group-btn > input#submit[type="month"],
  .woocommerce .input-group-sm > .input-group-btn > input.button[type="month"],
  .woocommerce-page #respond .input-group-sm > .input-group-btn > input#submit[type="month"],
  .woocommerce-page .input-group-sm > .input-group-btn > input.button[type="month"],
  .card.post-type-product .card-meta .input-group-sm > .input-group-btn > input.widget-product-item[type="month"],
  .input-group-sm > .input-group-btn > input.acf-button[type="month"],
  .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > input.wp-picker-clear[type="month"],
  .acf-color_picker .wp-picker-container input.wp-color-picker[type="month"][type="text"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .select2-container .input-group-lg > input.select2-choice[type="date"], .acf-field .input-group-lg > input[type="date"][type="text"],
  .acf-field .input-group-lg > input[type="date"][type="password"],
  .acf-field .input-group-lg > input[type="date"][type="number"],
  .acf-field .input-group-lg > input[type="date"][type="search"],
  .acf-field .input-group-lg > input[type="date"][type="email"],
  .acf-field .input-group-lg > input[type="date"][type="url"],
  .woocommerce .input-group-lg > input.input-text[type="date"],
  .woocommerce .quantity .input-group-lg > input.qty[type="date"], .input-group-lg > input#simba_two_factor_auth[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .woocommerce #respond .input-group-lg > .input-group-btn > input#submit[type="date"],
  .woocommerce .input-group-lg > .input-group-btn > input.button[type="date"],
  .woocommerce-page #respond .input-group-lg > .input-group-btn > input#submit[type="date"],
  .woocommerce-page .input-group-lg > .input-group-btn > input.button[type="date"], .card.post-type-product .card-meta .input-group-lg > .input-group-btn > input.widget-product-item[type="date"], .input-group-lg > .input-group-btn > input.acf-button[type="date"], .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > input.wp-picker-clear[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .select2-container .input-group-lg > input.select2-choice[type="time"],
  .acf-field .input-group-lg > input[type="time"][type="text"],
  .acf-field .input-group-lg > input[type="time"][type="password"],
  .acf-field .input-group-lg > input[type="time"][type="number"],
  .acf-field .input-group-lg > input[type="time"][type="search"],
  .acf-field .input-group-lg > input[type="time"][type="email"],
  .acf-field .input-group-lg > input[type="time"][type="url"],
  .woocommerce .input-group-lg > input.input-text[type="time"],
  .woocommerce .quantity .input-group-lg > input.qty[type="time"],
  .input-group-lg > input#simba_two_factor_auth[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .woocommerce #respond .input-group-lg > .input-group-btn > input#submit[type="time"],
  .woocommerce .input-group-lg > .input-group-btn > input.button[type="time"],
  .woocommerce-page #respond .input-group-lg > .input-group-btn > input#submit[type="time"],
  .woocommerce-page .input-group-lg > .input-group-btn > input.button[type="time"],
  .card.post-type-product .card-meta .input-group-lg > .input-group-btn > input.widget-product-item[type="time"],
  .input-group-lg > .input-group-btn > input.acf-button[type="time"],
  .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > input.wp-picker-clear[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .select2-container .input-group-lg > input.select2-choice[type="datetime-local"],
  .acf-field .input-group-lg > input[type="datetime-local"][type="text"],
  .acf-field .input-group-lg > input[type="datetime-local"][type="password"],
  .acf-field .input-group-lg > input[type="datetime-local"][type="number"],
  .acf-field .input-group-lg > input[type="datetime-local"][type="search"],
  .acf-field .input-group-lg > input[type="datetime-local"][type="email"],
  .acf-field .input-group-lg > input[type="datetime-local"][type="url"],
  .woocommerce .input-group-lg > input.input-text[type="datetime-local"],
  .woocommerce .quantity .input-group-lg > input.qty[type="datetime-local"],
  .input-group-lg > input#simba_two_factor_auth[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .woocommerce #respond .input-group-lg > .input-group-btn > input#submit[type="datetime-local"],
  .woocommerce .input-group-lg > .input-group-btn > input.button[type="datetime-local"],
  .woocommerce-page #respond .input-group-lg > .input-group-btn > input#submit[type="datetime-local"],
  .woocommerce-page .input-group-lg > .input-group-btn > input.button[type="datetime-local"],
  .card.post-type-product .card-meta .input-group-lg > .input-group-btn > input.widget-product-item[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.acf-button[type="datetime-local"],
  .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > input.wp-picker-clear[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .select2-container .input-group-lg > input.select2-choice[type="month"],
  .acf-field .input-group-lg > input[type="month"][type="text"],
  .acf-field .input-group-lg > input[type="month"][type="password"],
  .acf-field .input-group-lg > input[type="month"][type="number"],
  .acf-field .input-group-lg > input[type="month"][type="search"],
  .acf-field .input-group-lg > input[type="month"][type="email"],
  .acf-field .input-group-lg > input[type="month"][type="url"],
  .woocommerce .input-group-lg > input.input-text[type="month"],
  .woocommerce .quantity .input-group-lg > input.qty[type="month"],
  .input-group-lg > input#simba_two_factor_auth[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .woocommerce #respond .input-group-lg > .input-group-btn > input#submit[type="month"],
  .woocommerce .input-group-lg > .input-group-btn > input.button[type="month"],
  .woocommerce-page #respond .input-group-lg > .input-group-btn > input#submit[type="month"],
  .woocommerce-page .input-group-lg > .input-group-btn > input.button[type="month"],
  .card.post-type-product .card-meta .input-group-lg > .input-group-btn > input.widget-product-item[type="month"],
  .input-group-lg > .input-group-btn > input.acf-button[type="month"],
  .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > input.wp-picker-clear[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group, .woocommerce form .form-row,
.woocommerce-page form .form-row, .acf-field {
  margin-bottom: 15px; }

.radio, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li, .acf-field ul.acf-radio-list > li,
.checkbox,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li,
.acf-field ul.acf-checkbox-list > li,
.af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li label, .acf-field ul.acf-radio-list > li label, .radio .acf-field .acf-label label, .acf-field .acf-label .radio label, .acf-field .acf-label ul.acf-radio-list > li label,
  .checkbox label,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false label,
  .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li label,
  .acf-field ul.acf-checkbox-list > li label,
  .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false label,
  .checkbox .acf-field .acf-label label,
  .acf-field .acf-label .checkbox label,
  .acf-field .acf-label ul.acf-checkbox-list > li label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"], .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li input[type="radio"], .acf-field ul.acf-radio-list > li input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false input[type="checkbox"],
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li input[type="checkbox"],
.acf-field ul.acf-checkbox-list > li input[type="checkbox"],
.af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li + .radio, .acf-field ul.acf-radio-list > li + .radio, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .radio + li, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li + li, .acf-field ul.acf-radio-list > .radio + li, .acf-field ul.acf-radio-list > li + li,
.checkbox + .checkbox,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false + .checkbox,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li + .checkbox,
.acf-field ul.acf-checkbox-list > li + .checkbox,
.af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false + .checkbox,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .checkbox + .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false + .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .af-field[data-name="agree_terms_privacy"] .af-input li + .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-checkbox-list li + .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .checkbox + li,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-checkbox-list .acf-true-false + li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false + li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li + li,
.af-field-type-true-false:not(.acf-field-has-ui) .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .acf-true-false + li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false + li,
.acf-field ul.acf-checkbox-list > .checkbox + li,
.acf-field ul.acf-checkbox-list > li + li,
.af-field-type-true-false:not(.acf-field-has-ui) .acf-field ul.acf-checkbox-list > .acf-true-false + li,
.acf-field .af-field-type-true-false:not(.acf-field-has-ui) ul.acf-checkbox-list > .acf-true-false + li,
.af-field-type-true-false:not(.acf-field-has-ui) .checkbox + .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false + .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .af-field-type-true-false:not(.acf-field-has-ui) li + .acf-true-false,
.af-field-type-true-false:not(.acf-field-has-ui) .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li + .acf-true-false,
.acf-field .af-field-type-true-false:not(.acf-field-has-ui) ul.acf-checkbox-list > li + .acf-true-false,
.af-field-type-true-false:not(.acf-field-has-ui) .acf-field ul.acf-checkbox-list > li + .acf-true-false,
.af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false + .acf-true-false {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li.disabled label, .acf-field ul.acf-radio-list > li.disabled label, .acf-field .acf-label ul.acf-radio-list > li.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li label,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list fieldset[disabled] li label,
fieldset[disabled] .acf-field ul.acf-radio-list > li label,
.acf-field fieldset[disabled] ul.acf-radio-list > li label,
fieldset[disabled] .acf-field .acf-label ul.acf-radio-list > li label,
.checkbox.disabled label,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .disabled.acf-true-false label,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li.disabled label,
.acf-field ul.acf-checkbox-list > li.disabled label,
.af-field-type-true-false:not(.acf-field-has-ui) .disabled.acf-true-false label,
.acf-field .acf-label ul.acf-checkbox-list > li.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false label,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input fieldset[disabled] .acf-true-false label,
fieldset[disabled] .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li label,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list fieldset[disabled] li label,
fieldset[disabled] .acf-field ul.acf-checkbox-list > li label,
.acf-field fieldset[disabled] ul.acf-checkbox-list > li label,
fieldset[disabled] .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false label,
.af-field-type-true-false:not(.acf-field-has-ui) fieldset[disabled] .acf-true-false label,
fieldset[disabled] .acf-field .acf-label ul.acf-checkbox-list > li label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .select2-container .input-group-lg > .form-control-static.select2-choice, .acf-field .input-group-lg > input.form-control-static[type="text"],
  .acf-field .input-group-lg > input.form-control-static[type="password"],
  .acf-field .input-group-lg > input.form-control-static[type="number"],
  .acf-field .input-group-lg > input.form-control-static[type="search"],
  .acf-field .input-group-lg > input.form-control-static[type="email"],
  .acf-field .input-group-lg > input.form-control-static[type="url"],
  .acf-field .input-group-lg > textarea.form-control-static,
  .acf-field .input-group-lg > select.form-control-static, .woocommerce div.product form.cart .variations .input-group-lg > select.form-control-static,
  .woocommerce form .form-row .input-group-lg > textarea.form-control-static,
  .woocommerce form .form-row .input-group-lg > select.form-control-static,
  .woocommerce .input-group-lg > .form-control-static.input-text,
  .woocommerce .quantity .input-group-lg > input.form-control-static.qty, .input-group-lg > .form-control-static#simba_two_factor_auth,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .acf-field[data-type="image"] .hide-if-value .input-group-lg > .input-group-btn > label.form-control-static.acf-basic-uploader, .woocommerce #respond .input-group-lg > .input-group-btn > input.form-control-static#submit,
  .woocommerce .input-group-lg > .input-group-btn > a.form-control-static.button,
  .woocommerce .input-group-lg > .input-group-btn > button.form-control-static.button,
  .woocommerce .input-group-lg > .input-group-btn > input.form-control-static.button,
  .woocommerce-page #respond .input-group-lg > .input-group-btn > input.form-control-static#submit,
  .woocommerce-page .input-group-lg > .input-group-btn > a.form-control-static.button,
  .woocommerce-page .input-group-lg > .input-group-btn > button.form-control-static.button,
  .woocommerce-page .input-group-lg > .input-group-btn > input.form-control-static.button, .card.post-type-product .card-meta .input-group-lg > .input-group-btn > .form-control-static.widget-product-item, .input-group-lg > .input-group-btn > .form-control-static.acf-button, .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > .form-control-static.wp-picker-clear, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .select2-container .input-group-sm > .form-control-static.select2-choice, .acf-field .input-group-sm > input.form-control-static[type="text"],
  .acf-field .input-group-sm > input.form-control-static[type="password"],
  .acf-field .input-group-sm > input.form-control-static[type="number"],
  .acf-field .input-group-sm > input.form-control-static[type="search"],
  .acf-field .input-group-sm > input.form-control-static[type="email"],
  .acf-field .input-group-sm > input.form-control-static[type="url"],
  .acf-field .input-group-sm > textarea.form-control-static,
  .acf-field .input-group-sm > select.form-control-static, .woocommerce div.product form.cart .variations .input-group-sm > select.form-control-static,
  .woocommerce form .form-row .input-group-sm > textarea.form-control-static,
  .woocommerce form .form-row .input-group-sm > select.form-control-static,
  .woocommerce .input-group-sm > .form-control-static.input-text,
  .woocommerce .quantity .input-group-sm > input.form-control-static.qty, .input-group-sm > .form-control-static#simba_two_factor_auth,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .acf-field[data-type="image"] .hide-if-value .input-group-sm > .input-group-btn > label.form-control-static.acf-basic-uploader, .woocommerce #respond .input-group-sm > .input-group-btn > input.form-control-static#submit,
  .woocommerce .input-group-sm > .input-group-btn > a.form-control-static.button,
  .woocommerce .input-group-sm > .input-group-btn > button.form-control-static.button,
  .woocommerce .input-group-sm > .input-group-btn > input.form-control-static.button,
  .woocommerce-page #respond .input-group-sm > .input-group-btn > input.form-control-static#submit,
  .woocommerce-page .input-group-sm > .input-group-btn > a.form-control-static.button,
  .woocommerce-page .input-group-sm > .input-group-btn > button.form-control-static.button,
  .woocommerce-page .input-group-sm > .input-group-btn > input.form-control-static.button, .card.post-type-product .card-meta .input-group-sm > .input-group-btn > .form-control-static.widget-product-item, .input-group-sm > .input-group-btn > .form-control-static.acf-button, .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > .form-control-static.wp-picker-clear, .acf-color_picker .wp-picker-container input.form-control-static.wp-color-picker[type="text"] {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .select2-container .input-group-sm > .select2-choice, .acf-field .input-group-sm > input[type="text"],
.acf-field .input-group-sm > input[type="password"],
.acf-field .input-group-sm > input[type="number"],
.acf-field .input-group-sm > input[type="search"],
.acf-field .input-group-sm > input[type="email"],
.acf-field .input-group-sm > input[type="url"],
.acf-field .input-group-sm > textarea,
.acf-field .input-group-sm > select, .woocommerce div.product form.cart .variations .input-group-sm > select,
.woocommerce form .form-row .input-group-sm > textarea,
.woocommerce form .form-row .input-group-sm > select,
.woocommerce .input-group-sm > .input-text,
.woocommerce .quantity .input-group-sm > input.qty, .input-group-sm > #simba_two_factor_auth,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .acf-field[data-type="image"] .hide-if-value .input-group-sm > .input-group-btn > label.acf-basic-uploader, .woocommerce #respond .input-group-sm > .input-group-btn > input#submit,
.woocommerce .input-group-sm > .input-group-btn > a.button,
.woocommerce .input-group-sm > .input-group-btn > button.button,
.woocommerce .input-group-sm > .input-group-btn > input.button,
.woocommerce-page #respond .input-group-sm > .input-group-btn > input#submit,
.woocommerce-page .input-group-sm > .input-group-btn > a.button,
.woocommerce-page .input-group-sm > .input-group-btn > button.button,
.woocommerce-page .input-group-sm > .input-group-btn > input.button, .card.post-type-product .card-meta .input-group-sm > .input-group-btn > .widget-product-item, .input-group-sm > .input-group-btn > .acf-button, .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > .wp-picker-clear, .acf-color_picker .wp-picker-container input.wp-color-picker[type="text"] {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm, .input-group-sm > select.form-control, .select2-container .input-group-sm > select.select2-choice,
.acf-field .input-group-sm > select, .woocommerce div.product form.cart .variations .input-group-sm > select,
.woocommerce form .form-row .input-group-sm > select,
.woocommerce .input-group-sm > select.input-text, .input-group-sm > select#simba_two_factor_auth,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .card.post-type-product .card-meta .input-group-sm > .input-group-btn > select.widget-product-item, .input-group-sm > .input-group-btn > select.acf-button, .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > select.wp-picker-clear {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .select2-container .input-group-sm > textarea.select2-choice,
.acf-field .input-group-sm > textarea,
.woocommerce form .form-row .input-group-sm > textarea,
.woocommerce .input-group-sm > textarea.input-text, .input-group-sm > textarea#simba_two_factor_auth,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .card.post-type-product .card-meta .input-group-sm > .input-group-btn > textarea.widget-product-item, .input-group-sm > .input-group-btn > textarea.acf-button, .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > textarea.wp-picker-clear,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.select2-container .input-group-sm > select.select2-choice[multiple],
.acf-field .input-group-sm > select[multiple],
.woocommerce div.product form.cart .variations .input-group-sm > select[multiple],
.woocommerce form .form-row .input-group-sm > select[multiple],
.woocommerce .input-group-sm > select.input-text[multiple],
.input-group-sm > select#simba_two_factor_auth[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.card.post-type-product .card-meta .input-group-sm > .input-group-btn > select.widget-product-item[multiple],
.input-group-sm > .input-group-btn > select.acf-button[multiple],
.acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > select.wp-picker-clear[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .select2-container .select2-choice, .select2-container .form-group-sm .select2-choice, .form-group-sm .acf-field input[type="text"], .acf-field .form-group-sm input[type="text"],
.form-group-sm .acf-field input[type="password"], .acf-field .form-group-sm input[type="password"],
.form-group-sm .acf-field input[type="number"], .acf-field .form-group-sm input[type="number"],
.form-group-sm .acf-field input[type="search"], .acf-field .form-group-sm input[type="search"],
.form-group-sm .acf-field input[type="email"], .acf-field .form-group-sm input[type="email"],
.form-group-sm .acf-field input[type="url"], .acf-field .form-group-sm input[type="url"],
.form-group-sm .acf-field textarea, .acf-field .form-group-sm textarea,
.form-group-sm .acf-field select, .acf-field .form-group-sm select, .form-group-sm .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .form-group-sm select,
.form-group-sm .woocommerce form .form-row textarea, .woocommerce form .form-row .form-group-sm textarea,
.form-group-sm .woocommerce form .form-row select, .woocommerce form .form-row .form-group-sm select,
.form-group-sm .woocommerce .input-text, .woocommerce .form-group-sm .input-text,
.form-group-sm .woocommerce .quantity input.qty, .woocommerce .quantity .form-group-sm input.qty, .form-group-sm #simba_two_factor_auth {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

.form-group-sm select.form-control, .form-group-sm .select2-container select.select2-choice, .select2-container .form-group-sm select.select2-choice,
.form-group-sm .acf-field select, .acf-field .form-group-sm select, .form-group-sm .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .form-group-sm select,
.form-group-sm .woocommerce form .form-row select, .woocommerce form .form-row .form-group-sm select,
.form-group-sm .woocommerce select.input-text, .woocommerce .form-group-sm select.input-text, .form-group-sm select#simba_two_factor_auth {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control, .form-group-sm .select2-container textarea.select2-choice, .select2-container .form-group-sm textarea.select2-choice,
.form-group-sm .acf-field textarea, .acf-field .form-group-sm textarea,
.form-group-sm .woocommerce form .form-row textarea, .woocommerce form .form-row .form-group-sm textarea,
.form-group-sm .woocommerce textarea.input-text, .woocommerce .form-group-sm textarea.input-text, .form-group-sm textarea#simba_two_factor_auth,
.form-group-sm select[multiple].form-control,
.form-group-sm .select2-container select.select2-choice[multiple],
.select2-container .form-group-sm select.select2-choice[multiple],
.form-group-sm .acf-field select[multiple],
.acf-field .form-group-sm select[multiple],
.form-group-sm .woocommerce div.product form.cart .variations select[multiple],
.woocommerce div.product form.cart .variations .form-group-sm select[multiple],
.form-group-sm .woocommerce form .form-row select[multiple],
.woocommerce form .form-row .form-group-sm select[multiple],
.form-group-sm .woocommerce select.input-text[multiple],
.woocommerce .form-group-sm select.input-text[multiple],
.form-group-sm select#simba_two_factor_auth[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .select2-container .input-group-lg > .select2-choice, .acf-field .input-group-lg > input[type="text"],
.acf-field .input-group-lg > input[type="password"],
.acf-field .input-group-lg > input[type="number"],
.acf-field .input-group-lg > input[type="search"],
.acf-field .input-group-lg > input[type="email"],
.acf-field .input-group-lg > input[type="url"],
.acf-field .input-group-lg > textarea,
.acf-field .input-group-lg > select, .woocommerce div.product form.cart .variations .input-group-lg > select,
.woocommerce form .form-row .input-group-lg > textarea,
.woocommerce form .form-row .input-group-lg > select,
.woocommerce .input-group-lg > .input-text,
.woocommerce .quantity .input-group-lg > input.qty, .input-group-lg > #simba_two_factor_auth,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .acf-field[data-type="image"] .hide-if-value .input-group-lg > .input-group-btn > label.acf-basic-uploader, .woocommerce #respond .input-group-lg > .input-group-btn > input#submit,
.woocommerce .input-group-lg > .input-group-btn > a.button,
.woocommerce .input-group-lg > .input-group-btn > button.button,
.woocommerce .input-group-lg > .input-group-btn > input.button,
.woocommerce-page #respond .input-group-lg > .input-group-btn > input#submit,
.woocommerce-page .input-group-lg > .input-group-btn > a.button,
.woocommerce-page .input-group-lg > .input-group-btn > button.button,
.woocommerce-page .input-group-lg > .input-group-btn > input.button, .card.post-type-product .card-meta .input-group-lg > .input-group-btn > .widget-product-item, .input-group-lg > .input-group-btn > .acf-button, .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > .wp-picker-clear {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px; }

select.input-lg, .input-group-lg > select.form-control, .select2-container .input-group-lg > select.select2-choice,
.acf-field .input-group-lg > select, .woocommerce div.product form.cart .variations .input-group-lg > select,
.woocommerce form .form-row .input-group-lg > select,
.woocommerce .input-group-lg > select.input-text, .input-group-lg > select#simba_two_factor_auth,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .card.post-type-product .card-meta .input-group-lg > .input-group-btn > select.widget-product-item, .input-group-lg > .input-group-btn > select.acf-button, .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > select.wp-picker-clear {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .select2-container .input-group-lg > textarea.select2-choice,
.acf-field .input-group-lg > textarea,
.woocommerce form .form-row .input-group-lg > textarea,
.woocommerce .input-group-lg > textarea.input-text, .input-group-lg > textarea#simba_two_factor_auth,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .card.post-type-product .card-meta .input-group-lg > .input-group-btn > textarea.widget-product-item, .input-group-lg > .input-group-btn > textarea.acf-button, .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > textarea.wp-picker-clear,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.select2-container .input-group-lg > select.select2-choice[multiple],
.acf-field .input-group-lg > select[multiple],
.woocommerce div.product form.cart .variations .input-group-lg > select[multiple],
.woocommerce form .form-row .input-group-lg > select[multiple],
.woocommerce .input-group-lg > select.input-text[multiple],
.input-group-lg > select#simba_two_factor_auth[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.card.post-type-product .card-meta .input-group-lg > .input-group-btn > select.widget-product-item[multiple],
.input-group-lg > .input-group-btn > select.acf-button[multiple],
.acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > select.wp-picker-clear[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .select2-container .select2-choice, .select2-container .form-group-lg .select2-choice, .form-group-lg .acf-field input[type="text"], .acf-field .form-group-lg input[type="text"],
.form-group-lg .acf-field input[type="password"], .acf-field .form-group-lg input[type="password"],
.form-group-lg .acf-field input[type="number"], .acf-field .form-group-lg input[type="number"],
.form-group-lg .acf-field input[type="search"], .acf-field .form-group-lg input[type="search"],
.form-group-lg .acf-field input[type="email"], .acf-field .form-group-lg input[type="email"],
.form-group-lg .acf-field input[type="url"], .acf-field .form-group-lg input[type="url"],
.form-group-lg .acf-field textarea, .acf-field .form-group-lg textarea,
.form-group-lg .acf-field select, .acf-field .form-group-lg select, .form-group-lg .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .form-group-lg select,
.form-group-lg .woocommerce form .form-row textarea, .woocommerce form .form-row .form-group-lg textarea,
.form-group-lg .woocommerce form .form-row select, .woocommerce form .form-row .form-group-lg select,
.form-group-lg .woocommerce .input-text, .woocommerce .form-group-lg .input-text,
.form-group-lg .woocommerce .quantity input.qty, .woocommerce .quantity .form-group-lg input.qty, .form-group-lg #simba_two_factor_auth {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px; }

.form-group-lg select.form-control, .form-group-lg .select2-container select.select2-choice, .select2-container .form-group-lg select.select2-choice,
.form-group-lg .acf-field select, .acf-field .form-group-lg select, .form-group-lg .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .form-group-lg select,
.form-group-lg .woocommerce form .form-row select, .woocommerce form .form-row .form-group-lg select,
.form-group-lg .woocommerce select.input-text, .woocommerce .form-group-lg select.input-text, .form-group-lg select#simba_two_factor_auth {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control, .form-group-lg .select2-container textarea.select2-choice, .select2-container .form-group-lg textarea.select2-choice,
.form-group-lg .acf-field textarea, .acf-field .form-group-lg textarea,
.form-group-lg .woocommerce form .form-row textarea, .woocommerce form .form-row .form-group-lg textarea,
.form-group-lg .woocommerce textarea.input-text, .woocommerce .form-group-lg textarea.input-text, .form-group-lg textarea#simba_two_factor_auth,
.form-group-lg select[multiple].form-control,
.form-group-lg .select2-container select.select2-choice[multiple],
.select2-container .form-group-lg select.select2-choice[multiple],
.form-group-lg .acf-field select[multiple],
.acf-field .form-group-lg select[multiple],
.form-group-lg .woocommerce div.product form.cart .variations select[multiple],
.woocommerce div.product form.cart .variations .form-group-lg select[multiple],
.form-group-lg .woocommerce form .form-row select[multiple],
.woocommerce form .form-row .form-group-lg select[multiple],
.form-group-lg .woocommerce select.input-text[multiple],
.woocommerce .form-group-lg select.input-text[multiple],
.form-group-lg select#simba_two_factor_auth[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .select2-container .select2-choice, .select2-container .has-feedback .select2-choice, .has-feedback .acf-field input[type="text"], .acf-field .has-feedback input[type="text"],
  .has-feedback .acf-field input[type="password"], .acf-field .has-feedback input[type="password"],
  .has-feedback .acf-field input[type="number"], .acf-field .has-feedback input[type="number"],
  .has-feedback .acf-field input[type="search"], .acf-field .has-feedback input[type="search"],
  .has-feedback .acf-field input[type="email"], .acf-field .has-feedback input[type="email"],
  .has-feedback .acf-field input[type="url"], .acf-field .has-feedback input[type="url"],
  .has-feedback .acf-field textarea, .acf-field .has-feedback textarea,
  .has-feedback .acf-field select, .acf-field .has-feedback select, .has-feedback .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .has-feedback select,
  .has-feedback .woocommerce form .form-row textarea, .woocommerce form .form-row .has-feedback textarea,
  .has-feedback .woocommerce form .form-row select, .woocommerce form .form-row .has-feedback select,
  .has-feedback .woocommerce .input-text, .woocommerce .has-feedback .input-text,
  .has-feedback .woocommerce .quantity input.qty, .woocommerce .quantity .has-feedback input.qty, .has-feedback #simba_two_factor_auth {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .select2-container .input-group-lg > .select2-choice + .form-control-feedback, .acf-field .input-group-lg > input[type="text"] + .form-control-feedback, .acf-field .input-group-lg > input[type="password"] + .form-control-feedback, .acf-field .input-group-lg > input[type="number"] + .form-control-feedback, .acf-field .input-group-lg > input[type="search"] + .form-control-feedback, .acf-field .input-group-lg > input[type="email"] + .form-control-feedback, .acf-field .input-group-lg > input[type="url"] + .form-control-feedback, .acf-field .input-group-lg > textarea + .form-control-feedback, .acf-field .input-group-lg > select + .form-control-feedback, .woocommerce div.product form.cart .variations .input-group-lg > select + .form-control-feedback, .woocommerce form .form-row .input-group-lg > textarea + .form-control-feedback, .woocommerce form .form-row .input-group-lg > select + .form-control-feedback, .woocommerce .input-group-lg > .input-text + .form-control-feedback, .woocommerce .quantity .input-group-lg > input.qty + .form-control-feedback, .input-group-lg > #simba_two_factor_auth + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .acf-field[data-type="image"] .hide-if-value .input-group-lg > .input-group-btn > label.acf-basic-uploader + .form-control-feedback, .woocommerce #respond .input-group-lg > .input-group-btn > input#submit + .form-control-feedback, .woocommerce .input-group-lg > .input-group-btn > a.button + .form-control-feedback, .woocommerce .input-group-lg > .input-group-btn > button.button + .form-control-feedback, .woocommerce .input-group-lg > .input-group-btn > input.button + .form-control-feedback, .woocommerce-page #respond .input-group-lg > .input-group-btn > input#submit + .form-control-feedback, .woocommerce-page .input-group-lg > .input-group-btn > a.button + .form-control-feedback, .woocommerce-page .input-group-lg > .input-group-btn > button.button + .form-control-feedback, .woocommerce-page .input-group-lg > .input-group-btn > input.button + .form-control-feedback, .card.post-type-product .card-meta .input-group-lg > .input-group-btn > .widget-product-item + .form-control-feedback, .input-group-lg > .input-group-btn > .acf-button + .form-control-feedback, .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > .wp-picker-clear + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .select2-container .select2-choice + .form-control-feedback,
.select2-container .form-group-lg .select2-choice + .form-control-feedback,
.form-group-lg .acf-field input[type="text"] + .form-control-feedback,
.acf-field .form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg .acf-field input[type="password"] + .form-control-feedback,
.acf-field .form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg .acf-field input[type="number"] + .form-control-feedback,
.acf-field .form-group-lg input[type="number"] + .form-control-feedback,
.form-group-lg .acf-field input[type="search"] + .form-control-feedback,
.acf-field .form-group-lg input[type="search"] + .form-control-feedback,
.form-group-lg .acf-field input[type="email"] + .form-control-feedback,
.acf-field .form-group-lg input[type="email"] + .form-control-feedback,
.form-group-lg .acf-field input[type="url"] + .form-control-feedback,
.acf-field .form-group-lg input[type="url"] + .form-control-feedback,
.form-group-lg .acf-field textarea + .form-control-feedback,
.acf-field .form-group-lg textarea + .form-control-feedback,
.form-group-lg .acf-field select + .form-control-feedback,
.acf-field .form-group-lg select + .form-control-feedback,
.form-group-lg .woocommerce div.product form.cart .variations select + .form-control-feedback,
.woocommerce div.product form.cart .variations .form-group-lg select + .form-control-feedback,
.form-group-lg .woocommerce form .form-row textarea + .form-control-feedback,
.woocommerce form .form-row .form-group-lg textarea + .form-control-feedback,
.form-group-lg .woocommerce form .form-row select + .form-control-feedback,
.woocommerce form .form-row .form-group-lg select + .form-control-feedback,
.form-group-lg .woocommerce .input-text + .form-control-feedback,
.woocommerce .form-group-lg .input-text + .form-control-feedback,
.form-group-lg .woocommerce .quantity input.qty + .form-control-feedback,
.woocommerce .quantity .form-group-lg input.qty + .form-control-feedback,
.form-group-lg #simba_two_factor_auth + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .select2-container .input-group-sm > .select2-choice + .form-control-feedback, .acf-field .input-group-sm > input[type="text"] + .form-control-feedback, .acf-field .input-group-sm > input[type="password"] + .form-control-feedback, .acf-field .input-group-sm > input[type="number"] + .form-control-feedback, .acf-field .input-group-sm > input[type="search"] + .form-control-feedback, .acf-field .input-group-sm > input[type="email"] + .form-control-feedback, .acf-field .input-group-sm > input[type="url"] + .form-control-feedback, .acf-field .input-group-sm > textarea + .form-control-feedback, .acf-field .input-group-sm > select + .form-control-feedback, .woocommerce div.product form.cart .variations .input-group-sm > select + .form-control-feedback, .woocommerce form .form-row .input-group-sm > textarea + .form-control-feedback, .woocommerce form .form-row .input-group-sm > select + .form-control-feedback, .woocommerce .input-group-sm > .input-text + .form-control-feedback, .woocommerce .quantity .input-group-sm > input.qty + .form-control-feedback, .input-group-sm > #simba_two_factor_auth + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .acf-field[data-type="image"] .hide-if-value .input-group-sm > .input-group-btn > label.acf-basic-uploader + .form-control-feedback, .woocommerce #respond .input-group-sm > .input-group-btn > input#submit + .form-control-feedback, .woocommerce .input-group-sm > .input-group-btn > a.button + .form-control-feedback, .woocommerce .input-group-sm > .input-group-btn > button.button + .form-control-feedback, .woocommerce .input-group-sm > .input-group-btn > input.button + .form-control-feedback, .woocommerce-page #respond .input-group-sm > .input-group-btn > input#submit + .form-control-feedback, .woocommerce-page .input-group-sm > .input-group-btn > a.button + .form-control-feedback, .woocommerce-page .input-group-sm > .input-group-btn > button.button + .form-control-feedback, .woocommerce-page .input-group-sm > .input-group-btn > input.button + .form-control-feedback, .card.post-type-product .card-meta .input-group-sm > .input-group-btn > .widget-product-item + .form-control-feedback, .input-group-sm > .input-group-btn > .acf-button + .form-control-feedback, .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > .wp-picker-clear + .form-control-feedback, .acf-color_picker .wp-picker-container input.wp-color-picker[type="text"] + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .select2-container .select2-choice + .form-control-feedback,
.select2-container .form-group-sm .select2-choice + .form-control-feedback,
.form-group-sm .acf-field input[type="text"] + .form-control-feedback,
.acf-field .form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm .acf-field input[type="password"] + .form-control-feedback,
.acf-field .form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm .acf-field input[type="number"] + .form-control-feedback,
.acf-field .form-group-sm input[type="number"] + .form-control-feedback,
.form-group-sm .acf-field input[type="search"] + .form-control-feedback,
.acf-field .form-group-sm input[type="search"] + .form-control-feedback,
.form-group-sm .acf-field input[type="email"] + .form-control-feedback,
.acf-field .form-group-sm input[type="email"] + .form-control-feedback,
.form-group-sm .acf-field input[type="url"] + .form-control-feedback,
.acf-field .form-group-sm input[type="url"] + .form-control-feedback,
.form-group-sm .acf-field textarea + .form-control-feedback,
.acf-field .form-group-sm textarea + .form-control-feedback,
.form-group-sm .acf-field select + .form-control-feedback,
.acf-field .form-group-sm select + .form-control-feedback,
.form-group-sm .woocommerce div.product form.cart .variations select + .form-control-feedback,
.woocommerce div.product form.cart .variations .form-group-sm select + .form-control-feedback,
.form-group-sm .woocommerce form .form-row textarea + .form-control-feedback,
.woocommerce form .form-row .form-group-sm textarea + .form-control-feedback,
.form-group-sm .woocommerce form .form-row select + .form-control-feedback,
.woocommerce form .form-row .form-group-sm select + .form-control-feedback,
.form-group-sm .woocommerce .input-text + .form-control-feedback,
.woocommerce .form-group-sm .input-text + .form-control-feedback,
.form-group-sm .woocommerce .quantity input.qty + .form-control-feedback,
.woocommerce .quantity .form-group-sm input.qty + .form-control-feedback,
.form-group-sm #simba_two_factor_auth + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block, .has-success .acf-field .af-field-instructions, .acf-field .has-success .af-field-instructions,
.has-success .control-label,
.has-success .radio,
.has-success .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .has-success li,
.has-success .acf-field ul.acf-radio-list > li,
.acf-field .has-success ul.acf-radio-list > li,
.has-success .checkbox,
.has-success .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .has-success .acf-true-false,
.has-success .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .has-success li,
.has-success .acf-field ul.acf-checkbox-list > li,
.acf-field .has-success ul.acf-checkbox-list > li,
.has-success .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false,
.af-field-type-true-false:not(.acf-field-has-ui) .has-success .acf-true-false,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li.has-success label,
.acf-field ul.acf-radio-list > li.has-success label,
.acf-field .acf-label ul.acf-radio-list > li.has-success label,
.has-success.checkbox label,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .has-success.acf-true-false label,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li.has-success label,
.acf-field ul.acf-checkbox-list > li.has-success label,
.af-field-type-true-false:not(.acf-field-has-ui) .has-success.acf-true-false label,
.acf-field .acf-label ul.acf-checkbox-list > li.has-success label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success .select2-container .select2-choice, .select2-container .has-success .select2-choice, .has-success .acf-field input[type="text"], .acf-field .has-success input[type="text"],
.has-success .acf-field input[type="password"], .acf-field .has-success input[type="password"],
.has-success .acf-field input[type="number"], .acf-field .has-success input[type="number"],
.has-success .acf-field input[type="search"], .acf-field .has-success input[type="search"],
.has-success .acf-field input[type="email"], .acf-field .has-success input[type="email"],
.has-success .acf-field input[type="url"], .acf-field .has-success input[type="url"],
.has-success .acf-field textarea, .acf-field .has-success textarea,
.has-success .acf-field select, .acf-field .has-success select, .has-success .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .has-success select,
.has-success .woocommerce form .form-row textarea, .woocommerce form .form-row .has-success textarea,
.has-success .woocommerce form .form-row select, .woocommerce form .form-row .has-success select,
.has-success .woocommerce .input-text, .woocommerce .has-success .input-text,
.has-success .woocommerce .quantity input.qty, .woocommerce .quantity .has-success input.qty, .has-success #simba_two_factor_auth {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .select2-container .select2-choice:focus, .select2-container .has-success .select2-choice:focus, .has-success .acf-field input:focus[type="text"], .acf-field .has-success input:focus[type="text"],
  .has-success .acf-field input:focus[type="password"], .acf-field .has-success input:focus[type="password"],
  .has-success .acf-field input:focus[type="number"], .acf-field .has-success input:focus[type="number"],
  .has-success .acf-field input:focus[type="search"], .acf-field .has-success input:focus[type="search"],
  .has-success .acf-field input:focus[type="email"], .acf-field .has-success input:focus[type="email"],
  .has-success .acf-field input:focus[type="url"], .acf-field .has-success input:focus[type="url"],
  .has-success .acf-field textarea:focus, .acf-field .has-success textarea:focus,
  .has-success .acf-field select:focus, .acf-field .has-success select:focus, .has-success .woocommerce div.product form.cart .variations select:focus, .woocommerce div.product form.cart .variations .has-success select:focus,
  .has-success .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .has-success textarea:focus,
  .has-success .woocommerce form .form-row select:focus, .woocommerce form .form-row .has-success select:focus,
  .has-success .woocommerce .input-text:focus, .woocommerce .has-success .input-text:focus,
  .has-success .woocommerce .quantity input.qty:focus, .woocommerce .quantity .has-success input.qty:focus, .has-success #simba_two_factor_auth:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .acf-field .af-field-instructions, .acf-field .has-warning .af-field-instructions,
.has-warning .control-label,
.has-warning .radio,
.has-warning .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .has-warning li,
.has-warning .acf-field ul.acf-radio-list > li,
.acf-field .has-warning ul.acf-radio-list > li,
.has-warning .checkbox,
.has-warning .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .has-warning .acf-true-false,
.has-warning .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .has-warning li,
.has-warning .acf-field ul.acf-checkbox-list > li,
.acf-field .has-warning ul.acf-checkbox-list > li,
.has-warning .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false,
.af-field-type-true-false:not(.acf-field-has-ui) .has-warning .acf-true-false,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li.has-warning label,
.acf-field ul.acf-radio-list > li.has-warning label,
.acf-field .acf-label ul.acf-radio-list > li.has-warning label,
.has-warning.checkbox label,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .has-warning.acf-true-false label,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li.has-warning label,
.acf-field ul.acf-checkbox-list > li.has-warning label,
.af-field-type-true-false:not(.acf-field-has-ui) .has-warning.acf-true-false label,
.acf-field .acf-label ul.acf-checkbox-list > li.has-warning label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning .select2-container .select2-choice, .select2-container .has-warning .select2-choice, .has-warning .acf-field input[type="text"], .acf-field .has-warning input[type="text"],
.has-warning .acf-field input[type="password"], .acf-field .has-warning input[type="password"],
.has-warning .acf-field input[type="number"], .acf-field .has-warning input[type="number"],
.has-warning .acf-field input[type="search"], .acf-field .has-warning input[type="search"],
.has-warning .acf-field input[type="email"], .acf-field .has-warning input[type="email"],
.has-warning .acf-field input[type="url"], .acf-field .has-warning input[type="url"],
.has-warning .acf-field textarea, .acf-field .has-warning textarea,
.has-warning .acf-field select, .acf-field .has-warning select, .has-warning .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .has-warning select,
.has-warning .woocommerce form .form-row textarea, .woocommerce form .form-row .has-warning textarea,
.has-warning .woocommerce form .form-row select, .woocommerce form .form-row .has-warning select,
.has-warning .woocommerce .input-text, .woocommerce .has-warning .input-text,
.has-warning .woocommerce .quantity input.qty, .woocommerce .quantity .has-warning input.qty, .has-warning #simba_two_factor_auth {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .select2-container .select2-choice:focus, .select2-container .has-warning .select2-choice:focus, .has-warning .acf-field input:focus[type="text"], .acf-field .has-warning input:focus[type="text"],
  .has-warning .acf-field input:focus[type="password"], .acf-field .has-warning input:focus[type="password"],
  .has-warning .acf-field input:focus[type="number"], .acf-field .has-warning input:focus[type="number"],
  .has-warning .acf-field input:focus[type="search"], .acf-field .has-warning input:focus[type="search"],
  .has-warning .acf-field input:focus[type="email"], .acf-field .has-warning input:focus[type="email"],
  .has-warning .acf-field input:focus[type="url"], .acf-field .has-warning input:focus[type="url"],
  .has-warning .acf-field textarea:focus, .acf-field .has-warning textarea:focus,
  .has-warning .acf-field select:focus, .acf-field .has-warning select:focus, .has-warning .woocommerce div.product form.cart .variations select:focus, .woocommerce div.product form.cart .variations .has-warning select:focus,
  .has-warning .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .has-warning textarea:focus,
  .has-warning .woocommerce form .form-row select:focus, .woocommerce form .form-row .has-warning select:focus,
  .has-warning .woocommerce .input-text:focus, .woocommerce .has-warning .input-text:focus,
  .has-warning .woocommerce .quantity input.qty:focus, .woocommerce .quantity .has-warning input.qty:focus, .has-warning #simba_two_factor_auth:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .acf-field .af-field-instructions, .acf-field .has-error .af-field-instructions,
.has-error .control-label,
.has-error .radio,
.has-error .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .has-error li,
.has-error .acf-field ul.acf-radio-list > li,
.acf-field .has-error ul.acf-radio-list > li,
.has-error .checkbox,
.has-error .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .has-error .acf-true-false,
.has-error .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .has-error li,
.has-error .acf-field ul.acf-checkbox-list > li,
.acf-field .has-error ul.acf-checkbox-list > li,
.has-error .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false,
.af-field-type-true-false:not(.acf-field-has-ui) .has-error .acf-true-false,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li.has-error label,
.acf-field ul.acf-radio-list > li.has-error label,
.acf-field .acf-label ul.acf-radio-list > li.has-error label,
.has-error.checkbox label,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .has-error.acf-true-false label,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li.has-error label,
.acf-field ul.acf-checkbox-list > li.has-error label,
.af-field-type-true-false:not(.acf-field-has-ui) .has-error.acf-true-false label,
.acf-field .acf-label ul.acf-checkbox-list > li.has-error label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error .select2-container .select2-choice, .select2-container .has-error .select2-choice, .has-error .acf-field input[type="text"], .acf-field .has-error input[type="text"],
.has-error .acf-field input[type="password"], .acf-field .has-error input[type="password"],
.has-error .acf-field input[type="number"], .acf-field .has-error input[type="number"],
.has-error .acf-field input[type="search"], .acf-field .has-error input[type="search"],
.has-error .acf-field input[type="email"], .acf-field .has-error input[type="email"],
.has-error .acf-field input[type="url"], .acf-field .has-error input[type="url"],
.has-error .acf-field textarea, .acf-field .has-error textarea,
.has-error .acf-field select, .acf-field .has-error select, .has-error .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .has-error select,
.has-error .woocommerce form .form-row textarea, .woocommerce form .form-row .has-error textarea,
.has-error .woocommerce form .form-row select, .woocommerce form .form-row .has-error select,
.has-error .woocommerce .input-text, .woocommerce .has-error .input-text,
.has-error .woocommerce .quantity input.qty, .woocommerce .quantity .has-error input.qty, .has-error #simba_two_factor_auth {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .select2-container .select2-choice:focus, .select2-container .has-error .select2-choice:focus, .has-error .acf-field input:focus[type="text"], .acf-field .has-error input:focus[type="text"],
  .has-error .acf-field input:focus[type="password"], .acf-field .has-error input:focus[type="password"],
  .has-error .acf-field input:focus[type="number"], .acf-field .has-error input:focus[type="number"],
  .has-error .acf-field input:focus[type="search"], .acf-field .has-error input:focus[type="search"],
  .has-error .acf-field input:focus[type="email"], .acf-field .has-error input:focus[type="email"],
  .has-error .acf-field input:focus[type="url"], .acf-field .has-error input:focus[type="url"],
  .has-error .acf-field textarea:focus, .acf-field .has-error textarea:focus,
  .has-error .acf-field select:focus, .acf-field .has-error select:focus, .has-error .woocommerce div.product form.cart .variations select:focus, .woocommerce div.product form.cart .variations .has-error select:focus,
  .has-error .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .has-error textarea:focus,
  .has-error .woocommerce form .form-row select:focus, .woocommerce form .form-row .has-error select:focus,
  .has-error .woocommerce .input-text:focus, .woocommerce .has-error .input-text:focus,
  .has-error .woocommerce .quantity input.qty:focus, .woocommerce .quantity .has-error input.qty:focus, .has-error #simba_two_factor_auth:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback, .has-feedback .acf-field .acf-label label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.screen-reader-text ~ .form-control-feedback, .has-feedback .acf-field .acf-label label.screen-reader-text ~ .form-control-feedback, .has-feedback .acf-field .acf-label label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block, .acf-field .af-field-instructions {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #969696; }

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .woocommerce form .form-row, .woocommerce form .form-inline .form-row,
  .form-inline .woocommerce-page form .form-row, .woocommerce-page form .form-inline .form-row, .form-inline .acf-field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .select2-container .select2-choice, .select2-container .form-inline .select2-choice, .form-inline .acf-field input[type="text"], .acf-field .form-inline input[type="text"],
  .form-inline .acf-field input[type="password"], .acf-field .form-inline input[type="password"],
  .form-inline .acf-field input[type="number"], .acf-field .form-inline input[type="number"],
  .form-inline .acf-field input[type="search"], .acf-field .form-inline input[type="search"],
  .form-inline .acf-field input[type="email"], .acf-field .form-inline input[type="email"],
  .form-inline .acf-field input[type="url"], .acf-field .form-inline input[type="url"],
  .form-inline .acf-field textarea, .acf-field .form-inline textarea,
  .form-inline .acf-field select, .acf-field .form-inline select, .form-inline .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .form-inline select,
  .form-inline .woocommerce form .form-row textarea, .woocommerce form .form-row .form-inline textarea,
  .form-inline .woocommerce form .form-row select, .woocommerce form .form-row .form-inline select,
  .form-inline .woocommerce .input-text, .woocommerce .form-inline .input-text,
  .form-inline .woocommerce .quantity input.qty, .woocommerce .quantity .form-inline input.qty, .form-inline #simba_two_factor_auth {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .select2-container .select2-choice,
    .select2-container .form-inline .input-group .select2-choice,
    .form-inline .input-group .acf-field input[type="text"],
    .acf-field .form-inline .input-group input[type="text"],
    .form-inline .input-group .acf-field input[type="password"],
    .acf-field .form-inline .input-group input[type="password"],
    .form-inline .input-group .acf-field input[type="number"],
    .acf-field .form-inline .input-group input[type="number"],
    .form-inline .input-group .acf-field input[type="search"],
    .acf-field .form-inline .input-group input[type="search"],
    .form-inline .input-group .acf-field input[type="email"],
    .acf-field .form-inline .input-group input[type="email"],
    .form-inline .input-group .acf-field input[type="url"],
    .acf-field .form-inline .input-group input[type="url"],
    .form-inline .input-group .acf-field textarea,
    .acf-field .form-inline .input-group textarea,
    .form-inline .input-group .acf-field select,
    .acf-field .form-inline .input-group select,
    .form-inline .input-group .woocommerce div.product form.cart .variations select,
    .woocommerce div.product form.cart .variations .form-inline .input-group select,
    .form-inline .input-group .woocommerce form .form-row textarea,
    .woocommerce form .form-row .form-inline .input-group textarea,
    .form-inline .input-group .woocommerce form .form-row select,
    .woocommerce form .form-row .form-inline .input-group select,
    .form-inline .input-group .woocommerce .input-text,
    .woocommerce .form-inline .input-group .input-text,
    .form-inline .input-group .woocommerce .quantity input.qty,
    .woocommerce .quantity .form-inline .input-group input.qty,
    .form-inline .input-group #simba_two_factor_auth {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .select2-container .input-group > .select2-choice, .select2-container .form-inline .input-group > .select2-choice, .form-inline .acf-field .input-group > input[type="text"], .acf-field .form-inline .input-group > input[type="text"],
  .form-inline .acf-field .input-group > input[type="password"], .acf-field .form-inline .input-group > input[type="password"],
  .form-inline .acf-field .input-group > input[type="number"], .acf-field .form-inline .input-group > input[type="number"],
  .form-inline .acf-field .input-group > input[type="search"], .acf-field .form-inline .input-group > input[type="search"],
  .form-inline .acf-field .input-group > input[type="email"], .acf-field .form-inline .input-group > input[type="email"],
  .form-inline .acf-field .input-group > input[type="url"], .acf-field .form-inline .input-group > input[type="url"],
  .form-inline .acf-field .input-group > textarea, .acf-field .form-inline .input-group > textarea,
  .form-inline .acf-field .input-group > select, .acf-field .form-inline .input-group > select, .form-inline .woocommerce div.product form.cart .variations .input-group > select, .woocommerce div.product form.cart .variations .form-inline .input-group > select,
  .form-inline .woocommerce form .form-row .input-group > textarea, .woocommerce form .form-row .form-inline .input-group > textarea,
  .form-inline .woocommerce form .form-row .input-group > select, .woocommerce form .form-row .form-inline .input-group > select,
  .form-inline .woocommerce .input-group > .input-text, .woocommerce .form-inline .input-group > .input-text,
  .form-inline .woocommerce .quantity .input-group > input.qty, .woocommerce .quantity .form-inline .input-group > input.qty, .form-inline .input-group > #simba_two_factor_auth {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .form-inline li, .form-inline .acf-field ul.acf-radio-list > li, .acf-field .form-inline ul.acf-radio-list > li,
  .form-inline .checkbox,
  .form-inline .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .form-inline .acf-true-false,
  .form-inline .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li,
  .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .form-inline li,
  .form-inline .acf-field ul.acf-checkbox-list > li,
  .acf-field .form-inline ul.acf-checkbox-list > li,
  .form-inline .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false,
  .af-field-type-true-false:not(.acf-field-has-ui) .form-inline .acf-true-false {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .form-inline li label, .form-inline .acf-field ul.acf-radio-list > li label, .acf-field .form-inline ul.acf-radio-list > li label, .form-inline .acf-field .acf-label ul.acf-radio-list > li label,
    .form-inline .checkbox label,
    .form-inline .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false label,
    .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .form-inline .acf-true-false label,
    .form-inline .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li label,
    .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .form-inline li label,
    .form-inline .acf-field ul.acf-checkbox-list > li label,
    .acf-field .form-inline ul.acf-checkbox-list > li label,
    .form-inline .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false label,
    .af-field-type-true-false:not(.acf-field-has-ui) .form-inline .acf-true-false label,
    .form-inline .acf-field .acf-label ul.acf-checkbox-list > li label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li input[type="radio"], .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .form-inline li input[type="radio"], .form-inline .acf-field ul.acf-radio-list > li input[type="radio"], .acf-field .form-inline ul.acf-radio-list > li input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false input[type="checkbox"],
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .form-inline .acf-true-false input[type="checkbox"],
  .form-inline .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li input[type="checkbox"],
  .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .form-inline li input[type="checkbox"],
  .form-inline .acf-field ul.acf-checkbox-list > li input[type="checkbox"],
  .acf-field .form-inline ul.acf-checkbox-list > li input[type="checkbox"],
  .form-inline .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false input[type="checkbox"],
  .af-field-type-true-false:not(.acf-field-has-ui) .form-inline .acf-true-false input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .form-horizontal li, .form-horizontal .acf-field ul.acf-radio-list > li, .acf-field .form-horizontal ul.acf-radio-list > li,
.form-horizontal .checkbox,
.form-horizontal .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .form-horizontal .acf-true-false,
.form-horizontal .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .form-horizontal li,
.form-horizontal .acf-field ul.acf-checkbox-list > li,
.acf-field .form-horizontal ul.acf-checkbox-list > li,
.form-horizontal .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false,
.af-field-type-true-false:not(.acf-field-has-ui) .form-horizontal .acf-true-false,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .form-horizontal li, .form-horizontal .acf-field ul.acf-radio-list > li, .acf-field .form-horizontal ul.acf-radio-list > li,
.form-horizontal .checkbox,
.form-horizontal .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .form-horizontal .acf-true-false,
.form-horizontal .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li,
.af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .form-horizontal li,
.form-horizontal .acf-field ul.acf-checkbox-list > li,
.acf-field .form-horizontal ul.acf-checkbox-list > li,
.form-horizontal .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false,
.af-field-type-true-false:not(.acf-field-has-ui) .form-horizontal .acf-true-false {
  min-height: 29px; }

.form-horizontal .form-group, .form-horizontal .woocommerce form .form-row, .woocommerce form .form-horizontal .form-row,
.form-horizontal .woocommerce-page form .form-row, .woocommerce-page form .form-horizontal .form-row, .form-horizontal .acf-field {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .woocommerce form .form-row:before, .woocommerce form .form-horizontal .form-row:before,
  .form-horizontal .woocommerce-page form .form-row:before, .woocommerce-page form .form-horizontal .form-row:before, .form-horizontal .acf-field:before, .form-horizontal .form-group:after, .form-horizontal .woocommerce form .form-row:after, .woocommerce form .form-horizontal .form-row:after,
  .form-horizontal .woocommerce-page form .form-row:after, .woocommerce-page form .form-horizontal .form-row:after, .form-horizontal .acf-field:after {
    content: "\20";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal .woocommerce form .form-row:after, .woocommerce form .form-horizontal .form-row:after,
  .form-horizontal .woocommerce-page form .form-row:after, .woocommerce-page form .form-horizontal .form-row:after, .form-horizontal .acf-field:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button, .card.post-type-product .card-meta .widget-product-item, .acf-button, .acf-color_picker .wp-picker-container .wp-picker-clear {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:focus, .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus,
  .woocommerce-page #respond input#submit:focus,
  .woocommerce-page a.button:focus,
  .woocommerce-page button.button:focus,
  .woocommerce-page input.button:focus, .card.post-type-product .card-meta .widget-product-item:focus, .acf-button:focus, .acf-color_picker .wp-picker-container .wp-picker-clear:focus, .btn.focus, .acf-field[data-type="image"] .hide-if-value label.focus.acf-basic-uploader, .woocommerce #respond input.focus#submit,
  .woocommerce a.focus.button,
  .woocommerce button.focus.button,
  .woocommerce input.focus.button,
  .woocommerce-page #respond input.focus#submit,
  .woocommerce-page a.focus.button,
  .woocommerce-page button.focus.button,
  .woocommerce-page input.focus.button, .card.post-type-product .card-meta .focus.widget-product-item, .focus.acf-button, .acf-color_picker .wp-picker-container .focus.wp-picker-clear, .btn:active:focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:active:focus, .woocommerce #respond input#submit:active:focus,
  .woocommerce a.button:active:focus,
  .woocommerce button.button:active:focus,
  .woocommerce input.button:active:focus,
  .woocommerce-page #respond input#submit:active:focus,
  .woocommerce-page a.button:active:focus,
  .woocommerce-page button.button:active:focus,
  .woocommerce-page input.button:active:focus, .card.post-type-product .card-meta .widget-product-item:active:focus, .acf-button:active:focus, .acf-color_picker .wp-picker-container .wp-picker-clear:active:focus, .btn:active.focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:active.focus, .woocommerce #respond input#submit:active.focus,
  .woocommerce a.button:active.focus,
  .woocommerce button.button:active.focus,
  .woocommerce input.button:active.focus,
  .woocommerce-page #respond input#submit:active.focus,
  .woocommerce-page a.button:active.focus,
  .woocommerce-page button.button:active.focus,
  .woocommerce-page input.button:active.focus, .card.post-type-product .card-meta .widget-product-item:active.focus, .acf-button:active.focus, .acf-color_picker .wp-picker-container .wp-picker-clear:active.focus, .btn.active:focus, .acf-field[data-type="image"] .hide-if-value label.active.acf-basic-uploader:focus, .woocommerce #respond input.active#submit:focus,
  .woocommerce a.active.button:focus,
  .woocommerce button.active.button:focus,
  .woocommerce input.active.button:focus,
  .woocommerce-page #respond input.active#submit:focus,
  .woocommerce-page a.active.button:focus,
  .woocommerce-page button.active.button:focus,
  .woocommerce-page input.active.button:focus, .card.post-type-product .card-meta .active.widget-product-item:focus, .active.acf-button:focus, .acf-color_picker .wp-picker-container .active.wp-picker-clear:focus, .btn.active.focus, .acf-field[data-type="image"] .hide-if-value label.active.focus.acf-basic-uploader, .woocommerce #respond input.active.focus#submit,
  .woocommerce a.active.focus.button,
  .woocommerce button.active.focus.button,
  .woocommerce input.active.focus.button,
  .woocommerce-page #respond input.active.focus#submit,
  .woocommerce-page a.active.focus.button,
  .woocommerce-page button.active.focus.button,
  .woocommerce-page input.active.focus.button, .card.post-type-product .card-meta .active.focus.widget-product-item, .active.focus.acf-button, .acf-color_picker .wp-picker-container .active.focus.wp-picker-clear {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:hover, .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce-page #respond input#submit:hover,
  .woocommerce-page a.button:hover,
  .woocommerce-page button.button:hover,
  .woocommerce-page input.button:hover, .card.post-type-product .card-meta .widget-product-item:hover, .acf-button:hover, .acf-color_picker .wp-picker-container .wp-picker-clear:hover, .btn:focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:focus, .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus,
  .woocommerce-page #respond input#submit:focus,
  .woocommerce-page a.button:focus,
  .woocommerce-page button.button:focus,
  .woocommerce-page input.button:focus, .card.post-type-product .card-meta .widget-product-item:focus, .acf-button:focus, .acf-color_picker .wp-picker-container .wp-picker-clear:focus, .btn.focus, .acf-field[data-type="image"] .hide-if-value label.focus.acf-basic-uploader, .woocommerce #respond input.focus#submit,
  .woocommerce a.focus.button,
  .woocommerce button.focus.button,
  .woocommerce input.focus.button,
  .woocommerce-page #respond input.focus#submit,
  .woocommerce-page a.focus.button,
  .woocommerce-page button.focus.button,
  .woocommerce-page input.focus.button, .card.post-type-product .card-meta .focus.widget-product-item, .focus.acf-button, .acf-color_picker .wp-picker-container .focus.wp-picker-clear {
    color: #01aeb8;
    text-decoration: none; }
  .btn:active, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:active, .woocommerce #respond input#submit:active,
  .woocommerce a.button:active,
  .woocommerce button.button:active,
  .woocommerce input.button:active,
  .woocommerce-page #respond input#submit:active,
  .woocommerce-page a.button:active,
  .woocommerce-page button.button:active,
  .woocommerce-page input.button:active, .card.post-type-product .card-meta .widget-product-item:active, .acf-button:active, .acf-color_picker .wp-picker-container .wp-picker-clear:active, .btn.active, .acf-field[data-type="image"] .hide-if-value label.active.acf-basic-uploader, .woocommerce #respond input.active#submit,
  .woocommerce a.active.button,
  .woocommerce button.active.button,
  .woocommerce input.active.button,
  .woocommerce-page #respond input.active#submit,
  .woocommerce-page a.active.button,
  .woocommerce-page button.active.button,
  .woocommerce-page input.active.button, .card.post-type-product .card-meta .active.widget-product-item, .active.acf-button, .acf-color_picker .wp-picker-container .active.wp-picker-clear {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .acf-field[data-type="image"] .hide-if-value label.disabled.acf-basic-uploader, .woocommerce #respond input.disabled#submit,
  .woocommerce a.disabled.button,
  .woocommerce button.disabled.button,
  .woocommerce input.disabled.button,
  .woocommerce-page #respond input.disabled#submit,
  .woocommerce-page a.disabled.button,
  .woocommerce-page button.disabled.button,
  .woocommerce-page input.disabled.button, .card.post-type-product .card-meta .disabled.widget-product-item, .disabled.acf-button, .acf-color_picker .wp-picker-container .disabled.wp-picker-clear, .btn[disabled], .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader[disabled], .woocommerce #respond input#submit[disabled],
  .woocommerce a.button[disabled],
  .woocommerce button.button[disabled],
  .woocommerce input.button[disabled],
  .woocommerce-page #respond input#submit[disabled],
  .woocommerce-page a.button[disabled],
  .woocommerce-page button.button[disabled],
  .woocommerce-page input.button[disabled], .card.post-type-product .card-meta .widget-product-item[disabled], .acf-button[disabled], .acf-color_picker .wp-picker-container .wp-picker-clear[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader,
  .acf-field[data-type="image"] .hide-if-value fieldset[disabled] label.acf-basic-uploader,
  fieldset[disabled] .woocommerce #respond input#submit,
  .woocommerce #respond fieldset[disabled] input#submit,
  fieldset[disabled] .woocommerce a.button,
  .woocommerce fieldset[disabled] a.button,
  fieldset[disabled] .woocommerce button.button,
  .woocommerce fieldset[disabled] button.button,
  fieldset[disabled] .woocommerce input.button,
  .woocommerce fieldset[disabled] input.button,
  fieldset[disabled] .woocommerce-page #respond input#submit,
  .woocommerce-page #respond fieldset[disabled] input#submit,
  fieldset[disabled] .woocommerce-page a.button,
  .woocommerce-page fieldset[disabled] a.button,
  fieldset[disabled] .woocommerce-page button.button,
  .woocommerce-page fieldset[disabled] button.button,
  fieldset[disabled] .woocommerce-page input.button,
  .woocommerce-page fieldset[disabled] input.button,
  fieldset[disabled] .card.post-type-product .card-meta .widget-product-item,
  .card.post-type-product .card-meta fieldset[disabled] .widget-product-item,
  fieldset[disabled] .acf-button,
  fieldset[disabled] .acf-color_picker .wp-picker-container .wp-picker-clear,
  .acf-color_picker .wp-picker-container fieldset[disabled] .wp-picker-clear {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
.woocommerce a.disabled.button,
.woocommerce-page a.disabled.button, .card.post-type-product .card-meta a.disabled.widget-product-item, a.disabled.acf-button, .acf-color_picker .wp-picker-container a.disabled.wp-picker-clear,
fieldset[disabled] a.btn,
fieldset[disabled] .woocommerce a.button,
.woocommerce fieldset[disabled] a.button,
fieldset[disabled] .woocommerce-page a.button,
.woocommerce-page fieldset[disabled] a.button,
fieldset[disabled] .card.post-type-product .card-meta a.widget-product-item,
.card.post-type-product .card-meta fieldset[disabled] a.widget-product-item,
fieldset[disabled] a.acf-button,
fieldset[disabled] .acf-color_picker .wp-picker-container a.wp-picker-clear,
.acf-color_picker .wp-picker-container fieldset[disabled] a.wp-picker-clear {
  pointer-events: none; }

.btn-default, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button, .acf-button.af-submit-draft[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear {
  color: #01aeb8;
  background-color: #fff;
  border-color: #fff; }
  .btn-default:focus, .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus,
  .woocommerce-page #respond input#submit:focus,
  .woocommerce-page a.button:focus,
  .woocommerce-page button.button:focus,
  .woocommerce-page input.button:focus, .acf-button.af-submit-draft:focus[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear:focus, .btn-default.focus, .woocommerce #respond input.focus#submit,
  .woocommerce a.focus.button,
  .woocommerce button.focus.button,
  .woocommerce input.focus.button,
  .woocommerce-page #respond input.focus#submit,
  .woocommerce-page a.focus.button,
  .woocommerce-page button.focus.button,
  .woocommerce-page input.focus.button, .focus.acf-button.af-submit-draft[type="submit"], .acf-color_picker .wp-picker-container .focus.wp-picker-clear {
    color: #01aeb8;
    background-color: #e6e5e5;
    border-color: #bfbfbf; }
  .btn-default:hover, .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce-page #respond input#submit:hover,
  .woocommerce-page a.button:hover,
  .woocommerce-page button.button:hover,
  .woocommerce-page input.button:hover, .acf-button.af-submit-draft:hover[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear:hover {
    color: #01aeb8;
    background-color: #e6e5e5;
    border-color: #e0e0e0; }
  .btn-default:active, .woocommerce #respond input#submit:active,
  .woocommerce a.button:active,
  .woocommerce button.button:active,
  .woocommerce input.button:active,
  .woocommerce-page #respond input#submit:active,
  .woocommerce-page a.button:active,
  .woocommerce-page button.button:active,
  .woocommerce-page input.button:active, .acf-button.af-submit-draft:active[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear:active, .btn-default.active, .woocommerce #respond input.active#submit,
  .woocommerce a.active.button,
  .woocommerce button.active.button,
  .woocommerce input.active.button,
  .woocommerce-page #respond input.active#submit,
  .woocommerce-page a.active.button,
  .woocommerce-page button.active.button,
  .woocommerce-page input.active.button, .active.acf-button.af-submit-draft[type="submit"], .acf-color_picker .wp-picker-container .active.wp-picker-clear,
  .open > .btn-default.dropdown-toggle,
  .woocommerce #respond .open > input.dropdown-toggle#submit,
  .woocommerce .open > a.dropdown-toggle.button,
  .woocommerce .open > button.dropdown-toggle.button,
  .woocommerce .open > input.dropdown-toggle.button,
  .woocommerce-page #respond .open > input.dropdown-toggle#submit,
  .woocommerce-page .open > a.dropdown-toggle.button,
  .woocommerce-page .open > button.dropdown-toggle.button,
  .woocommerce-page .open > input.dropdown-toggle.button,
  .open > .dropdown-toggle.acf-button.af-submit-draft[type="submit"],
  .acf-color_picker .wp-picker-container .open > .dropdown-toggle.wp-picker-clear {
    color: #01aeb8;
    background-color: #e6e5e5;
    border-color: #e0e0e0; }
    .btn-default:active:hover, .woocommerce #respond input#submit:active:hover,
    .woocommerce a.button:active:hover,
    .woocommerce button.button:active:hover,
    .woocommerce input.button:active:hover,
    .woocommerce-page #respond input#submit:active:hover,
    .woocommerce-page a.button:active:hover,
    .woocommerce-page button.button:active:hover,
    .woocommerce-page input.button:active:hover, .acf-button.af-submit-draft:active:hover[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear:active:hover, .btn-default:active:focus, .woocommerce #respond input#submit:active:focus,
    .woocommerce a.button:active:focus,
    .woocommerce button.button:active:focus,
    .woocommerce input.button:active:focus,
    .woocommerce-page #respond input#submit:active:focus,
    .woocommerce-page a.button:active:focus,
    .woocommerce-page button.button:active:focus,
    .woocommerce-page input.button:active:focus, .acf-button.af-submit-draft:active:focus[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear:active:focus, .btn-default:active.focus, .woocommerce #respond input#submit:active.focus,
    .woocommerce a.button:active.focus,
    .woocommerce button.button:active.focus,
    .woocommerce input.button:active.focus,
    .woocommerce-page #respond input#submit:active.focus,
    .woocommerce-page a.button:active.focus,
    .woocommerce-page button.button:active.focus,
    .woocommerce-page input.button:active.focus, .acf-button.af-submit-draft:active.focus[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear:active.focus, .btn-default.active:hover, .woocommerce #respond input.active#submit:hover,
    .woocommerce a.active.button:hover,
    .woocommerce button.active.button:hover,
    .woocommerce input.active.button:hover,
    .woocommerce-page #respond input.active#submit:hover,
    .woocommerce-page a.active.button:hover,
    .woocommerce-page button.active.button:hover,
    .woocommerce-page input.active.button:hover, .active.acf-button.af-submit-draft:hover[type="submit"], .acf-color_picker .wp-picker-container .active.wp-picker-clear:hover, .btn-default.active:focus, .woocommerce #respond input.active#submit:focus,
    .woocommerce a.active.button:focus,
    .woocommerce button.active.button:focus,
    .woocommerce input.active.button:focus,
    .woocommerce-page #respond input.active#submit:focus,
    .woocommerce-page a.active.button:focus,
    .woocommerce-page button.active.button:focus,
    .woocommerce-page input.active.button:focus, .active.acf-button.af-submit-draft:focus[type="submit"], .acf-color_picker .wp-picker-container .active.wp-picker-clear:focus, .btn-default.active.focus, .woocommerce #respond input.active.focus#submit,
    .woocommerce a.active.focus.button,
    .woocommerce button.active.focus.button,
    .woocommerce input.active.focus.button,
    .woocommerce-page #respond input.active.focus#submit,
    .woocommerce-page a.active.focus.button,
    .woocommerce-page button.active.focus.button,
    .woocommerce-page input.active.focus.button, .active.focus.acf-button.af-submit-draft[type="submit"], .acf-color_picker .wp-picker-container .active.focus.wp-picker-clear,
    .open > .btn-default.dropdown-toggle:hover,
    .woocommerce #respond .open > input.dropdown-toggle#submit:hover,
    .woocommerce .open > a.dropdown-toggle.button:hover,
    .woocommerce .open > button.dropdown-toggle.button:hover,
    .woocommerce .open > input.dropdown-toggle.button:hover,
    .woocommerce-page #respond .open > input.dropdown-toggle#submit:hover,
    .woocommerce-page .open > a.dropdown-toggle.button:hover,
    .woocommerce-page .open > button.dropdown-toggle.button:hover,
    .woocommerce-page .open > input.dropdown-toggle.button:hover,
    .open > .dropdown-toggle.acf-button.af-submit-draft:hover[type="submit"],
    .acf-color_picker .wp-picker-container .open > .dropdown-toggle.wp-picker-clear:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .woocommerce #respond .open > input.dropdown-toggle#submit:focus,
    .woocommerce .open > a.dropdown-toggle.button:focus,
    .woocommerce .open > button.dropdown-toggle.button:focus,
    .woocommerce .open > input.dropdown-toggle.button:focus,
    .woocommerce-page #respond .open > input.dropdown-toggle#submit:focus,
    .woocommerce-page .open > a.dropdown-toggle.button:focus,
    .woocommerce-page .open > button.dropdown-toggle.button:focus,
    .woocommerce-page .open > input.dropdown-toggle.button:focus,
    .open > .dropdown-toggle.acf-button.af-submit-draft:focus[type="submit"],
    .acf-color_picker .wp-picker-container .open > .dropdown-toggle.wp-picker-clear:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .woocommerce #respond .open > input.dropdown-toggle.focus#submit,
    .woocommerce .open > a.dropdown-toggle.focus.button,
    .woocommerce .open > button.dropdown-toggle.focus.button,
    .woocommerce .open > input.dropdown-toggle.focus.button,
    .woocommerce-page #respond .open > input.dropdown-toggle.focus#submit,
    .woocommerce-page .open > a.dropdown-toggle.focus.button,
    .woocommerce-page .open > button.dropdown-toggle.focus.button,
    .woocommerce-page .open > input.dropdown-toggle.focus.button,
    .open > .dropdown-toggle.focus.acf-button.af-submit-draft[type="submit"],
    .acf-color_picker .wp-picker-container .open > .dropdown-toggle.focus.wp-picker-clear {
      color: #01aeb8;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-default:active, .woocommerce #respond input#submit:active,
  .woocommerce a.button:active,
  .woocommerce button.button:active,
  .woocommerce input.button:active,
  .woocommerce-page #respond input#submit:active,
  .woocommerce-page a.button:active,
  .woocommerce-page button.button:active,
  .woocommerce-page input.button:active, .acf-button.af-submit-draft:active[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear:active, .btn-default.active, .woocommerce #respond input.active#submit,
  .woocommerce a.active.button,
  .woocommerce button.active.button,
  .woocommerce input.active.button,
  .woocommerce-page #respond input.active#submit,
  .woocommerce-page a.active.button,
  .woocommerce-page button.active.button,
  .woocommerce-page input.active.button, .active.acf-button.af-submit-draft[type="submit"], .acf-color_picker .wp-picker-container .active.wp-picker-clear,
  .open > .btn-default.dropdown-toggle,
  .woocommerce #respond .open > input.dropdown-toggle#submit,
  .woocommerce .open > a.dropdown-toggle.button,
  .woocommerce .open > button.dropdown-toggle.button,
  .woocommerce .open > input.dropdown-toggle.button,
  .woocommerce-page #respond .open > input.dropdown-toggle#submit,
  .woocommerce-page .open > a.dropdown-toggle.button,
  .woocommerce-page .open > button.dropdown-toggle.button,
  .woocommerce-page .open > input.dropdown-toggle.button,
  .open > .dropdown-toggle.acf-button.af-submit-draft[type="submit"],
  .acf-color_picker .wp-picker-container .open > .dropdown-toggle.wp-picker-clear {
    background-image: none; }
  .btn-default.disabled:hover, .woocommerce #respond input.disabled#submit:hover,
  .woocommerce a.disabled.button:hover,
  .woocommerce button.disabled.button:hover,
  .woocommerce input.disabled.button:hover,
  .woocommerce-page #respond input.disabled#submit:hover,
  .woocommerce-page a.disabled.button:hover,
  .woocommerce-page button.disabled.button:hover,
  .woocommerce-page input.disabled.button:hover, .disabled.acf-button.af-submit-draft:hover[type="submit"], .acf-color_picker .wp-picker-container .disabled.wp-picker-clear:hover, .btn-default.disabled:focus, .woocommerce #respond input.disabled#submit:focus,
  .woocommerce a.disabled.button:focus,
  .woocommerce button.disabled.button:focus,
  .woocommerce input.disabled.button:focus,
  .woocommerce-page #respond input.disabled#submit:focus,
  .woocommerce-page a.disabled.button:focus,
  .woocommerce-page button.disabled.button:focus,
  .woocommerce-page input.disabled.button:focus, .disabled.acf-button.af-submit-draft:focus[type="submit"], .acf-color_picker .wp-picker-container .disabled.wp-picker-clear:focus, .btn-default.disabled.focus, .woocommerce #respond input.disabled.focus#submit,
  .woocommerce a.disabled.focus.button,
  .woocommerce button.disabled.focus.button,
  .woocommerce input.disabled.focus.button,
  .woocommerce-page #respond input.disabled.focus#submit,
  .woocommerce-page a.disabled.focus.button,
  .woocommerce-page button.disabled.focus.button,
  .woocommerce-page input.disabled.focus.button, .disabled.focus.acf-button.af-submit-draft[type="submit"], .acf-color_picker .wp-picker-container .disabled.focus.wp-picker-clear, .btn-default[disabled]:hover, .woocommerce #respond input#submit[disabled]:hover,
  .woocommerce a.button[disabled]:hover,
  .woocommerce button.button[disabled]:hover,
  .woocommerce input.button[disabled]:hover,
  .woocommerce-page #respond input#submit[disabled]:hover,
  .woocommerce-page a.button[disabled]:hover,
  .woocommerce-page button.button[disabled]:hover,
  .woocommerce-page input.button[disabled]:hover, .acf-button.af-submit-draft[disabled]:hover[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear[disabled]:hover, .btn-default[disabled]:focus, .woocommerce #respond input#submit[disabled]:focus,
  .woocommerce a.button[disabled]:focus,
  .woocommerce button.button[disabled]:focus,
  .woocommerce input.button[disabled]:focus,
  .woocommerce-page #respond input#submit[disabled]:focus,
  .woocommerce-page a.button[disabled]:focus,
  .woocommerce-page button.button[disabled]:focus,
  .woocommerce-page input.button[disabled]:focus, .acf-button.af-submit-draft[disabled]:focus[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear[disabled]:focus, .btn-default[disabled].focus, .woocommerce #respond input#submit[disabled].focus,
  .woocommerce a.button[disabled].focus,
  .woocommerce button.button[disabled].focus,
  .woocommerce input.button[disabled].focus,
  .woocommerce-page #respond input#submit[disabled].focus,
  .woocommerce-page a.button[disabled].focus,
  .woocommerce-page button.button[disabled].focus,
  .woocommerce-page input.button[disabled].focus, .acf-button.af-submit-draft[disabled].focus[type="submit"], .acf-color_picker .wp-picker-container .wp-picker-clear[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .woocommerce #respond input#submit:hover,
  .woocommerce #respond fieldset[disabled] input#submit:hover,
  fieldset[disabled] .woocommerce a.button:hover,
  .woocommerce fieldset[disabled] a.button:hover,
  fieldset[disabled] .woocommerce button.button:hover,
  .woocommerce fieldset[disabled] button.button:hover,
  fieldset[disabled] .woocommerce input.button:hover,
  .woocommerce fieldset[disabled] input.button:hover,
  fieldset[disabled] .woocommerce-page #respond input#submit:hover,
  .woocommerce-page #respond fieldset[disabled] input#submit:hover,
  fieldset[disabled] .woocommerce-page a.button:hover,
  .woocommerce-page fieldset[disabled] a.button:hover,
  fieldset[disabled] .woocommerce-page button.button:hover,
  .woocommerce-page fieldset[disabled] button.button:hover,
  fieldset[disabled] .woocommerce-page input.button:hover,
  .woocommerce-page fieldset[disabled] input.button:hover,
  fieldset[disabled] .acf-button.af-submit-draft:hover[type="submit"],
  fieldset[disabled] .acf-color_picker .wp-picker-container .wp-picker-clear:hover,
  .acf-color_picker .wp-picker-container fieldset[disabled] .wp-picker-clear:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .woocommerce #respond input#submit:focus,
  .woocommerce #respond fieldset[disabled] input#submit:focus,
  fieldset[disabled] .woocommerce a.button:focus,
  .woocommerce fieldset[disabled] a.button:focus,
  fieldset[disabled] .woocommerce button.button:focus,
  .woocommerce fieldset[disabled] button.button:focus,
  fieldset[disabled] .woocommerce input.button:focus,
  .woocommerce fieldset[disabled] input.button:focus,
  fieldset[disabled] .woocommerce-page #respond input#submit:focus,
  .woocommerce-page #respond fieldset[disabled] input#submit:focus,
  fieldset[disabled] .woocommerce-page a.button:focus,
  .woocommerce-page fieldset[disabled] a.button:focus,
  fieldset[disabled] .woocommerce-page button.button:focus,
  .woocommerce-page fieldset[disabled] button.button:focus,
  fieldset[disabled] .woocommerce-page input.button:focus,
  .woocommerce-page fieldset[disabled] input.button:focus,
  fieldset[disabled] .acf-button.af-submit-draft:focus[type="submit"],
  fieldset[disabled] .acf-color_picker .wp-picker-container .wp-picker-clear:focus,
  .acf-color_picker .wp-picker-container fieldset[disabled] .wp-picker-clear:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .woocommerce #respond input.focus#submit,
  .woocommerce #respond fieldset[disabled] input.focus#submit,
  fieldset[disabled] .woocommerce a.focus.button,
  .woocommerce fieldset[disabled] a.focus.button,
  fieldset[disabled] .woocommerce button.focus.button,
  .woocommerce fieldset[disabled] button.focus.button,
  fieldset[disabled] .woocommerce input.focus.button,
  .woocommerce fieldset[disabled] input.focus.button,
  fieldset[disabled] .woocommerce-page #respond input.focus#submit,
  .woocommerce-page #respond fieldset[disabled] input.focus#submit,
  fieldset[disabled] .woocommerce-page a.focus.button,
  .woocommerce-page fieldset[disabled] a.focus.button,
  fieldset[disabled] .woocommerce-page button.focus.button,
  .woocommerce-page fieldset[disabled] button.focus.button,
  fieldset[disabled] .woocommerce-page input.focus.button,
  .woocommerce-page fieldset[disabled] input.focus.button,
  fieldset[disabled] .focus.acf-button.af-submit-draft[type="submit"],
  fieldset[disabled] .acf-color_picker .wp-picker-container .focus.wp-picker-clear,
  .acf-color_picker .wp-picker-container fieldset[disabled] .focus.wp-picker-clear {
    background-color: #fff;
    border-color: #fff; }
  .btn-default .badge, .woocommerce #respond input#submit .badge, .woocommerce a.button .badge, .woocommerce button.button .badge, .woocommerce input.button .badge, .woocommerce-page #respond input#submit .badge, .woocommerce-page a.button .badge, .woocommerce-page button.button .badge, .woocommerce-page input.button .badge, .acf-button.af-submit-draft[type="submit"] .badge, .acf-color_picker .wp-picker-container .wp-picker-clear .badge {
    color: #fff;
    background-color: #01aeb8; }

.btn-primary, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.button-primary,
.woocommerce a.button.alt,
.woocommerce a.button.button-primary,
.woocommerce button.button.alt,
.woocommerce button.button.button-primary,
.woocommerce input.button.alt,
.woocommerce input.button.button-primary,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #respond input#submit.button-primary,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.button-primary,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.button-primary,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.button-primary, .card.post-type-product .card-meta .widget-product-item, .acf-button[type="submit"], .acf-button.button-primary {
  color: #fff;
  background-color: #01aeb8;
  border-color: #01aeb8; }
  .btn-primary:focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.button-primary:focus,
  .woocommerce a.button.alt:focus,
  .woocommerce a.button.button-primary:focus,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.button-primary:focus,
  .woocommerce input.button.alt:focus,
  .woocommerce input.button.button-primary:focus,
  .woocommerce-page #respond input#submit.alt:focus,
  .woocommerce-page #respond input#submit.button-primary:focus,
  .woocommerce-page a.button.alt:focus,
  .woocommerce-page a.button.button-primary:focus,
  .woocommerce-page button.button.alt:focus,
  .woocommerce-page button.button.button-primary:focus,
  .woocommerce-page input.button.alt:focus,
  .woocommerce-page input.button.button-primary:focus, .card.post-type-product .card-meta .widget-product-item:focus, .acf-button:focus[type="submit"], .acf-button.button-primary:focus, .btn-primary.focus, .acf-field[data-type="image"] .hide-if-value label.focus.acf-basic-uploader, .woocommerce #respond input.focus#submit.alt, .woocommerce #respond input.focus#submit.button-primary,
  .woocommerce a.focus.button.alt,
  .woocommerce a.focus.button.button-primary,
  .woocommerce button.focus.button.alt,
  .woocommerce button.focus.button.button-primary,
  .woocommerce input.focus.button.alt,
  .woocommerce input.focus.button.button-primary,
  .woocommerce-page #respond input.focus#submit.alt,
  .woocommerce-page #respond input.focus#submit.button-primary,
  .woocommerce-page a.focus.button.alt,
  .woocommerce-page a.focus.button.button-primary,
  .woocommerce-page button.focus.button.alt,
  .woocommerce-page button.focus.button.button-primary,
  .woocommerce-page input.focus.button.alt,
  .woocommerce-page input.focus.button.button-primary, .card.post-type-product .card-meta .focus.widget-product-item, .focus.acf-button[type="submit"], .focus.acf-button.button-primary {
    color: #fff;
    background-color: #017e85;
    border-color: #003639; }
  .btn-primary:hover, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.button-primary:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.button-primary:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.button-primary:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.button-primary:hover,
  .woocommerce-page #respond input#submit.alt:hover,
  .woocommerce-page #respond input#submit.button-primary:hover,
  .woocommerce-page a.button.alt:hover,
  .woocommerce-page a.button.button-primary:hover,
  .woocommerce-page button.button.alt:hover,
  .woocommerce-page button.button.button-primary:hover,
  .woocommerce-page input.button.alt:hover,
  .woocommerce-page input.button.button-primary:hover, .card.post-type-product .card-meta .widget-product-item:hover, .acf-button:hover[type="submit"], .acf-button.button-primary:hover {
    color: #fff;
    background-color: #017e85;
    border-color: #01747b; }
  .btn-primary:active, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:active, .woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.button-primary:active,
  .woocommerce a.button.alt:active,
  .woocommerce a.button.button-primary:active,
  .woocommerce button.button.alt:active,
  .woocommerce button.button.button-primary:active,
  .woocommerce input.button.alt:active,
  .woocommerce input.button.button-primary:active,
  .woocommerce-page #respond input#submit.alt:active,
  .woocommerce-page #respond input#submit.button-primary:active,
  .woocommerce-page a.button.alt:active,
  .woocommerce-page a.button.button-primary:active,
  .woocommerce-page button.button.alt:active,
  .woocommerce-page button.button.button-primary:active,
  .woocommerce-page input.button.alt:active,
  .woocommerce-page input.button.button-primary:active, .card.post-type-product .card-meta .widget-product-item:active, .acf-button:active[type="submit"], .acf-button.button-primary:active, .btn-primary.active, .acf-field[data-type="image"] .hide-if-value label.active.acf-basic-uploader, .woocommerce #respond input.active#submit.alt, .woocommerce #respond input.active#submit.button-primary,
  .woocommerce a.active.button.alt,
  .woocommerce a.active.button.button-primary,
  .woocommerce button.active.button.alt,
  .woocommerce button.active.button.button-primary,
  .woocommerce input.active.button.alt,
  .woocommerce input.active.button.button-primary,
  .woocommerce-page #respond input.active#submit.alt,
  .woocommerce-page #respond input.active#submit.button-primary,
  .woocommerce-page a.active.button.alt,
  .woocommerce-page a.active.button.button-primary,
  .woocommerce-page button.active.button.alt,
  .woocommerce-page button.active.button.button-primary,
  .woocommerce-page input.active.button.alt,
  .woocommerce-page input.active.button.button-primary, .card.post-type-product .card-meta .active.widget-product-item, .active.acf-button[type="submit"], .active.acf-button.button-primary,
  .open > .btn-primary.dropdown-toggle,
  .acf-field[data-type="image"] .hide-if-value .open > label.dropdown-toggle.acf-basic-uploader,
  .woocommerce #respond .open > input.dropdown-toggle#submit.alt,
  .woocommerce #respond .open > input.dropdown-toggle#submit.button-primary,
  .woocommerce .open > a.dropdown-toggle.button.alt,
  .woocommerce .open > a.dropdown-toggle.button.button-primary,
  .woocommerce .open > button.dropdown-toggle.button.alt,
  .woocommerce .open > button.dropdown-toggle.button.button-primary,
  .woocommerce .open > input.dropdown-toggle.button.alt,
  .woocommerce .open > input.dropdown-toggle.button.button-primary,
  .woocommerce-page #respond .open > input.dropdown-toggle#submit.alt,
  .woocommerce-page #respond .open > input.dropdown-toggle#submit.button-primary,
  .woocommerce-page .open > a.dropdown-toggle.button.alt,
  .woocommerce-page .open > a.dropdown-toggle.button.button-primary,
  .woocommerce-page .open > button.dropdown-toggle.button.alt,
  .woocommerce-page .open > button.dropdown-toggle.button.button-primary,
  .woocommerce-page .open > input.dropdown-toggle.button.alt,
  .woocommerce-page .open > input.dropdown-toggle.button.button-primary,
  .card.post-type-product .card-meta .open > .dropdown-toggle.widget-product-item,
  .open > .dropdown-toggle.acf-button[type="submit"],
  .open > .dropdown-toggle.acf-button.button-primary {
    color: #fff;
    background-color: #017e85;
    border-color: #01747b; }
    .btn-primary:active:hover, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:active:hover, .woocommerce #respond input#submit.alt:active:hover, .woocommerce #respond input#submit.button-primary:active:hover,
    .woocommerce a.button.alt:active:hover,
    .woocommerce a.button.button-primary:active:hover,
    .woocommerce button.button.alt:active:hover,
    .woocommerce button.button.button-primary:active:hover,
    .woocommerce input.button.alt:active:hover,
    .woocommerce input.button.button-primary:active:hover,
    .woocommerce-page #respond input#submit.alt:active:hover,
    .woocommerce-page #respond input#submit.button-primary:active:hover,
    .woocommerce-page a.button.alt:active:hover,
    .woocommerce-page a.button.button-primary:active:hover,
    .woocommerce-page button.button.alt:active:hover,
    .woocommerce-page button.button.button-primary:active:hover,
    .woocommerce-page input.button.alt:active:hover,
    .woocommerce-page input.button.button-primary:active:hover, .card.post-type-product .card-meta .widget-product-item:active:hover, .acf-button:active:hover[type="submit"], .acf-button.button-primary:active:hover, .btn-primary:active:focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:active:focus, .woocommerce #respond input#submit.alt:active:focus, .woocommerce #respond input#submit.button-primary:active:focus,
    .woocommerce a.button.alt:active:focus,
    .woocommerce a.button.button-primary:active:focus,
    .woocommerce button.button.alt:active:focus,
    .woocommerce button.button.button-primary:active:focus,
    .woocommerce input.button.alt:active:focus,
    .woocommerce input.button.button-primary:active:focus,
    .woocommerce-page #respond input#submit.alt:active:focus,
    .woocommerce-page #respond input#submit.button-primary:active:focus,
    .woocommerce-page a.button.alt:active:focus,
    .woocommerce-page a.button.button-primary:active:focus,
    .woocommerce-page button.button.alt:active:focus,
    .woocommerce-page button.button.button-primary:active:focus,
    .woocommerce-page input.button.alt:active:focus,
    .woocommerce-page input.button.button-primary:active:focus, .card.post-type-product .card-meta .widget-product-item:active:focus, .acf-button:active:focus[type="submit"], .acf-button.button-primary:active:focus, .btn-primary:active.focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:active.focus, .woocommerce #respond input#submit.alt:active.focus, .woocommerce #respond input#submit.button-primary:active.focus,
    .woocommerce a.button.alt:active.focus,
    .woocommerce a.button.button-primary:active.focus,
    .woocommerce button.button.alt:active.focus,
    .woocommerce button.button.button-primary:active.focus,
    .woocommerce input.button.alt:active.focus,
    .woocommerce input.button.button-primary:active.focus,
    .woocommerce-page #respond input#submit.alt:active.focus,
    .woocommerce-page #respond input#submit.button-primary:active.focus,
    .woocommerce-page a.button.alt:active.focus,
    .woocommerce-page a.button.button-primary:active.focus,
    .woocommerce-page button.button.alt:active.focus,
    .woocommerce-page button.button.button-primary:active.focus,
    .woocommerce-page input.button.alt:active.focus,
    .woocommerce-page input.button.button-primary:active.focus, .card.post-type-product .card-meta .widget-product-item:active.focus, .acf-button:active.focus[type="submit"], .acf-button.button-primary:active.focus, .btn-primary.active:hover, .acf-field[data-type="image"] .hide-if-value label.active.acf-basic-uploader:hover, .woocommerce #respond input.active#submit.alt:hover, .woocommerce #respond input.active#submit.button-primary:hover,
    .woocommerce a.active.button.alt:hover,
    .woocommerce a.active.button.button-primary:hover,
    .woocommerce button.active.button.alt:hover,
    .woocommerce button.active.button.button-primary:hover,
    .woocommerce input.active.button.alt:hover,
    .woocommerce input.active.button.button-primary:hover,
    .woocommerce-page #respond input.active#submit.alt:hover,
    .woocommerce-page #respond input.active#submit.button-primary:hover,
    .woocommerce-page a.active.button.alt:hover,
    .woocommerce-page a.active.button.button-primary:hover,
    .woocommerce-page button.active.button.alt:hover,
    .woocommerce-page button.active.button.button-primary:hover,
    .woocommerce-page input.active.button.alt:hover,
    .woocommerce-page input.active.button.button-primary:hover, .card.post-type-product .card-meta .active.widget-product-item:hover, .active.acf-button:hover[type="submit"], .active.acf-button.button-primary:hover, .btn-primary.active:focus, .acf-field[data-type="image"] .hide-if-value label.active.acf-basic-uploader:focus, .woocommerce #respond input.active#submit.alt:focus, .woocommerce #respond input.active#submit.button-primary:focus,
    .woocommerce a.active.button.alt:focus,
    .woocommerce a.active.button.button-primary:focus,
    .woocommerce button.active.button.alt:focus,
    .woocommerce button.active.button.button-primary:focus,
    .woocommerce input.active.button.alt:focus,
    .woocommerce input.active.button.button-primary:focus,
    .woocommerce-page #respond input.active#submit.alt:focus,
    .woocommerce-page #respond input.active#submit.button-primary:focus,
    .woocommerce-page a.active.button.alt:focus,
    .woocommerce-page a.active.button.button-primary:focus,
    .woocommerce-page button.active.button.alt:focus,
    .woocommerce-page button.active.button.button-primary:focus,
    .woocommerce-page input.active.button.alt:focus,
    .woocommerce-page input.active.button.button-primary:focus, .card.post-type-product .card-meta .active.widget-product-item:focus, .active.acf-button:focus[type="submit"], .active.acf-button.button-primary:focus, .btn-primary.active.focus, .acf-field[data-type="image"] .hide-if-value label.active.focus.acf-basic-uploader, .woocommerce #respond input.active.focus#submit.alt, .woocommerce #respond input.active.focus#submit.button-primary,
    .woocommerce a.active.focus.button.alt,
    .woocommerce a.active.focus.button.button-primary,
    .woocommerce button.active.focus.button.alt,
    .woocommerce button.active.focus.button.button-primary,
    .woocommerce input.active.focus.button.alt,
    .woocommerce input.active.focus.button.button-primary,
    .woocommerce-page #respond input.active.focus#submit.alt,
    .woocommerce-page #respond input.active.focus#submit.button-primary,
    .woocommerce-page a.active.focus.button.alt,
    .woocommerce-page a.active.focus.button.button-primary,
    .woocommerce-page button.active.focus.button.alt,
    .woocommerce-page button.active.focus.button.button-primary,
    .woocommerce-page input.active.focus.button.alt,
    .woocommerce-page input.active.focus.button.button-primary, .card.post-type-product .card-meta .active.focus.widget-product-item, .active.focus.acf-button[type="submit"], .active.focus.acf-button.button-primary,
    .open > .btn-primary.dropdown-toggle:hover,
    .acf-field[data-type="image"] .hide-if-value .open > label.dropdown-toggle.acf-basic-uploader:hover,
    .woocommerce #respond .open > input.dropdown-toggle#submit.alt:hover,
    .woocommerce #respond .open > input.dropdown-toggle#submit.button-primary:hover,
    .woocommerce .open > a.dropdown-toggle.button.alt:hover,
    .woocommerce .open > a.dropdown-toggle.button.button-primary:hover,
    .woocommerce .open > button.dropdown-toggle.button.alt:hover,
    .woocommerce .open > button.dropdown-toggle.button.button-primary:hover,
    .woocommerce .open > input.dropdown-toggle.button.alt:hover,
    .woocommerce .open > input.dropdown-toggle.button.button-primary:hover,
    .woocommerce-page #respond .open > input.dropdown-toggle#submit.alt:hover,
    .woocommerce-page #respond .open > input.dropdown-toggle#submit.button-primary:hover,
    .woocommerce-page .open > a.dropdown-toggle.button.alt:hover,
    .woocommerce-page .open > a.dropdown-toggle.button.button-primary:hover,
    .woocommerce-page .open > button.dropdown-toggle.button.alt:hover,
    .woocommerce-page .open > button.dropdown-toggle.button.button-primary:hover,
    .woocommerce-page .open > input.dropdown-toggle.button.alt:hover,
    .woocommerce-page .open > input.dropdown-toggle.button.button-primary:hover,
    .card.post-type-product .card-meta .open > .dropdown-toggle.widget-product-item:hover,
    .open > .dropdown-toggle.acf-button:hover[type="submit"],
    .open > .dropdown-toggle.acf-button.button-primary:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .acf-field[data-type="image"] .hide-if-value .open > label.dropdown-toggle.acf-basic-uploader:focus,
    .woocommerce #respond .open > input.dropdown-toggle#submit.alt:focus,
    .woocommerce #respond .open > input.dropdown-toggle#submit.button-primary:focus,
    .woocommerce .open > a.dropdown-toggle.button.alt:focus,
    .woocommerce .open > a.dropdown-toggle.button.button-primary:focus,
    .woocommerce .open > button.dropdown-toggle.button.alt:focus,
    .woocommerce .open > button.dropdown-toggle.button.button-primary:focus,
    .woocommerce .open > input.dropdown-toggle.button.alt:focus,
    .woocommerce .open > input.dropdown-toggle.button.button-primary:focus,
    .woocommerce-page #respond .open > input.dropdown-toggle#submit.alt:focus,
    .woocommerce-page #respond .open > input.dropdown-toggle#submit.button-primary:focus,
    .woocommerce-page .open > a.dropdown-toggle.button.alt:focus,
    .woocommerce-page .open > a.dropdown-toggle.button.button-primary:focus,
    .woocommerce-page .open > button.dropdown-toggle.button.alt:focus,
    .woocommerce-page .open > button.dropdown-toggle.button.button-primary:focus,
    .woocommerce-page .open > input.dropdown-toggle.button.alt:focus,
    .woocommerce-page .open > input.dropdown-toggle.button.button-primary:focus,
    .card.post-type-product .card-meta .open > .dropdown-toggle.widget-product-item:focus,
    .open > .dropdown-toggle.acf-button:focus[type="submit"],
    .open > .dropdown-toggle.acf-button.button-primary:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .acf-field[data-type="image"] .hide-if-value .open > label.dropdown-toggle.focus.acf-basic-uploader,
    .woocommerce #respond .open > input.dropdown-toggle.focus#submit.alt,
    .woocommerce #respond .open > input.dropdown-toggle.focus#submit.button-primary,
    .woocommerce .open > a.dropdown-toggle.focus.button.alt,
    .woocommerce .open > a.dropdown-toggle.focus.button.button-primary,
    .woocommerce .open > button.dropdown-toggle.focus.button.alt,
    .woocommerce .open > button.dropdown-toggle.focus.button.button-primary,
    .woocommerce .open > input.dropdown-toggle.focus.button.alt,
    .woocommerce .open > input.dropdown-toggle.focus.button.button-primary,
    .woocommerce-page #respond .open > input.dropdown-toggle.focus#submit.alt,
    .woocommerce-page #respond .open > input.dropdown-toggle.focus#submit.button-primary,
    .woocommerce-page .open > a.dropdown-toggle.focus.button.alt,
    .woocommerce-page .open > a.dropdown-toggle.focus.button.button-primary,
    .woocommerce-page .open > button.dropdown-toggle.focus.button.alt,
    .woocommerce-page .open > button.dropdown-toggle.focus.button.button-primary,
    .woocommerce-page .open > input.dropdown-toggle.focus.button.alt,
    .woocommerce-page .open > input.dropdown-toggle.focus.button.button-primary,
    .card.post-type-product .card-meta .open > .dropdown-toggle.focus.widget-product-item,
    .open > .dropdown-toggle.focus.acf-button[type="submit"],
    .open > .dropdown-toggle.focus.acf-button.button-primary {
      color: #fff;
      background-color: #015c62;
      border-color: #003639; }
  .btn-primary:active, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:active, .woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.button-primary:active,
  .woocommerce a.button.alt:active,
  .woocommerce a.button.button-primary:active,
  .woocommerce button.button.alt:active,
  .woocommerce button.button.button-primary:active,
  .woocommerce input.button.alt:active,
  .woocommerce input.button.button-primary:active,
  .woocommerce-page #respond input#submit.alt:active,
  .woocommerce-page #respond input#submit.button-primary:active,
  .woocommerce-page a.button.alt:active,
  .woocommerce-page a.button.button-primary:active,
  .woocommerce-page button.button.alt:active,
  .woocommerce-page button.button.button-primary:active,
  .woocommerce-page input.button.alt:active,
  .woocommerce-page input.button.button-primary:active, .card.post-type-product .card-meta .widget-product-item:active, .acf-button:active[type="submit"], .acf-button.button-primary:active, .btn-primary.active, .acf-field[data-type="image"] .hide-if-value label.active.acf-basic-uploader, .woocommerce #respond input.active#submit.alt, .woocommerce #respond input.active#submit.button-primary,
  .woocommerce a.active.button.alt,
  .woocommerce a.active.button.button-primary,
  .woocommerce button.active.button.alt,
  .woocommerce button.active.button.button-primary,
  .woocommerce input.active.button.alt,
  .woocommerce input.active.button.button-primary,
  .woocommerce-page #respond input.active#submit.alt,
  .woocommerce-page #respond input.active#submit.button-primary,
  .woocommerce-page a.active.button.alt,
  .woocommerce-page a.active.button.button-primary,
  .woocommerce-page button.active.button.alt,
  .woocommerce-page button.active.button.button-primary,
  .woocommerce-page input.active.button.alt,
  .woocommerce-page input.active.button.button-primary, .card.post-type-product .card-meta .active.widget-product-item, .active.acf-button[type="submit"], .active.acf-button.button-primary,
  .open > .btn-primary.dropdown-toggle,
  .acf-field[data-type="image"] .hide-if-value .open > label.dropdown-toggle.acf-basic-uploader,
  .woocommerce #respond .open > input.dropdown-toggle#submit.alt,
  .woocommerce #respond .open > input.dropdown-toggle#submit.button-primary,
  .woocommerce .open > a.dropdown-toggle.button.alt,
  .woocommerce .open > a.dropdown-toggle.button.button-primary,
  .woocommerce .open > button.dropdown-toggle.button.alt,
  .woocommerce .open > button.dropdown-toggle.button.button-primary,
  .woocommerce .open > input.dropdown-toggle.button.alt,
  .woocommerce .open > input.dropdown-toggle.button.button-primary,
  .woocommerce-page #respond .open > input.dropdown-toggle#submit.alt,
  .woocommerce-page #respond .open > input.dropdown-toggle#submit.button-primary,
  .woocommerce-page .open > a.dropdown-toggle.button.alt,
  .woocommerce-page .open > a.dropdown-toggle.button.button-primary,
  .woocommerce-page .open > button.dropdown-toggle.button.alt,
  .woocommerce-page .open > button.dropdown-toggle.button.button-primary,
  .woocommerce-page .open > input.dropdown-toggle.button.alt,
  .woocommerce-page .open > input.dropdown-toggle.button.button-primary,
  .card.post-type-product .card-meta .open > .dropdown-toggle.widget-product-item,
  .open > .dropdown-toggle.acf-button[type="submit"],
  .open > .dropdown-toggle.acf-button.button-primary {
    background-image: none; }
  .btn-primary.disabled:hover, .acf-field[data-type="image"] .hide-if-value label.disabled.acf-basic-uploader:hover, .woocommerce #respond input.disabled#submit.alt:hover, .woocommerce #respond input.disabled#submit.button-primary:hover,
  .woocommerce a.disabled.button.alt:hover,
  .woocommerce a.disabled.button.button-primary:hover,
  .woocommerce button.disabled.button.alt:hover,
  .woocommerce button.disabled.button.button-primary:hover,
  .woocommerce input.disabled.button.alt:hover,
  .woocommerce input.disabled.button.button-primary:hover,
  .woocommerce-page #respond input.disabled#submit.alt:hover,
  .woocommerce-page #respond input.disabled#submit.button-primary:hover,
  .woocommerce-page a.disabled.button.alt:hover,
  .woocommerce-page a.disabled.button.button-primary:hover,
  .woocommerce-page button.disabled.button.alt:hover,
  .woocommerce-page button.disabled.button.button-primary:hover,
  .woocommerce-page input.disabled.button.alt:hover,
  .woocommerce-page input.disabled.button.button-primary:hover, .card.post-type-product .card-meta .disabled.widget-product-item:hover, .disabled.acf-button:hover[type="submit"], .disabled.acf-button.button-primary:hover, .btn-primary.disabled:focus, .acf-field[data-type="image"] .hide-if-value label.disabled.acf-basic-uploader:focus, .woocommerce #respond input.disabled#submit.alt:focus, .woocommerce #respond input.disabled#submit.button-primary:focus,
  .woocommerce a.disabled.button.alt:focus,
  .woocommerce a.disabled.button.button-primary:focus,
  .woocommerce button.disabled.button.alt:focus,
  .woocommerce button.disabled.button.button-primary:focus,
  .woocommerce input.disabled.button.alt:focus,
  .woocommerce input.disabled.button.button-primary:focus,
  .woocommerce-page #respond input.disabled#submit.alt:focus,
  .woocommerce-page #respond input.disabled#submit.button-primary:focus,
  .woocommerce-page a.disabled.button.alt:focus,
  .woocommerce-page a.disabled.button.button-primary:focus,
  .woocommerce-page button.disabled.button.alt:focus,
  .woocommerce-page button.disabled.button.button-primary:focus,
  .woocommerce-page input.disabled.button.alt:focus,
  .woocommerce-page input.disabled.button.button-primary:focus, .card.post-type-product .card-meta .disabled.widget-product-item:focus, .disabled.acf-button:focus[type="submit"], .disabled.acf-button.button-primary:focus, .btn-primary.disabled.focus, .acf-field[data-type="image"] .hide-if-value label.disabled.focus.acf-basic-uploader, .woocommerce #respond input.disabled.focus#submit.alt, .woocommerce #respond input.disabled.focus#submit.button-primary,
  .woocommerce a.disabled.focus.button.alt,
  .woocommerce a.disabled.focus.button.button-primary,
  .woocommerce button.disabled.focus.button.alt,
  .woocommerce button.disabled.focus.button.button-primary,
  .woocommerce input.disabled.focus.button.alt,
  .woocommerce input.disabled.focus.button.button-primary,
  .woocommerce-page #respond input.disabled.focus#submit.alt,
  .woocommerce-page #respond input.disabled.focus#submit.button-primary,
  .woocommerce-page a.disabled.focus.button.alt,
  .woocommerce-page a.disabled.focus.button.button-primary,
  .woocommerce-page button.disabled.focus.button.alt,
  .woocommerce-page button.disabled.focus.button.button-primary,
  .woocommerce-page input.disabled.focus.button.alt,
  .woocommerce-page input.disabled.focus.button.button-primary, .card.post-type-product .card-meta .disabled.focus.widget-product-item, .disabled.focus.acf-button[type="submit"], .disabled.focus.acf-button.button-primary, .btn-primary[disabled]:hover, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader[disabled]:hover, .woocommerce #respond input#submit.alt[disabled]:hover, .woocommerce #respond input#submit.button-primary[disabled]:hover,
  .woocommerce a.button.alt[disabled]:hover,
  .woocommerce a.button.button-primary[disabled]:hover,
  .woocommerce button.button.alt[disabled]:hover,
  .woocommerce button.button.button-primary[disabled]:hover,
  .woocommerce input.button.alt[disabled]:hover,
  .woocommerce input.button.button-primary[disabled]:hover,
  .woocommerce-page #respond input#submit.alt[disabled]:hover,
  .woocommerce-page #respond input#submit.button-primary[disabled]:hover,
  .woocommerce-page a.button.alt[disabled]:hover,
  .woocommerce-page a.button.button-primary[disabled]:hover,
  .woocommerce-page button.button.alt[disabled]:hover,
  .woocommerce-page button.button.button-primary[disabled]:hover,
  .woocommerce-page input.button.alt[disabled]:hover,
  .woocommerce-page input.button.button-primary[disabled]:hover, .card.post-type-product .card-meta .widget-product-item[disabled]:hover, .acf-button[disabled]:hover[type="submit"], .acf-button.button-primary[disabled]:hover, .btn-primary[disabled]:focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader[disabled]:focus, .woocommerce #respond input#submit.alt[disabled]:focus, .woocommerce #respond input#submit.button-primary[disabled]:focus,
  .woocommerce a.button.alt[disabled]:focus,
  .woocommerce a.button.button-primary[disabled]:focus,
  .woocommerce button.button.alt[disabled]:focus,
  .woocommerce button.button.button-primary[disabled]:focus,
  .woocommerce input.button.alt[disabled]:focus,
  .woocommerce input.button.button-primary[disabled]:focus,
  .woocommerce-page #respond input#submit.alt[disabled]:focus,
  .woocommerce-page #respond input#submit.button-primary[disabled]:focus,
  .woocommerce-page a.button.alt[disabled]:focus,
  .woocommerce-page a.button.button-primary[disabled]:focus,
  .woocommerce-page button.button.alt[disabled]:focus,
  .woocommerce-page button.button.button-primary[disabled]:focus,
  .woocommerce-page input.button.alt[disabled]:focus,
  .woocommerce-page input.button.button-primary[disabled]:focus, .card.post-type-product .card-meta .widget-product-item[disabled]:focus, .acf-button[disabled]:focus[type="submit"], .acf-button.button-primary[disabled]:focus, .btn-primary[disabled].focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader[disabled].focus, .woocommerce #respond input#submit.alt[disabled].focus, .woocommerce #respond input#submit.button-primary[disabled].focus,
  .woocommerce a.button.alt[disabled].focus,
  .woocommerce a.button.button-primary[disabled].focus,
  .woocommerce button.button.alt[disabled].focus,
  .woocommerce button.button.button-primary[disabled].focus,
  .woocommerce input.button.alt[disabled].focus,
  .woocommerce input.button.button-primary[disabled].focus,
  .woocommerce-page #respond input#submit.alt[disabled].focus,
  .woocommerce-page #respond input#submit.button-primary[disabled].focus,
  .woocommerce-page a.button.alt[disabled].focus,
  .woocommerce-page a.button.button-primary[disabled].focus,
  .woocommerce-page button.button.alt[disabled].focus,
  .woocommerce-page button.button.button-primary[disabled].focus,
  .woocommerce-page input.button.alt[disabled].focus,
  .woocommerce-page input.button.button-primary[disabled].focus, .card.post-type-product .card-meta .widget-product-item[disabled].focus, .acf-button[disabled].focus[type="submit"], .acf-button.button-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:hover,
  .acf-field[data-type="image"] .hide-if-value fieldset[disabled] label.acf-basic-uploader:hover,
  fieldset[disabled] .woocommerce #respond input#submit.alt:hover,
  .woocommerce #respond fieldset[disabled] input#submit.alt:hover,
  fieldset[disabled] .woocommerce #respond input#submit.button-primary:hover,
  .woocommerce #respond fieldset[disabled] input#submit.button-primary:hover,
  fieldset[disabled] .woocommerce a.button.alt:hover,
  .woocommerce fieldset[disabled] a.button.alt:hover,
  fieldset[disabled] .woocommerce a.button.button-primary:hover,
  .woocommerce fieldset[disabled] a.button.button-primary:hover,
  fieldset[disabled] .woocommerce button.button.alt:hover,
  .woocommerce fieldset[disabled] button.button.alt:hover,
  fieldset[disabled] .woocommerce button.button.button-primary:hover,
  .woocommerce fieldset[disabled] button.button.button-primary:hover,
  fieldset[disabled] .woocommerce input.button.alt:hover,
  .woocommerce fieldset[disabled] input.button.alt:hover,
  fieldset[disabled] .woocommerce input.button.button-primary:hover,
  .woocommerce fieldset[disabled] input.button.button-primary:hover,
  fieldset[disabled] .woocommerce-page #respond input#submit.alt:hover,
  .woocommerce-page #respond fieldset[disabled] input#submit.alt:hover,
  fieldset[disabled] .woocommerce-page #respond input#submit.button-primary:hover,
  .woocommerce-page #respond fieldset[disabled] input#submit.button-primary:hover,
  fieldset[disabled] .woocommerce-page a.button.alt:hover,
  .woocommerce-page fieldset[disabled] a.button.alt:hover,
  fieldset[disabled] .woocommerce-page a.button.button-primary:hover,
  .woocommerce-page fieldset[disabled] a.button.button-primary:hover,
  fieldset[disabled] .woocommerce-page button.button.alt:hover,
  .woocommerce-page fieldset[disabled] button.button.alt:hover,
  fieldset[disabled] .woocommerce-page button.button.button-primary:hover,
  .woocommerce-page fieldset[disabled] button.button.button-primary:hover,
  fieldset[disabled] .woocommerce-page input.button.alt:hover,
  .woocommerce-page fieldset[disabled] input.button.alt:hover,
  fieldset[disabled] .woocommerce-page input.button.button-primary:hover,
  .woocommerce-page fieldset[disabled] input.button.button-primary:hover,
  fieldset[disabled] .card.post-type-product .card-meta .widget-product-item:hover,
  .card.post-type-product .card-meta fieldset[disabled] .widget-product-item:hover,
  fieldset[disabled] .acf-button:hover[type="submit"],
  fieldset[disabled] .acf-button.button-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:focus,
  .acf-field[data-type="image"] .hide-if-value fieldset[disabled] label.acf-basic-uploader:focus,
  fieldset[disabled] .woocommerce #respond input#submit.alt:focus,
  .woocommerce #respond fieldset[disabled] input#submit.alt:focus,
  fieldset[disabled] .woocommerce #respond input#submit.button-primary:focus,
  .woocommerce #respond fieldset[disabled] input#submit.button-primary:focus,
  fieldset[disabled] .woocommerce a.button.alt:focus,
  .woocommerce fieldset[disabled] a.button.alt:focus,
  fieldset[disabled] .woocommerce a.button.button-primary:focus,
  .woocommerce fieldset[disabled] a.button.button-primary:focus,
  fieldset[disabled] .woocommerce button.button.alt:focus,
  .woocommerce fieldset[disabled] button.button.alt:focus,
  fieldset[disabled] .woocommerce button.button.button-primary:focus,
  .woocommerce fieldset[disabled] button.button.button-primary:focus,
  fieldset[disabled] .woocommerce input.button.alt:focus,
  .woocommerce fieldset[disabled] input.button.alt:focus,
  fieldset[disabled] .woocommerce input.button.button-primary:focus,
  .woocommerce fieldset[disabled] input.button.button-primary:focus,
  fieldset[disabled] .woocommerce-page #respond input#submit.alt:focus,
  .woocommerce-page #respond fieldset[disabled] input#submit.alt:focus,
  fieldset[disabled] .woocommerce-page #respond input#submit.button-primary:focus,
  .woocommerce-page #respond fieldset[disabled] input#submit.button-primary:focus,
  fieldset[disabled] .woocommerce-page a.button.alt:focus,
  .woocommerce-page fieldset[disabled] a.button.alt:focus,
  fieldset[disabled] .woocommerce-page a.button.button-primary:focus,
  .woocommerce-page fieldset[disabled] a.button.button-primary:focus,
  fieldset[disabled] .woocommerce-page button.button.alt:focus,
  .woocommerce-page fieldset[disabled] button.button.alt:focus,
  fieldset[disabled] .woocommerce-page button.button.button-primary:focus,
  .woocommerce-page fieldset[disabled] button.button.button-primary:focus,
  fieldset[disabled] .woocommerce-page input.button.alt:focus,
  .woocommerce-page fieldset[disabled] input.button.alt:focus,
  fieldset[disabled] .woocommerce-page input.button.button-primary:focus,
  .woocommerce-page fieldset[disabled] input.button.button-primary:focus,
  fieldset[disabled] .card.post-type-product .card-meta .widget-product-item:focus,
  .card.post-type-product .card-meta fieldset[disabled] .widget-product-item:focus,
  fieldset[disabled] .acf-button:focus[type="submit"],
  fieldset[disabled] .acf-button.button-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .acf-field[data-type="image"] .hide-if-value label.focus.acf-basic-uploader,
  .acf-field[data-type="image"] .hide-if-value fieldset[disabled] label.focus.acf-basic-uploader,
  fieldset[disabled] .woocommerce #respond input.focus#submit.alt,
  .woocommerce #respond fieldset[disabled] input.focus#submit.alt,
  fieldset[disabled] .woocommerce #respond input.focus#submit.button-primary,
  .woocommerce #respond fieldset[disabled] input.focus#submit.button-primary,
  fieldset[disabled] .woocommerce a.focus.button.alt,
  .woocommerce fieldset[disabled] a.focus.button.alt,
  fieldset[disabled] .woocommerce a.focus.button.button-primary,
  .woocommerce fieldset[disabled] a.focus.button.button-primary,
  fieldset[disabled] .woocommerce button.focus.button.alt,
  .woocommerce fieldset[disabled] button.focus.button.alt,
  fieldset[disabled] .woocommerce button.focus.button.button-primary,
  .woocommerce fieldset[disabled] button.focus.button.button-primary,
  fieldset[disabled] .woocommerce input.focus.button.alt,
  .woocommerce fieldset[disabled] input.focus.button.alt,
  fieldset[disabled] .woocommerce input.focus.button.button-primary,
  .woocommerce fieldset[disabled] input.focus.button.button-primary,
  fieldset[disabled] .woocommerce-page #respond input.focus#submit.alt,
  .woocommerce-page #respond fieldset[disabled] input.focus#submit.alt,
  fieldset[disabled] .woocommerce-page #respond input.focus#submit.button-primary,
  .woocommerce-page #respond fieldset[disabled] input.focus#submit.button-primary,
  fieldset[disabled] .woocommerce-page a.focus.button.alt,
  .woocommerce-page fieldset[disabled] a.focus.button.alt,
  fieldset[disabled] .woocommerce-page a.focus.button.button-primary,
  .woocommerce-page fieldset[disabled] a.focus.button.button-primary,
  fieldset[disabled] .woocommerce-page button.focus.button.alt,
  .woocommerce-page fieldset[disabled] button.focus.button.alt,
  fieldset[disabled] .woocommerce-page button.focus.button.button-primary,
  .woocommerce-page fieldset[disabled] button.focus.button.button-primary,
  fieldset[disabled] .woocommerce-page input.focus.button.alt,
  .woocommerce-page fieldset[disabled] input.focus.button.alt,
  fieldset[disabled] .woocommerce-page input.focus.button.button-primary,
  .woocommerce-page fieldset[disabled] input.focus.button.button-primary,
  fieldset[disabled] .card.post-type-product .card-meta .focus.widget-product-item,
  .card.post-type-product .card-meta fieldset[disabled] .focus.widget-product-item,
  fieldset[disabled] .focus.acf-button[type="submit"],
  fieldset[disabled] .focus.acf-button.button-primary {
    background-color: #01aeb8;
    border-color: #01aeb8; }
  .btn-primary .badge, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .badge, .woocommerce #respond input#submit.alt .badge, .woocommerce #respond input#submit.button-primary .badge, .woocommerce a.button.alt .badge, .woocommerce a.button.button-primary .badge, .woocommerce button.button.alt .badge, .woocommerce button.button.button-primary .badge, .woocommerce input.button.alt .badge, .woocommerce input.button.button-primary .badge, .woocommerce-page #respond input#submit.alt .badge, .woocommerce-page #respond input#submit.button-primary .badge, .woocommerce-page a.button.alt .badge, .woocommerce-page a.button.button-primary .badge, .woocommerce-page button.button.alt .badge, .woocommerce-page button.button.button-primary .badge, .woocommerce-page input.button.alt .badge, .woocommerce-page input.button.button-primary .badge, .card.post-type-product .card-meta .widget-product-item .badge, .acf-button[type="submit"] .badge, .acf-button.button-primary .badge {
    color: #01aeb8;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #8bd1b7;
  border-color: #8bd1b7; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #66c3a0;
    border-color: #3f9e7b; }
  .btn-success:hover {
    color: #fff;
    background-color: #66c3a0;
    border-color: #5fc09c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #66c3a0;
    border-color: #5fc09c; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #4db890;
      border-color: #3f9e7b; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #8bd1b7;
    border-color: #8bd1b7; }
  .btn-success .badge {
    color: #8bd1b7;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #428BCA;
  border-color: #428BCA; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #3071a9;
    border-color: #1f496e; }
  .btn-info:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #2d6ca2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #2d6ca2; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #285e8e;
      border-color: #1f496e; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #428BCA;
    border-color: #428BCA; }
  .btn-info .badge {
    color: #428BCA;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #b06d0f; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f86d6a;
  border-color: #f86d6a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #f63d39;
    border-color: #d80f0a; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f63d39;
    border-color: #f53430; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f63d39;
    border-color: #f53430; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #f41c17;
      border-color: #d80f0a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #f86d6a;
    border-color: #f86d6a; }
  .btn-danger .badge {
    color: #f86d6a;
    background-color: #fff; }

.btn-link {
  color: #01aeb8;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #01666c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-lg > label.acf-basic-uploader, .woocommerce #respond .btn-group-lg > input#submit,
.woocommerce .btn-group-lg > a.button,
.woocommerce .btn-group-lg > button.button,
.woocommerce .btn-group-lg > input.button,
.woocommerce-page #respond .btn-group-lg > input#submit,
.woocommerce-page .btn-group-lg > a.button,
.woocommerce-page .btn-group-lg > button.button,
.woocommerce-page .btn-group-lg > input.button, .card.post-type-product .card-meta .btn-group-lg > .widget-product-item, .btn-group-lg > .acf-button, .acf-color_picker .wp-picker-container .btn-group-lg > .wp-picker-clear, .woocommerce-checkout .woocommerce #place_order {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-sm > label.acf-basic-uploader, .woocommerce #respond .btn-group-sm > input#submit,
.woocommerce .btn-group-sm > a.button,
.woocommerce .btn-group-sm > button.button,
.woocommerce .btn-group-sm > input.button,
.woocommerce-page #respond .btn-group-sm > input#submit,
.woocommerce-page .btn-group-sm > a.button,
.woocommerce-page .btn-group-sm > button.button,
.woocommerce-page .btn-group-sm > input.button, .card.post-type-product .card-meta .btn-group-sm > .widget-product-item, .btn-group-sm > .acf-button, .acf-color_picker .wp-picker-container .wp-picker-clear {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-xs > label.acf-basic-uploader, .woocommerce #respond .btn-group-xs > input#submit,
.woocommerce .btn-group-xs > a.button,
.woocommerce .btn-group-xs > button.button,
.woocommerce .btn-group-xs > input.button,
.woocommerce-page #respond .btn-group-xs > input#submit,
.woocommerce-page .btn-group-xs > a.button,
.woocommerce-page .btn-group-xs > button.button,
.woocommerce-page .btn-group-xs > input.button, .card.post-type-product .card-meta .btn-group-xs > .widget-product-item, .btn-group-xs > .acf-button, .acf-color_picker .wp-picker-container .btn-group-xs > .wp-picker-clear {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease; }

.caret, .select2-container .select2-choice .select2-arrow::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fafafa;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #eee; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #01aeb8; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .dropup .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .select2-arrow::after,
.navbar-fixed-bottom .dropdown .caret,
.navbar-fixed-bottom .dropdown .select2-container .select2-choice .select2-arrow::after,
.select2-container .select2-choice .navbar-fixed-bottom .dropdown .select2-arrow::after {
  border-top: 0;
  border-bottom: 5px dashed;
  border-bottom: 5px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group > label.acf-basic-uploader, .woocommerce #respond .btn-group > input#submit,
  .woocommerce .btn-group > a.button,
  .woocommerce .btn-group > button.button,
  .woocommerce .btn-group > input.button,
  .woocommerce-page #respond .btn-group > input#submit,
  .woocommerce-page .btn-group > a.button,
  .woocommerce-page .btn-group > button.button,
  .woocommerce-page .btn-group > input.button, .card.post-type-product .card-meta .btn-group > .widget-product-item, .btn-group > .acf-button, .acf-color_picker .wp-picker-container .btn-group > .wp-picker-clear,
  .btn-group-vertical > .btn,
  .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader,
  .woocommerce #respond .btn-group-vertical > input#submit,
  .woocommerce .btn-group-vertical > a.button,
  .woocommerce .btn-group-vertical > button.button,
  .woocommerce .btn-group-vertical > input.button,
  .woocommerce-page #respond .btn-group-vertical > input#submit,
  .woocommerce-page .btn-group-vertical > a.button,
  .woocommerce-page .btn-group-vertical > button.button,
  .woocommerce-page .btn-group-vertical > input.button,
  .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item,
  .btn-group-vertical > .acf-button,
  .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .acf-field[data-type="image"] .hide-if-value .btn-group > label.acf-basic-uploader:hover, .woocommerce #respond .btn-group > input#submit:hover,
    .woocommerce .btn-group > a.button:hover,
    .woocommerce .btn-group > button.button:hover,
    .woocommerce .btn-group > input.button:hover,
    .woocommerce-page #respond .btn-group > input#submit:hover,
    .woocommerce-page .btn-group > a.button:hover,
    .woocommerce-page .btn-group > button.button:hover,
    .woocommerce-page .btn-group > input.button:hover, .card.post-type-product .card-meta .btn-group > .widget-product-item:hover, .btn-group > .acf-button:hover, .acf-color_picker .wp-picker-container .btn-group > .wp-picker-clear:hover, .btn-group > .btn:focus, .acf-field[data-type="image"] .hide-if-value .btn-group > label.acf-basic-uploader:focus, .woocommerce #respond .btn-group > input#submit:focus,
    .woocommerce .btn-group > a.button:focus,
    .woocommerce .btn-group > button.button:focus,
    .woocommerce .btn-group > input.button:focus,
    .woocommerce-page #respond .btn-group > input#submit:focus,
    .woocommerce-page .btn-group > a.button:focus,
    .woocommerce-page .btn-group > button.button:focus,
    .woocommerce-page .btn-group > input.button:focus, .card.post-type-product .card-meta .btn-group > .widget-product-item:focus, .btn-group > .acf-button:focus, .acf-color_picker .wp-picker-container .btn-group > .wp-picker-clear:focus, .btn-group > .btn:active, .acf-field[data-type="image"] .hide-if-value .btn-group > label.acf-basic-uploader:active, .woocommerce #respond .btn-group > input#submit:active,
    .woocommerce .btn-group > a.button:active,
    .woocommerce .btn-group > button.button:active,
    .woocommerce .btn-group > input.button:active,
    .woocommerce-page #respond .btn-group > input#submit:active,
    .woocommerce-page .btn-group > a.button:active,
    .woocommerce-page .btn-group > button.button:active,
    .woocommerce-page .btn-group > input.button:active, .card.post-type-product .card-meta .btn-group > .widget-product-item:active, .btn-group > .acf-button:active, .acf-color_picker .wp-picker-container .btn-group > .wp-picker-clear:active, .btn-group > .btn.active, .acf-field[data-type="image"] .hide-if-value .btn-group > label.active.acf-basic-uploader, .woocommerce #respond .btn-group > input.active#submit,
    .woocommerce .btn-group > a.active.button,
    .woocommerce .btn-group > button.active.button,
    .woocommerce .btn-group > input.active.button,
    .woocommerce-page #respond .btn-group > input.active#submit,
    .woocommerce-page .btn-group > a.active.button,
    .woocommerce-page .btn-group > button.active.button,
    .woocommerce-page .btn-group > input.active.button, .card.post-type-product .card-meta .btn-group > .active.widget-product-item, .btn-group > .active.acf-button, .acf-color_picker .wp-picker-container .btn-group > .active.wp-picker-clear,
    .btn-group-vertical > .btn:hover,
    .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader:hover,
    .woocommerce #respond .btn-group-vertical > input#submit:hover,
    .woocommerce .btn-group-vertical > a.button:hover,
    .woocommerce .btn-group-vertical > button.button:hover,
    .woocommerce .btn-group-vertical > input.button:hover,
    .woocommerce-page #respond .btn-group-vertical > input#submit:hover,
    .woocommerce-page .btn-group-vertical > a.button:hover,
    .woocommerce-page .btn-group-vertical > button.button:hover,
    .woocommerce-page .btn-group-vertical > input.button:hover,
    .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item:hover,
    .btn-group-vertical > .acf-button:hover,
    .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear:hover,
    .btn-group-vertical > .btn:focus,
    .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader:focus,
    .woocommerce #respond .btn-group-vertical > input#submit:focus,
    .woocommerce .btn-group-vertical > a.button:focus,
    .woocommerce .btn-group-vertical > button.button:focus,
    .woocommerce .btn-group-vertical > input.button:focus,
    .woocommerce-page #respond .btn-group-vertical > input#submit:focus,
    .woocommerce-page .btn-group-vertical > a.button:focus,
    .woocommerce-page .btn-group-vertical > button.button:focus,
    .woocommerce-page .btn-group-vertical > input.button:focus,
    .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item:focus,
    .btn-group-vertical > .acf-button:focus,
    .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear:focus,
    .btn-group-vertical > .btn:active,
    .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader:active,
    .woocommerce #respond .btn-group-vertical > input#submit:active,
    .woocommerce .btn-group-vertical > a.button:active,
    .woocommerce .btn-group-vertical > button.button:active,
    .woocommerce .btn-group-vertical > input.button:active,
    .woocommerce-page #respond .btn-group-vertical > input#submit:active,
    .woocommerce-page .btn-group-vertical > a.button:active,
    .woocommerce-page .btn-group-vertical > button.button:active,
    .woocommerce-page .btn-group-vertical > input.button:active,
    .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item:active,
    .btn-group-vertical > .acf-button:active,
    .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear:active,
    .btn-group-vertical > .btn.active,
    .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.active.acf-basic-uploader,
    .woocommerce #respond .btn-group-vertical > input.active#submit,
    .woocommerce .btn-group-vertical > a.active.button,
    .woocommerce .btn-group-vertical > button.active.button,
    .woocommerce .btn-group-vertical > input.active.button,
    .woocommerce-page #respond .btn-group-vertical > input.active#submit,
    .woocommerce-page .btn-group-vertical > a.active.button,
    .woocommerce-page .btn-group-vertical > button.active.button,
    .woocommerce-page .btn-group-vertical > input.active.button,
    .card.post-type-product .card-meta .btn-group-vertical > .active.widget-product-item,
    .btn-group-vertical > .active.acf-button,
    .acf-color_picker .wp-picker-container .btn-group-vertical > .active.wp-picker-clear {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .btn, .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + .btn, .btn-group .woocommerce #respond input#submit + .btn, .woocommerce #respond .btn-group input#submit + .btn, .btn-group .woocommerce a.button + .btn, .woocommerce .btn-group a.button + .btn, .btn-group .woocommerce button.button + .btn, .woocommerce .btn-group button.button + .btn, .btn-group .woocommerce input.button + .btn, .woocommerce .btn-group input.button + .btn, .btn-group .woocommerce-page #respond input#submit + .btn, .woocommerce-page #respond .btn-group input#submit + .btn, .btn-group .woocommerce-page a.button + .btn, .woocommerce-page .btn-group a.button + .btn, .btn-group .woocommerce-page button.button + .btn, .woocommerce-page .btn-group button.button + .btn, .btn-group .woocommerce-page input.button + .btn, .woocommerce-page .btn-group input.button + .btn, .btn-group .card.post-type-product .card-meta .widget-product-item + .btn, .card.post-type-product .card-meta .btn-group .widget-product-item + .btn, .btn-group .acf-button + .btn, .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + .btn, .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + .btn, .btn-group .acf-field[data-type="image"] .hide-if-value .btn + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .btn + label.acf-basic-uploader, .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + label.acf-basic-uploader, .btn-group .woocommerce #respond .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce #respond input#submit + label.acf-basic-uploader, .woocommerce #respond .btn-group .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce #respond .btn-group input#submit + label.acf-basic-uploader, .btn-group .woocommerce .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce a.button + label.acf-basic-uploader, .woocommerce .btn-group .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .btn-group a.button + label.acf-basic-uploader, .btn-group .woocommerce .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce button.button + label.acf-basic-uploader, .woocommerce .btn-group .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .btn-group button.button + label.acf-basic-uploader, .btn-group .woocommerce .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce input.button + label.acf-basic-uploader, .woocommerce .btn-group .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .btn-group input.button + label.acf-basic-uploader, .btn-group .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce-page #respond input#submit + label.acf-basic-uploader, .woocommerce-page #respond .btn-group .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond .btn-group input#submit + label.acf-basic-uploader, .btn-group .woocommerce-page .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce-page a.button + label.acf-basic-uploader, .woocommerce-page .btn-group .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .btn-group a.button + label.acf-basic-uploader, .btn-group .woocommerce-page .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce-page button.button + label.acf-basic-uploader, .woocommerce-page .btn-group .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .btn-group button.button + label.acf-basic-uploader, .btn-group .woocommerce-page .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce-page input.button + label.acf-basic-uploader, .woocommerce-page .btn-group .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .btn-group input.button + label.acf-basic-uploader, .btn-group .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .card.post-type-product .card-meta .widget-product-item + label.acf-basic-uploader, .card.post-type-product .card-meta .btn-group .acf-field[data-type="image"] .hide-if-value .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta .btn-group .widget-product-item + label.acf-basic-uploader, .btn-group .acf-field[data-type="image"] .hide-if-value .acf-button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .acf-button + label.acf-basic-uploader, .btn-group .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .wp-picker-clear + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + label.acf-basic-uploader, .acf-color_picker .wp-picker-container .btn-group .acf-field[data-type="image"] .hide-if-value .wp-picker-clear + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + label.acf-basic-uploader, .btn-group .woocommerce #respond .btn + input#submit, .woocommerce #respond .btn-group .btn + input#submit, .btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce #respond label.acf-basic-uploader + input#submit, .woocommerce #respond .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input#submit, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce #respond label.acf-basic-uploader + input#submit, .woocommerce #respond .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + input#submit, .btn-group .woocommerce #respond input#submit + input#submit, .woocommerce #respond .btn-group input#submit + input#submit, .btn-group .woocommerce #respond a.button + input#submit, .woocommerce .btn-group #respond a.button + input#submit, .woocommerce #respond .btn-group a.button + input#submit, .btn-group .woocommerce #respond button.button + input#submit, .woocommerce .btn-group #respond button.button + input#submit, .woocommerce #respond .btn-group button.button + input#submit, .btn-group .woocommerce #respond input.button + input#submit, .woocommerce .btn-group #respond input.button + input#submit, .woocommerce #respond .btn-group input.button + input#submit, .btn-group .woocommerce-page .woocommerce #respond input#submit + input#submit, .woocommerce .btn-group .woocommerce-page #respond input#submit + input#submit, .woocommerce-page .woocommerce #respond .btn-group input#submit + input#submit, .woocommerce .woocommerce-page #respond .btn-group input#submit + input#submit, .btn-group .woocommerce-page .woocommerce #respond a.button + input#submit, .woocommerce #respond .btn-group .woocommerce-page a.button + input#submit, .woocommerce-page .btn-group .woocommerce #respond a.button + input#submit, .woocommerce #respond .woocommerce-page .btn-group a.button + input#submit, .btn-group .woocommerce-page .woocommerce #respond button.button + input#submit, .woocommerce #respond .btn-group .woocommerce-page button.button + input#submit, .woocommerce-page .btn-group .woocommerce #respond button.button + input#submit, .woocommerce #respond .woocommerce-page .btn-group button.button + input#submit, .btn-group .woocommerce-page .woocommerce #respond input.button + input#submit, .woocommerce #respond .btn-group .woocommerce-page input.button + input#submit, .woocommerce-page .btn-group .woocommerce #respond input.button + input#submit, .woocommerce #respond .woocommerce-page .btn-group input.button + input#submit, .btn-group .card.post-type-product .card-meta .woocommerce #respond .widget-product-item + input#submit, .woocommerce #respond .btn-group .card.post-type-product .card-meta .widget-product-item + input#submit, .card.post-type-product .card-meta .btn-group .woocommerce #respond .widget-product-item + input#submit, .woocommerce #respond .card.post-type-product .card-meta .btn-group .widget-product-item + input#submit, .btn-group .woocommerce #respond .acf-button + input#submit, .woocommerce #respond .btn-group .acf-button + input#submit, .btn-group .acf-color_picker .wp-picker-container .woocommerce #respond .wp-picker-clear + input#submit, .woocommerce #respond .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + input#submit, .acf-color_picker .wp-picker-container .btn-group .woocommerce #respond .wp-picker-clear + input#submit, .woocommerce #respond .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + input#submit,
.btn-group .woocommerce .btn + a.button, .woocommerce .btn-group .btn + a.button,
.btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce label.acf-basic-uploader + a.button, .woocommerce .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + a.button, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce label.acf-basic-uploader + a.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + a.button,
.btn-group .woocommerce #respond input#submit + a.button, .woocommerce #respond .btn-group input#submit + a.button,
.btn-group .woocommerce a.button + a.button, .woocommerce .btn-group a.button + a.button,
.btn-group .woocommerce button.button + a.button, .woocommerce .btn-group button.button + a.button,
.btn-group .woocommerce input.button + a.button, .woocommerce .btn-group input.button + a.button,
.btn-group .woocommerce-page #respond .woocommerce input#submit + a.button, .woocommerce .btn-group .woocommerce-page #respond input#submit + a.button, .woocommerce-page #respond .btn-group .woocommerce input#submit + a.button, .woocommerce .woocommerce-page #respond .btn-group input#submit + a.button,
.btn-group .woocommerce-page .woocommerce a.button + a.button, .woocommerce .btn-group .woocommerce-page a.button + a.button, .woocommerce-page .btn-group .woocommerce a.button + a.button, .woocommerce .woocommerce-page .btn-group a.button + a.button,
.btn-group .woocommerce-page .woocommerce button.button + a.button, .woocommerce .btn-group .woocommerce-page button.button + a.button, .woocommerce-page .btn-group .woocommerce button.button + a.button, .woocommerce .woocommerce-page .btn-group button.button + a.button,
.btn-group .woocommerce-page .woocommerce input.button + a.button, .woocommerce .btn-group .woocommerce-page input.button + a.button, .woocommerce-page .btn-group .woocommerce input.button + a.button, .woocommerce .woocommerce-page .btn-group input.button + a.button,
.btn-group .card.post-type-product .card-meta .woocommerce .widget-product-item + a.button, .woocommerce .btn-group .card.post-type-product .card-meta .widget-product-item + a.button, .card.post-type-product .card-meta .btn-group .woocommerce .widget-product-item + a.button, .woocommerce .card.post-type-product .card-meta .btn-group .widget-product-item + a.button,
.btn-group .woocommerce .acf-button + a.button, .woocommerce .btn-group .acf-button + a.button,
.btn-group .acf-color_picker .wp-picker-container .woocommerce .wp-picker-clear + a.button, .woocommerce .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + a.button, .acf-color_picker .wp-picker-container .btn-group .woocommerce .wp-picker-clear + a.button, .woocommerce .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + a.button,
.btn-group .woocommerce .btn + button.button, .woocommerce .btn-group .btn + button.button,
.btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce label.acf-basic-uploader + button.button, .woocommerce .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + button.button, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce label.acf-basic-uploader + button.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + button.button,
.btn-group .woocommerce #respond input#submit + button.button, .woocommerce #respond .btn-group input#submit + button.button,
.btn-group .woocommerce a.button + button.button, .woocommerce .btn-group a.button + button.button,
.btn-group .woocommerce button.button + button.button, .woocommerce .btn-group button.button + button.button,
.btn-group .woocommerce input.button + button.button, .woocommerce .btn-group input.button + button.button,
.btn-group .woocommerce-page #respond .woocommerce input#submit + button.button, .woocommerce .btn-group .woocommerce-page #respond input#submit + button.button, .woocommerce-page #respond .btn-group .woocommerce input#submit + button.button, .woocommerce .woocommerce-page #respond .btn-group input#submit + button.button,
.btn-group .woocommerce-page .woocommerce a.button + button.button, .woocommerce .btn-group .woocommerce-page a.button + button.button, .woocommerce-page .btn-group .woocommerce a.button + button.button, .woocommerce .woocommerce-page .btn-group a.button + button.button,
.btn-group .woocommerce-page .woocommerce button.button + button.button, .woocommerce .btn-group .woocommerce-page button.button + button.button, .woocommerce-page .btn-group .woocommerce button.button + button.button, .woocommerce .woocommerce-page .btn-group button.button + button.button,
.btn-group .woocommerce-page .woocommerce input.button + button.button, .woocommerce .btn-group .woocommerce-page input.button + button.button, .woocommerce-page .btn-group .woocommerce input.button + button.button, .woocommerce .woocommerce-page .btn-group input.button + button.button,
.btn-group .card.post-type-product .card-meta .woocommerce .widget-product-item + button.button, .woocommerce .btn-group .card.post-type-product .card-meta .widget-product-item + button.button, .card.post-type-product .card-meta .btn-group .woocommerce .widget-product-item + button.button, .woocommerce .card.post-type-product .card-meta .btn-group .widget-product-item + button.button,
.btn-group .woocommerce .acf-button + button.button, .woocommerce .btn-group .acf-button + button.button,
.btn-group .acf-color_picker .wp-picker-container .woocommerce .wp-picker-clear + button.button, .woocommerce .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + button.button, .acf-color_picker .wp-picker-container .btn-group .woocommerce .wp-picker-clear + button.button, .woocommerce .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + button.button,
.btn-group .woocommerce .btn + input.button, .woocommerce .btn-group .btn + input.button,
.btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce label.acf-basic-uploader + input.button, .woocommerce .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input.button, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce label.acf-basic-uploader + input.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + input.button,
.btn-group .woocommerce #respond input#submit + input.button, .woocommerce #respond .btn-group input#submit + input.button,
.btn-group .woocommerce a.button + input.button, .woocommerce .btn-group a.button + input.button,
.btn-group .woocommerce button.button + input.button, .woocommerce .btn-group button.button + input.button,
.btn-group .woocommerce input.button + input.button, .woocommerce .btn-group input.button + input.button,
.btn-group .woocommerce-page #respond .woocommerce input#submit + input.button, .woocommerce .btn-group .woocommerce-page #respond input#submit + input.button, .woocommerce-page #respond .btn-group .woocommerce input#submit + input.button, .woocommerce .woocommerce-page #respond .btn-group input#submit + input.button,
.btn-group .woocommerce-page .woocommerce a.button + input.button, .woocommerce .btn-group .woocommerce-page a.button + input.button, .woocommerce-page .btn-group .woocommerce a.button + input.button, .woocommerce .woocommerce-page .btn-group a.button + input.button,
.btn-group .woocommerce-page .woocommerce button.button + input.button, .woocommerce .btn-group .woocommerce-page button.button + input.button, .woocommerce-page .btn-group .woocommerce button.button + input.button, .woocommerce .woocommerce-page .btn-group button.button + input.button,
.btn-group .woocommerce-page .woocommerce input.button + input.button, .woocommerce .btn-group .woocommerce-page input.button + input.button, .woocommerce-page .btn-group .woocommerce input.button + input.button, .woocommerce .woocommerce-page .btn-group input.button + input.button,
.btn-group .card.post-type-product .card-meta .woocommerce .widget-product-item + input.button, .woocommerce .btn-group .card.post-type-product .card-meta .widget-product-item + input.button, .card.post-type-product .card-meta .btn-group .woocommerce .widget-product-item + input.button, .woocommerce .card.post-type-product .card-meta .btn-group .widget-product-item + input.button,
.btn-group .woocommerce .acf-button + input.button, .woocommerce .btn-group .acf-button + input.button,
.btn-group .acf-color_picker .wp-picker-container .woocommerce .wp-picker-clear + input.button, .woocommerce .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + input.button, .acf-color_picker .wp-picker-container .btn-group .woocommerce .wp-picker-clear + input.button, .woocommerce .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + input.button,
.btn-group .woocommerce-page #respond .btn + input#submit, .woocommerce-page #respond .btn-group .btn + input#submit,
.btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond label.acf-basic-uploader + input#submit, .woocommerce-page #respond .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input#submit, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce-page #respond label.acf-basic-uploader + input#submit, .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + input#submit,
.btn-group .woocommerce .woocommerce-page #respond input#submit + input#submit, .woocommerce-page .btn-group .woocommerce #respond input#submit + input#submit, .woocommerce .woocommerce-page #respond .btn-group input#submit + input#submit, .woocommerce-page .woocommerce #respond .btn-group input#submit + input#submit,
.btn-group .woocommerce .woocommerce-page #respond a.button + input#submit, .woocommerce-page #respond .btn-group .woocommerce a.button + input#submit, .woocommerce .btn-group .woocommerce-page #respond a.button + input#submit, .woocommerce-page #respond .woocommerce .btn-group a.button + input#submit,
.btn-group .woocommerce .woocommerce-page #respond button.button + input#submit, .woocommerce-page #respond .btn-group .woocommerce button.button + input#submit, .woocommerce .btn-group .woocommerce-page #respond button.button + input#submit, .woocommerce-page #respond .woocommerce .btn-group button.button + input#submit,
.btn-group .woocommerce .woocommerce-page #respond input.button + input#submit, .woocommerce-page #respond .btn-group .woocommerce input.button + input#submit, .woocommerce .btn-group .woocommerce-page #respond input.button + input#submit, .woocommerce-page #respond .woocommerce .btn-group input.button + input#submit,
.btn-group .woocommerce-page #respond input#submit + input#submit, .woocommerce-page #respond .btn-group input#submit + input#submit,
.btn-group .woocommerce-page #respond a.button + input#submit, .woocommerce-page .btn-group #respond a.button + input#submit, .woocommerce-page #respond .btn-group a.button + input#submit,
.btn-group .woocommerce-page #respond button.button + input#submit, .woocommerce-page .btn-group #respond button.button + input#submit, .woocommerce-page #respond .btn-group button.button + input#submit,
.btn-group .woocommerce-page #respond input.button + input#submit, .woocommerce-page .btn-group #respond input.button + input#submit, .woocommerce-page #respond .btn-group input.button + input#submit,
.btn-group .card.post-type-product .card-meta .woocommerce-page #respond .widget-product-item + input#submit, .woocommerce-page #respond .btn-group .card.post-type-product .card-meta .widget-product-item + input#submit, .card.post-type-product .card-meta .btn-group .woocommerce-page #respond .widget-product-item + input#submit, .woocommerce-page #respond .card.post-type-product .card-meta .btn-group .widget-product-item + input#submit,
.btn-group .woocommerce-page #respond .acf-button + input#submit, .woocommerce-page #respond .btn-group .acf-button + input#submit,
.btn-group .acf-color_picker .wp-picker-container .woocommerce-page #respond .wp-picker-clear + input#submit, .woocommerce-page #respond .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + input#submit, .acf-color_picker .wp-picker-container .btn-group .woocommerce-page #respond .wp-picker-clear + input#submit, .woocommerce-page #respond .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + input#submit,
.btn-group .woocommerce-page .btn + a.button, .woocommerce-page .btn-group .btn + a.button,
.btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce-page label.acf-basic-uploader + a.button, .woocommerce-page .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + a.button, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce-page label.acf-basic-uploader + a.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + a.button,
.btn-group .woocommerce #respond .woocommerce-page input#submit + a.button, .woocommerce-page .btn-group .woocommerce #respond input#submit + a.button, .woocommerce #respond .btn-group .woocommerce-page input#submit + a.button, .woocommerce-page .woocommerce #respond .btn-group input#submit + a.button,
.btn-group .woocommerce .woocommerce-page a.button + a.button, .woocommerce-page .btn-group .woocommerce a.button + a.button, .woocommerce .btn-group .woocommerce-page a.button + a.button, .woocommerce-page .woocommerce .btn-group a.button + a.button,
.btn-group .woocommerce .woocommerce-page button.button + a.button, .woocommerce-page .btn-group .woocommerce button.button + a.button, .woocommerce .btn-group .woocommerce-page button.button + a.button, .woocommerce-page .woocommerce .btn-group button.button + a.button,
.btn-group .woocommerce .woocommerce-page input.button + a.button, .woocommerce-page .btn-group .woocommerce input.button + a.button, .woocommerce .btn-group .woocommerce-page input.button + a.button, .woocommerce-page .woocommerce .btn-group input.button + a.button,
.btn-group .woocommerce-page #respond input#submit + a.button, .woocommerce-page #respond .btn-group input#submit + a.button,
.btn-group .woocommerce-page a.button + a.button, .woocommerce-page .btn-group a.button + a.button,
.btn-group .woocommerce-page button.button + a.button, .woocommerce-page .btn-group button.button + a.button,
.btn-group .woocommerce-page input.button + a.button, .woocommerce-page .btn-group input.button + a.button,
.btn-group .card.post-type-product .card-meta .woocommerce-page .widget-product-item + a.button, .woocommerce-page .btn-group .card.post-type-product .card-meta .widget-product-item + a.button, .card.post-type-product .card-meta .btn-group .woocommerce-page .widget-product-item + a.button, .woocommerce-page .card.post-type-product .card-meta .btn-group .widget-product-item + a.button,
.btn-group .woocommerce-page .acf-button + a.button, .woocommerce-page .btn-group .acf-button + a.button,
.btn-group .acf-color_picker .wp-picker-container .woocommerce-page .wp-picker-clear + a.button, .woocommerce-page .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + a.button, .acf-color_picker .wp-picker-container .btn-group .woocommerce-page .wp-picker-clear + a.button, .woocommerce-page .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + a.button,
.btn-group .woocommerce-page .btn + button.button, .woocommerce-page .btn-group .btn + button.button,
.btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce-page label.acf-basic-uploader + button.button, .woocommerce-page .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + button.button, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce-page label.acf-basic-uploader + button.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + button.button,
.btn-group .woocommerce #respond .woocommerce-page input#submit + button.button, .woocommerce-page .btn-group .woocommerce #respond input#submit + button.button, .woocommerce #respond .btn-group .woocommerce-page input#submit + button.button, .woocommerce-page .woocommerce #respond .btn-group input#submit + button.button,
.btn-group .woocommerce .woocommerce-page a.button + button.button, .woocommerce-page .btn-group .woocommerce a.button + button.button, .woocommerce .btn-group .woocommerce-page a.button + button.button, .woocommerce-page .woocommerce .btn-group a.button + button.button,
.btn-group .woocommerce .woocommerce-page button.button + button.button, .woocommerce-page .btn-group .woocommerce button.button + button.button, .woocommerce .btn-group .woocommerce-page button.button + button.button, .woocommerce-page .woocommerce .btn-group button.button + button.button,
.btn-group .woocommerce .woocommerce-page input.button + button.button, .woocommerce-page .btn-group .woocommerce input.button + button.button, .woocommerce .btn-group .woocommerce-page input.button + button.button, .woocommerce-page .woocommerce .btn-group input.button + button.button,
.btn-group .woocommerce-page #respond input#submit + button.button, .woocommerce-page #respond .btn-group input#submit + button.button,
.btn-group .woocommerce-page a.button + button.button, .woocommerce-page .btn-group a.button + button.button,
.btn-group .woocommerce-page button.button + button.button, .woocommerce-page .btn-group button.button + button.button,
.btn-group .woocommerce-page input.button + button.button, .woocommerce-page .btn-group input.button + button.button,
.btn-group .card.post-type-product .card-meta .woocommerce-page .widget-product-item + button.button, .woocommerce-page .btn-group .card.post-type-product .card-meta .widget-product-item + button.button, .card.post-type-product .card-meta .btn-group .woocommerce-page .widget-product-item + button.button, .woocommerce-page .card.post-type-product .card-meta .btn-group .widget-product-item + button.button,
.btn-group .woocommerce-page .acf-button + button.button, .woocommerce-page .btn-group .acf-button + button.button,
.btn-group .acf-color_picker .wp-picker-container .woocommerce-page .wp-picker-clear + button.button, .woocommerce-page .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + button.button, .acf-color_picker .wp-picker-container .btn-group .woocommerce-page .wp-picker-clear + button.button, .woocommerce-page .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + button.button,
.btn-group .woocommerce-page .btn + input.button, .woocommerce-page .btn-group .btn + input.button,
.btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce-page label.acf-basic-uploader + input.button, .woocommerce-page .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input.button, .acf-field[data-type="image"] .hide-if-value .btn-group .woocommerce-page label.acf-basic-uploader + input.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + input.button,
.btn-group .woocommerce #respond .woocommerce-page input#submit + input.button, .woocommerce-page .btn-group .woocommerce #respond input#submit + input.button, .woocommerce #respond .btn-group .woocommerce-page input#submit + input.button, .woocommerce-page .woocommerce #respond .btn-group input#submit + input.button,
.btn-group .woocommerce .woocommerce-page a.button + input.button, .woocommerce-page .btn-group .woocommerce a.button + input.button, .woocommerce .btn-group .woocommerce-page a.button + input.button, .woocommerce-page .woocommerce .btn-group a.button + input.button,
.btn-group .woocommerce .woocommerce-page button.button + input.button, .woocommerce-page .btn-group .woocommerce button.button + input.button, .woocommerce .btn-group .woocommerce-page button.button + input.button, .woocommerce-page .woocommerce .btn-group button.button + input.button,
.btn-group .woocommerce .woocommerce-page input.button + input.button, .woocommerce-page .btn-group .woocommerce input.button + input.button, .woocommerce .btn-group .woocommerce-page input.button + input.button, .woocommerce-page .woocommerce .btn-group input.button + input.button,
.btn-group .woocommerce-page #respond input#submit + input.button, .woocommerce-page #respond .btn-group input#submit + input.button,
.btn-group .woocommerce-page a.button + input.button, .woocommerce-page .btn-group a.button + input.button,
.btn-group .woocommerce-page button.button + input.button, .woocommerce-page .btn-group button.button + input.button,
.btn-group .woocommerce-page input.button + input.button, .woocommerce-page .btn-group input.button + input.button,
.btn-group .card.post-type-product .card-meta .woocommerce-page .widget-product-item + input.button, .woocommerce-page .btn-group .card.post-type-product .card-meta .widget-product-item + input.button, .card.post-type-product .card-meta .btn-group .woocommerce-page .widget-product-item + input.button, .woocommerce-page .card.post-type-product .card-meta .btn-group .widget-product-item + input.button,
.btn-group .woocommerce-page .acf-button + input.button, .woocommerce-page .btn-group .acf-button + input.button,
.btn-group .acf-color_picker .wp-picker-container .woocommerce-page .wp-picker-clear + input.button, .woocommerce-page .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + input.button, .acf-color_picker .wp-picker-container .btn-group .woocommerce-page .wp-picker-clear + input.button, .woocommerce-page .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + input.button, .btn-group .card.post-type-product .card-meta .btn + .widget-product-item, .card.post-type-product .card-meta .btn-group .btn + .widget-product-item, .btn-group .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta label.acf-basic-uploader + .widget-product-item, .card.post-type-product .card-meta .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .widget-product-item, .acf-field[data-type="image"] .hide-if-value .btn-group .card.post-type-product .card-meta label.acf-basic-uploader + .widget-product-item, .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + .widget-product-item, .btn-group .woocommerce #respond .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .btn-group .woocommerce #respond input#submit + .widget-product-item, .woocommerce #respond .btn-group .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce #respond .btn-group input#submit + .widget-product-item, .btn-group .woocommerce .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .btn-group .woocommerce a.button + .widget-product-item, .woocommerce .btn-group .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .btn-group a.button + .widget-product-item, .btn-group .woocommerce .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .btn-group .woocommerce button.button + .widget-product-item, .woocommerce .btn-group .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .btn-group button.button + .widget-product-item, .btn-group .woocommerce .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .btn-group .woocommerce input.button + .widget-product-item, .woocommerce .btn-group .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .btn-group input.button + .widget-product-item, .btn-group .woocommerce-page #respond .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .btn-group .woocommerce-page #respond input#submit + .widget-product-item, .woocommerce-page #respond .btn-group .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page #respond .btn-group input#submit + .widget-product-item, .btn-group .woocommerce-page .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .btn-group .woocommerce-page a.button + .widget-product-item, .woocommerce-page .btn-group .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .btn-group a.button + .widget-product-item, .btn-group .woocommerce-page .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .btn-group .woocommerce-page button.button + .widget-product-item, .woocommerce-page .btn-group .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .btn-group button.button + .widget-product-item, .btn-group .woocommerce-page .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .btn-group .woocommerce-page input.button + .widget-product-item, .woocommerce-page .btn-group .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .btn-group input.button + .widget-product-item, .btn-group .card.post-type-product .card-meta .widget-product-item + .widget-product-item, .card.post-type-product .card-meta .btn-group .widget-product-item + .widget-product-item, .btn-group .card.post-type-product .card-meta .acf-button + .widget-product-item, .card.post-type-product .card-meta .btn-group .acf-button + .widget-product-item, .btn-group .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .wp-picker-clear + .widget-product-item, .card.post-type-product .card-meta .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + .widget-product-item, .acf-color_picker .wp-picker-container .btn-group .card.post-type-product .card-meta .wp-picker-clear + .widget-product-item, .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + .widget-product-item, .btn-group .btn + .acf-button, .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .acf-button, .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + .acf-button, .btn-group .woocommerce #respond input#submit + .acf-button, .woocommerce #respond .btn-group input#submit + .acf-button, .btn-group .woocommerce a.button + .acf-button, .woocommerce .btn-group a.button + .acf-button, .btn-group .woocommerce button.button + .acf-button, .woocommerce .btn-group button.button + .acf-button, .btn-group .woocommerce input.button + .acf-button, .woocommerce .btn-group input.button + .acf-button, .btn-group .woocommerce-page #respond input#submit + .acf-button, .woocommerce-page #respond .btn-group input#submit + .acf-button, .btn-group .woocommerce-page a.button + .acf-button, .woocommerce-page .btn-group a.button + .acf-button, .btn-group .woocommerce-page button.button + .acf-button, .woocommerce-page .btn-group button.button + .acf-button, .btn-group .woocommerce-page input.button + .acf-button, .woocommerce-page .btn-group input.button + .acf-button, .btn-group .card.post-type-product .card-meta .widget-product-item + .acf-button, .card.post-type-product .card-meta .btn-group .widget-product-item + .acf-button, .btn-group .acf-button + .acf-button, .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + .acf-button, .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + .acf-button, .btn-group .acf-color_picker .wp-picker-container .btn + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .btn + .wp-picker-clear, .btn-group .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container label.acf-basic-uploader + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .wp-picker-clear, .acf-field[data-type="image"] .hide-if-value .btn-group .acf-color_picker .wp-picker-container label.acf-basic-uploader + .wp-picker-clear, .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + .wp-picker-clear, .btn-group .woocommerce #respond .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .woocommerce #respond input#submit + .wp-picker-clear, .woocommerce #respond .btn-group .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce #respond .btn-group input#submit + .wp-picker-clear, .btn-group .woocommerce .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .woocommerce a.button + .wp-picker-clear, .woocommerce .btn-group .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .btn-group a.button + .wp-picker-clear, .btn-group .woocommerce .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .woocommerce button.button + .wp-picker-clear, .woocommerce .btn-group .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .btn-group button.button + .wp-picker-clear, .btn-group .woocommerce .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .woocommerce input.button + .wp-picker-clear, .woocommerce .btn-group .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .btn-group input.button + .wp-picker-clear, .btn-group .woocommerce-page #respond .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .woocommerce-page #respond input#submit + .wp-picker-clear, .woocommerce-page #respond .btn-group .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page #respond .btn-group input#submit + .wp-picker-clear, .btn-group .woocommerce-page .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .woocommerce-page a.button + .wp-picker-clear, .woocommerce-page .btn-group .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .btn-group a.button + .wp-picker-clear, .btn-group .woocommerce-page .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .woocommerce-page button.button + .wp-picker-clear, .woocommerce-page .btn-group .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .btn-group button.button + .wp-picker-clear, .btn-group .woocommerce-page .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .woocommerce-page input.button + .wp-picker-clear, .woocommerce-page .btn-group .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .btn-group input.button + .wp-picker-clear, .btn-group .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .card.post-type-product .card-meta .widget-product-item + .wp-picker-clear, .card.post-type-product .card-meta .btn-group .acf-color_picker .wp-picker-container .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .btn-group .widget-product-item + .wp-picker-clear, .btn-group .acf-color_picker .wp-picker-container .acf-button + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .acf-button + .wp-picker-clear, .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + .wp-picker-clear,
.btn-group .btn + .btn-group,
.btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .btn-group,
.acf-field[data-type="image"] .hide-if-value .btn-group label.acf-basic-uploader + .btn-group,
.btn-group .woocommerce #respond input#submit + .btn-group,
.woocommerce #respond .btn-group input#submit + .btn-group,
.btn-group .woocommerce a.button + .btn-group,
.woocommerce .btn-group a.button + .btn-group,
.btn-group .woocommerce button.button + .btn-group,
.woocommerce .btn-group button.button + .btn-group,
.btn-group .woocommerce input.button + .btn-group,
.woocommerce .btn-group input.button + .btn-group,
.btn-group .woocommerce-page #respond input#submit + .btn-group,
.woocommerce-page #respond .btn-group input#submit + .btn-group,
.btn-group .woocommerce-page a.button + .btn-group,
.woocommerce-page .btn-group a.button + .btn-group,
.btn-group .woocommerce-page button.button + .btn-group,
.woocommerce-page .btn-group button.button + .btn-group,
.btn-group .woocommerce-page input.button + .btn-group,
.woocommerce-page .btn-group input.button + .btn-group,
.btn-group .card.post-type-product .card-meta .widget-product-item + .btn-group,
.card.post-type-product .card-meta .btn-group .widget-product-item + .btn-group,
.btn-group .acf-button + .btn-group,
.btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + .btn-group,
.acf-color_picker .wp-picker-container .btn-group .wp-picker-clear + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .acf-field[data-type="image"] .hide-if-value .btn-group + label.acf-basic-uploader,
.acf-field[data-type="image"] .hide-if-value .btn-group .btn-group + label.acf-basic-uploader,
.btn-group .woocommerce #respond .btn-group + input#submit,
.woocommerce #respond .btn-group .btn-group + input#submit,
.btn-group .woocommerce .btn-group + a.button,
.woocommerce .btn-group .btn-group + a.button,
.btn-group .woocommerce .btn-group + button.button,
.woocommerce .btn-group .btn-group + button.button,
.btn-group .woocommerce .btn-group + input.button,
.woocommerce .btn-group .btn-group + input.button,
.btn-group .woocommerce-page #respond .btn-group + input#submit,
.woocommerce-page #respond .btn-group .btn-group + input#submit,
.btn-group .woocommerce-page .btn-group + a.button,
.woocommerce-page .btn-group .btn-group + a.button,
.btn-group .woocommerce-page .btn-group + button.button,
.woocommerce-page .btn-group .btn-group + button.button,
.btn-group .woocommerce-page .btn-group + input.button,
.woocommerce-page .btn-group .btn-group + input.button,
.btn-group .card.post-type-product .card-meta .btn-group + .widget-product-item,
.card.post-type-product .card-meta .btn-group .btn-group + .widget-product-item,
.btn-group .btn-group + .acf-button,
.btn-group .acf-color_picker .wp-picker-container .btn-group + .wp-picker-clear,
.acf-color_picker .wp-picker-container .btn-group .btn-group + .wp-picker-clear,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: "\20";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-toolbar label.acf-basic-uploader, .btn-toolbar .woocommerce #respond input#submit, .woocommerce #respond .btn-toolbar input#submit,
  .btn-toolbar .woocommerce a.button, .woocommerce .btn-toolbar a.button,
  .btn-toolbar .woocommerce button.button, .woocommerce .btn-toolbar button.button,
  .btn-toolbar .woocommerce input.button, .woocommerce .btn-toolbar input.button,
  .btn-toolbar .woocommerce-page #respond input#submit, .woocommerce-page #respond .btn-toolbar input#submit,
  .btn-toolbar .woocommerce-page a.button, .woocommerce-page .btn-toolbar a.button,
  .btn-toolbar .woocommerce-page button.button, .woocommerce-page .btn-toolbar button.button,
  .btn-toolbar .woocommerce-page input.button, .woocommerce-page .btn-toolbar input.button, .btn-toolbar .card.post-type-product .card-meta .widget-product-item, .card.post-type-product .card-meta .btn-toolbar .widget-product-item, .btn-toolbar .acf-button, .btn-toolbar .acf-color_picker .wp-picker-container .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-toolbar .wp-picker-clear,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .acf-field[data-type="image"] .hide-if-value .btn-toolbar > label.acf-basic-uploader, .woocommerce #respond .btn-toolbar > input#submit,
  .woocommerce .btn-toolbar > a.button,
  .woocommerce .btn-toolbar > button.button,
  .woocommerce .btn-toolbar > input.button,
  .woocommerce-page #respond .btn-toolbar > input#submit,
  .woocommerce-page .btn-toolbar > a.button,
  .woocommerce-page .btn-toolbar > button.button,
  .woocommerce-page .btn-toolbar > input.button, .card.post-type-product .card-meta .btn-toolbar > .widget-product-item, .btn-toolbar > .acf-button, .acf-color_picker .wp-picker-container .btn-toolbar > .wp-picker-clear,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .acf-field[data-type="image"] .hide-if-value .btn-group > label.acf-basic-uploader:not(:first-child):not(:last-child):not(.dropdown-toggle), .woocommerce #respond .btn-group > input#submit:not(:first-child):not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > a.button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > button.button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > input.button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.woocommerce-page #respond .btn-group > input#submit:not(:first-child):not(:last-child):not(.dropdown-toggle),
.woocommerce-page .btn-group > a.button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.woocommerce-page .btn-group > button.button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.woocommerce-page .btn-group > input.button:not(:first-child):not(:last-child):not(.dropdown-toggle), .card.post-type-product .card-meta .btn-group > .widget-product-item:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .acf-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .acf-color_picker .wp-picker-container .btn-group > .wp-picker-clear:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .acf-field[data-type="image"] .hide-if-value .btn-group > label.acf-basic-uploader:first-child, .woocommerce #respond .btn-group > input#submit:first-child,
.woocommerce .btn-group > a.button:first-child,
.woocommerce .btn-group > button.button:first-child,
.woocommerce .btn-group > input.button:first-child,
.woocommerce-page #respond .btn-group > input#submit:first-child,
.woocommerce-page .btn-group > a.button:first-child,
.woocommerce-page .btn-group > button.button:first-child,
.woocommerce-page .btn-group > input.button:first-child, .card.post-type-product .card-meta .btn-group > .widget-product-item:first-child, .btn-group > .acf-button:first-child, .acf-color_picker .wp-picker-container .btn-group > .wp-picker-clear:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .acf-field[data-type="image"] .hide-if-value .btn-group > label.acf-basic-uploader:first-child:not(:last-child):not(.dropdown-toggle), .woocommerce #respond .btn-group > input#submit:first-child:not(:last-child):not(.dropdown-toggle),
  .woocommerce .btn-group > a.button:first-child:not(:last-child):not(.dropdown-toggle),
  .woocommerce .btn-group > button.button:first-child:not(:last-child):not(.dropdown-toggle),
  .woocommerce .btn-group > input.button:first-child:not(:last-child):not(.dropdown-toggle),
  .woocommerce-page #respond .btn-group > input#submit:first-child:not(:last-child):not(.dropdown-toggle),
  .woocommerce-page .btn-group > a.button:first-child:not(:last-child):not(.dropdown-toggle),
  .woocommerce-page .btn-group > button.button:first-child:not(:last-child):not(.dropdown-toggle),
  .woocommerce-page .btn-group > input.button:first-child:not(:last-child):not(.dropdown-toggle), .card.post-type-product .card-meta .btn-group > .widget-product-item:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .acf-button:first-child:not(:last-child):not(.dropdown-toggle), .acf-color_picker .wp-picker-container .btn-group > .wp-picker-clear:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .acf-field[data-type="image"] .hide-if-value .btn-group > label.acf-basic-uploader:last-child:not(:first-child), .woocommerce #respond .btn-group > input#submit:last-child:not(:first-child),
.woocommerce .btn-group > a.button:last-child:not(:first-child),
.woocommerce .btn-group > button.button:last-child:not(:first-child),
.woocommerce .btn-group > input.button:last-child:not(:first-child),
.woocommerce-page #respond .btn-group > input#submit:last-child:not(:first-child),
.woocommerce-page .btn-group > a.button:last-child:not(:first-child),
.woocommerce-page .btn-group > button.button:last-child:not(:first-child),
.woocommerce-page .btn-group > input.button:last-child:not(:first-child), .card.post-type-product .card-meta .btn-group > .widget-product-item:last-child:not(:first-child), .btn-group > .acf-button:last-child:not(:first-child), .acf-color_picker .wp-picker-container .btn-group > .wp-picker-clear:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group > .btn-group:not(:first-child):not(:last-child) > label.acf-basic-uploader, .woocommerce #respond .btn-group > .btn-group:not(:first-child):not(:last-child) > input#submit,
.woocommerce .btn-group > .btn-group:not(:first-child):not(:last-child) > a.button,
.woocommerce .btn-group > .btn-group:not(:first-child):not(:last-child) > button.button,
.woocommerce .btn-group > .btn-group:not(:first-child):not(:last-child) > input.button,
.woocommerce-page #respond .btn-group > .btn-group:not(:first-child):not(:last-child) > input#submit,
.woocommerce-page .btn-group > .btn-group:not(:first-child):not(:last-child) > a.button,
.woocommerce-page .btn-group > .btn-group:not(:first-child):not(:last-child) > button.button,
.woocommerce-page .btn-group > .btn-group:not(:first-child):not(:last-child) > input.button, .card.post-type-product .card-meta .btn-group > .btn-group:not(:first-child):not(:last-child) > .widget-product-item, .btn-group > .btn-group:not(:first-child):not(:last-child) > .acf-button, .acf-color_picker .wp-picker-container .btn-group > .btn-group:not(:first-child):not(:last-child) > .wp-picker-clear {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .acf-field[data-type="image"] .hide-if-value .btn-group > .btn-group:first-child:not(:last-child) > label.acf-basic-uploader:last-child, .woocommerce #respond .btn-group > .btn-group:first-child:not(:last-child) > input#submit:last-child,
.woocommerce .btn-group > .btn-group:first-child:not(:last-child) > a.button:last-child,
.woocommerce .btn-group > .btn-group:first-child:not(:last-child) > button.button:last-child,
.woocommerce .btn-group > .btn-group:first-child:not(:last-child) > input.button:last-child,
.woocommerce-page #respond .btn-group > .btn-group:first-child:not(:last-child) > input#submit:last-child,
.woocommerce-page .btn-group > .btn-group:first-child:not(:last-child) > a.button:last-child,
.woocommerce-page .btn-group > .btn-group:first-child:not(:last-child) > button.button:last-child,
.woocommerce-page .btn-group > .btn-group:first-child:not(:last-child) > input.button:last-child, .card.post-type-product .card-meta .btn-group > .btn-group:first-child:not(:last-child) > .widget-product-item:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .acf-button:last-child, .acf-color_picker .wp-picker-container .btn-group > .btn-group:first-child:not(:last-child) > .wp-picker-clear:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .acf-field[data-type="image"] .hide-if-value .btn-group > .btn-group:last-child:not(:first-child) > label.acf-basic-uploader:first-child, .woocommerce #respond .btn-group > .btn-group:last-child:not(:first-child) > input#submit:first-child,
.woocommerce .btn-group > .btn-group:last-child:not(:first-child) > a.button:first-child,
.woocommerce .btn-group > .btn-group:last-child:not(:first-child) > button.button:first-child,
.woocommerce .btn-group > .btn-group:last-child:not(:first-child) > input.button:first-child,
.woocommerce-page #respond .btn-group > .btn-group:last-child:not(:first-child) > input#submit:first-child,
.woocommerce-page .btn-group > .btn-group:last-child:not(:first-child) > a.button:first-child,
.woocommerce-page .btn-group > .btn-group:last-child:not(:first-child) > button.button:first-child,
.woocommerce-page .btn-group > .btn-group:last-child:not(:first-child) > input.button:first-child, .card.post-type-product .card-meta .btn-group > .btn-group:last-child:not(:first-child) > .widget-product-item:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .acf-button:first-child, .acf-color_picker .wp-picker-container .btn-group > .btn-group:last-child:not(:first-child) > .wp-picker-clear:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .acf-field[data-type="image"] .hide-if-value .btn-group > label.acf-basic-uploader + .dropdown-toggle, .woocommerce #respond .btn-group > input#submit + .dropdown-toggle, .woocommerce .btn-group > a.button + .dropdown-toggle, .woocommerce .btn-group > button.button + .dropdown-toggle, .woocommerce .btn-group > input.button + .dropdown-toggle, .woocommerce-page #respond .btn-group > input#submit + .dropdown-toggle, .woocommerce-page .btn-group > a.button + .dropdown-toggle, .woocommerce-page .btn-group > button.button + .dropdown-toggle, .woocommerce-page .btn-group > input.button + .dropdown-toggle, .card.post-type-product .card-meta .btn-group > .widget-product-item + .dropdown-toggle, .btn-group > .acf-button + .dropdown-toggle, .acf-color_picker .wp-picker-container .btn-group > .wp-picker-clear + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .acf-field[data-type="image"] .hide-if-value .btn-group-lg.btn-group > label.acf-basic-uploader + .dropdown-toggle, .woocommerce #respond .btn-group-lg.btn-group > input#submit + .dropdown-toggle, .woocommerce .btn-group-lg.btn-group > a.button + .dropdown-toggle, .woocommerce .btn-group-lg.btn-group > button.button + .dropdown-toggle, .woocommerce .btn-group-lg.btn-group > input.button + .dropdown-toggle, .woocommerce-page #respond .btn-group-lg.btn-group > input#submit + .dropdown-toggle, .woocommerce-page .btn-group-lg.btn-group > a.button + .dropdown-toggle, .woocommerce-page .btn-group-lg.btn-group > button.button + .dropdown-toggle, .woocommerce-page .btn-group-lg.btn-group > input.button + .dropdown-toggle, .card.post-type-product .card-meta .btn-group-lg.btn-group > .widget-product-item + .dropdown-toggle, .btn-group-lg.btn-group > .acf-button + .dropdown-toggle, .acf-color_picker .wp-picker-container .btn-group-lg.btn-group > .wp-picker-clear + .dropdown-toggle, .woocommerce-checkout .woocommerce .btn-group > #place_order + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .caret, .woocommerce #respond input#submit .caret, .woocommerce a.button .caret, .woocommerce button.button .caret, .woocommerce input.button .caret, .woocommerce-page #respond input#submit .caret, .woocommerce-page a.button .caret, .woocommerce-page button.button .caret, .woocommerce-page input.button .caret, .card.post-type-product .card-meta .widget-product-item .caret, .acf-button .caret, .acf-color_picker .wp-picker-container .wp-picker-clear .caret, .btn .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .btn .select2-arrow::after, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .select2-arrow::after, .woocommerce #respond input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce #respond input#submit .select2-arrow::after, .woocommerce a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce a.button .select2-arrow::after, .woocommerce button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce button.button .select2-arrow::after, .woocommerce input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce input.button .select2-arrow::after, .woocommerce-page #respond input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page #respond input#submit .select2-arrow::after, .woocommerce-page a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page a.button .select2-arrow::after, .woocommerce-page button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page button.button .select2-arrow::after, .woocommerce-page input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page input.button .select2-arrow::after, .card.post-type-product .card-meta .widget-product-item .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .card.post-type-product .card-meta .widget-product-item .select2-arrow::after, .acf-button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .acf-button .select2-arrow::after, .acf-color_picker .wp-picker-container .wp-picker-clear .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .acf-color_picker .wp-picker-container .wp-picker-clear .select2-arrow::after {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .acf-field[data-type="image"] .hide-if-value .btn-group-lg > label.acf-basic-uploader .caret, .woocommerce #respond .btn-group-lg > input#submit .caret, .woocommerce .btn-group-lg > a.button .caret, .woocommerce .btn-group-lg > button.button .caret, .woocommerce .btn-group-lg > input.button .caret, .woocommerce-page #respond .btn-group-lg > input#submit .caret, .woocommerce-page .btn-group-lg > a.button .caret, .woocommerce-page .btn-group-lg > button.button .caret, .woocommerce-page .btn-group-lg > input.button .caret, .card.post-type-product .card-meta .btn-group-lg > .widget-product-item .caret, .btn-group-lg > .acf-button .caret, .acf-color_picker .wp-picker-container .btn-group-lg > .wp-picker-clear .caret, .woocommerce-checkout .woocommerce #place_order .caret, .btn-lg .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .btn-lg .select2-arrow::after, .btn-group-lg > .btn .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .btn-group-lg > .btn .select2-arrow::after, .acf-field[data-type="image"] .hide-if-value .btn-group-lg > label.acf-basic-uploader .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .acf-field[data-type="image"] .hide-if-value .btn-group-lg > label.acf-basic-uploader .select2-arrow::after, .woocommerce #respond .btn-group-lg > input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce #respond .btn-group-lg > input#submit .select2-arrow::after, .woocommerce .btn-group-lg > a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce .btn-group-lg > a.button .select2-arrow::after, .woocommerce .btn-group-lg > button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce .btn-group-lg > button.button .select2-arrow::after, .woocommerce .btn-group-lg > input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce .btn-group-lg > input.button .select2-arrow::after, .woocommerce-page #respond .btn-group-lg > input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page #respond .btn-group-lg > input#submit .select2-arrow::after, .woocommerce-page .btn-group-lg > a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page .btn-group-lg > a.button .select2-arrow::after, .woocommerce-page .btn-group-lg > button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page .btn-group-lg > button.button .select2-arrow::after, .woocommerce-page .btn-group-lg > input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page .btn-group-lg > input.button .select2-arrow::after, .card.post-type-product .card-meta .btn-group-lg > .widget-product-item .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .card.post-type-product .card-meta .btn-group-lg > .widget-product-item .select2-arrow::after, .btn-group-lg > .acf-button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .btn-group-lg > .acf-button .select2-arrow::after, .acf-color_picker .wp-picker-container .btn-group-lg > .wp-picker-clear .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .acf-color_picker .wp-picker-container .btn-group-lg > .wp-picker-clear .select2-arrow::after, .woocommerce-checkout .woocommerce #place_order .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-checkout .woocommerce #place_order .select2-arrow::after {
  border-width: 8px 8px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .acf-field[data-type="image"] .hide-if-value .btn-group-lg > label.acf-basic-uploader .caret, .acf-field[data-type="image"] .hide-if-value .dropup .btn-group-lg > label.acf-basic-uploader .caret, .dropup .woocommerce #respond .btn-group-lg > input#submit .caret, .woocommerce #respond .dropup .btn-group-lg > input#submit .caret, .dropup .woocommerce .btn-group-lg > a.button .caret, .woocommerce .dropup .btn-group-lg > a.button .caret, .dropup .woocommerce .btn-group-lg > button.button .caret, .woocommerce .dropup .btn-group-lg > button.button .caret, .dropup .woocommerce .btn-group-lg > input.button .caret, .woocommerce .dropup .btn-group-lg > input.button .caret, .dropup .woocommerce-page #respond .btn-group-lg > input#submit .caret, .woocommerce-page #respond .dropup .btn-group-lg > input#submit .caret, .dropup .woocommerce-page .btn-group-lg > a.button .caret, .woocommerce-page .dropup .btn-group-lg > a.button .caret, .dropup .woocommerce-page .btn-group-lg > button.button .caret, .woocommerce-page .dropup .btn-group-lg > button.button .caret, .dropup .woocommerce-page .btn-group-lg > input.button .caret, .woocommerce-page .dropup .btn-group-lg > input.button .caret, .dropup .card.post-type-product .card-meta .btn-group-lg > .widget-product-item .caret, .card.post-type-product .card-meta .dropup .btn-group-lg > .widget-product-item .caret, .dropup .btn-group-lg > .acf-button .caret, .dropup .acf-color_picker .wp-picker-container .btn-group-lg > .wp-picker-clear .caret, .acf-color_picker .wp-picker-container .dropup .btn-group-lg > .wp-picker-clear .caret, .dropup .woocommerce-checkout .woocommerce #place_order .caret, .woocommerce-checkout .woocommerce .dropup #place_order .caret, .dropup .btn-lg .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .btn-lg .select2-arrow::after, .dropup .btn-group-lg > .btn .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .btn-group-lg > .btn .select2-arrow::after, .dropup .acf-field[data-type="image"] .hide-if-value .btn-group-lg > label.acf-basic-uploader .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .acf-field[data-type="image"] .hide-if-value .btn-group-lg > label.acf-basic-uploader .select2-arrow::after, .acf-field[data-type="image"] .hide-if-value .dropup .btn-group-lg > label.acf-basic-uploader .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .acf-field[data-type="image"] .hide-if-value .dropup .btn-group-lg > label.acf-basic-uploader .select2-arrow::after, .dropup .woocommerce #respond .btn-group-lg > input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .woocommerce #respond .btn-group-lg > input#submit .select2-arrow::after, .woocommerce #respond .dropup .btn-group-lg > input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce #respond .dropup .btn-group-lg > input#submit .select2-arrow::after, .dropup .woocommerce .btn-group-lg > a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .woocommerce .btn-group-lg > a.button .select2-arrow::after, .woocommerce .dropup .btn-group-lg > a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce .dropup .btn-group-lg > a.button .select2-arrow::after, .dropup .woocommerce .btn-group-lg > button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .woocommerce .btn-group-lg > button.button .select2-arrow::after, .woocommerce .dropup .btn-group-lg > button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce .dropup .btn-group-lg > button.button .select2-arrow::after, .dropup .woocommerce .btn-group-lg > input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .woocommerce .btn-group-lg > input.button .select2-arrow::after, .woocommerce .dropup .btn-group-lg > input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce .dropup .btn-group-lg > input.button .select2-arrow::after, .dropup .woocommerce-page #respond .btn-group-lg > input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .woocommerce-page #respond .btn-group-lg > input#submit .select2-arrow::after, .woocommerce-page #respond .dropup .btn-group-lg > input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page #respond .dropup .btn-group-lg > input#submit .select2-arrow::after, .dropup .woocommerce-page .btn-group-lg > a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .woocommerce-page .btn-group-lg > a.button .select2-arrow::after, .woocommerce-page .dropup .btn-group-lg > a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page .dropup .btn-group-lg > a.button .select2-arrow::after, .dropup .woocommerce-page .btn-group-lg > button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .woocommerce-page .btn-group-lg > button.button .select2-arrow::after, .woocommerce-page .dropup .btn-group-lg > button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page .dropup .btn-group-lg > button.button .select2-arrow::after, .dropup .woocommerce-page .btn-group-lg > input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .woocommerce-page .btn-group-lg > input.button .select2-arrow::after, .woocommerce-page .dropup .btn-group-lg > input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page .dropup .btn-group-lg > input.button .select2-arrow::after, .dropup .card.post-type-product .card-meta .btn-group-lg > .widget-product-item .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .card.post-type-product .card-meta .btn-group-lg > .widget-product-item .select2-arrow::after, .card.post-type-product .card-meta .dropup .btn-group-lg > .widget-product-item .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .card.post-type-product .card-meta .dropup .btn-group-lg > .widget-product-item .select2-arrow::after, .dropup .btn-group-lg > .acf-button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .btn-group-lg > .acf-button .select2-arrow::after, .dropup .acf-color_picker .wp-picker-container .btn-group-lg > .wp-picker-clear .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .acf-color_picker .wp-picker-container .btn-group-lg > .wp-picker-clear .select2-arrow::after, .acf-color_picker .wp-picker-container .dropup .btn-group-lg > .wp-picker-clear .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .acf-color_picker .wp-picker-container .dropup .btn-group-lg > .wp-picker-clear .select2-arrow::after, .dropup .woocommerce-checkout .woocommerce #place_order .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .dropup .woocommerce-checkout .woocommerce #place_order .select2-arrow::after, .woocommerce-checkout .woocommerce .dropup #place_order .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-checkout .woocommerce .dropup #place_order .select2-arrow::after {
  border-width: 0 8px 8px; }


.btn-group-vertical > .btn,
.acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader,
.woocommerce #respond .btn-group-vertical > input#submit,
.woocommerce .btn-group-vertical > a.button,
.woocommerce .btn-group-vertical > button.button,
.woocommerce .btn-group-vertical > input.button,
.woocommerce-page #respond .btn-group-vertical > input#submit,
.woocommerce-page .btn-group-vertical > a.button,
.woocommerce-page .btn-group-vertical > button.button,
.woocommerce-page .btn-group-vertical > input.button,
.card.post-type-product .card-meta .btn-group-vertical > .widget-product-item,
.btn-group-vertical > .acf-button,
.acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .btn-group > label.acf-basic-uploader,
.woocommerce #respond .btn-group-vertical > .btn-group > input#submit,
.woocommerce .btn-group-vertical > .btn-group > a.button,
.woocommerce .btn-group-vertical > .btn-group > button.button,
.woocommerce .btn-group-vertical > .btn-group > input.button,
.woocommerce-page #respond .btn-group-vertical > .btn-group > input#submit,
.woocommerce-page .btn-group-vertical > .btn-group > a.button,
.woocommerce-page .btn-group-vertical > .btn-group > button.button,
.woocommerce-page .btn-group-vertical > .btn-group > input.button,
.card.post-type-product .card-meta .btn-group-vertical > .btn-group > .widget-product-item,
.btn-group-vertical > .btn-group > .acf-button,
.acf-color_picker .wp-picker-container .btn-group-vertical > .btn-group > .wp-picker-clear {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: "\20";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
.acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .btn-group > label.acf-basic-uploader,
.woocommerce #respond .btn-group-vertical > .btn-group > input#submit,
.woocommerce .btn-group-vertical > .btn-group > a.button,
.woocommerce .btn-group-vertical > .btn-group > button.button,
.woocommerce .btn-group-vertical > .btn-group > input.button,
.woocommerce-page #respond .btn-group-vertical > .btn-group > input#submit,
.woocommerce-page .btn-group-vertical > .btn-group > a.button,
.woocommerce-page .btn-group-vertical > .btn-group > button.button,
.woocommerce-page .btn-group-vertical > .btn-group > input.button,
.card.post-type-product .card-meta .btn-group-vertical > .btn-group > .widget-product-item,
.btn-group-vertical > .btn-group > .acf-button,
.acf-color_picker .wp-picker-container .btn-group-vertical > .btn-group > .wp-picker-clear {
  float: none; }

.btn-group-vertical > .btn + .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + .btn, .woocommerce #respond .btn-group-vertical > input#submit + .btn, .woocommerce .btn-group-vertical > a.button + .btn, .woocommerce .btn-group-vertical > button.button + .btn, .woocommerce .btn-group-vertical > input.button + .btn, .woocommerce-page #respond .btn-group-vertical > input#submit + .btn, .woocommerce-page .btn-group-vertical > a.button + .btn, .woocommerce-page .btn-group-vertical > button.button + .btn, .woocommerce-page .btn-group-vertical > input.button + .btn, .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + .btn, .btn-group-vertical > .acf-button + .btn, .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .btn + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + label.acf-basic-uploader, .woocommerce #respond .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce #respond .btn-group-vertical > input#submit + label.acf-basic-uploader, .woocommerce .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .btn-group-vertical > a.button + label.acf-basic-uploader, .woocommerce .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .btn-group-vertical > button.button + label.acf-basic-uploader, .woocommerce .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .btn-group-vertical > input.button + label.acf-basic-uploader, .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond .btn-group-vertical > input#submit + label.acf-basic-uploader, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .btn-group-vertical > a.button + label.acf-basic-uploader, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .btn-group-vertical > button.button + label.acf-basic-uploader, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .btn-group-vertical > input.button + label.acf-basic-uploader, .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .acf-button + label.acf-basic-uploader, .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .wp-picker-clear + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + label.acf-basic-uploader, .woocommerce #respond .btn-group-vertical > .btn + input#submit, .acf-field[data-type="image"] .hide-if-value .woocommerce #respond .btn-group-vertical > label.acf-basic-uploader + input#submit, .woocommerce #respond .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + input#submit, .woocommerce #respond .btn-group-vertical > input#submit + input#submit, .woocommerce #respond .btn-group-vertical > a.button + input#submit, .woocommerce #respond .btn-group-vertical > button.button + input#submit, .woocommerce #respond .btn-group-vertical > input.button + input#submit, .woocommerce-page .woocommerce #respond .btn-group-vertical > input#submit + input#submit, .woocommerce .woocommerce-page #respond .btn-group-vertical > input#submit + input#submit, .woocommerce-page .woocommerce #respond .btn-group-vertical > a.button + input#submit, .woocommerce #respond .woocommerce-page .btn-group-vertical > a.button + input#submit, .woocommerce-page .woocommerce #respond .btn-group-vertical > button.button + input#submit, .woocommerce #respond .woocommerce-page .btn-group-vertical > button.button + input#submit, .woocommerce-page .woocommerce #respond .btn-group-vertical > input.button + input#submit, .woocommerce #respond .woocommerce-page .btn-group-vertical > input.button + input#submit, .card.post-type-product .card-meta .woocommerce #respond .btn-group-vertical > .widget-product-item + input#submit, .woocommerce #respond .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + input#submit, .woocommerce #respond .btn-group-vertical > .acf-button + input#submit, .acf-color_picker .wp-picker-container .woocommerce #respond .btn-group-vertical > .wp-picker-clear + input#submit, .woocommerce #respond .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + input#submit,
.woocommerce .btn-group-vertical > .btn + a.button,
.acf-field[data-type="image"] .hide-if-value .woocommerce .btn-group-vertical > label.acf-basic-uploader + a.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + a.button,
.woocommerce #respond .btn-group-vertical > input#submit + a.button,
.woocommerce .btn-group-vertical > a.button + a.button,
.woocommerce .btn-group-vertical > button.button + a.button,
.woocommerce .btn-group-vertical > input.button + a.button,
.woocommerce-page #respond .woocommerce .btn-group-vertical > input#submit + a.button, .woocommerce .woocommerce-page #respond .btn-group-vertical > input#submit + a.button,
.woocommerce-page .woocommerce .btn-group-vertical > a.button + a.button, .woocommerce .woocommerce-page .btn-group-vertical > a.button + a.button,
.woocommerce-page .woocommerce .btn-group-vertical > button.button + a.button, .woocommerce .woocommerce-page .btn-group-vertical > button.button + a.button,
.woocommerce-page .woocommerce .btn-group-vertical > input.button + a.button, .woocommerce .woocommerce-page .btn-group-vertical > input.button + a.button,
.card.post-type-product .card-meta .woocommerce .btn-group-vertical > .widget-product-item + a.button, .woocommerce .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + a.button,
.woocommerce .btn-group-vertical > .acf-button + a.button,
.acf-color_picker .wp-picker-container .woocommerce .btn-group-vertical > .wp-picker-clear + a.button, .woocommerce .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + a.button,
.woocommerce .btn-group-vertical > .btn + button.button,
.acf-field[data-type="image"] .hide-if-value .woocommerce .btn-group-vertical > label.acf-basic-uploader + button.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + button.button,
.woocommerce #respond .btn-group-vertical > input#submit + button.button,
.woocommerce .btn-group-vertical > a.button + button.button,
.woocommerce .btn-group-vertical > button.button + button.button,
.woocommerce .btn-group-vertical > input.button + button.button,
.woocommerce-page #respond .woocommerce .btn-group-vertical > input#submit + button.button, .woocommerce .woocommerce-page #respond .btn-group-vertical > input#submit + button.button,
.woocommerce-page .woocommerce .btn-group-vertical > a.button + button.button, .woocommerce .woocommerce-page .btn-group-vertical > a.button + button.button,
.woocommerce-page .woocommerce .btn-group-vertical > button.button + button.button, .woocommerce .woocommerce-page .btn-group-vertical > button.button + button.button,
.woocommerce-page .woocommerce .btn-group-vertical > input.button + button.button, .woocommerce .woocommerce-page .btn-group-vertical > input.button + button.button,
.card.post-type-product .card-meta .woocommerce .btn-group-vertical > .widget-product-item + button.button, .woocommerce .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + button.button,
.woocommerce .btn-group-vertical > .acf-button + button.button,
.acf-color_picker .wp-picker-container .woocommerce .btn-group-vertical > .wp-picker-clear + button.button, .woocommerce .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + button.button,
.woocommerce .btn-group-vertical > .btn + input.button,
.acf-field[data-type="image"] .hide-if-value .woocommerce .btn-group-vertical > label.acf-basic-uploader + input.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + input.button,
.woocommerce #respond .btn-group-vertical > input#submit + input.button,
.woocommerce .btn-group-vertical > a.button + input.button,
.woocommerce .btn-group-vertical > button.button + input.button,
.woocommerce .btn-group-vertical > input.button + input.button,
.woocommerce-page #respond .woocommerce .btn-group-vertical > input#submit + input.button, .woocommerce .woocommerce-page #respond .btn-group-vertical > input#submit + input.button,
.woocommerce-page .woocommerce .btn-group-vertical > a.button + input.button, .woocommerce .woocommerce-page .btn-group-vertical > a.button + input.button,
.woocommerce-page .woocommerce .btn-group-vertical > button.button + input.button, .woocommerce .woocommerce-page .btn-group-vertical > button.button + input.button,
.woocommerce-page .woocommerce .btn-group-vertical > input.button + input.button, .woocommerce .woocommerce-page .btn-group-vertical > input.button + input.button,
.card.post-type-product .card-meta .woocommerce .btn-group-vertical > .widget-product-item + input.button, .woocommerce .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + input.button,
.woocommerce .btn-group-vertical > .acf-button + input.button,
.acf-color_picker .wp-picker-container .woocommerce .btn-group-vertical > .wp-picker-clear + input.button, .woocommerce .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + input.button,
.woocommerce-page #respond .btn-group-vertical > .btn + input#submit,
.acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond .btn-group-vertical > label.acf-basic-uploader + input#submit, .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + input#submit,
.woocommerce .woocommerce-page #respond .btn-group-vertical > input#submit + input#submit, .woocommerce-page .woocommerce #respond .btn-group-vertical > input#submit + input#submit,
.woocommerce .woocommerce-page #respond .btn-group-vertical > a.button + input#submit, .woocommerce-page #respond .woocommerce .btn-group-vertical > a.button + input#submit,
.woocommerce .woocommerce-page #respond .btn-group-vertical > button.button + input#submit, .woocommerce-page #respond .woocommerce .btn-group-vertical > button.button + input#submit,
.woocommerce .woocommerce-page #respond .btn-group-vertical > input.button + input#submit, .woocommerce-page #respond .woocommerce .btn-group-vertical > input.button + input#submit,
.woocommerce-page #respond .btn-group-vertical > input#submit + input#submit,
.woocommerce-page #respond .btn-group-vertical > a.button + input#submit,
.woocommerce-page #respond .btn-group-vertical > button.button + input#submit,
.woocommerce-page #respond .btn-group-vertical > input.button + input#submit,
.card.post-type-product .card-meta .woocommerce-page #respond .btn-group-vertical > .widget-product-item + input#submit, .woocommerce-page #respond .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + input#submit,
.woocommerce-page #respond .btn-group-vertical > .acf-button + input#submit,
.acf-color_picker .wp-picker-container .woocommerce-page #respond .btn-group-vertical > .wp-picker-clear + input#submit, .woocommerce-page #respond .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + input#submit,
.woocommerce-page .btn-group-vertical > .btn + a.button,
.acf-field[data-type="image"] .hide-if-value .woocommerce-page .btn-group-vertical > label.acf-basic-uploader + a.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + a.button,
.woocommerce #respond .woocommerce-page .btn-group-vertical > input#submit + a.button, .woocommerce-page .woocommerce #respond .btn-group-vertical > input#submit + a.button,
.woocommerce .woocommerce-page .btn-group-vertical > a.button + a.button, .woocommerce-page .woocommerce .btn-group-vertical > a.button + a.button,
.woocommerce .woocommerce-page .btn-group-vertical > button.button + a.button, .woocommerce-page .woocommerce .btn-group-vertical > button.button + a.button,
.woocommerce .woocommerce-page .btn-group-vertical > input.button + a.button, .woocommerce-page .woocommerce .btn-group-vertical > input.button + a.button,
.woocommerce-page #respond .btn-group-vertical > input#submit + a.button,
.woocommerce-page .btn-group-vertical > a.button + a.button,
.woocommerce-page .btn-group-vertical > button.button + a.button,
.woocommerce-page .btn-group-vertical > input.button + a.button,
.card.post-type-product .card-meta .woocommerce-page .btn-group-vertical > .widget-product-item + a.button, .woocommerce-page .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + a.button,
.woocommerce-page .btn-group-vertical > .acf-button + a.button,
.acf-color_picker .wp-picker-container .woocommerce-page .btn-group-vertical > .wp-picker-clear + a.button, .woocommerce-page .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + a.button,
.woocommerce-page .btn-group-vertical > .btn + button.button,
.acf-field[data-type="image"] .hide-if-value .woocommerce-page .btn-group-vertical > label.acf-basic-uploader + button.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + button.button,
.woocommerce #respond .woocommerce-page .btn-group-vertical > input#submit + button.button, .woocommerce-page .woocommerce #respond .btn-group-vertical > input#submit + button.button,
.woocommerce .woocommerce-page .btn-group-vertical > a.button + button.button, .woocommerce-page .woocommerce .btn-group-vertical > a.button + button.button,
.woocommerce .woocommerce-page .btn-group-vertical > button.button + button.button, .woocommerce-page .woocommerce .btn-group-vertical > button.button + button.button,
.woocommerce .woocommerce-page .btn-group-vertical > input.button + button.button, .woocommerce-page .woocommerce .btn-group-vertical > input.button + button.button,
.woocommerce-page #respond .btn-group-vertical > input#submit + button.button,
.woocommerce-page .btn-group-vertical > a.button + button.button,
.woocommerce-page .btn-group-vertical > button.button + button.button,
.woocommerce-page .btn-group-vertical > input.button + button.button,
.card.post-type-product .card-meta .woocommerce-page .btn-group-vertical > .widget-product-item + button.button, .woocommerce-page .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + button.button,
.woocommerce-page .btn-group-vertical > .acf-button + button.button,
.acf-color_picker .wp-picker-container .woocommerce-page .btn-group-vertical > .wp-picker-clear + button.button, .woocommerce-page .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + button.button,
.woocommerce-page .btn-group-vertical > .btn + input.button,
.acf-field[data-type="image"] .hide-if-value .woocommerce-page .btn-group-vertical > label.acf-basic-uploader + input.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + input.button,
.woocommerce #respond .woocommerce-page .btn-group-vertical > input#submit + input.button, .woocommerce-page .woocommerce #respond .btn-group-vertical > input#submit + input.button,
.woocommerce .woocommerce-page .btn-group-vertical > a.button + input.button, .woocommerce-page .woocommerce .btn-group-vertical > a.button + input.button,
.woocommerce .woocommerce-page .btn-group-vertical > button.button + input.button, .woocommerce-page .woocommerce .btn-group-vertical > button.button + input.button,
.woocommerce .woocommerce-page .btn-group-vertical > input.button + input.button, .woocommerce-page .woocommerce .btn-group-vertical > input.button + input.button,
.woocommerce-page #respond .btn-group-vertical > input#submit + input.button,
.woocommerce-page .btn-group-vertical > a.button + input.button,
.woocommerce-page .btn-group-vertical > button.button + input.button,
.woocommerce-page .btn-group-vertical > input.button + input.button,
.card.post-type-product .card-meta .woocommerce-page .btn-group-vertical > .widget-product-item + input.button, .woocommerce-page .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + input.button,
.woocommerce-page .btn-group-vertical > .acf-button + input.button,
.acf-color_picker .wp-picker-container .woocommerce-page .btn-group-vertical > .wp-picker-clear + input.button, .woocommerce-page .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + input.button, .card.post-type-product .card-meta .btn-group-vertical > .btn + .widget-product-item, .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta .btn-group-vertical > label.acf-basic-uploader + .widget-product-item, .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + .widget-product-item, .woocommerce #respond .card.post-type-product .card-meta .btn-group-vertical > input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce #respond .btn-group-vertical > input#submit + .widget-product-item, .woocommerce .card.post-type-product .card-meta .btn-group-vertical > a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .btn-group-vertical > a.button + .widget-product-item, .woocommerce .card.post-type-product .card-meta .btn-group-vertical > button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .btn-group-vertical > button.button + .widget-product-item, .woocommerce .card.post-type-product .card-meta .btn-group-vertical > input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .btn-group-vertical > input.button + .widget-product-item, .woocommerce-page #respond .card.post-type-product .card-meta .btn-group-vertical > input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page #respond .btn-group-vertical > input#submit + .widget-product-item, .woocommerce-page .card.post-type-product .card-meta .btn-group-vertical > a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .btn-group-vertical > a.button + .widget-product-item, .woocommerce-page .card.post-type-product .card-meta .btn-group-vertical > button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .btn-group-vertical > button.button + .widget-product-item, .woocommerce-page .card.post-type-product .card-meta .btn-group-vertical > input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .btn-group-vertical > input.button + .widget-product-item, .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + .widget-product-item, .card.post-type-product .card-meta .btn-group-vertical > .acf-button + .widget-product-item, .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .btn-group-vertical > .wp-picker-clear + .widget-product-item, .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + .widget-product-item, .btn-group-vertical > .btn + .acf-button, .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + .acf-button, .woocommerce #respond .btn-group-vertical > input#submit + .acf-button, .woocommerce .btn-group-vertical > a.button + .acf-button, .woocommerce .btn-group-vertical > button.button + .acf-button, .woocommerce .btn-group-vertical > input.button + .acf-button, .woocommerce-page #respond .btn-group-vertical > input#submit + .acf-button, .woocommerce-page .btn-group-vertical > a.button + .acf-button, .woocommerce-page .btn-group-vertical > button.button + .acf-button, .woocommerce-page .btn-group-vertical > input.button + .acf-button, .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + .acf-button, .btn-group-vertical > .acf-button + .acf-button, .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + .acf-button, .acf-color_picker .wp-picker-container .btn-group-vertical > .btn + .wp-picker-clear, .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container .btn-group-vertical > label.acf-basic-uploader + .wp-picker-clear, .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + .wp-picker-clear, .woocommerce #respond .acf-color_picker .wp-picker-container .btn-group-vertical > input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce #respond .btn-group-vertical > input#submit + .wp-picker-clear, .woocommerce .acf-color_picker .wp-picker-container .btn-group-vertical > a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .btn-group-vertical > a.button + .wp-picker-clear, .woocommerce .acf-color_picker .wp-picker-container .btn-group-vertical > button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .btn-group-vertical > button.button + .wp-picker-clear, .woocommerce .acf-color_picker .wp-picker-container .btn-group-vertical > input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .btn-group-vertical > input.button + .wp-picker-clear, .woocommerce-page #respond .acf-color_picker .wp-picker-container .btn-group-vertical > input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page #respond .btn-group-vertical > input#submit + .wp-picker-clear, .woocommerce-page .acf-color_picker .wp-picker-container .btn-group-vertical > a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .btn-group-vertical > a.button + .wp-picker-clear, .woocommerce-page .acf-color_picker .wp-picker-container .btn-group-vertical > button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .btn-group-vertical > button.button + .wp-picker-clear, .woocommerce-page .acf-color_picker .wp-picker-container .btn-group-vertical > input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .btn-group-vertical > input.button + .wp-picker-clear, .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .btn-group-vertical > .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group-vertical > .acf-button + .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + .wp-picker-clear,
.btn-group-vertical > .btn + .btn-group,
.acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader + .btn-group,
.woocommerce #respond .btn-group-vertical > input#submit + .btn-group,
.woocommerce .btn-group-vertical > a.button + .btn-group,
.woocommerce .btn-group-vertical > button.button + .btn-group,
.woocommerce .btn-group-vertical > input.button + .btn-group,
.woocommerce-page #respond .btn-group-vertical > input#submit + .btn-group,
.woocommerce-page .btn-group-vertical > a.button + .btn-group,
.woocommerce-page .btn-group-vertical > button.button + .btn-group,
.woocommerce-page .btn-group-vertical > input.button + .btn-group,
.card.post-type-product .card-meta .btn-group-vertical > .widget-product-item + .btn-group,
.btn-group-vertical > .acf-button + .btn-group,
.acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .btn-group + label.acf-basic-uploader,
.woocommerce #respond .btn-group-vertical > .btn-group + input#submit,
.woocommerce .btn-group-vertical > .btn-group + a.button,
.woocommerce .btn-group-vertical > .btn-group + button.button,
.woocommerce .btn-group-vertical > .btn-group + input.button,
.woocommerce-page #respond .btn-group-vertical > .btn-group + input#submit,
.woocommerce-page .btn-group-vertical > .btn-group + a.button,
.woocommerce-page .btn-group-vertical > .btn-group + button.button,
.woocommerce-page .btn-group-vertical > .btn-group + input.button,
.card.post-type-product .card-meta .btn-group-vertical > .btn-group + .widget-product-item,
.btn-group-vertical > .btn-group + .acf-button,
.acf-color_picker .wp-picker-container .btn-group-vertical > .btn-group + .wp-picker-clear,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader:not(:first-child):not(:last-child), .woocommerce #respond .btn-group-vertical > input#submit:not(:first-child):not(:last-child),
.woocommerce .btn-group-vertical > a.button:not(:first-child):not(:last-child),
.woocommerce .btn-group-vertical > button.button:not(:first-child):not(:last-child),
.woocommerce .btn-group-vertical > input.button:not(:first-child):not(:last-child),
.woocommerce-page #respond .btn-group-vertical > input#submit:not(:first-child):not(:last-child),
.woocommerce-page .btn-group-vertical > a.button:not(:first-child):not(:last-child),
.woocommerce-page .btn-group-vertical > button.button:not(:first-child):not(:last-child),
.woocommerce-page .btn-group-vertical > input.button:not(:first-child):not(:last-child), .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item:not(:first-child):not(:last-child), .btn-group-vertical > .acf-button:not(:first-child):not(:last-child), .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader:first-child:not(:last-child), .woocommerce #respond .btn-group-vertical > input#submit:first-child:not(:last-child),
.woocommerce .btn-group-vertical > a.button:first-child:not(:last-child),
.woocommerce .btn-group-vertical > button.button:first-child:not(:last-child),
.woocommerce .btn-group-vertical > input.button:first-child:not(:last-child),
.woocommerce-page #respond .btn-group-vertical > input#submit:first-child:not(:last-child),
.woocommerce-page .btn-group-vertical > a.button:first-child:not(:last-child),
.woocommerce-page .btn-group-vertical > button.button:first-child:not(:last-child),
.woocommerce-page .btn-group-vertical > input.button:first-child:not(:last-child), .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item:first-child:not(:last-child), .btn-group-vertical > .acf-button:first-child:not(:last-child), .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > label.acf-basic-uploader:last-child:not(:first-child), .woocommerce #respond .btn-group-vertical > input#submit:last-child:not(:first-child),
.woocommerce .btn-group-vertical > a.button:last-child:not(:first-child),
.woocommerce .btn-group-vertical > button.button:last-child:not(:first-child),
.woocommerce .btn-group-vertical > input.button:last-child:not(:first-child),
.woocommerce-page #respond .btn-group-vertical > input#submit:last-child:not(:first-child),
.woocommerce-page .btn-group-vertical > a.button:last-child:not(:first-child),
.woocommerce-page .btn-group-vertical > button.button:last-child:not(:first-child),
.woocommerce-page .btn-group-vertical > input.button:last-child:not(:first-child), .card.post-type-product .card-meta .btn-group-vertical > .widget-product-item:last-child:not(:first-child), .btn-group-vertical > .acf-button:last-child:not(:first-child), .acf-color_picker .wp-picker-container .btn-group-vertical > .wp-picker-clear:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > label.acf-basic-uploader, .woocommerce #respond .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input#submit,
.woocommerce .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.button,
.woocommerce .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.button,
.woocommerce .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input.button,
.woocommerce-page #respond .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input#submit,
.woocommerce-page .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.button,
.woocommerce-page .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.button,
.woocommerce-page .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input.button, .card.post-type-product .card-meta .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .widget-product-item, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .acf-button, .acf-color_picker .wp-picker-container .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .wp-picker-clear {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .btn-group:first-child:not(:last-child) > label.acf-basic-uploader:last-child, .woocommerce #respond .btn-group-vertical > .btn-group:first-child:not(:last-child) > input#submit:last-child,
.woocommerce .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.button:last-child,
.woocommerce .btn-group-vertical > .btn-group:first-child:not(:last-child) > button.button:last-child,
.woocommerce .btn-group-vertical > .btn-group:first-child:not(:last-child) > input.button:last-child,
.woocommerce-page #respond .btn-group-vertical > .btn-group:first-child:not(:last-child) > input#submit:last-child,
.woocommerce-page .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.button:last-child,
.woocommerce-page .btn-group-vertical > .btn-group:first-child:not(:last-child) > button.button:last-child,
.woocommerce-page .btn-group-vertical > .btn-group:first-child:not(:last-child) > input.button:last-child, .card.post-type-product .card-meta .btn-group-vertical > .btn-group:first-child:not(:last-child) > .widget-product-item:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .acf-button:last-child, .acf-color_picker .wp-picker-container .btn-group-vertical > .btn-group:first-child:not(:last-child) > .wp-picker-clear:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .acf-field[data-type="image"] .hide-if-value .btn-group-vertical > .btn-group:last-child:not(:first-child) > label.acf-basic-uploader:first-child, .woocommerce #respond .btn-group-vertical > .btn-group:last-child:not(:first-child) > input#submit:first-child,
.woocommerce .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.button:first-child,
.woocommerce .btn-group-vertical > .btn-group:last-child:not(:first-child) > button.button:first-child,
.woocommerce .btn-group-vertical > .btn-group:last-child:not(:first-child) > input.button:first-child,
.woocommerce-page #respond .btn-group-vertical > .btn-group:last-child:not(:first-child) > input#submit:first-child,
.woocommerce-page .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.button:first-child,
.woocommerce-page .btn-group-vertical > .btn-group:last-child:not(:first-child) > button.button:first-child,
.woocommerce-page .btn-group-vertical > .btn-group:last-child:not(:first-child) > input.button:first-child, .card.post-type-product .card-meta .btn-group-vertical > .btn-group:last-child:not(:first-child) > .widget-product-item:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .acf-button:first-child, .acf-color_picker .wp-picker-container .btn-group-vertical > .btn-group:last-child:not(:first-child) > .wp-picker-clear:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-justified > label.acf-basic-uploader, .woocommerce #respond .btn-group-justified > input#submit,
  .woocommerce .btn-group-justified > a.button,
  .woocommerce .btn-group-justified > button.button,
  .woocommerce .btn-group-justified > input.button,
  .woocommerce-page #respond .btn-group-justified > input#submit,
  .woocommerce-page .btn-group-justified > a.button,
  .woocommerce-page .btn-group-justified > button.button,
  .woocommerce-page .btn-group-justified > input.button, .card.post-type-product .card-meta .btn-group-justified > .widget-product-item, .btn-group-justified > .acf-button, .acf-color_picker .wp-picker-container .btn-group-justified > .wp-picker-clear,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .btn-group-justified > .btn-group label.acf-basic-uploader, .btn-group-justified > .btn-group .woocommerce #respond input#submit, .woocommerce #respond .btn-group-justified > .btn-group input#submit,
  .btn-group-justified > .btn-group .woocommerce a.button, .woocommerce .btn-group-justified > .btn-group a.button,
  .btn-group-justified > .btn-group .woocommerce button.button, .woocommerce .btn-group-justified > .btn-group button.button,
  .btn-group-justified > .btn-group .woocommerce input.button, .woocommerce .btn-group-justified > .btn-group input.button,
  .btn-group-justified > .btn-group .woocommerce-page #respond input#submit, .woocommerce-page #respond .btn-group-justified > .btn-group input#submit,
  .btn-group-justified > .btn-group .woocommerce-page a.button, .woocommerce-page .btn-group-justified > .btn-group a.button,
  .btn-group-justified > .btn-group .woocommerce-page button.button, .woocommerce-page .btn-group-justified > .btn-group button.button,
  .btn-group-justified > .btn-group .woocommerce-page input.button, .woocommerce-page .btn-group-justified > .btn-group input.button, .btn-group-justified > .btn-group .card.post-type-product .card-meta .widget-product-item, .card.post-type-product .card-meta .btn-group-justified > .btn-group .widget-product-item, .btn-group-justified > .btn-group .acf-button, .btn-group-justified > .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear, .acf-color_picker .wp-picker-container .btn-group-justified > .btn-group .wp-picker-clear {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .acf-field[data-type="image"] .hide-if-value [data-toggle="buttons"] > label.acf-basic-uploader input[type="radio"], .woocommerce #respond [data-toggle="buttons"] > input#submit input[type="radio"], .woocommerce [data-toggle="buttons"] > a.button input[type="radio"], .woocommerce [data-toggle="buttons"] > button.button input[type="radio"], .woocommerce [data-toggle="buttons"] > input.button input[type="radio"], .woocommerce-page #respond [data-toggle="buttons"] > input#submit input[type="radio"], .woocommerce-page [data-toggle="buttons"] > a.button input[type="radio"], .woocommerce-page [data-toggle="buttons"] > button.button input[type="radio"], .woocommerce-page [data-toggle="buttons"] > input.button input[type="radio"], .card.post-type-product .card-meta [data-toggle="buttons"] > .widget-product-item input[type="radio"], [data-toggle="buttons"] > .acf-button input[type="radio"], .acf-color_picker .wp-picker-container [data-toggle="buttons"] > .wp-picker-clear input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.acf-field[data-type="image"] .hide-if-value [data-toggle="buttons"] > label.acf-basic-uploader input[type="checkbox"],
.woocommerce #respond [data-toggle="buttons"] > input#submit input[type="checkbox"],
.woocommerce [data-toggle="buttons"] > a.button input[type="checkbox"],
.woocommerce [data-toggle="buttons"] > button.button input[type="checkbox"],
.woocommerce [data-toggle="buttons"] > input.button input[type="checkbox"],
.woocommerce-page #respond [data-toggle="buttons"] > input#submit input[type="checkbox"],
.woocommerce-page [data-toggle="buttons"] > a.button input[type="checkbox"],
.woocommerce-page [data-toggle="buttons"] > button.button input[type="checkbox"],
.woocommerce-page [data-toggle="buttons"] > input.button input[type="checkbox"],
.card.post-type-product .card-meta [data-toggle="buttons"] > .widget-product-item input[type="checkbox"],
[data-toggle="buttons"] > .acf-button input[type="checkbox"],
.acf-color_picker .wp-picker-container [data-toggle="buttons"] > .wp-picker-clear input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.acf-field[data-type="image"] .hide-if-value [data-toggle="buttons"] > .btn-group > label.acf-basic-uploader input[type="radio"],
.woocommerce #respond [data-toggle="buttons"] > .btn-group > input#submit input[type="radio"],
.woocommerce [data-toggle="buttons"] > .btn-group > a.button input[type="radio"],
.woocommerce [data-toggle="buttons"] > .btn-group > button.button input[type="radio"],
.woocommerce [data-toggle="buttons"] > .btn-group > input.button input[type="radio"],
.woocommerce-page #respond [data-toggle="buttons"] > .btn-group > input#submit input[type="radio"],
.woocommerce-page [data-toggle="buttons"] > .btn-group > a.button input[type="radio"],
.woocommerce-page [data-toggle="buttons"] > .btn-group > button.button input[type="radio"],
.woocommerce-page [data-toggle="buttons"] > .btn-group > input.button input[type="radio"],
.card.post-type-product .card-meta [data-toggle="buttons"] > .btn-group > .widget-product-item input[type="radio"],
[data-toggle="buttons"] > .btn-group > .acf-button input[type="radio"],
.acf-color_picker .wp-picker-container [data-toggle="buttons"] > .btn-group > .wp-picker-clear input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.acf-field[data-type="image"] .hide-if-value [data-toggle="buttons"] > .btn-group > label.acf-basic-uploader input[type="checkbox"],
.woocommerce #respond [data-toggle="buttons"] > .btn-group > input#submit input[type="checkbox"],
.woocommerce [data-toggle="buttons"] > .btn-group > a.button input[type="checkbox"],
.woocommerce [data-toggle="buttons"] > .btn-group > button.button input[type="checkbox"],
.woocommerce [data-toggle="buttons"] > .btn-group > input.button input[type="checkbox"],
.woocommerce-page #respond [data-toggle="buttons"] > .btn-group > input#submit input[type="checkbox"],
.woocommerce-page [data-toggle="buttons"] > .btn-group > a.button input[type="checkbox"],
.woocommerce-page [data-toggle="buttons"] > .btn-group > button.button input[type="checkbox"],
.woocommerce-page [data-toggle="buttons"] > .btn-group > input.button input[type="checkbox"],
.card.post-type-product .card-meta [data-toggle="buttons"] > .btn-group > .widget-product-item input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .acf-button input[type="checkbox"],
.acf-color_picker .wp-picker-container [data-toggle="buttons"] > .btn-group > .wp-picker-clear input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group .select2-container .select2-choice, .select2-container .input-group .select2-choice, .input-group .acf-field input[type="text"], .acf-field .input-group input[type="text"],
  .input-group .acf-field input[type="password"], .acf-field .input-group input[type="password"],
  .input-group .acf-field input[type="number"], .acf-field .input-group input[type="number"],
  .input-group .acf-field input[type="search"], .acf-field .input-group input[type="search"],
  .input-group .acf-field input[type="email"], .acf-field .input-group input[type="email"],
  .input-group .acf-field input[type="url"], .acf-field .input-group input[type="url"],
  .input-group .acf-field textarea, .acf-field .input-group textarea,
  .input-group .acf-field select, .acf-field .input-group select, .input-group .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group select,
  .input-group .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group textarea,
  .input-group .woocommerce form .form-row select, .woocommerce form .form-row .input-group select,
  .input-group .woocommerce .input-text, .woocommerce .input-group .input-text,
  .input-group .woocommerce .quantity input.qty, .woocommerce .quantity .input-group input.qty, .input-group #simba_two_factor_auth {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .select2-container .select2-choice:focus, .select2-container .input-group .select2-choice:focus, .input-group .acf-field input:focus[type="text"], .acf-field .input-group input:focus[type="text"],
    .input-group .acf-field input:focus[type="password"], .acf-field .input-group input:focus[type="password"],
    .input-group .acf-field input:focus[type="number"], .acf-field .input-group input:focus[type="number"],
    .input-group .acf-field input:focus[type="search"], .acf-field .input-group input:focus[type="search"],
    .input-group .acf-field input:focus[type="email"], .acf-field .input-group input:focus[type="email"],
    .input-group .acf-field input:focus[type="url"], .acf-field .input-group input:focus[type="url"],
    .input-group .acf-field textarea:focus, .acf-field .input-group textarea:focus,
    .input-group .acf-field select:focus, .acf-field .input-group select:focus, .input-group .woocommerce div.product form.cart .variations select:focus, .woocommerce div.product form.cart .variations .input-group select:focus,
    .input-group .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .input-group textarea:focus,
    .input-group .woocommerce form .form-row select:focus, .woocommerce form .form-row .input-group select:focus,
    .input-group .woocommerce .input-text:focus, .woocommerce .input-group .input-text:focus,
    .input-group .woocommerce .quantity input.qty:focus, .woocommerce .quantity .input-group input.qty:focus, .input-group #simba_two_factor_auth:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .select2-container .select2-choice, .select2-container .input-group .select2-choice, .input-group .acf-field input[type="text"], .acf-field .input-group input[type="text"],
.input-group .acf-field input[type="password"], .acf-field .input-group input[type="password"],
.input-group .acf-field input[type="number"], .acf-field .input-group input[type="number"],
.input-group .acf-field input[type="search"], .acf-field .input-group input[type="search"],
.input-group .acf-field input[type="email"], .acf-field .input-group input[type="email"],
.input-group .acf-field input[type="url"], .acf-field .input-group input[type="url"],
.input-group .acf-field textarea, .acf-field .input-group textarea,
.input-group .acf-field select, .acf-field .input-group select, .input-group .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group select,
.input-group .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group textarea,
.input-group .woocommerce form .form-row select, .woocommerce form .form-row .input-group select,
.input-group .woocommerce .input-text, .woocommerce .input-group .input-text,
.input-group .woocommerce .quantity input.qty, .woocommerce .quantity .input-group input.qty, .input-group #simba_two_factor_auth {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .select2-container .select2-choice:not(:first-child):not(:last-child),
  .select2-container .input-group .select2-choice:not(:first-child):not(:last-child),
  .input-group .acf-field input:not(:first-child):not(:last-child)[type="text"],
  .acf-field .input-group input:not(:first-child):not(:last-child)[type="text"],
  .input-group .acf-field input:not(:first-child):not(:last-child)[type="password"],
  .acf-field .input-group input:not(:first-child):not(:last-child)[type="password"],
  .input-group .acf-field input:not(:first-child):not(:last-child)[type="number"],
  .acf-field .input-group input:not(:first-child):not(:last-child)[type="number"],
  .input-group .acf-field input:not(:first-child):not(:last-child)[type="search"],
  .acf-field .input-group input:not(:first-child):not(:last-child)[type="search"],
  .input-group .acf-field input:not(:first-child):not(:last-child)[type="email"],
  .acf-field .input-group input:not(:first-child):not(:last-child)[type="email"],
  .input-group .acf-field input:not(:first-child):not(:last-child)[type="url"],
  .acf-field .input-group input:not(:first-child):not(:last-child)[type="url"],
  .input-group .acf-field textarea:not(:first-child):not(:last-child),
  .acf-field .input-group textarea:not(:first-child):not(:last-child),
  .input-group .acf-field select:not(:first-child):not(:last-child),
  .acf-field .input-group select:not(:first-child):not(:last-child),
  .input-group .woocommerce div.product form.cart .variations select:not(:first-child):not(:last-child),
  .woocommerce div.product form.cart .variations .input-group select:not(:first-child):not(:last-child),
  .input-group .woocommerce form .form-row textarea:not(:first-child):not(:last-child),
  .woocommerce form .form-row .input-group textarea:not(:first-child):not(:last-child),
  .input-group .woocommerce form .form-row select:not(:first-child):not(:last-child),
  .woocommerce form .form-row .input-group select:not(:first-child):not(:last-child),
  .input-group .woocommerce .input-text:not(:first-child):not(:last-child),
  .woocommerce .input-group .input-text:not(:first-child):not(:last-child),
  .input-group .woocommerce .quantity input.qty:not(:first-child):not(:last-child),
  .woocommerce .quantity .input-group input.qty:not(:first-child):not(:last-child),
  .input-group #simba_two_factor_auth:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #888988;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .input-group-addon.input-sm, .select2-container .input-group-sm > .input-group-addon.select2-choice, .acf-field .input-group-sm > input.input-group-addon[type="text"],
  .acf-field .input-group-sm > input.input-group-addon[type="password"],
  .acf-field .input-group-sm > input.input-group-addon[type="number"],
  .acf-field .input-group-sm > input.input-group-addon[type="search"],
  .acf-field .input-group-sm > input.input-group-addon[type="email"],
  .acf-field .input-group-sm > input.input-group-addon[type="url"],
  .acf-field .input-group-sm > textarea.input-group-addon,
  .acf-field .input-group-sm > select.input-group-addon, .woocommerce div.product form.cart .variations .input-group-sm > select.input-group-addon,
  .woocommerce form .form-row .input-group-sm > textarea.input-group-addon,
  .woocommerce form .form-row .input-group-sm > select.input-group-addon,
  .woocommerce .input-group-sm > .input-group-addon.input-text,
  .woocommerce .quantity .input-group-sm > input.input-group-addon.qty, .input-group-sm > .input-group-addon#simba_two_factor_auth,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .acf-field[data-type="image"] .hide-if-value .input-group-sm > .input-group-btn > label.input-group-addon.acf-basic-uploader, .woocommerce #respond .input-group-sm > .input-group-btn > input.input-group-addon#submit,
  .woocommerce .input-group-sm > .input-group-btn > a.input-group-addon.button,
  .woocommerce .input-group-sm > .input-group-btn > button.input-group-addon.button,
  .woocommerce .input-group-sm > .input-group-btn > input.input-group-addon.button,
  .woocommerce-page #respond .input-group-sm > .input-group-btn > input.input-group-addon#submit,
  .woocommerce-page .input-group-sm > .input-group-btn > a.input-group-addon.button,
  .woocommerce-page .input-group-sm > .input-group-btn > button.input-group-addon.button,
  .woocommerce-page .input-group-sm > .input-group-btn > input.input-group-addon.button, .card.post-type-product .card-meta .input-group-sm > .input-group-btn > .input-group-addon.widget-product-item, .input-group-sm > .input-group-btn > .input-group-addon.acf-button, .acf-color_picker .wp-picker-container .input-group-sm > .input-group-btn > .input-group-addon.wp-picker-clear, .acf-color_picker .wp-picker-container input.input-group-addon.wp-color-picker[type="text"] {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px; }
  .input-group-addon.input-lg, .select2-container .input-group-lg > .input-group-addon.select2-choice, .acf-field .input-group-lg > input.input-group-addon[type="text"],
  .acf-field .input-group-lg > input.input-group-addon[type="password"],
  .acf-field .input-group-lg > input.input-group-addon[type="number"],
  .acf-field .input-group-lg > input.input-group-addon[type="search"],
  .acf-field .input-group-lg > input.input-group-addon[type="email"],
  .acf-field .input-group-lg > input.input-group-addon[type="url"],
  .acf-field .input-group-lg > textarea.input-group-addon,
  .acf-field .input-group-lg > select.input-group-addon, .woocommerce div.product form.cart .variations .input-group-lg > select.input-group-addon,
  .woocommerce form .form-row .input-group-lg > textarea.input-group-addon,
  .woocommerce form .form-row .input-group-lg > select.input-group-addon,
  .woocommerce .input-group-lg > .input-group-addon.input-text,
  .woocommerce .quantity .input-group-lg > input.input-group-addon.qty, .input-group-lg > .input-group-addon#simba_two_factor_auth,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .acf-field[data-type="image"] .hide-if-value .input-group-lg > .input-group-btn > label.input-group-addon.acf-basic-uploader, .woocommerce #respond .input-group-lg > .input-group-btn > input.input-group-addon#submit,
  .woocommerce .input-group-lg > .input-group-btn > a.input-group-addon.button,
  .woocommerce .input-group-lg > .input-group-btn > button.input-group-addon.button,
  .woocommerce .input-group-lg > .input-group-btn > input.input-group-addon.button,
  .woocommerce-page #respond .input-group-lg > .input-group-btn > input.input-group-addon#submit,
  .woocommerce-page .input-group-lg > .input-group-btn > a.input-group-addon.button,
  .woocommerce-page .input-group-lg > .input-group-btn > button.input-group-addon.button,
  .woocommerce-page .input-group-lg > .input-group-btn > input.input-group-addon.button, .card.post-type-product .card-meta .input-group-lg > .input-group-btn > .input-group-addon.widget-product-item, .input-group-lg > .input-group-btn > .input-group-addon.acf-button, .acf-color_picker .wp-picker-container .input-group-lg > .input-group-btn > .input-group-addon.wp-picker-clear {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .select2-container .select2-choice:first-child, .select2-container .input-group .select2-choice:first-child, .input-group .acf-field input:first-child[type="text"], .acf-field .input-group input:first-child[type="text"],
.input-group .acf-field input:first-child[type="password"], .acf-field .input-group input:first-child[type="password"],
.input-group .acf-field input:first-child[type="number"], .acf-field .input-group input:first-child[type="number"],
.input-group .acf-field input:first-child[type="search"], .acf-field .input-group input:first-child[type="search"],
.input-group .acf-field input:first-child[type="email"], .acf-field .input-group input:first-child[type="email"],
.input-group .acf-field input:first-child[type="url"], .acf-field .input-group input:first-child[type="url"],
.input-group .acf-field textarea:first-child, .acf-field .input-group textarea:first-child,
.input-group .acf-field select:first-child, .acf-field .input-group select:first-child, .input-group .woocommerce div.product form.cart .variations select:first-child, .woocommerce div.product form.cart .variations .input-group select:first-child,
.input-group .woocommerce form .form-row textarea:first-child, .woocommerce form .form-row .input-group textarea:first-child,
.input-group .woocommerce form .form-row select:first-child, .woocommerce form .form-row .input-group select:first-child,
.input-group .woocommerce .input-text:first-child, .woocommerce .input-group .input-text:first-child,
.input-group .woocommerce .quantity input.qty:first-child, .woocommerce .quantity .input-group input.qty:first-child, .input-group #simba_two_factor_auth:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.acf-field[data-type="image"] .hide-if-value .input-group-btn:first-child > label.acf-basic-uploader,
.woocommerce #respond .input-group-btn:first-child > input#submit,
.woocommerce .input-group-btn:first-child > a.button,
.woocommerce .input-group-btn:first-child > button.button,
.woocommerce .input-group-btn:first-child > input.button,
.woocommerce-page #respond .input-group-btn:first-child > input#submit,
.woocommerce-page .input-group-btn:first-child > a.button,
.woocommerce-page .input-group-btn:first-child > button.button,
.woocommerce-page .input-group-btn:first-child > input.button,
.card.post-type-product .card-meta .input-group-btn:first-child > .widget-product-item,
.input-group-btn:first-child > .acf-button,
.acf-color_picker .wp-picker-container .input-group-btn:first-child > .wp-picker-clear,
.input-group-btn:first-child > .btn-group > .btn,
.acf-field[data-type="image"] .hide-if-value .input-group-btn:first-child > .btn-group > label.acf-basic-uploader,
.woocommerce #respond .input-group-btn:first-child > .btn-group > input#submit,
.woocommerce .input-group-btn:first-child > .btn-group > a.button,
.woocommerce .input-group-btn:first-child > .btn-group > button.button,
.woocommerce .input-group-btn:first-child > .btn-group > input.button,
.woocommerce-page #respond .input-group-btn:first-child > .btn-group > input#submit,
.woocommerce-page .input-group-btn:first-child > .btn-group > a.button,
.woocommerce-page .input-group-btn:first-child > .btn-group > button.button,
.woocommerce-page .input-group-btn:first-child > .btn-group > input.button,
.card.post-type-product .card-meta .input-group-btn:first-child > .btn-group > .widget-product-item,
.input-group-btn:first-child > .btn-group > .acf-button,
.acf-color_picker .wp-picker-container .input-group-btn:first-child > .btn-group > .wp-picker-clear,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.acf-field[data-type="image"] .hide-if-value .input-group-btn:last-child > label.acf-basic-uploader:not(:last-child):not(.dropdown-toggle),
.woocommerce #respond .input-group-btn:last-child > input#submit:not(:last-child):not(.dropdown-toggle),
.woocommerce .input-group-btn:last-child > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .input-group-btn:last-child > button.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .input-group-btn:last-child > input.button:not(:last-child):not(.dropdown-toggle),
.woocommerce-page #respond .input-group-btn:last-child > input#submit:not(:last-child):not(.dropdown-toggle),
.woocommerce-page .input-group-btn:last-child > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce-page .input-group-btn:last-child > button.button:not(:last-child):not(.dropdown-toggle),
.woocommerce-page .input-group-btn:last-child > input.button:not(:last-child):not(.dropdown-toggle),
.card.post-type-product .card-meta .input-group-btn:last-child > .widget-product-item:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .acf-button:not(:last-child):not(.dropdown-toggle),
.acf-color_picker .wp-picker-container .input-group-btn:last-child > .wp-picker-clear:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.acf-field[data-type="image"] .hide-if-value .input-group-btn:last-child > .btn-group:not(:last-child) > label.acf-basic-uploader,
.woocommerce #respond .input-group-btn:last-child > .btn-group:not(:last-child) > input#submit,
.woocommerce .input-group-btn:last-child > .btn-group:not(:last-child) > a.button,
.woocommerce .input-group-btn:last-child > .btn-group:not(:last-child) > button.button,
.woocommerce .input-group-btn:last-child > .btn-group:not(:last-child) > input.button,
.woocommerce-page #respond .input-group-btn:last-child > .btn-group:not(:last-child) > input#submit,
.woocommerce-page .input-group-btn:last-child > .btn-group:not(:last-child) > a.button,
.woocommerce-page .input-group-btn:last-child > .btn-group:not(:last-child) > button.button,
.woocommerce-page .input-group-btn:last-child > .btn-group:not(:last-child) > input.button,
.card.post-type-product .card-meta .input-group-btn:last-child > .btn-group:not(:last-child) > .widget-product-item,
.input-group-btn:last-child > .btn-group:not(:last-child) > .acf-button,
.acf-color_picker .wp-picker-container .input-group-btn:last-child > .btn-group:not(:last-child) > .wp-picker-clear {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .select2-container .select2-choice:last-child, .select2-container .input-group .select2-choice:last-child, .input-group .acf-field input:last-child[type="text"], .acf-field .input-group input:last-child[type="text"],
.input-group .acf-field input:last-child[type="password"], .acf-field .input-group input:last-child[type="password"],
.input-group .acf-field input:last-child[type="number"], .acf-field .input-group input:last-child[type="number"],
.input-group .acf-field input:last-child[type="search"], .acf-field .input-group input:last-child[type="search"],
.input-group .acf-field input:last-child[type="email"], .acf-field .input-group input:last-child[type="email"],
.input-group .acf-field input:last-child[type="url"], .acf-field .input-group input:last-child[type="url"],
.input-group .acf-field textarea:last-child, .acf-field .input-group textarea:last-child,
.input-group .acf-field select:last-child, .acf-field .input-group select:last-child, .input-group .woocommerce div.product form.cart .variations select:last-child, .woocommerce div.product form.cart .variations .input-group select:last-child,
.input-group .woocommerce form .form-row textarea:last-child, .woocommerce form .form-row .input-group textarea:last-child,
.input-group .woocommerce form .form-row select:last-child, .woocommerce form .form-row .input-group select:last-child,
.input-group .woocommerce .input-text:last-child, .woocommerce .input-group .input-text:last-child,
.input-group .woocommerce .quantity input.qty:last-child, .woocommerce .quantity .input-group input.qty:last-child, .input-group #simba_two_factor_auth:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.acf-field[data-type="image"] .hide-if-value .input-group-btn:last-child > label.acf-basic-uploader,
.woocommerce #respond .input-group-btn:last-child > input#submit,
.woocommerce .input-group-btn:last-child > a.button,
.woocommerce .input-group-btn:last-child > button.button,
.woocommerce .input-group-btn:last-child > input.button,
.woocommerce-page #respond .input-group-btn:last-child > input#submit,
.woocommerce-page .input-group-btn:last-child > a.button,
.woocommerce-page .input-group-btn:last-child > button.button,
.woocommerce-page .input-group-btn:last-child > input.button,
.card.post-type-product .card-meta .input-group-btn:last-child > .widget-product-item,
.input-group-btn:last-child > .acf-button,
.acf-color_picker .wp-picker-container .input-group-btn:last-child > .wp-picker-clear,
.input-group-btn:last-child > .btn-group > .btn,
.acf-field[data-type="image"] .hide-if-value .input-group-btn:last-child > .btn-group > label.acf-basic-uploader,
.woocommerce #respond .input-group-btn:last-child > .btn-group > input#submit,
.woocommerce .input-group-btn:last-child > .btn-group > a.button,
.woocommerce .input-group-btn:last-child > .btn-group > button.button,
.woocommerce .input-group-btn:last-child > .btn-group > input.button,
.woocommerce-page #respond .input-group-btn:last-child > .btn-group > input#submit,
.woocommerce-page .input-group-btn:last-child > .btn-group > a.button,
.woocommerce-page .input-group-btn:last-child > .btn-group > button.button,
.woocommerce-page .input-group-btn:last-child > .btn-group > input.button,
.card.post-type-product .card-meta .input-group-btn:last-child > .btn-group > .widget-product-item,
.input-group-btn:last-child > .btn-group > .acf-button,
.acf-color_picker .wp-picker-container .input-group-btn:last-child > .btn-group > .wp-picker-clear,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.acf-field[data-type="image"] .hide-if-value .input-group-btn:first-child > label.acf-basic-uploader:not(:first-child),
.woocommerce #respond .input-group-btn:first-child > input#submit:not(:first-child),
.woocommerce .input-group-btn:first-child > a.button:not(:first-child),
.woocommerce .input-group-btn:first-child > button.button:not(:first-child),
.woocommerce .input-group-btn:first-child > input.button:not(:first-child),
.woocommerce-page #respond .input-group-btn:first-child > input#submit:not(:first-child),
.woocommerce-page .input-group-btn:first-child > a.button:not(:first-child),
.woocommerce-page .input-group-btn:first-child > button.button:not(:first-child),
.woocommerce-page .input-group-btn:first-child > input.button:not(:first-child),
.card.post-type-product .card-meta .input-group-btn:first-child > .widget-product-item:not(:first-child),
.input-group-btn:first-child > .acf-button:not(:first-child),
.acf-color_picker .wp-picker-container .input-group-btn:first-child > .wp-picker-clear:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.acf-field[data-type="image"] .hide-if-value .input-group-btn:first-child > .btn-group:not(:first-child) > label.acf-basic-uploader,
.woocommerce #respond .input-group-btn:first-child > .btn-group:not(:first-child) > input#submit,
.woocommerce .input-group-btn:first-child > .btn-group:not(:first-child) > a.button,
.woocommerce .input-group-btn:first-child > .btn-group:not(:first-child) > button.button,
.woocommerce .input-group-btn:first-child > .btn-group:not(:first-child) > input.button,
.woocommerce-page #respond .input-group-btn:first-child > .btn-group:not(:first-child) > input#submit,
.woocommerce-page .input-group-btn:first-child > .btn-group:not(:first-child) > a.button,
.woocommerce-page .input-group-btn:first-child > .btn-group:not(:first-child) > button.button,
.woocommerce-page .input-group-btn:first-child > .btn-group:not(:first-child) > input.button,
.card.post-type-product .card-meta .input-group-btn:first-child > .btn-group:not(:first-child) > .widget-product-item,
.input-group-btn:first-child > .btn-group:not(:first-child) > .acf-button,
.acf-color_picker .wp-picker-container .input-group-btn:first-child > .btn-group:not(:first-child) > .wp-picker-clear {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader, .woocommerce #respond .input-group-btn > input#submit,
  .woocommerce .input-group-btn > a.button,
  .woocommerce .input-group-btn > button.button,
  .woocommerce .input-group-btn > input.button,
  .woocommerce-page #respond .input-group-btn > input#submit,
  .woocommerce-page .input-group-btn > a.button,
  .woocommerce-page .input-group-btn > button.button,
  .woocommerce-page .input-group-btn > input.button, .card.post-type-product .card-meta .input-group-btn > .widget-product-item, .input-group-btn > .acf-button, .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear {
    position: relative; }
    .input-group-btn > .btn + .btn, .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + .btn, .woocommerce #respond .input-group-btn > input#submit + .btn, .woocommerce .input-group-btn > a.button + .btn, .woocommerce .input-group-btn > button.button + .btn, .woocommerce .input-group-btn > input.button + .btn, .woocommerce-page #respond .input-group-btn > input#submit + .btn, .woocommerce-page .input-group-btn > a.button + .btn, .woocommerce-page .input-group-btn > button.button + .btn, .woocommerce-page .input-group-btn > input.button + .btn, .card.post-type-product .card-meta .input-group-btn > .widget-product-item + .btn, .input-group-btn > .acf-button + .btn, .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + .btn, .acf-field[data-type="image"] .hide-if-value .input-group-btn > .btn + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + label.acf-basic-uploader, .woocommerce #respond .acf-field[data-type="image"] .hide-if-value .input-group-btn > input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce #respond .input-group-btn > input#submit + label.acf-basic-uploader, .woocommerce .acf-field[data-type="image"] .hide-if-value .input-group-btn > a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .input-group-btn > a.button + label.acf-basic-uploader, .woocommerce .acf-field[data-type="image"] .hide-if-value .input-group-btn > button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .input-group-btn > button.button + label.acf-basic-uploader, .woocommerce .acf-field[data-type="image"] .hide-if-value .input-group-btn > input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .input-group-btn > input.button + label.acf-basic-uploader, .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value .input-group-btn > input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond .input-group-btn > input#submit + label.acf-basic-uploader, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .input-group-btn > a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .input-group-btn > a.button + label.acf-basic-uploader, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .input-group-btn > button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .input-group-btn > button.button + label.acf-basic-uploader, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .input-group-btn > input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .input-group-btn > input.button + label.acf-basic-uploader, .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .input-group-btn > .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta .input-group-btn > .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .input-group-btn > .acf-button + label.acf-basic-uploader, .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .input-group-btn > .wp-picker-clear + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + label.acf-basic-uploader, .woocommerce #respond .input-group-btn > .btn + input#submit, .acf-field[data-type="image"] .hide-if-value .woocommerce #respond .input-group-btn > label.acf-basic-uploader + input#submit, .woocommerce #respond .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + input#submit, .woocommerce #respond .input-group-btn > input#submit + input#submit, .woocommerce #respond .input-group-btn > a.button + input#submit, .woocommerce #respond .input-group-btn > button.button + input#submit, .woocommerce #respond .input-group-btn > input.button + input#submit, .woocommerce-page .woocommerce #respond .input-group-btn > input#submit + input#submit, .woocommerce .woocommerce-page #respond .input-group-btn > input#submit + input#submit, .woocommerce-page .woocommerce #respond .input-group-btn > a.button + input#submit, .woocommerce #respond .woocommerce-page .input-group-btn > a.button + input#submit, .woocommerce-page .woocommerce #respond .input-group-btn > button.button + input#submit, .woocommerce #respond .woocommerce-page .input-group-btn > button.button + input#submit, .woocommerce-page .woocommerce #respond .input-group-btn > input.button + input#submit, .woocommerce #respond .woocommerce-page .input-group-btn > input.button + input#submit, .card.post-type-product .card-meta .woocommerce #respond .input-group-btn > .widget-product-item + input#submit, .woocommerce #respond .card.post-type-product .card-meta .input-group-btn > .widget-product-item + input#submit, .woocommerce #respond .input-group-btn > .acf-button + input#submit, .acf-color_picker .wp-picker-container .woocommerce #respond .input-group-btn > .wp-picker-clear + input#submit, .woocommerce #respond .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + input#submit,
    .woocommerce .input-group-btn > .btn + a.button,
    .acf-field[data-type="image"] .hide-if-value .woocommerce .input-group-btn > label.acf-basic-uploader + a.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + a.button,
    .woocommerce #respond .input-group-btn > input#submit + a.button,
    .woocommerce .input-group-btn > a.button + a.button,
    .woocommerce .input-group-btn > button.button + a.button,
    .woocommerce .input-group-btn > input.button + a.button,
    .woocommerce-page #respond .woocommerce .input-group-btn > input#submit + a.button, .woocommerce .woocommerce-page #respond .input-group-btn > input#submit + a.button,
    .woocommerce-page .woocommerce .input-group-btn > a.button + a.button, .woocommerce .woocommerce-page .input-group-btn > a.button + a.button,
    .woocommerce-page .woocommerce .input-group-btn > button.button + a.button, .woocommerce .woocommerce-page .input-group-btn > button.button + a.button,
    .woocommerce-page .woocommerce .input-group-btn > input.button + a.button, .woocommerce .woocommerce-page .input-group-btn > input.button + a.button,
    .card.post-type-product .card-meta .woocommerce .input-group-btn > .widget-product-item + a.button, .woocommerce .card.post-type-product .card-meta .input-group-btn > .widget-product-item + a.button,
    .woocommerce .input-group-btn > .acf-button + a.button,
    .acf-color_picker .wp-picker-container .woocommerce .input-group-btn > .wp-picker-clear + a.button, .woocommerce .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + a.button,
    .woocommerce .input-group-btn > .btn + button.button,
    .acf-field[data-type="image"] .hide-if-value .woocommerce .input-group-btn > label.acf-basic-uploader + button.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + button.button,
    .woocommerce #respond .input-group-btn > input#submit + button.button,
    .woocommerce .input-group-btn > a.button + button.button,
    .woocommerce .input-group-btn > button.button + button.button,
    .woocommerce .input-group-btn > input.button + button.button,
    .woocommerce-page #respond .woocommerce .input-group-btn > input#submit + button.button, .woocommerce .woocommerce-page #respond .input-group-btn > input#submit + button.button,
    .woocommerce-page .woocommerce .input-group-btn > a.button + button.button, .woocommerce .woocommerce-page .input-group-btn > a.button + button.button,
    .woocommerce-page .woocommerce .input-group-btn > button.button + button.button, .woocommerce .woocommerce-page .input-group-btn > button.button + button.button,
    .woocommerce-page .woocommerce .input-group-btn > input.button + button.button, .woocommerce .woocommerce-page .input-group-btn > input.button + button.button,
    .card.post-type-product .card-meta .woocommerce .input-group-btn > .widget-product-item + button.button, .woocommerce .card.post-type-product .card-meta .input-group-btn > .widget-product-item + button.button,
    .woocommerce .input-group-btn > .acf-button + button.button,
    .acf-color_picker .wp-picker-container .woocommerce .input-group-btn > .wp-picker-clear + button.button, .woocommerce .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + button.button,
    .woocommerce .input-group-btn > .btn + input.button,
    .acf-field[data-type="image"] .hide-if-value .woocommerce .input-group-btn > label.acf-basic-uploader + input.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + input.button,
    .woocommerce #respond .input-group-btn > input#submit + input.button,
    .woocommerce .input-group-btn > a.button + input.button,
    .woocommerce .input-group-btn > button.button + input.button,
    .woocommerce .input-group-btn > input.button + input.button,
    .woocommerce-page #respond .woocommerce .input-group-btn > input#submit + input.button, .woocommerce .woocommerce-page #respond .input-group-btn > input#submit + input.button,
    .woocommerce-page .woocommerce .input-group-btn > a.button + input.button, .woocommerce .woocommerce-page .input-group-btn > a.button + input.button,
    .woocommerce-page .woocommerce .input-group-btn > button.button + input.button, .woocommerce .woocommerce-page .input-group-btn > button.button + input.button,
    .woocommerce-page .woocommerce .input-group-btn > input.button + input.button, .woocommerce .woocommerce-page .input-group-btn > input.button + input.button,
    .card.post-type-product .card-meta .woocommerce .input-group-btn > .widget-product-item + input.button, .woocommerce .card.post-type-product .card-meta .input-group-btn > .widget-product-item + input.button,
    .woocommerce .input-group-btn > .acf-button + input.button,
    .acf-color_picker .wp-picker-container .woocommerce .input-group-btn > .wp-picker-clear + input.button, .woocommerce .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + input.button,
    .woocommerce-page #respond .input-group-btn > .btn + input#submit,
    .acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond .input-group-btn > label.acf-basic-uploader + input#submit, .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + input#submit,
    .woocommerce .woocommerce-page #respond .input-group-btn > input#submit + input#submit, .woocommerce-page .woocommerce #respond .input-group-btn > input#submit + input#submit,
    .woocommerce .woocommerce-page #respond .input-group-btn > a.button + input#submit, .woocommerce-page #respond .woocommerce .input-group-btn > a.button + input#submit,
    .woocommerce .woocommerce-page #respond .input-group-btn > button.button + input#submit, .woocommerce-page #respond .woocommerce .input-group-btn > button.button + input#submit,
    .woocommerce .woocommerce-page #respond .input-group-btn > input.button + input#submit, .woocommerce-page #respond .woocommerce .input-group-btn > input.button + input#submit,
    .woocommerce-page #respond .input-group-btn > input#submit + input#submit,
    .woocommerce-page #respond .input-group-btn > a.button + input#submit,
    .woocommerce-page #respond .input-group-btn > button.button + input#submit,
    .woocommerce-page #respond .input-group-btn > input.button + input#submit,
    .card.post-type-product .card-meta .woocommerce-page #respond .input-group-btn > .widget-product-item + input#submit, .woocommerce-page #respond .card.post-type-product .card-meta .input-group-btn > .widget-product-item + input#submit,
    .woocommerce-page #respond .input-group-btn > .acf-button + input#submit,
    .acf-color_picker .wp-picker-container .woocommerce-page #respond .input-group-btn > .wp-picker-clear + input#submit, .woocommerce-page #respond .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + input#submit,
    .woocommerce-page .input-group-btn > .btn + a.button,
    .acf-field[data-type="image"] .hide-if-value .woocommerce-page .input-group-btn > label.acf-basic-uploader + a.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + a.button,
    .woocommerce #respond .woocommerce-page .input-group-btn > input#submit + a.button, .woocommerce-page .woocommerce #respond .input-group-btn > input#submit + a.button,
    .woocommerce .woocommerce-page .input-group-btn > a.button + a.button, .woocommerce-page .woocommerce .input-group-btn > a.button + a.button,
    .woocommerce .woocommerce-page .input-group-btn > button.button + a.button, .woocommerce-page .woocommerce .input-group-btn > button.button + a.button,
    .woocommerce .woocommerce-page .input-group-btn > input.button + a.button, .woocommerce-page .woocommerce .input-group-btn > input.button + a.button,
    .woocommerce-page #respond .input-group-btn > input#submit + a.button,
    .woocommerce-page .input-group-btn > a.button + a.button,
    .woocommerce-page .input-group-btn > button.button + a.button,
    .woocommerce-page .input-group-btn > input.button + a.button,
    .card.post-type-product .card-meta .woocommerce-page .input-group-btn > .widget-product-item + a.button, .woocommerce-page .card.post-type-product .card-meta .input-group-btn > .widget-product-item + a.button,
    .woocommerce-page .input-group-btn > .acf-button + a.button,
    .acf-color_picker .wp-picker-container .woocommerce-page .input-group-btn > .wp-picker-clear + a.button, .woocommerce-page .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + a.button,
    .woocommerce-page .input-group-btn > .btn + button.button,
    .acf-field[data-type="image"] .hide-if-value .woocommerce-page .input-group-btn > label.acf-basic-uploader + button.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + button.button,
    .woocommerce #respond .woocommerce-page .input-group-btn > input#submit + button.button, .woocommerce-page .woocommerce #respond .input-group-btn > input#submit + button.button,
    .woocommerce .woocommerce-page .input-group-btn > a.button + button.button, .woocommerce-page .woocommerce .input-group-btn > a.button + button.button,
    .woocommerce .woocommerce-page .input-group-btn > button.button + button.button, .woocommerce-page .woocommerce .input-group-btn > button.button + button.button,
    .woocommerce .woocommerce-page .input-group-btn > input.button + button.button, .woocommerce-page .woocommerce .input-group-btn > input.button + button.button,
    .woocommerce-page #respond .input-group-btn > input#submit + button.button,
    .woocommerce-page .input-group-btn > a.button + button.button,
    .woocommerce-page .input-group-btn > button.button + button.button,
    .woocommerce-page .input-group-btn > input.button + button.button,
    .card.post-type-product .card-meta .woocommerce-page .input-group-btn > .widget-product-item + button.button, .woocommerce-page .card.post-type-product .card-meta .input-group-btn > .widget-product-item + button.button,
    .woocommerce-page .input-group-btn > .acf-button + button.button,
    .acf-color_picker .wp-picker-container .woocommerce-page .input-group-btn > .wp-picker-clear + button.button, .woocommerce-page .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + button.button,
    .woocommerce-page .input-group-btn > .btn + input.button,
    .acf-field[data-type="image"] .hide-if-value .woocommerce-page .input-group-btn > label.acf-basic-uploader + input.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + input.button,
    .woocommerce #respond .woocommerce-page .input-group-btn > input#submit + input.button, .woocommerce-page .woocommerce #respond .input-group-btn > input#submit + input.button,
    .woocommerce .woocommerce-page .input-group-btn > a.button + input.button, .woocommerce-page .woocommerce .input-group-btn > a.button + input.button,
    .woocommerce .woocommerce-page .input-group-btn > button.button + input.button, .woocommerce-page .woocommerce .input-group-btn > button.button + input.button,
    .woocommerce .woocommerce-page .input-group-btn > input.button + input.button, .woocommerce-page .woocommerce .input-group-btn > input.button + input.button,
    .woocommerce-page #respond .input-group-btn > input#submit + input.button,
    .woocommerce-page .input-group-btn > a.button + input.button,
    .woocommerce-page .input-group-btn > button.button + input.button,
    .woocommerce-page .input-group-btn > input.button + input.button,
    .card.post-type-product .card-meta .woocommerce-page .input-group-btn > .widget-product-item + input.button, .woocommerce-page .card.post-type-product .card-meta .input-group-btn > .widget-product-item + input.button,
    .woocommerce-page .input-group-btn > .acf-button + input.button,
    .acf-color_picker .wp-picker-container .woocommerce-page .input-group-btn > .wp-picker-clear + input.button, .woocommerce-page .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + input.button, .card.post-type-product .card-meta .input-group-btn > .btn + .widget-product-item, .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta .input-group-btn > label.acf-basic-uploader + .widget-product-item, .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + .widget-product-item, .woocommerce #respond .card.post-type-product .card-meta .input-group-btn > input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce #respond .input-group-btn > input#submit + .widget-product-item, .woocommerce .card.post-type-product .card-meta .input-group-btn > a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .input-group-btn > a.button + .widget-product-item, .woocommerce .card.post-type-product .card-meta .input-group-btn > button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .input-group-btn > button.button + .widget-product-item, .woocommerce .card.post-type-product .card-meta .input-group-btn > input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .input-group-btn > input.button + .widget-product-item, .woocommerce-page #respond .card.post-type-product .card-meta .input-group-btn > input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page #respond .input-group-btn > input#submit + .widget-product-item, .woocommerce-page .card.post-type-product .card-meta .input-group-btn > a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .input-group-btn > a.button + .widget-product-item, .woocommerce-page .card.post-type-product .card-meta .input-group-btn > button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .input-group-btn > button.button + .widget-product-item, .woocommerce-page .card.post-type-product .card-meta .input-group-btn > input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .input-group-btn > input.button + .widget-product-item, .card.post-type-product .card-meta .input-group-btn > .widget-product-item + .widget-product-item, .card.post-type-product .card-meta .input-group-btn > .acf-button + .widget-product-item, .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .input-group-btn > .wp-picker-clear + .widget-product-item, .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + .widget-product-item, .input-group-btn > .btn + .acf-button, .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + .acf-button, .woocommerce #respond .input-group-btn > input#submit + .acf-button, .woocommerce .input-group-btn > a.button + .acf-button, .woocommerce .input-group-btn > button.button + .acf-button, .woocommerce .input-group-btn > input.button + .acf-button, .woocommerce-page #respond .input-group-btn > input#submit + .acf-button, .woocommerce-page .input-group-btn > a.button + .acf-button, .woocommerce-page .input-group-btn > button.button + .acf-button, .woocommerce-page .input-group-btn > input.button + .acf-button, .card.post-type-product .card-meta .input-group-btn > .widget-product-item + .acf-button, .input-group-btn > .acf-button + .acf-button, .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + .acf-button, .acf-color_picker .wp-picker-container .input-group-btn > .btn + .wp-picker-clear, .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container .input-group-btn > label.acf-basic-uploader + .wp-picker-clear, .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader + .wp-picker-clear, .woocommerce #respond .acf-color_picker .wp-picker-container .input-group-btn > input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce #respond .input-group-btn > input#submit + .wp-picker-clear, .woocommerce .acf-color_picker .wp-picker-container .input-group-btn > a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .input-group-btn > a.button + .wp-picker-clear, .woocommerce .acf-color_picker .wp-picker-container .input-group-btn > button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .input-group-btn > button.button + .wp-picker-clear, .woocommerce .acf-color_picker .wp-picker-container .input-group-btn > input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .input-group-btn > input.button + .wp-picker-clear, .woocommerce-page #respond .acf-color_picker .wp-picker-container .input-group-btn > input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page #respond .input-group-btn > input#submit + .wp-picker-clear, .woocommerce-page .acf-color_picker .wp-picker-container .input-group-btn > a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .input-group-btn > a.button + .wp-picker-clear, .woocommerce-page .acf-color_picker .wp-picker-container .input-group-btn > button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .input-group-btn > button.button + .wp-picker-clear, .woocommerce-page .acf-color_picker .wp-picker-container .input-group-btn > input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .input-group-btn > input.button + .wp-picker-clear, .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .input-group-btn > .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .input-group-btn > .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .input-group-btn > .acf-button + .wp-picker-clear, .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear + .wp-picker-clear {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader:hover, .woocommerce #respond .input-group-btn > input#submit:hover,
    .woocommerce .input-group-btn > a.button:hover,
    .woocommerce .input-group-btn > button.button:hover,
    .woocommerce .input-group-btn > input.button:hover,
    .woocommerce-page #respond .input-group-btn > input#submit:hover,
    .woocommerce-page .input-group-btn > a.button:hover,
    .woocommerce-page .input-group-btn > button.button:hover,
    .woocommerce-page .input-group-btn > input.button:hover, .card.post-type-product .card-meta .input-group-btn > .widget-product-item:hover, .input-group-btn > .acf-button:hover, .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear:hover, .input-group-btn > .btn:focus, .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader:focus, .woocommerce #respond .input-group-btn > input#submit:focus,
    .woocommerce .input-group-btn > a.button:focus,
    .woocommerce .input-group-btn > button.button:focus,
    .woocommerce .input-group-btn > input.button:focus,
    .woocommerce-page #respond .input-group-btn > input#submit:focus,
    .woocommerce-page .input-group-btn > a.button:focus,
    .woocommerce-page .input-group-btn > button.button:focus,
    .woocommerce-page .input-group-btn > input.button:focus, .card.post-type-product .card-meta .input-group-btn > .widget-product-item:focus, .input-group-btn > .acf-button:focus, .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear:focus, .input-group-btn > .btn:active, .acf-field[data-type="image"] .hide-if-value .input-group-btn > label.acf-basic-uploader:active, .woocommerce #respond .input-group-btn > input#submit:active,
    .woocommerce .input-group-btn > a.button:active,
    .woocommerce .input-group-btn > button.button:active,
    .woocommerce .input-group-btn > input.button:active,
    .woocommerce-page #respond .input-group-btn > input#submit:active,
    .woocommerce-page .input-group-btn > a.button:active,
    .woocommerce-page .input-group-btn > button.button:active,
    .woocommerce-page .input-group-btn > input.button:active, .card.post-type-product .card-meta .input-group-btn > .widget-product-item:active, .input-group-btn > .acf-button:active, .acf-color_picker .wp-picker-container .input-group-btn > .wp-picker-clear:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .acf-field[data-type="image"] .hide-if-value .input-group-btn:first-child > label.acf-basic-uploader,
  .woocommerce #respond .input-group-btn:first-child > input#submit,
  .woocommerce .input-group-btn:first-child > a.button,
  .woocommerce .input-group-btn:first-child > button.button,
  .woocommerce .input-group-btn:first-child > input.button,
  .woocommerce-page #respond .input-group-btn:first-child > input#submit,
  .woocommerce-page .input-group-btn:first-child > a.button,
  .woocommerce-page .input-group-btn:first-child > button.button,
  .woocommerce-page .input-group-btn:first-child > input.button,
  .card.post-type-product .card-meta .input-group-btn:first-child > .widget-product-item,
  .input-group-btn:first-child > .acf-button,
  .acf-color_picker .wp-picker-container .input-group-btn:first-child > .wp-picker-clear,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .acf-field[data-type="image"] .hide-if-value .input-group-btn:last-child > label.acf-basic-uploader,
  .woocommerce #respond .input-group-btn:last-child > input#submit,
  .woocommerce .input-group-btn:last-child > a.button,
  .woocommerce .input-group-btn:last-child > button.button,
  .woocommerce .input-group-btn:last-child > input.button,
  .woocommerce-page #respond .input-group-btn:last-child > input#submit,
  .woocommerce-page .input-group-btn:last-child > a.button,
  .woocommerce-page .input-group-btn:last-child > button.button,
  .woocommerce-page .input-group-btn:last-child > input.button,
  .card.post-type-product .card-meta .input-group-btn:last-child > .widget-product-item,
  .input-group-btn:last-child > .acf-button,
  .acf-color_picker .wp-picker-container .input-group-btn:last-child > .wp-picker-clear,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav, .acf-tab-group, .woocommerce-account .wc-memberships-members-area-navigation > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .acf-tab-group:before, .woocommerce-account .wc-memberships-members-area-navigation > ul:before, .nav:after, .acf-tab-group:after, .woocommerce-account .wc-memberships-members-area-navigation > ul:after {
    content: "\20";
    display: table; }
  .nav:after, .acf-tab-group:after, .woocommerce-account .wc-memberships-members-area-navigation > ul:after {
    clear: both; }
  .nav > li, .acf-tab-group > li, .woocommerce-account .wc-memberships-members-area-navigation > ul > li {
    position: relative;
    display: block; }
    .nav > li > a, .acf-tab-group > li > a, .woocommerce-account .wc-memberships-members-area-navigation > ul > li > a {
      position: relative;
      display: block;
      padding: 5px 10px; }
      .nav > li > a:hover, .acf-tab-group > li > a:hover, .woocommerce-account .wc-memberships-members-area-navigation > ul > li > a:hover, .nav > li > a:focus, .acf-tab-group > li > a:focus, .woocommerce-account .wc-memberships-members-area-navigation > ul > li > a:focus {
        text-decoration: none;
        background-color: #888988; }
    .nav > li.disabled > a, .acf-tab-group > li.disabled > a, .woocommerce-account .wc-memberships-members-area-navigation > ul > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .acf-tab-group > li.disabled > a:hover, .woocommerce-account .wc-memberships-members-area-navigation > ul > li.disabled > a:hover, .nav > li.disabled > a:focus, .acf-tab-group > li.disabled > a:focus, .woocommerce-account .wc-memberships-members-area-navigation > ul > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .acf-tab-group .open > a, .woocommerce-account .wc-memberships-members-area-navigation > ul .open > a, .nav .open > a:hover, .acf-tab-group .open > a:hover, .woocommerce-account .wc-memberships-members-area-navigation > ul .open > a:hover, .nav .open > a:focus, .acf-tab-group .open > a:focus, .woocommerce-account .wc-memberships-members-area-navigation > ul .open > a:focus {
    background-color: #888988;
    border-color: #01aeb8; }
  .nav .nav-divider, .acf-tab-group .nav-divider, .woocommerce-account .wc-memberships-members-area-navigation > ul .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img, .acf-tab-group > li > a > img, .woocommerce-account .wc-memberships-members-area-navigation > ul > li > a > img {
    max-width: none; }

.nav-tabs, .acf-tab-group {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li, .acf-tab-group > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a, .acf-tab-group > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover, .acf-tab-group > li > a:hover {
        border-color: #888988 #888988 #ddd; }
    .nav-tabs > li.active > a, .acf-tab-group > li.active > a, .nav-tabs > li.active > a:hover, .acf-tab-group > li.active > a:hover, .nav-tabs > li.active > a:focus, .acf-tab-group > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li, .woocommerce-account .wc-memberships-members-area-navigation > ul > li {
  float: left; }
  .nav-pills > li > a, .woocommerce-account .wc-memberships-members-area-navigation > ul > li > a {
    border-radius: 32px; }
  .nav-pills > li + li, .woocommerce-account .wc-memberships-members-area-navigation > ul > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .woocommerce-account .wc-memberships-members-area-navigation > ul > li.active > a, .nav-pills > li.active > a:hover, .woocommerce-account .wc-memberships-members-area-navigation > ul > li.active > a:hover, .nav-pills > li.active > a:focus, .woocommerce-account .wc-memberships-members-area-navigation > ul > li.active > a:focus {
    color: #fff;
    background-color: #01aeb8; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified, .nav-justified.acf-tab-group {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li, .nav-justified.acf-tab-group > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.acf-tab-group > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li, .nav-justified.acf-tab-group > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.acf-tab-group > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified, .nav-justified.acf-tab-group {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.acf-tab-group > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-justified.acf-tab-group > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-justified.acf-tab-group > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-justified.acf-tab-group > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.acf-tab-group > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-justified.acf-tab-group > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-justified.acf-tab-group > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-justified.acf-tab-group > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu, .acf-tab-group .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: "\20";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: "\20";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: "\20";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 19px 10px;
  font-size: 20px;
  line-height: 22px;
  height: 60px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 9.5px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 19px;
          padding-bottom: 19px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .navbar-form .form-group, .navbar-form .woocommerce form .form-row, .woocommerce form .navbar-form .form-row,
    .navbar-form .woocommerce-page form .form-row, .woocommerce-page form .navbar-form .form-row, .navbar-form .acf-field {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .select2-container .select2-choice, .select2-container .navbar-form .select2-choice, .navbar-form .acf-field input[type="text"], .acf-field .navbar-form input[type="text"],
    .navbar-form .acf-field input[type="password"], .acf-field .navbar-form input[type="password"],
    .navbar-form .acf-field input[type="number"], .acf-field .navbar-form input[type="number"],
    .navbar-form .acf-field input[type="search"], .acf-field .navbar-form input[type="search"],
    .navbar-form .acf-field input[type="email"], .acf-field .navbar-form input[type="email"],
    .navbar-form .acf-field input[type="url"], .acf-field .navbar-form input[type="url"],
    .navbar-form .acf-field textarea, .acf-field .navbar-form textarea,
    .navbar-form .acf-field select, .acf-field .navbar-form select, .navbar-form .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .navbar-form select,
    .navbar-form .woocommerce form .form-row textarea, .woocommerce form .form-row .navbar-form textarea,
    .navbar-form .woocommerce form .form-row select, .woocommerce form .form-row .navbar-form select,
    .navbar-form .woocommerce .input-text, .woocommerce .navbar-form .input-text,
    .navbar-form .woocommerce .quantity input.qty, .woocommerce .quantity .navbar-form input.qty, .navbar-form #simba_two_factor_auth {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .select2-container .select2-choice,
      .select2-container .navbar-form .input-group .select2-choice,
      .navbar-form .input-group .acf-field input[type="text"],
      .acf-field .navbar-form .input-group input[type="text"],
      .navbar-form .input-group .acf-field input[type="password"],
      .acf-field .navbar-form .input-group input[type="password"],
      .navbar-form .input-group .acf-field input[type="number"],
      .acf-field .navbar-form .input-group input[type="number"],
      .navbar-form .input-group .acf-field input[type="search"],
      .acf-field .navbar-form .input-group input[type="search"],
      .navbar-form .input-group .acf-field input[type="email"],
      .acf-field .navbar-form .input-group input[type="email"],
      .navbar-form .input-group .acf-field input[type="url"],
      .acf-field .navbar-form .input-group input[type="url"],
      .navbar-form .input-group .acf-field textarea,
      .acf-field .navbar-form .input-group textarea,
      .navbar-form .input-group .acf-field select,
      .acf-field .navbar-form .input-group select,
      .navbar-form .input-group .woocommerce div.product form.cart .variations select,
      .woocommerce div.product form.cart .variations .navbar-form .input-group select,
      .navbar-form .input-group .woocommerce form .form-row textarea,
      .woocommerce form .form-row .navbar-form .input-group textarea,
      .navbar-form .input-group .woocommerce form .form-row select,
      .woocommerce form .form-row .navbar-form .input-group select,
      .navbar-form .input-group .woocommerce .input-text,
      .woocommerce .navbar-form .input-group .input-text,
      .navbar-form .input-group .woocommerce .quantity input.qty,
      .woocommerce .quantity .navbar-form .input-group input.qty,
      .navbar-form .input-group #simba_two_factor_auth {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .select2-container .input-group > .select2-choice, .select2-container .navbar-form .input-group > .select2-choice, .navbar-form .acf-field .input-group > input[type="text"], .acf-field .navbar-form .input-group > input[type="text"],
    .navbar-form .acf-field .input-group > input[type="password"], .acf-field .navbar-form .input-group > input[type="password"],
    .navbar-form .acf-field .input-group > input[type="number"], .acf-field .navbar-form .input-group > input[type="number"],
    .navbar-form .acf-field .input-group > input[type="search"], .acf-field .navbar-form .input-group > input[type="search"],
    .navbar-form .acf-field .input-group > input[type="email"], .acf-field .navbar-form .input-group > input[type="email"],
    .navbar-form .acf-field .input-group > input[type="url"], .acf-field .navbar-form .input-group > input[type="url"],
    .navbar-form .acf-field .input-group > textarea, .acf-field .navbar-form .input-group > textarea,
    .navbar-form .acf-field .input-group > select, .acf-field .navbar-form .input-group > select, .navbar-form .woocommerce div.product form.cart .variations .input-group > select, .woocommerce div.product form.cart .variations .navbar-form .input-group > select,
    .navbar-form .woocommerce form .form-row .input-group > textarea, .woocommerce form .form-row .navbar-form .input-group > textarea,
    .navbar-form .woocommerce form .form-row .input-group > select, .woocommerce form .form-row .navbar-form .input-group > select,
    .navbar-form .woocommerce .input-group > .input-text, .woocommerce .navbar-form .input-group > .input-text,
    .navbar-form .woocommerce .quantity .input-group > input.qty, .woocommerce .quantity .navbar-form .input-group > input.qty, .navbar-form .input-group > #simba_two_factor_auth {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio, .navbar-form .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .navbar-form li, .navbar-form .acf-field ul.acf-radio-list > li, .acf-field .navbar-form ul.acf-radio-list > li,
    .navbar-form .checkbox,
    .navbar-form .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false,
    .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .navbar-form .acf-true-false,
    .navbar-form .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li,
    .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .navbar-form li,
    .navbar-form .acf-field ul.acf-checkbox-list > li,
    .acf-field .navbar-form ul.acf-checkbox-list > li,
    .navbar-form .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false,
    .af-field-type-true-false:not(.acf-field-has-ui) .navbar-form .acf-true-false {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label, .navbar-form .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .navbar-form li label, .navbar-form .acf-field ul.acf-radio-list > li label, .acf-field .navbar-form ul.acf-radio-list > li label, .navbar-form .acf-field .acf-label ul.acf-radio-list > li label,
      .navbar-form .checkbox label,
      .navbar-form .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false label,
      .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .navbar-form .acf-true-false label,
      .navbar-form .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li label,
      .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .navbar-form li label,
      .navbar-form .acf-field ul.acf-checkbox-list > li label,
      .acf-field .navbar-form ul.acf-checkbox-list > li label,
      .navbar-form .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false label,
      .af-field-type-true-false:not(.acf-field-has-ui) .navbar-form .acf-true-false label,
      .navbar-form .acf-field .acf-label ul.acf-checkbox-list > li label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"], .navbar-form .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list li input[type="radio"], .af-form-fields-wrap[data-form="form_join_step_2"] .acf-radio-list .navbar-form li input[type="radio"], .navbar-form .acf-field ul.acf-radio-list > li input[type="radio"], .acf-field .navbar-form ul.acf-radio-list > li input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false input[type="checkbox"],
    .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .navbar-form .acf-true-false input[type="checkbox"],
    .navbar-form .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list li input[type="checkbox"],
    .af-form-fields-wrap[data-form="form_join_step_2"] .acf-checkbox-list .navbar-form li input[type="checkbox"],
    .navbar-form .acf-field ul.acf-checkbox-list > li input[type="checkbox"],
    .acf-field .navbar-form ul.acf-checkbox-list > li input[type="checkbox"],
    .navbar-form .af-field-type-true-false:not(.acf-field-has-ui) .acf-true-false input[type="checkbox"],
    .af-field-type-true-false:not(.acf-field-has-ui) .navbar-form .acf-true-false input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group, .navbar-form .woocommerce form .form-row, .woocommerce form .navbar-form .form-row,
    .navbar-form .woocommerce-page form .form-row, .woocommerce-page form .navbar-form .form-row, .navbar-form .acf-field {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child, .navbar-form .woocommerce form .form-row:last-child, .woocommerce form .navbar-form .form-row:last-child,
      .navbar-form .woocommerce-page form .form-row:last-child, .woocommerce-page form .navbar-form .form-row:last-child, .navbar-form .acf-field:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .acf-field[data-type="image"] .hide-if-value .btn-group-sm > label.navbar-btn.acf-basic-uploader, .woocommerce #respond .btn-group-sm > input.navbar-btn#submit,
  .woocommerce .btn-group-sm > a.navbar-btn.button,
  .woocommerce .btn-group-sm > button.navbar-btn.button,
  .woocommerce .btn-group-sm > input.navbar-btn.button,
  .woocommerce-page #respond .btn-group-sm > input.navbar-btn#submit,
  .woocommerce-page .btn-group-sm > a.navbar-btn.button,
  .woocommerce-page .btn-group-sm > button.navbar-btn.button,
  .woocommerce-page .btn-group-sm > input.navbar-btn.button, .card.post-type-product .card-meta .btn-group-sm > .navbar-btn.widget-product-item, .btn-group-sm > .navbar-btn.acf-button, .acf-color_picker .wp-picker-container .navbar-btn.wp-picker-clear {
    margin-top: 13.5px;
    margin-bottom: 13.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .acf-field[data-type="image"] .hide-if-value .btn-group-xs > label.navbar-btn.acf-basic-uploader, .woocommerce #respond .btn-group-xs > input.navbar-btn#submit,
  .woocommerce .btn-group-xs > a.navbar-btn.button,
  .woocommerce .btn-group-xs > button.navbar-btn.button,
  .woocommerce .btn-group-xs > input.navbar-btn.button,
  .woocommerce-page #respond .btn-group-xs > input.navbar-btn#submit,
  .woocommerce-page .btn-group-xs > a.navbar-btn.button,
  .woocommerce-page .btn-group-xs > button.navbar-btn.button,
  .woocommerce-page .btn-group-xs > input.navbar-btn.button, .card.post-type-product .card-meta .btn-group-xs > .navbar-btn.widget-product-item, .btn-group-xs > .navbar-btn.acf-button, .acf-color_picker .wp-picker-container .btn-group-xs > .navbar-btn.wp-picker-clear {
    margin-top: 19px;
    margin-bottom: 19px; }

.navbar-text {
  margin-top: 19px;
  margin-bottom: 19px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #888988;
  border-color: #777877; }
  .navbar-default .navbar-brand {
    color: rgba(1, 174, 184, 0.6); }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: rgba(1, 126, 133, 0.6);
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: rgba(1, 174, 184, 0.6); }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #01aeb8;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #01aeb8;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #777877; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #01aeb8; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: rgba(1, 174, 184, 0.6); }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #01aeb8;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #01aeb8;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: rgba(1, 174, 184, 0.6); }
    .navbar-default .navbar-link:hover {
      color: #01aeb8; }
  .navbar-default .btn-link {
    color: rgba(1, 174, 184, 0.6); }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #01aeb8; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #01aeb8;
  border-color: #017e85; }
  .navbar-inverse .navbar-brand {
    color: rgba(255, 255, 255, 0.75); }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #fff; }
  .navbar-inverse .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.75); }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #fff; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: rgba(255, 255, 255, 0.2); }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #018c94; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #017e85; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #017e85; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: rgba(255, 255, 255, 0.75); }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: rgba(255, 255, 255, 0.75); }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: rgba(255, 255, 255, 0.75); }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #01aeb8;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #01666c;
    background-color: #888988;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #01aeb8;
    border-color: #01aeb8;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: "\20";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #888988; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .label, .woocommerce #respond input#submit .label, .woocommerce a.button .label, .woocommerce button.button .label, .woocommerce input.button .label, .woocommerce-page #respond input#submit .label, .woocommerce-page a.button .label, .woocommerce-page button.button .label, .woocommerce-page input.button .label, .card.post-type-product .card-meta .widget-product-item .label, .acf-button .label, .acf-color_picker .wp-picker-container .wp-picker-clear .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #01aeb8; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #017e85; }

.label-success {
  background-color: #8bd1b7; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #66c3a0; }

.label-info {
  background-color: #428BCA; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #3071a9; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #f86d6a; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #f63d39; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .badge, .woocommerce #respond input#submit .badge, .woocommerce a.button .badge, .woocommerce button.button .badge, .woocommerce input.button .badge, .woocommerce-page #respond input#submit .badge, .woocommerce-page a.button .badge, .woocommerce-page button.button .badge, .woocommerce-page input.button .badge, .card.post-type-product .card-meta .widget-product-item .badge, .acf-button .badge, .acf-color_picker .wp-picker-container .wp-picker-clear .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .acf-field[data-type="image"] .hide-if-value .btn-group-xs > label.acf-basic-uploader .badge, .woocommerce #respond .btn-group-xs > input#submit .badge, .woocommerce .btn-group-xs > a.button .badge, .woocommerce .btn-group-xs > button.button .badge, .woocommerce .btn-group-xs > input.button .badge, .woocommerce-page #respond .btn-group-xs > input#submit .badge, .woocommerce-page .btn-group-xs > a.button .badge, .woocommerce-page .btn-group-xs > button.button .badge, .woocommerce-page .btn-group-xs > input.button .badge, .card.post-type-product .card-meta .btn-group-xs > .widget-product-item .badge, .btn-group-xs > .acf-button .badge, .acf-color_picker .wp-picker-container .btn-group-xs > .wp-picker-clear .badge,
  .btn-group-xs > .btn .badge,
  .acf-field[data-type="image"] .hide-if-value .btn-group-xs > label.acf-basic-uploader .badge,
  .woocommerce #respond .btn-group-xs > input#submit .badge,
  .woocommerce .btn-group-xs > a.button .badge,
  .woocommerce .btn-group-xs > button.button .badge,
  .woocommerce .btn-group-xs > input.button .badge,
  .woocommerce-page #respond .btn-group-xs > input#submit .badge,
  .woocommerce-page .btn-group-xs > a.button .badge,
  .woocommerce-page .btn-group-xs > button.button .badge,
  .woocommerce-page .btn-group-xs > input.button .badge,
  .card.post-type-product .card-meta .btn-group-xs > .widget-product-item .badge,
  .btn-group-xs > .acf-button .badge,
  .acf-color_picker .wp-picker-container .btn-group-xs > .wp-picker-clear .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge,
  .woocommerce-account .wc-memberships-members-area-navigation > ul > .active > a > .badge {
    color: #01aeb8;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge, .woocommerce-account .wc-memberships-members-area-navigation > ul > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #888988; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #6f6f6f; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail, .wp-caption {
  display: block;
  padding: 0;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img, .wp-caption > img,
  .thumbnail a > img,
  .wp-caption a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption, .wp-caption .caption {
    padding: 9px;
    color: #565656; }

a.thumbnail:hover, a.wp-caption:hover,
a.thumbnail:focus,
a.wp-caption:focus,
a.thumbnail.active,
a.active.wp-caption {
  border-color: #01aeb8; }

.alert, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors, .woocommerce-info,
.woocommerce-message,
.woocommerce-error, .woocommerce-password-strength {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4, div.wpcf7-mail-sent-ok h4, div.wpcf7-mail-sent-ng h4, div.wpcf7-spam-blocked h4, div.wpcf7-validation-errors h4, .woocommerce-info h4, .woocommerce-message h4, .woocommerce-error h4, .woocommerce-password-strength h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, div.wpcf7-mail-sent-ok .alert-link, div.wpcf7-mail-sent-ng .alert-link, div.wpcf7-spam-blocked .alert-link, div.wpcf7-validation-errors .alert-link, .woocommerce-info .alert-link, .woocommerce-message .alert-link, .woocommerce-error .alert-link, .woocommerce-password-strength .alert-link, .alert .woocommerce-info a, .woocommerce-info .alert a, .woocommerce-info a,
  .alert .woocommerce-message a, .woocommerce-message .alert a,
  .woocommerce-message a,
  .alert .woocommerce-error a, .woocommerce-error .alert a,
  .woocommerce-error a {
    font-weight: bold; }
  .alert > p, div.wpcf7-mail-sent-ok > p, div.wpcf7-mail-sent-ng > p, div.wpcf7-spam-blocked > p, div.wpcf7-validation-errors > p, .woocommerce-info > p, .woocommerce-message > p, .woocommerce-error > p, .woocommerce-password-strength > p,
  .alert > ul,
  div.wpcf7-mail-sent-ok > ul,
  div.wpcf7-mail-sent-ng > ul,
  div.wpcf7-spam-blocked > ul,
  div.wpcf7-validation-errors > ul,
  .woocommerce-info > ul,
  .woocommerce-message > ul,
  .woocommerce-error > ul,
  .woocommerce-password-strength > ul {
    margin-bottom: 0; }
  .alert > p + p, div.wpcf7-mail-sent-ok > p + p, div.wpcf7-mail-sent-ng > p + p, div.wpcf7-spam-blocked > p + p, div.wpcf7-validation-errors > p + p, .woocommerce-info > p + p, .woocommerce-message > p + p, .woocommerce-error > p + p, .woocommerce-password-strength > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success, div.wpcf7-mail-sent-ok,
.woocommerce-message, .woocommerce-password-strength.strong {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr, div.wpcf7-mail-sent-ok hr, .woocommerce-message hr, .woocommerce-password-strength.strong hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link, div.wpcf7-mail-sent-ok .alert-link, .woocommerce-message .alert-link, .woocommerce-password-strength.strong .alert-link, .alert-success .woocommerce-info a, .woocommerce-info .alert-success a, div.wpcf7-mail-sent-ok .woocommerce-info a, .woocommerce-info div.wpcf7-mail-sent-ok a, .woocommerce-password-strength.strong .woocommerce-info a, .woocommerce-info .woocommerce-password-strength.strong a,
  .alert-success .woocommerce-message a, .woocommerce-message .alert-success a,
  .woocommerce-message a,
  .woocommerce-password-strength.strong .woocommerce-message a, .woocommerce-message .woocommerce-password-strength.strong a,
  .alert-success .woocommerce-error a, .woocommerce-error .alert-success a,
  div.wpcf7-mail-sent-ok .woocommerce-error a, .woocommerce-error div.wpcf7-mail-sent-ok a,
  .woocommerce-password-strength.strong .woocommerce-error a, .woocommerce-error .woocommerce-password-strength.strong a {
    color: #2b542c; }

.alert-info, .woocommerce-info, .woocommerce-password-strength.good {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr, .woocommerce-info hr, .woocommerce-password-strength.good hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link, .woocommerce-info .alert-link, .woocommerce-password-strength.good .alert-link, .alert-info .woocommerce-info a, .woocommerce-info .alert-info a, .woocommerce-info a, .woocommerce-password-strength.good .woocommerce-info a, .woocommerce-info .woocommerce-password-strength.good a,
  .alert-info .woocommerce-message a, .woocommerce-message .alert-info a,
  .woocommerce-password-strength.good .woocommerce-message a, .woocommerce-message .woocommerce-password-strength.good a,
  .alert-info .woocommerce-error a, .woocommerce-error .alert-info a,
  .woocommerce-password-strength.good .woocommerce-error a, .woocommerce-error .woocommerce-password-strength.good a {
    color: #245269; }

.alert-warning, div.wpcf7-spam-blocked, div.wpcf7-validation-errors, .woocommerce-password-strength.bad {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr, div.wpcf7-spam-blocked hr, div.wpcf7-validation-errors hr, .woocommerce-password-strength.bad hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link, div.wpcf7-spam-blocked .alert-link, div.wpcf7-validation-errors .alert-link, .woocommerce-password-strength.bad .alert-link, .alert-warning .woocommerce-info a, .woocommerce-info .alert-warning a, div.wpcf7-spam-blocked .woocommerce-info a, .woocommerce-info div.wpcf7-spam-blocked a, div.wpcf7-validation-errors .woocommerce-info a, .woocommerce-info div.wpcf7-validation-errors a, .woocommerce-password-strength.bad .woocommerce-info a, .woocommerce-info .woocommerce-password-strength.bad a,
  .alert-warning .woocommerce-message a, .woocommerce-message .alert-warning a,
  div.wpcf7-spam-blocked .woocommerce-message a, .woocommerce-message div.wpcf7-spam-blocked a,
  div.wpcf7-validation-errors .woocommerce-message a, .woocommerce-message div.wpcf7-validation-errors a,
  .woocommerce-password-strength.bad .woocommerce-message a, .woocommerce-message .woocommerce-password-strength.bad a,
  .alert-warning .woocommerce-error a, .woocommerce-error .alert-warning a,
  div.wpcf7-spam-blocked .woocommerce-error a, .woocommerce-error div.wpcf7-spam-blocked a,
  div.wpcf7-validation-errors .woocommerce-error a, .woocommerce-error div.wpcf7-validation-errors a,
  .woocommerce-password-strength.bad .woocommerce-error a, .woocommerce-error .woocommerce-password-strength.bad a {
    color: #66512c; }

.alert-danger, div.wpcf7-mail-sent-ng,
.woocommerce-error, .woocommerce-password-strength.short {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr, div.wpcf7-mail-sent-ng hr, .woocommerce-error hr, .woocommerce-password-strength.short hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link, div.wpcf7-mail-sent-ng .alert-link, .woocommerce-error .alert-link, .woocommerce-password-strength.short .alert-link, .alert-danger .woocommerce-info a, .woocommerce-info .alert-danger a, div.wpcf7-mail-sent-ng .woocommerce-info a, .woocommerce-info div.wpcf7-mail-sent-ng a, .woocommerce-password-strength.short .woocommerce-info a, .woocommerce-info .woocommerce-password-strength.short a,
  .alert-danger .woocommerce-message a, .woocommerce-message .alert-danger a,
  div.wpcf7-mail-sent-ng .woocommerce-message a, .woocommerce-message div.wpcf7-mail-sent-ng a,
  .woocommerce-password-strength.short .woocommerce-message a, .woocommerce-message .woocommerce-password-strength.short a,
  .alert-danger .woocommerce-error a, .woocommerce-error .alert-danger a,
  .woocommerce-error a,
  .woocommerce-password-strength.short .woocommerce-error a, .woocommerce-error .woocommerce-password-strength.short a {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #01aeb8;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #8bd1b7; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #428BCA; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #f86d6a; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #888988;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #01aeb8;
  border-color: #01aeb8; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #87f8fe; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel, .box, body.woocommerce-checkout .woocommerce form.checkout_coupon,
body.woocommerce-checkout .woocommerce form.login,
body.woocommerce-checkout .woocommerce form.register, .woocommerce-checkout .woocommerce #customer_details, .woocommerce-thankyou-order-details {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: "\20";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group, .box > .list-group, body.woocommerce-checkout .woocommerce form.checkout_coupon > .list-group, body.woocommerce-checkout .woocommerce form.login > .list-group, body.woocommerce-checkout .woocommerce form.register > .list-group, .woocommerce-checkout .woocommerce #customer_details > .list-group, .woocommerce-thankyou-order-details > .list-group,
.panel > .panel-collapse > .list-group,
.box > .panel-collapse > .list-group,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > .list-group,
body.woocommerce-checkout .woocommerce form.login > .panel-collapse > .list-group,
body.woocommerce-checkout .woocommerce form.register > .panel-collapse > .list-group,
.woocommerce-checkout .woocommerce #customer_details > .panel-collapse > .list-group,
.woocommerce-thankyou-order-details > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item, .box > .list-group .list-group-item, body.woocommerce-checkout .woocommerce form.checkout_coupon > .list-group .list-group-item, body.woocommerce-checkout .woocommerce form.login > .list-group .list-group-item, body.woocommerce-checkout .woocommerce form.register > .list-group .list-group-item, .woocommerce-checkout .woocommerce #customer_details > .list-group .list-group-item, .woocommerce-thankyou-order-details > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item,
  .box > .panel-collapse > .list-group .list-group-item,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > .list-group .list-group-item,
  body.woocommerce-checkout .woocommerce form.login > .panel-collapse > .list-group .list-group-item,
  body.woocommerce-checkout .woocommerce form.register > .panel-collapse > .list-group .list-group-item,
  .woocommerce-checkout .woocommerce #customer_details > .panel-collapse > .list-group .list-group-item,
  .woocommerce-thankyou-order-details > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child, .box > .list-group:first-child .list-group-item:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .list-group:first-child .list-group-item:first-child, body.woocommerce-checkout .woocommerce form.login > .list-group:first-child .list-group-item:first-child, body.woocommerce-checkout .woocommerce form.register > .list-group:first-child .list-group-item:first-child, .woocommerce-checkout .woocommerce #customer_details > .list-group:first-child .list-group-item:first-child, .woocommerce-thankyou-order-details > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
  .box > .panel-collapse > .list-group:first-child .list-group-item:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > .list-group:first-child .list-group-item:first-child,
  body.woocommerce-checkout .woocommerce form.login > .panel-collapse > .list-group:first-child .list-group-item:first-child,
  body.woocommerce-checkout .woocommerce form.register > .panel-collapse > .list-group:first-child .list-group-item:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .panel-collapse > .list-group:first-child .list-group-item:first-child,
  .woocommerce-thankyou-order-details > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child, .box > .list-group:last-child .list-group-item:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .list-group:last-child .list-group-item:last-child, body.woocommerce-checkout .woocommerce form.login > .list-group:last-child .list-group-item:last-child, body.woocommerce-checkout .woocommerce form.register > .list-group:last-child .list-group-item:last-child, .woocommerce-checkout .woocommerce #customer_details > .list-group:last-child .list-group-item:last-child, .woocommerce-thankyou-order-details > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
  .box > .panel-collapse > .list-group:last-child .list-group-item:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > .list-group:last-child .list-group-item:last-child,
  body.woocommerce-checkout .woocommerce form.login > .panel-collapse > .list-group:last-child .list-group-item:last-child,
  body.woocommerce-checkout .woocommerce form.register > .panel-collapse > .list-group:last-child .list-group-item:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .panel-collapse > .list-group:last-child .list-group-item:last-child,
  .woocommerce-thankyou-order-details > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .box > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, body.woocommerce-checkout .woocommerce form.login > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, body.woocommerce-checkout .woocommerce form.register > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .woocommerce-checkout .woocommerce #customer_details > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .woocommerce-thankyou-order-details > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .box > .table, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table, body.woocommerce-checkout .woocommerce form.login > .table, body.woocommerce-checkout .woocommerce form.register > .table, .woocommerce-checkout .woocommerce #customer_details > .table, .woocommerce-thankyou-order-details > .table, .woocommerce-cart .woocommerce .panel > table.shop_table, .woocommerce-cart .woocommerce .box > table.shop_table, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table,
.woocommerce-checkout .woocommerce .panel > table.shop_table,
.woocommerce-checkout .woocommerce .box > table.shop_table,
body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table,
body.woocommerce-checkout .woocommerce form.login > table.shop_table,
body.woocommerce-checkout .woocommerce form.register > table.shop_table,
.woocommerce-checkout .woocommerce #customer_details > table.shop_table,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table,
.wc_content_wrapping_container .woocommerce .panel > table.shop_table,
.wc_content_wrapping_container .woocommerce .box > table.shop_table,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment, .panel > .shop_table.order_details, .box > .shop_table.order_details, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details, .woocommerce-thankyou-order-details > .shop_table.order_details,
.panel > .table-responsive > .table,
.box > .table-responsive > .table,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table,
body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table,
body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table,
.woocommerce-thankyou-order-details > .table-responsive > .table,
.woocommerce-cart .woocommerce .panel > .table-responsive > table.shop_table,
.woocommerce-cart .woocommerce .box > .table-responsive > table.shop_table,
.woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive > table.shop_table,
.woocommerce-checkout .woocommerce .panel > .table-responsive > table.shop_table,
.woocommerce-checkout .woocommerce .box > .table-responsive > table.shop_table,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > table.shop_table,
body.woocommerce-checkout .woocommerce form.login > .table-responsive > table.shop_table,
body.woocommerce-checkout .woocommerce form.register > .table-responsive > table.shop_table,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive > table.shop_table,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive > table.shop_table,
.wc_content_wrapping_container .woocommerce .panel > .table-responsive > table.shop_table,
.wc_content_wrapping_container .woocommerce .box > .table-responsive > table.shop_table,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive > table.shop_table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive > .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive > .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive > .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive > .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive > .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive > .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive > .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive > .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive > .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive > .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive > .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive > .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive > .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive > .woocommerce-checkout-payment,
.panel > .table-responsive > .shop_table.order_details,
.box > .table-responsive > .shop_table.order_details,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .shop_table.order_details,
body.woocommerce-checkout .woocommerce form.login > .table-responsive > .shop_table.order_details,
body.woocommerce-checkout .woocommerce form.register > .table-responsive > .shop_table.order_details,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive > .shop_table.order_details,
.woocommerce-thankyou-order-details > .table-responsive > .shop_table.order_details,
.panel > .panel-collapse > .table,
.box > .panel-collapse > .table,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > .table,
body.woocommerce-checkout .woocommerce form.login > .panel-collapse > .table,
body.woocommerce-checkout .woocommerce form.register > .panel-collapse > .table,
.woocommerce-checkout .woocommerce #customer_details > .panel-collapse > .table,
.woocommerce-thankyou-order-details > .panel-collapse > .table,
.woocommerce-cart .woocommerce .panel > .panel-collapse > table.shop_table,
.woocommerce-cart .woocommerce .box > .panel-collapse > table.shop_table,
.woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .panel-collapse > table.shop_table,
.woocommerce-checkout .woocommerce .panel > .panel-collapse > table.shop_table,
.woocommerce-checkout .woocommerce .box > .panel-collapse > table.shop_table,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > table.shop_table,
body.woocommerce-checkout .woocommerce form.login > .panel-collapse > table.shop_table,
body.woocommerce-checkout .woocommerce form.register > .panel-collapse > table.shop_table,
.woocommerce-checkout .woocommerce #customer_details > .panel-collapse > table.shop_table,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .panel-collapse > table.shop_table,
.wc_content_wrapping_container .woocommerce .panel > .panel-collapse > table.shop_table,
.wc_content_wrapping_container .woocommerce .box > .panel-collapse > table.shop_table,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .panel-collapse > table.shop_table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .panel-collapse > .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .panel-collapse > .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .panel-collapse > .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .panel-collapse > .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .panel-collapse > .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .panel-collapse > .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .panel-collapse > .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .panel-collapse > .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .panel-collapse > .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .panel-collapse > .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .panel-collapse > .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .panel-collapse > .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .panel-collapse > .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .panel-collapse > .woocommerce-checkout-payment,
.panel > .panel-collapse > .shop_table.order_details,
.box > .panel-collapse > .shop_table.order_details,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > .shop_table.order_details,
body.woocommerce-checkout .woocommerce form.login > .panel-collapse > .shop_table.order_details,
body.woocommerce-checkout .woocommerce form.register > .panel-collapse > .shop_table.order_details,
.woocommerce-checkout .woocommerce #customer_details > .panel-collapse > .shop_table.order_details,
.woocommerce-thankyou-order-details > .panel-collapse > .shop_table.order_details {
  margin-bottom: 0; }
  .panel > .table caption, .box > .table caption, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table caption, body.woocommerce-checkout .woocommerce form.login > .table caption, body.woocommerce-checkout .woocommerce form.register > .table caption, .woocommerce-checkout .woocommerce #customer_details > .table caption, .woocommerce-thankyou-order-details > .table caption, .woocommerce-cart .woocommerce .panel > table.shop_table caption, .woocommerce-cart .woocommerce .box > table.shop_table caption, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table caption, .woocommerce-checkout .woocommerce .panel > table.shop_table caption, .woocommerce-checkout .woocommerce .box > table.shop_table caption, body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table caption, body.woocommerce-checkout .woocommerce form.login > table.shop_table caption, body.woocommerce-checkout .woocommerce form.register > table.shop_table caption, .woocommerce-checkout .woocommerce #customer_details > table.shop_table caption, .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table caption, .wc_content_wrapping_container .woocommerce .panel > table.shop_table caption, .wc_content_wrapping_container .woocommerce .box > table.shop_table caption, .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table caption, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table caption, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table caption, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table caption, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table caption, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table caption, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table caption, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table caption, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment caption, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment caption, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment caption, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment caption, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment caption, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment caption, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment caption, .panel > .shop_table.order_details caption, .box > .shop_table.order_details caption, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details caption, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details caption, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details caption, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details caption, .woocommerce-thankyou-order-details > .shop_table.order_details caption,
  .panel > .table-responsive > .table caption,
  .box > .table-responsive > .table caption,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table caption,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table caption,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table caption,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table caption,
  .woocommerce-thankyou-order-details > .table-responsive > .table caption,
  .woocommerce-cart .woocommerce .panel > .table-responsive > table.shop_table caption,
  .woocommerce-cart .woocommerce .box > .table-responsive > table.shop_table caption,
  .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive > table.shop_table caption,
  .woocommerce-checkout .woocommerce .panel > .table-responsive > table.shop_table caption,
  .woocommerce-checkout .woocommerce .box > .table-responsive > table.shop_table caption,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > table.shop_table caption,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > table.shop_table caption,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > table.shop_table caption,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > table.shop_table caption,
  .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive > table.shop_table caption,
  .wc_content_wrapping_container .woocommerce .panel > .table-responsive > table.shop_table caption,
  .wc_content_wrapping_container .woocommerce .box > .table-responsive > table.shop_table caption,
  .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive > table.shop_table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive > .woocommerce-checkout-review-order-table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive > .woocommerce-checkout-review-order-table caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive > .woocommerce-checkout-review-order-table caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive > .woocommerce-checkout-review-order-table caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive > .woocommerce-checkout-review-order-table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive > .woocommerce-checkout-review-order-table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive > .woocommerce-checkout-review-order-table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive > .woocommerce-checkout-payment caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive > .woocommerce-checkout-payment caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive > .woocommerce-checkout-payment caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive > .woocommerce-checkout-payment caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive > .woocommerce-checkout-payment caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive > .woocommerce-checkout-payment caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive > .woocommerce-checkout-payment caption,
  .panel > .table-responsive > .shop_table.order_details caption,
  .box > .table-responsive > .shop_table.order_details caption,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .shop_table.order_details caption,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .shop_table.order_details caption,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .shop_table.order_details caption,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .shop_table.order_details caption,
  .woocommerce-thankyou-order-details > .table-responsive > .shop_table.order_details caption,
  .panel > .panel-collapse > .table caption,
  .box > .panel-collapse > .table caption,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > .table caption,
  body.woocommerce-checkout .woocommerce form.login > .panel-collapse > .table caption,
  body.woocommerce-checkout .woocommerce form.register > .panel-collapse > .table caption,
  .woocommerce-checkout .woocommerce #customer_details > .panel-collapse > .table caption,
  .woocommerce-thankyou-order-details > .panel-collapse > .table caption,
  .woocommerce-cart .woocommerce .panel > .panel-collapse > table.shop_table caption,
  .woocommerce-cart .woocommerce .box > .panel-collapse > table.shop_table caption,
  .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .panel-collapse > table.shop_table caption,
  .woocommerce-checkout .woocommerce .panel > .panel-collapse > table.shop_table caption,
  .woocommerce-checkout .woocommerce .box > .panel-collapse > table.shop_table caption,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > table.shop_table caption,
  body.woocommerce-checkout .woocommerce form.login > .panel-collapse > table.shop_table caption,
  body.woocommerce-checkout .woocommerce form.register > .panel-collapse > table.shop_table caption,
  .woocommerce-checkout .woocommerce #customer_details > .panel-collapse > table.shop_table caption,
  .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .panel-collapse > table.shop_table caption,
  .wc_content_wrapping_container .woocommerce .panel > .panel-collapse > table.shop_table caption,
  .wc_content_wrapping_container .woocommerce .box > .panel-collapse > table.shop_table caption,
  .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .panel-collapse > table.shop_table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .panel-collapse > .woocommerce-checkout-review-order-table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .panel-collapse > .woocommerce-checkout-review-order-table caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .panel-collapse > .woocommerce-checkout-review-order-table caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .panel-collapse > .woocommerce-checkout-review-order-table caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .panel-collapse > .woocommerce-checkout-review-order-table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .panel-collapse > .woocommerce-checkout-review-order-table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .panel-collapse > .woocommerce-checkout-review-order-table caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .panel-collapse > .woocommerce-checkout-payment caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .panel-collapse > .woocommerce-checkout-payment caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .panel-collapse > .woocommerce-checkout-payment caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .panel-collapse > .woocommerce-checkout-payment caption,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .panel-collapse > .woocommerce-checkout-payment caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .panel-collapse > .woocommerce-checkout-payment caption,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .panel-collapse > .woocommerce-checkout-payment caption,
  .panel > .panel-collapse > .shop_table.order_details caption,
  .box > .panel-collapse > .shop_table.order_details caption,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-collapse > .shop_table.order_details caption,
  body.woocommerce-checkout .woocommerce form.login > .panel-collapse > .shop_table.order_details caption,
  body.woocommerce-checkout .woocommerce form.register > .panel-collapse > .shop_table.order_details caption,
  .woocommerce-checkout .woocommerce #customer_details > .panel-collapse > .shop_table.order_details caption,
  .woocommerce-thankyou-order-details > .panel-collapse > .shop_table.order_details caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child, .box > .table:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child, body.woocommerce-checkout .woocommerce form.login > .table:first-child, body.woocommerce-checkout .woocommerce form.register > .table:first-child, .woocommerce-checkout .woocommerce #customer_details > .table:first-child, .woocommerce-thankyou-order-details > .table:first-child, .woocommerce-cart .woocommerce .panel > table.shop_table:first-child, .woocommerce-cart .woocommerce .box > table.shop_table:first-child, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child,
.woocommerce-checkout .woocommerce .panel > table.shop_table:first-child,
.woocommerce-checkout .woocommerce .box > table.shop_table:first-child,
body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child,
body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child,
body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child,
.woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child,
.wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child,
.wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child, .panel > .shop_table.order_details:first-child, .box > .shop_table.order_details:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child, .woocommerce-thankyou-order-details > .shop_table.order_details:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.box > .table-responsive:first-child > .table:first-child,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child,
body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child,
body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child,
.woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child,
.woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child,
.woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child,
.woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child,
.woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child,
.woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child,
body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child,
body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child,
.wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child,
.wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child,
.panel > .table-responsive:first-child > .shop_table.order_details:first-child,
.box > .table-responsive:first-child > .shop_table.order_details:first-child,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child,
body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child,
body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child,
.woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child, .box > .table:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce form.login > .table:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce form.register > .table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce #customer_details > .table:first-child > thead:first-child > tr:first-child, .woocommerce-thankyou-order-details > .table:first-child > thead:first-child > tr:first-child, .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child, .woocommerce-cart .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child, .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child, .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child, .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child, .panel > .shop_table.order_details:first-child > thead:first-child > tr:first-child, .box > .shop_table.order_details:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > thead:first-child > tr:first-child, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > thead:first-child > tr:first-child, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > thead:first-child > tr:first-child, .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .box > .table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-thankyou-order-details > .table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-cart .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  .panel > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  .box > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child,
  .box > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child,
  .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  .box > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child,
  .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .box > .table:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce form.login > .table:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce form.register > .table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce #customer_details > .table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-thankyou-order-details > .table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-cart .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child, .panel > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child, .box > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child, .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .box > .table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-thankyou-order-details > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    .box > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .box > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-thankyou-order-details > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    .box > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .box > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-thankyou-order-details > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    .box > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child,
    .box > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    .box > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    .box > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    .box > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .box > .table:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce form.login > .table:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce form.register > .table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce #customer_details > .table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-thankyou-order-details > .table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-cart .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child, .panel > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child, .box > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child, .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .box > .table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-thankyou-order-details > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    .box > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .box > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-thankyou-order-details > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    .box > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .box > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-thankyou-order-details > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    .box > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child,
    .box > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    .box > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    .box > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:first-child > table.shop_table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-review-order-table:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:first-child > .woocommerce-checkout-payment:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    .box > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:first-child > .shop_table.order_details:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel > .table:last-child, .box > .table:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child, body.woocommerce-checkout .woocommerce form.login > .table:last-child, body.woocommerce-checkout .woocommerce form.register > .table:last-child, .woocommerce-checkout .woocommerce #customer_details > .table:last-child, .woocommerce-thankyou-order-details > .table:last-child, .woocommerce-cart .woocommerce .panel > table.shop_table:last-child, .woocommerce-cart .woocommerce .box > table.shop_table:last-child, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child,
.woocommerce-checkout .woocommerce .panel > table.shop_table:last-child,
.woocommerce-checkout .woocommerce .box > table.shop_table:last-child,
body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child,
body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child,
body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child,
.woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child,
.wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child,
.wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child, .panel > .shop_table.order_details:last-child, .box > .shop_table.order_details:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child, .woocommerce-thankyou-order-details > .shop_table.order_details:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.box > .table-responsive:last-child > .table:last-child,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child,
body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child,
body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child,
.woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child,
.woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child,
.woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child,
.woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child,
.woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child,
.woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child,
body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child,
body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child,
.wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child,
.wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child,
.panel > .table-responsive:last-child > .shop_table.order_details:last-child,
.box > .table-responsive:last-child > .shop_table.order_details:last-child,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child,
body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child,
body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child,
.woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child, .box > .table:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce form.login > .table:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce form.register > .table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tbody:last-child > tr:last-child, .woocommerce-thankyou-order-details > .table:last-child > tbody:last-child > tr:last-child, .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child, .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child, .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child, .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child, .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child, .panel > .shop_table.order_details:last-child > tbody:last-child > tr:last-child, .box > .shop_table.order_details:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tbody:last-child > tr:last-child, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tbody:last-child > tr:last-child, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child, .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .box > .table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-thankyou-order-details > .table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  .panel > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  .box > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child,
  .box > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child,
  .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  .box > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child,
  .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .box > .table:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce form.login > .table:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce form.register > .table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-thankyou-order-details > .table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child, .box > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child, .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .box > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-thankyou-order-details > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    .box > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .box > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-thankyou-order-details > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    .box > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .box > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-thankyou-order-details > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    .box > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child,
    .box > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    .box > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    .box > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    .box > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .box > .table:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce form.login > .table:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce form.register > .table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-thankyou-order-details > .table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child, .box > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child, .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .box > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-thankyou-order-details > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    .box > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .box > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-thankyou-order-details > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    .box > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .box > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-thankyou-order-details > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .panel > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .box > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    .box > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-thankyou-order-details > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child,
    .box > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    .box > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    .box > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .panel > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .box > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .table-responsive:last-child > table.shop_table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-review-order-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .table-responsive:last-child > .woocommerce-checkout-payment:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    .box > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.login > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    body.woocommerce-checkout .woocommerce form.register > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-checkout .woocommerce #customer_details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child,
    .woocommerce-thankyou-order-details > .table-responsive:last-child > .shop_table.order_details:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel > .panel-body + .table, .box > .panel-body + .table, body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-body + .table, body.woocommerce-checkout .woocommerce form.login > .panel-body + .table, body.woocommerce-checkout .woocommerce form.register > .panel-body + .table, .woocommerce-checkout .woocommerce #customer_details > .panel-body + .table, .woocommerce-thankyou-order-details > .panel-body + .table, .woocommerce-cart .woocommerce .panel > .panel-body + table.shop_table, .woocommerce-cart .woocommerce .box > .panel-body + table.shop_table, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > .panel-body + table.shop_table,
.woocommerce-checkout .woocommerce .panel > .panel-body + table.shop_table,
.woocommerce-checkout .woocommerce .box > .panel-body + table.shop_table,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-body + table.shop_table,
body.woocommerce-checkout .woocommerce form.login > .panel-body + table.shop_table,
body.woocommerce-checkout .woocommerce form.register > .panel-body + table.shop_table,
.woocommerce-checkout .woocommerce #customer_details > .panel-body + table.shop_table,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > .panel-body + table.shop_table,
.wc_content_wrapping_container .woocommerce .panel > .panel-body + table.shop_table,
.wc_content_wrapping_container .woocommerce .box > .panel-body + table.shop_table,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > .panel-body + table.shop_table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .panel-body + .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .panel-body + .woocommerce-checkout-review-order-table, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .panel-body + .woocommerce-checkout-review-order-table, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .panel-body + .woocommerce-checkout-review-order-table, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .panel-body + .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .panel-body + .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .panel-body + .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .panel-body + .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .panel-body + .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .panel-body + .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .panel-body + .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .panel-body + .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .panel-body + .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .panel-body + .woocommerce-checkout-payment, .panel > .panel-body + .shop_table.order_details, .box > .panel-body + .shop_table.order_details, body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-body + .shop_table.order_details, body.woocommerce-checkout .woocommerce form.login > .panel-body + .shop_table.order_details, body.woocommerce-checkout .woocommerce form.register > .panel-body + .shop_table.order_details, .woocommerce-checkout .woocommerce #customer_details > .panel-body + .shop_table.order_details, .woocommerce-thankyou-order-details > .panel-body + .shop_table.order_details,
.panel > .panel-body + .table-responsive,
.box > .panel-body + .table-responsive,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-body + .table-responsive,
body.woocommerce-checkout .woocommerce form.login > .panel-body + .table-responsive,
body.woocommerce-checkout .woocommerce form.register > .panel-body + .table-responsive,
.woocommerce-checkout .woocommerce #customer_details > .panel-body + .table-responsive,
.woocommerce-thankyou-order-details > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.box > .table + .panel-body,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table + .panel-body,
body.woocommerce-checkout .woocommerce form.login > .table + .panel-body,
body.woocommerce-checkout .woocommerce form.register > .table + .panel-body,
.woocommerce-checkout .woocommerce #customer_details > .table + .panel-body,
.woocommerce-thankyou-order-details > .table + .panel-body,
.woocommerce-cart .woocommerce .panel > table.shop_table + .panel-body,
.woocommerce-cart .woocommerce .box > table.shop_table + .panel-body,
.woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table + .panel-body,
.woocommerce-checkout .woocommerce .panel > table.shop_table + .panel-body,
.woocommerce-checkout .woocommerce .box > table.shop_table + .panel-body,
body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table + .panel-body,
body.woocommerce-checkout .woocommerce form.login > table.shop_table + .panel-body,
body.woocommerce-checkout .woocommerce form.register > table.shop_table + .panel-body,
.woocommerce-checkout .woocommerce #customer_details > table.shop_table + .panel-body,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table + .panel-body,
.wc_content_wrapping_container .woocommerce .panel > table.shop_table + .panel-body,
.wc_content_wrapping_container .woocommerce .box > table.shop_table + .panel-body,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table + .panel-body,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table + .panel-body,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table + .panel-body,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table + .panel-body,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table + .panel-body,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table + .panel-body,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table + .panel-body,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table + .panel-body,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment + .panel-body,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment + .panel-body,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment + .panel-body,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment + .panel-body,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment + .panel-body,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment + .panel-body,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment + .panel-body,
.panel > .shop_table.order_details + .panel-body,
.box > .shop_table.order_details + .panel-body,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details + .panel-body,
body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details + .panel-body,
body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details + .panel-body,
.woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details + .panel-body,
.woocommerce-thankyou-order-details > .shop_table.order_details + .panel-body,
.panel > .table-responsive + .panel-body,
.box > .table-responsive + .panel-body,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive + .panel-body,
body.woocommerce-checkout .woocommerce form.login > .table-responsive + .panel-body,
body.woocommerce-checkout .woocommerce form.register > .table-responsive + .panel-body,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive + .panel-body,
.woocommerce-thankyou-order-details > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .box > .table > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce form.login > .table > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce form.register > .table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce #customer_details > .table > tbody:first-child > tr:first-child th, .woocommerce-thankyou-order-details > .table > tbody:first-child > tr:first-child th, .woocommerce-cart .woocommerce .panel > table.shop_table > tbody:first-child > tr:first-child th, .woocommerce-cart .woocommerce .box > table.shop_table > tbody:first-child > tr:first-child th, .woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .panel > table.shop_table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .box > table.shop_table > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce form.login > table.shop_table > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce form.register > table.shop_table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce #customer_details > table.shop_table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table > tbody:first-child > tr:first-child th, .wc_content_wrapping_container .woocommerce .panel > table.shop_table > tbody:first-child > tr:first-child th, .wc_content_wrapping_container .woocommerce .box > table.shop_table > tbody:first-child > tr:first-child th, .wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment > tbody:first-child > tr:first-child th, .panel > .shop_table.order_details > tbody:first-child > tr:first-child th, .box > .shop_table.order_details > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details > tbody:first-child > tr:first-child th, body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details > tbody:first-child > tr:first-child th, .woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details > tbody:first-child > tr:first-child th, .woocommerce-thankyou-order-details > .shop_table.order_details > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.box > .table > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce form.login > .table > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce form.register > .table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce #customer_details > .table > tbody:first-child > tr:first-child td,
.woocommerce-thankyou-order-details > .table > tbody:first-child > tr:first-child td,
.woocommerce-cart .woocommerce .panel > table.shop_table > tbody:first-child > tr:first-child td,
.woocommerce-cart .woocommerce .box > table.shop_table > tbody:first-child > tr:first-child td,
.woocommerce-cart .woocommerce .woocommerce-thankyou-order-details > table.shop_table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .panel > table.shop_table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .box > table.shop_table > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce form.checkout_coupon > table.shop_table > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce form.login > table.shop_table > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce form.register > table.shop_table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce #customer_details > table.shop_table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details > table.shop_table > tbody:first-child > tr:first-child td,
.wc_content_wrapping_container .woocommerce .panel > table.shop_table > tbody:first-child > tr:first-child td,
.wc_content_wrapping_container .woocommerce .box > table.shop_table > tbody:first-child > tr:first-child td,
.wc_content_wrapping_container .woocommerce .woocommerce-thankyou-order-details > table.shop_table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-review-order-table > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .panel > .woocommerce-checkout-payment > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .box > .woocommerce-checkout-payment > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.checkout_coupon > .woocommerce-checkout-payment > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.login > .woocommerce-checkout-payment > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order form.register > .woocommerce-checkout-payment > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #customer_details > .woocommerce-checkout-payment > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-thankyou-order-details > .woocommerce-checkout-payment > tbody:first-child > tr:first-child td,
.panel > .shop_table.order_details > tbody:first-child > tr:first-child td,
.box > .shop_table.order_details > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .shop_table.order_details > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce form.login > .shop_table.order_details > tbody:first-child > tr:first-child td,
body.woocommerce-checkout .woocommerce form.register > .shop_table.order_details > tbody:first-child > tr:first-child td,
.woocommerce-checkout .woocommerce #customer_details > .shop_table.order_details > tbody:first-child > tr:first-child td,
.woocommerce-thankyou-order-details > .shop_table.order_details > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .box > .table-bordered, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered, body.woocommerce-checkout .woocommerce form.login > .table-bordered, body.woocommerce-checkout .woocommerce form.register > .table-bordered, .woocommerce-checkout .woocommerce #customer_details > .table-bordered, .woocommerce-thankyou-order-details > .table-bordered,
.panel > .table-responsive > .table-bordered,
.box > .table-responsive > .table-bordered,
body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered,
body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered,
body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered,
.woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered,
.woocommerce-thankyou-order-details > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child, .box > .table-bordered > thead > tr > th:first-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > thead > tr > th:first-child, body.woocommerce-checkout .woocommerce form.login > .table-bordered > thead > tr > th:first-child, body.woocommerce-checkout .woocommerce form.register > .table-bordered > thead > tr > th:first-child, .woocommerce-checkout .woocommerce #customer_details > .table-bordered > thead > tr > th:first-child, .woocommerce-thankyou-order-details > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .box > .table-bordered > thead > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > thead > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > thead > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > thead > tr > td:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > thead > tr > td:first-child,
  .woocommerce-thankyou-order-details > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .box > .table-bordered > tbody > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tbody > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tbody > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tbody > tr > th:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tbody > tr > th:first-child,
  .woocommerce-thankyou-order-details > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .box > .table-bordered > tbody > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tbody > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tbody > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tbody > tr > td:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tbody > tr > td:first-child,
  .woocommerce-thankyou-order-details > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .box > .table-bordered > tfoot > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tfoot > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tfoot > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tfoot > tr > th:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tfoot > tr > th:first-child,
  .woocommerce-thankyou-order-details > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .box > .table-bordered > tfoot > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tfoot > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tfoot > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tfoot > tr > td:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tfoot > tr > td:first-child,
  .woocommerce-thankyou-order-details > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .box > .table-responsive > .table-bordered > thead > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > thead > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > thead > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .box > .table-responsive > .table-bordered > thead > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > thead > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > thead > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .box > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .box > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .box > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .box > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child, .box > .table-bordered > thead > tr > th:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > thead > tr > th:last-child, body.woocommerce-checkout .woocommerce form.login > .table-bordered > thead > tr > th:last-child, body.woocommerce-checkout .woocommerce form.register > .table-bordered > thead > tr > th:last-child, .woocommerce-checkout .woocommerce #customer_details > .table-bordered > thead > tr > th:last-child, .woocommerce-thankyou-order-details > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .box > .table-bordered > thead > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > thead > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > thead > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > thead > tr > td:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > thead > tr > td:last-child,
  .woocommerce-thankyou-order-details > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .box > .table-bordered > tbody > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tbody > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tbody > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tbody > tr > th:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tbody > tr > th:last-child,
  .woocommerce-thankyou-order-details > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .box > .table-bordered > tbody > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tbody > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tbody > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tbody > tr > td:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tbody > tr > td:last-child,
  .woocommerce-thankyou-order-details > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .box > .table-bordered > tfoot > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tfoot > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tfoot > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tfoot > tr > th:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tfoot > tr > th:last-child,
  .woocommerce-thankyou-order-details > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .box > .table-bordered > tfoot > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tfoot > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tfoot > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tfoot > tr > td:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tfoot > tr > td:last-child,
  .woocommerce-thankyou-order-details > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .box > .table-responsive > .table-bordered > thead > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > thead > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > thead > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .box > .table-responsive > .table-bordered > thead > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > thead > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > thead > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .box > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .box > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .box > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .box > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td, .box > .table-bordered > thead > tr:first-child > td, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > thead > tr:first-child > td, body.woocommerce-checkout .woocommerce form.login > .table-bordered > thead > tr:first-child > td, body.woocommerce-checkout .woocommerce form.register > .table-bordered > thead > tr:first-child > td, .woocommerce-checkout .woocommerce #customer_details > .table-bordered > thead > tr:first-child > td, .woocommerce-thankyou-order-details > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .box > .table-bordered > thead > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > thead > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > thead > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > thead > tr:first-child > th,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > thead > tr:first-child > th,
  .woocommerce-thankyou-order-details > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .box > .table-bordered > tbody > tr:first-child > td,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tbody > tr:first-child > td,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tbody > tr:first-child > td,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tbody > tr:first-child > td,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tbody > tr:first-child > td,
  .woocommerce-thankyou-order-details > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .box > .table-bordered > tbody > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tbody > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tbody > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tbody > tr:first-child > th,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tbody > tr:first-child > th,
  .woocommerce-thankyou-order-details > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .box > .table-responsive > .table-bordered > thead > tr:first-child > td,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > thead > tr:first-child > td,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > thead > tr:first-child > td,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .box > .table-responsive > .table-bordered > thead > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > thead > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > thead > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .box > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .box > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, .box > .table-bordered > tbody > tr:last-child > td, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tbody > tr:last-child > td, body.woocommerce-checkout .woocommerce form.login > .table-bordered > tbody > tr:last-child > td, body.woocommerce-checkout .woocommerce form.register > .table-bordered > tbody > tr:last-child > td, .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tbody > tr:last-child > td, .woocommerce-thankyou-order-details > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .box > .table-bordered > tbody > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tbody > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tbody > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tbody > tr:last-child > th,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tbody > tr:last-child > th,
  .woocommerce-thankyou-order-details > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .box > .table-bordered > tfoot > tr:last-child > td,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tfoot > tr:last-child > td,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tfoot > tr:last-child > td,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tfoot > tr:last-child > td,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tfoot > tr:last-child > td,
  .woocommerce-thankyou-order-details > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .box > .table-bordered > tfoot > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-bordered > tfoot > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.login > .table-bordered > tfoot > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.register > .table-bordered > tfoot > tr:last-child > th,
  .woocommerce-checkout .woocommerce #customer_details > .table-bordered > tfoot > tr:last-child > th,
  .woocommerce-thankyou-order-details > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .box > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .box > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .box > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .box > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.login > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  body.woocommerce-checkout .woocommerce form.register > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .woocommerce-checkout .woocommerce #customer_details > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .woocommerce-thankyou-order-details > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive, .box > .table-responsive, body.woocommerce-checkout .woocommerce form.checkout_coupon > .table-responsive, body.woocommerce-checkout .woocommerce form.login > .table-responsive, body.woocommerce-checkout .woocommerce form.register > .table-responsive, .woocommerce-checkout .woocommerce #customer_details > .table-responsive, .woocommerce-thankyou-order-details > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel, .panel-group .box, .panel-group body.woocommerce-checkout .woocommerce form.checkout_coupon, body.woocommerce-checkout .woocommerce .panel-group form.checkout_coupon,
  .panel-group body.woocommerce-checkout .woocommerce form.login, body.woocommerce-checkout .woocommerce .panel-group form.login,
  .panel-group body.woocommerce-checkout .woocommerce form.register, body.woocommerce-checkout .woocommerce .panel-group form.register, .panel-group .woocommerce-checkout .woocommerce #customer_details, .woocommerce-checkout .woocommerce .panel-group #customer_details, .panel-group .woocommerce-thankyou-order-details {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel, .panel-group .box + .panel, .panel-group body.woocommerce-checkout .woocommerce form.checkout_coupon + .panel, body.woocommerce-checkout .woocommerce .panel-group form.checkout_coupon + .panel, .panel-group body.woocommerce-checkout .woocommerce form.login + .panel, body.woocommerce-checkout .woocommerce .panel-group form.login + .panel, .panel-group body.woocommerce-checkout .woocommerce form.register + .panel, body.woocommerce-checkout .woocommerce .panel-group form.register + .panel, .panel-group .woocommerce-checkout .woocommerce #customer_details + .panel, .woocommerce-checkout .woocommerce .panel-group #customer_details + .panel, .panel-group .woocommerce-thankyou-order-details + .panel, .panel-group .panel + .box, .panel-group .box + .box, .panel-group body.woocommerce-checkout .woocommerce form.checkout_coupon + .box, body.woocommerce-checkout .woocommerce .panel-group form.checkout_coupon + .box, .panel-group body.woocommerce-checkout .woocommerce form.login + .box, body.woocommerce-checkout .woocommerce .panel-group form.login + .box, .panel-group body.woocommerce-checkout .woocommerce form.register + .box, body.woocommerce-checkout .woocommerce .panel-group form.register + .box, .panel-group .woocommerce-checkout .woocommerce #customer_details + .box, .woocommerce-checkout .woocommerce .panel-group #customer_details + .box, .panel-group .woocommerce-thankyou-order-details + .box, .panel-group body.woocommerce-checkout .woocommerce .panel + form.checkout_coupon, body.woocommerce-checkout .woocommerce .panel-group .panel + form.checkout_coupon, .panel-group body.woocommerce-checkout .woocommerce .box + form.checkout_coupon, body.woocommerce-checkout .woocommerce .panel-group .box + form.checkout_coupon, .panel-group body.woocommerce-checkout .woocommerce form.checkout_coupon + form.checkout_coupon, body.woocommerce-checkout .woocommerce .panel-group form.checkout_coupon + form.checkout_coupon, .panel-group body.woocommerce-checkout .woocommerce form.login + form.checkout_coupon, body.woocommerce-checkout .woocommerce .panel-group form.login + form.checkout_coupon, .panel-group body.woocommerce-checkout .woocommerce form.register + form.checkout_coupon, body.woocommerce-checkout .woocommerce .panel-group form.register + form.checkout_coupon, .panel-group body.woocommerce-checkout .woocommerce #customer_details + form.checkout_coupon, body.woocommerce-checkout .woocommerce .panel-group #customer_details + form.checkout_coupon, .panel-group body.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details + form.checkout_coupon, body.woocommerce-checkout .woocommerce .panel-group .woocommerce-thankyou-order-details + form.checkout_coupon,
    .panel-group body.woocommerce-checkout .woocommerce .panel + form.login, body.woocommerce-checkout .woocommerce .panel-group .panel + form.login,
    .panel-group body.woocommerce-checkout .woocommerce .box + form.login, body.woocommerce-checkout .woocommerce .panel-group .box + form.login,
    .panel-group body.woocommerce-checkout .woocommerce form.checkout_coupon + form.login, body.woocommerce-checkout .woocommerce .panel-group form.checkout_coupon + form.login,
    .panel-group body.woocommerce-checkout .woocommerce form.login + form.login, body.woocommerce-checkout .woocommerce .panel-group form.login + form.login,
    .panel-group body.woocommerce-checkout .woocommerce form.register + form.login, body.woocommerce-checkout .woocommerce .panel-group form.register + form.login,
    .panel-group body.woocommerce-checkout .woocommerce #customer_details + form.login, body.woocommerce-checkout .woocommerce .panel-group #customer_details + form.login,
    .panel-group body.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details + form.login, body.woocommerce-checkout .woocommerce .panel-group .woocommerce-thankyou-order-details + form.login,
    .panel-group body.woocommerce-checkout .woocommerce .panel + form.register, body.woocommerce-checkout .woocommerce .panel-group .panel + form.register,
    .panel-group body.woocommerce-checkout .woocommerce .box + form.register, body.woocommerce-checkout .woocommerce .panel-group .box + form.register,
    .panel-group body.woocommerce-checkout .woocommerce form.checkout_coupon + form.register, body.woocommerce-checkout .woocommerce .panel-group form.checkout_coupon + form.register,
    .panel-group body.woocommerce-checkout .woocommerce form.login + form.register, body.woocommerce-checkout .woocommerce .panel-group form.login + form.register,
    .panel-group body.woocommerce-checkout .woocommerce form.register + form.register, body.woocommerce-checkout .woocommerce .panel-group form.register + form.register,
    .panel-group body.woocommerce-checkout .woocommerce #customer_details + form.register, body.woocommerce-checkout .woocommerce .panel-group #customer_details + form.register,
    .panel-group body.woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details + form.register, body.woocommerce-checkout .woocommerce .panel-group .woocommerce-thankyou-order-details + form.register, .panel-group .woocommerce-checkout .woocommerce .panel + #customer_details, .woocommerce-checkout .woocommerce .panel-group .panel + #customer_details, .panel-group .woocommerce-checkout .woocommerce .box + #customer_details, .woocommerce-checkout .woocommerce .panel-group .box + #customer_details, .panel-group body.woocommerce-checkout .woocommerce form.checkout_coupon + #customer_details, body.woocommerce-checkout .woocommerce .panel-group form.checkout_coupon + #customer_details, .panel-group body.woocommerce-checkout .woocommerce form.login + #customer_details, body.woocommerce-checkout .woocommerce .panel-group form.login + #customer_details, .panel-group body.woocommerce-checkout .woocommerce form.register + #customer_details, body.woocommerce-checkout .woocommerce .panel-group form.register + #customer_details, .panel-group .woocommerce-checkout .woocommerce #customer_details + #customer_details, .woocommerce-checkout .woocommerce .panel-group #customer_details + #customer_details, .panel-group .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details + #customer_details, .woocommerce-checkout .woocommerce .panel-group .woocommerce-thankyou-order-details + #customer_details, .panel-group .panel + .woocommerce-thankyou-order-details, .panel-group .box + .woocommerce-thankyou-order-details, .panel-group body.woocommerce-checkout .woocommerce form.checkout_coupon + .woocommerce-thankyou-order-details, body.woocommerce-checkout .woocommerce .panel-group form.checkout_coupon + .woocommerce-thankyou-order-details, .panel-group body.woocommerce-checkout .woocommerce form.login + .woocommerce-thankyou-order-details, body.woocommerce-checkout .woocommerce .panel-group form.login + .woocommerce-thankyou-order-details, .panel-group body.woocommerce-checkout .woocommerce form.register + .woocommerce-thankyou-order-details, body.woocommerce-checkout .woocommerce .panel-group form.register + .woocommerce-thankyou-order-details, .panel-group .woocommerce-checkout .woocommerce #customer_details + .woocommerce-thankyou-order-details, .woocommerce-checkout .woocommerce .panel-group #customer_details + .woocommerce-thankyou-order-details, .panel-group .woocommerce-thankyou-order-details + .woocommerce-thankyou-order-details {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default, .box, body.woocommerce-checkout .woocommerce form.checkout_coupon,
body.woocommerce-checkout .woocommerce form.login,
body.woocommerce-checkout .woocommerce form.register, .woocommerce-checkout .woocommerce #customer_details, .woocommerce-thankyou-order-details {
  border-color: #ddd; }
  .panel-default > .panel-heading, .box > .panel-heading, body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-heading, body.woocommerce-checkout .woocommerce form.login > .panel-heading, body.woocommerce-checkout .woocommerce form.register > .panel-heading, .woocommerce-checkout .woocommerce #customer_details > .panel-heading, .woocommerce-thankyou-order-details > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body, .box > .panel-heading + .panel-collapse > .panel-body, body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-heading + .panel-collapse > .panel-body, body.woocommerce-checkout .woocommerce form.login > .panel-heading + .panel-collapse > .panel-body, body.woocommerce-checkout .woocommerce form.register > .panel-heading + .panel-collapse > .panel-body, .woocommerce-checkout .woocommerce #customer_details > .panel-heading + .panel-collapse > .panel-body, .woocommerce-thankyou-order-details > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge, .box > .panel-heading .badge, body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-heading .badge, body.woocommerce-checkout .woocommerce form.login > .panel-heading .badge, body.woocommerce-checkout .woocommerce form.register > .panel-heading .badge, .woocommerce-checkout .woocommerce #customer_details > .panel-heading .badge, .woocommerce-thankyou-order-details > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body, .box > .panel-footer + .panel-collapse > .panel-body, body.woocommerce-checkout .woocommerce form.checkout_coupon > .panel-footer + .panel-collapse > .panel-body, body.woocommerce-checkout .woocommerce form.login > .panel-footer + .panel-collapse > .panel-body, body.woocommerce-checkout .woocommerce form.register > .panel-footer + .panel-collapse > .panel-body, .woocommerce-checkout .woocommerce #customer_details > .panel-footer + .panel-collapse > .panel-body, .woocommerce-thankyou-order-details > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #01aeb8; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #01aeb8;
    border-color: #01aeb8; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #01aeb8; }
    .panel-primary > .panel-heading .badge {
      color: #01aeb8;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #01aeb8; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .embed-responsive > .fluid-width-video-wrapper, .post.category-infuse .entry-content.embed-responsive iframe[src*='joomag'],
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 4px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: "\20";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: "\20";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .btn, .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + .btn, .modal-footer .woocommerce #respond input#submit + .btn, .woocommerce #respond .modal-footer input#submit + .btn, .modal-footer .woocommerce a.button + .btn, .woocommerce .modal-footer a.button + .btn, .modal-footer .woocommerce button.button + .btn, .woocommerce .modal-footer button.button + .btn, .modal-footer .woocommerce input.button + .btn, .woocommerce .modal-footer input.button + .btn, .modal-footer .woocommerce-page #respond input#submit + .btn, .woocommerce-page #respond .modal-footer input#submit + .btn, .modal-footer .woocommerce-page a.button + .btn, .woocommerce-page .modal-footer a.button + .btn, .modal-footer .woocommerce-page button.button + .btn, .woocommerce-page .modal-footer button.button + .btn, .modal-footer .woocommerce-page input.button + .btn, .woocommerce-page .modal-footer input.button + .btn, .modal-footer .card.post-type-product .card-meta .widget-product-item + .btn, .card.post-type-product .card-meta .modal-footer .widget-product-item + .btn, .modal-footer .acf-button + .btn, .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + .btn, .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + .btn, .modal-footer .acf-field[data-type="image"] .hide-if-value .btn + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn + label.acf-basic-uploader, .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + label.acf-basic-uploader, .modal-footer .woocommerce #respond .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce #respond input#submit + label.acf-basic-uploader, .woocommerce #respond .modal-footer .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce #respond .modal-footer input#submit + label.acf-basic-uploader, .modal-footer .woocommerce .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce a.button + label.acf-basic-uploader, .woocommerce .modal-footer .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .modal-footer a.button + label.acf-basic-uploader, .modal-footer .woocommerce .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce button.button + label.acf-basic-uploader, .woocommerce .modal-footer .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .modal-footer button.button + label.acf-basic-uploader, .modal-footer .woocommerce .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce input.button + label.acf-basic-uploader, .woocommerce .modal-footer .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .modal-footer input.button + label.acf-basic-uploader, .modal-footer .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce-page #respond input#submit + label.acf-basic-uploader, .woocommerce-page #respond .modal-footer .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond .modal-footer input#submit + label.acf-basic-uploader, .modal-footer .woocommerce-page .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce-page a.button + label.acf-basic-uploader, .woocommerce-page .modal-footer .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .modal-footer a.button + label.acf-basic-uploader, .modal-footer .woocommerce-page .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce-page button.button + label.acf-basic-uploader, .woocommerce-page .modal-footer .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .modal-footer button.button + label.acf-basic-uploader, .modal-footer .woocommerce-page .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce-page input.button + label.acf-basic-uploader, .woocommerce-page .modal-footer .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .modal-footer input.button + label.acf-basic-uploader, .modal-footer .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .card.post-type-product .card-meta .widget-product-item + label.acf-basic-uploader, .card.post-type-product .card-meta .modal-footer .acf-field[data-type="image"] .hide-if-value .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta .modal-footer .widget-product-item + label.acf-basic-uploader, .modal-footer .acf-field[data-type="image"] .hide-if-value .acf-button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .acf-button + label.acf-basic-uploader, .modal-footer .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .wp-picker-clear + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + label.acf-basic-uploader, .acf-color_picker .wp-picker-container .modal-footer .acf-field[data-type="image"] .hide-if-value .wp-picker-clear + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + label.acf-basic-uploader, .modal-footer .woocommerce #respond .btn + input#submit, .woocommerce #respond .modal-footer .btn + input#submit, .modal-footer .acf-field[data-type="image"] .hide-if-value .woocommerce #respond label.acf-basic-uploader + input#submit, .woocommerce #respond .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input#submit, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce #respond label.acf-basic-uploader + input#submit, .woocommerce #respond .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + input#submit, .modal-footer .woocommerce #respond input#submit + input#submit, .woocommerce #respond .modal-footer input#submit + input#submit, .modal-footer .woocommerce #respond a.button + input#submit, .woocommerce .modal-footer #respond a.button + input#submit, .woocommerce #respond .modal-footer a.button + input#submit, .modal-footer .woocommerce #respond button.button + input#submit, .woocommerce .modal-footer #respond button.button + input#submit, .woocommerce #respond .modal-footer button.button + input#submit, .modal-footer .woocommerce #respond input.button + input#submit, .woocommerce .modal-footer #respond input.button + input#submit, .woocommerce #respond .modal-footer input.button + input#submit, .modal-footer .woocommerce-page .woocommerce #respond input#submit + input#submit, .woocommerce .modal-footer .woocommerce-page #respond input#submit + input#submit, .woocommerce-page .woocommerce #respond .modal-footer input#submit + input#submit, .woocommerce .woocommerce-page #respond .modal-footer input#submit + input#submit, .modal-footer .woocommerce-page .woocommerce #respond a.button + input#submit, .woocommerce #respond .modal-footer .woocommerce-page a.button + input#submit, .woocommerce-page .modal-footer .woocommerce #respond a.button + input#submit, .woocommerce #respond .woocommerce-page .modal-footer a.button + input#submit, .modal-footer .woocommerce-page .woocommerce #respond button.button + input#submit, .woocommerce #respond .modal-footer .woocommerce-page button.button + input#submit, .woocommerce-page .modal-footer .woocommerce #respond button.button + input#submit, .woocommerce #respond .woocommerce-page .modal-footer button.button + input#submit, .modal-footer .woocommerce-page .woocommerce #respond input.button + input#submit, .woocommerce #respond .modal-footer .woocommerce-page input.button + input#submit, .woocommerce-page .modal-footer .woocommerce #respond input.button + input#submit, .woocommerce #respond .woocommerce-page .modal-footer input.button + input#submit, .modal-footer .card.post-type-product .card-meta .woocommerce #respond .widget-product-item + input#submit, .woocommerce #respond .modal-footer .card.post-type-product .card-meta .widget-product-item + input#submit, .card.post-type-product .card-meta .modal-footer .woocommerce #respond .widget-product-item + input#submit, .woocommerce #respond .card.post-type-product .card-meta .modal-footer .widget-product-item + input#submit, .modal-footer .woocommerce #respond .acf-button + input#submit, .woocommerce #respond .modal-footer .acf-button + input#submit, .modal-footer .acf-color_picker .wp-picker-container .woocommerce #respond .wp-picker-clear + input#submit, .woocommerce #respond .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + input#submit, .acf-color_picker .wp-picker-container .modal-footer .woocommerce #respond .wp-picker-clear + input#submit, .woocommerce #respond .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + input#submit,
  .modal-footer .woocommerce .btn + a.button, .woocommerce .modal-footer .btn + a.button,
  .modal-footer .acf-field[data-type="image"] .hide-if-value .woocommerce label.acf-basic-uploader + a.button, .woocommerce .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + a.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce label.acf-basic-uploader + a.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + a.button,
  .modal-footer .woocommerce #respond input#submit + a.button, .woocommerce #respond .modal-footer input#submit + a.button,
  .modal-footer .woocommerce a.button + a.button, .woocommerce .modal-footer a.button + a.button,
  .modal-footer .woocommerce button.button + a.button, .woocommerce .modal-footer button.button + a.button,
  .modal-footer .woocommerce input.button + a.button, .woocommerce .modal-footer input.button + a.button,
  .modal-footer .woocommerce-page #respond .woocommerce input#submit + a.button, .woocommerce .modal-footer .woocommerce-page #respond input#submit + a.button, .woocommerce-page #respond .modal-footer .woocommerce input#submit + a.button, .woocommerce .woocommerce-page #respond .modal-footer input#submit + a.button,
  .modal-footer .woocommerce-page .woocommerce a.button + a.button, .woocommerce .modal-footer .woocommerce-page a.button + a.button, .woocommerce-page .modal-footer .woocommerce a.button + a.button, .woocommerce .woocommerce-page .modal-footer a.button + a.button,
  .modal-footer .woocommerce-page .woocommerce button.button + a.button, .woocommerce .modal-footer .woocommerce-page button.button + a.button, .woocommerce-page .modal-footer .woocommerce button.button + a.button, .woocommerce .woocommerce-page .modal-footer button.button + a.button,
  .modal-footer .woocommerce-page .woocommerce input.button + a.button, .woocommerce .modal-footer .woocommerce-page input.button + a.button, .woocommerce-page .modal-footer .woocommerce input.button + a.button, .woocommerce .woocommerce-page .modal-footer input.button + a.button,
  .modal-footer .card.post-type-product .card-meta .woocommerce .widget-product-item + a.button, .woocommerce .modal-footer .card.post-type-product .card-meta .widget-product-item + a.button, .card.post-type-product .card-meta .modal-footer .woocommerce .widget-product-item + a.button, .woocommerce .card.post-type-product .card-meta .modal-footer .widget-product-item + a.button,
  .modal-footer .woocommerce .acf-button + a.button, .woocommerce .modal-footer .acf-button + a.button,
  .modal-footer .acf-color_picker .wp-picker-container .woocommerce .wp-picker-clear + a.button, .woocommerce .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + a.button, .acf-color_picker .wp-picker-container .modal-footer .woocommerce .wp-picker-clear + a.button, .woocommerce .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + a.button,
  .modal-footer .woocommerce .btn + button.button, .woocommerce .modal-footer .btn + button.button,
  .modal-footer .acf-field[data-type="image"] .hide-if-value .woocommerce label.acf-basic-uploader + button.button, .woocommerce .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + button.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce label.acf-basic-uploader + button.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + button.button,
  .modal-footer .woocommerce #respond input#submit + button.button, .woocommerce #respond .modal-footer input#submit + button.button,
  .modal-footer .woocommerce a.button + button.button, .woocommerce .modal-footer a.button + button.button,
  .modal-footer .woocommerce button.button + button.button, .woocommerce .modal-footer button.button + button.button,
  .modal-footer .woocommerce input.button + button.button, .woocommerce .modal-footer input.button + button.button,
  .modal-footer .woocommerce-page #respond .woocommerce input#submit + button.button, .woocommerce .modal-footer .woocommerce-page #respond input#submit + button.button, .woocommerce-page #respond .modal-footer .woocommerce input#submit + button.button, .woocommerce .woocommerce-page #respond .modal-footer input#submit + button.button,
  .modal-footer .woocommerce-page .woocommerce a.button + button.button, .woocommerce .modal-footer .woocommerce-page a.button + button.button, .woocommerce-page .modal-footer .woocommerce a.button + button.button, .woocommerce .woocommerce-page .modal-footer a.button + button.button,
  .modal-footer .woocommerce-page .woocommerce button.button + button.button, .woocommerce .modal-footer .woocommerce-page button.button + button.button, .woocommerce-page .modal-footer .woocommerce button.button + button.button, .woocommerce .woocommerce-page .modal-footer button.button + button.button,
  .modal-footer .woocommerce-page .woocommerce input.button + button.button, .woocommerce .modal-footer .woocommerce-page input.button + button.button, .woocommerce-page .modal-footer .woocommerce input.button + button.button, .woocommerce .woocommerce-page .modal-footer input.button + button.button,
  .modal-footer .card.post-type-product .card-meta .woocommerce .widget-product-item + button.button, .woocommerce .modal-footer .card.post-type-product .card-meta .widget-product-item + button.button, .card.post-type-product .card-meta .modal-footer .woocommerce .widget-product-item + button.button, .woocommerce .card.post-type-product .card-meta .modal-footer .widget-product-item + button.button,
  .modal-footer .woocommerce .acf-button + button.button, .woocommerce .modal-footer .acf-button + button.button,
  .modal-footer .acf-color_picker .wp-picker-container .woocommerce .wp-picker-clear + button.button, .woocommerce .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + button.button, .acf-color_picker .wp-picker-container .modal-footer .woocommerce .wp-picker-clear + button.button, .woocommerce .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + button.button,
  .modal-footer .woocommerce .btn + input.button, .woocommerce .modal-footer .btn + input.button,
  .modal-footer .acf-field[data-type="image"] .hide-if-value .woocommerce label.acf-basic-uploader + input.button, .woocommerce .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce label.acf-basic-uploader + input.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + input.button,
  .modal-footer .woocommerce #respond input#submit + input.button, .woocommerce #respond .modal-footer input#submit + input.button,
  .modal-footer .woocommerce a.button + input.button, .woocommerce .modal-footer a.button + input.button,
  .modal-footer .woocommerce button.button + input.button, .woocommerce .modal-footer button.button + input.button,
  .modal-footer .woocommerce input.button + input.button, .woocommerce .modal-footer input.button + input.button,
  .modal-footer .woocommerce-page #respond .woocommerce input#submit + input.button, .woocommerce .modal-footer .woocommerce-page #respond input#submit + input.button, .woocommerce-page #respond .modal-footer .woocommerce input#submit + input.button, .woocommerce .woocommerce-page #respond .modal-footer input#submit + input.button,
  .modal-footer .woocommerce-page .woocommerce a.button + input.button, .woocommerce .modal-footer .woocommerce-page a.button + input.button, .woocommerce-page .modal-footer .woocommerce a.button + input.button, .woocommerce .woocommerce-page .modal-footer a.button + input.button,
  .modal-footer .woocommerce-page .woocommerce button.button + input.button, .woocommerce .modal-footer .woocommerce-page button.button + input.button, .woocommerce-page .modal-footer .woocommerce button.button + input.button, .woocommerce .woocommerce-page .modal-footer button.button + input.button,
  .modal-footer .woocommerce-page .woocommerce input.button + input.button, .woocommerce .modal-footer .woocommerce-page input.button + input.button, .woocommerce-page .modal-footer .woocommerce input.button + input.button, .woocommerce .woocommerce-page .modal-footer input.button + input.button,
  .modal-footer .card.post-type-product .card-meta .woocommerce .widget-product-item + input.button, .woocommerce .modal-footer .card.post-type-product .card-meta .widget-product-item + input.button, .card.post-type-product .card-meta .modal-footer .woocommerce .widget-product-item + input.button, .woocommerce .card.post-type-product .card-meta .modal-footer .widget-product-item + input.button,
  .modal-footer .woocommerce .acf-button + input.button, .woocommerce .modal-footer .acf-button + input.button,
  .modal-footer .acf-color_picker .wp-picker-container .woocommerce .wp-picker-clear + input.button, .woocommerce .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + input.button, .acf-color_picker .wp-picker-container .modal-footer .woocommerce .wp-picker-clear + input.button, .woocommerce .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + input.button,
  .modal-footer .woocommerce-page #respond .btn + input#submit, .woocommerce-page #respond .modal-footer .btn + input#submit,
  .modal-footer .acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond label.acf-basic-uploader + input#submit, .woocommerce-page #respond .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input#submit, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce-page #respond label.acf-basic-uploader + input#submit, .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + input#submit,
  .modal-footer .woocommerce .woocommerce-page #respond input#submit + input#submit, .woocommerce-page .modal-footer .woocommerce #respond input#submit + input#submit, .woocommerce .woocommerce-page #respond .modal-footer input#submit + input#submit, .woocommerce-page .woocommerce #respond .modal-footer input#submit + input#submit,
  .modal-footer .woocommerce .woocommerce-page #respond a.button + input#submit, .woocommerce-page #respond .modal-footer .woocommerce a.button + input#submit, .woocommerce .modal-footer .woocommerce-page #respond a.button + input#submit, .woocommerce-page #respond .woocommerce .modal-footer a.button + input#submit,
  .modal-footer .woocommerce .woocommerce-page #respond button.button + input#submit, .woocommerce-page #respond .modal-footer .woocommerce button.button + input#submit, .woocommerce .modal-footer .woocommerce-page #respond button.button + input#submit, .woocommerce-page #respond .woocommerce .modal-footer button.button + input#submit,
  .modal-footer .woocommerce .woocommerce-page #respond input.button + input#submit, .woocommerce-page #respond .modal-footer .woocommerce input.button + input#submit, .woocommerce .modal-footer .woocommerce-page #respond input.button + input#submit, .woocommerce-page #respond .woocommerce .modal-footer input.button + input#submit,
  .modal-footer .woocommerce-page #respond input#submit + input#submit, .woocommerce-page #respond .modal-footer input#submit + input#submit,
  .modal-footer .woocommerce-page #respond a.button + input#submit, .woocommerce-page .modal-footer #respond a.button + input#submit, .woocommerce-page #respond .modal-footer a.button + input#submit,
  .modal-footer .woocommerce-page #respond button.button + input#submit, .woocommerce-page .modal-footer #respond button.button + input#submit, .woocommerce-page #respond .modal-footer button.button + input#submit,
  .modal-footer .woocommerce-page #respond input.button + input#submit, .woocommerce-page .modal-footer #respond input.button + input#submit, .woocommerce-page #respond .modal-footer input.button + input#submit,
  .modal-footer .card.post-type-product .card-meta .woocommerce-page #respond .widget-product-item + input#submit, .woocommerce-page #respond .modal-footer .card.post-type-product .card-meta .widget-product-item + input#submit, .card.post-type-product .card-meta .modal-footer .woocommerce-page #respond .widget-product-item + input#submit, .woocommerce-page #respond .card.post-type-product .card-meta .modal-footer .widget-product-item + input#submit,
  .modal-footer .woocommerce-page #respond .acf-button + input#submit, .woocommerce-page #respond .modal-footer .acf-button + input#submit,
  .modal-footer .acf-color_picker .wp-picker-container .woocommerce-page #respond .wp-picker-clear + input#submit, .woocommerce-page #respond .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + input#submit, .acf-color_picker .wp-picker-container .modal-footer .woocommerce-page #respond .wp-picker-clear + input#submit, .woocommerce-page #respond .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + input#submit,
  .modal-footer .woocommerce-page .btn + a.button, .woocommerce-page .modal-footer .btn + a.button,
  .modal-footer .acf-field[data-type="image"] .hide-if-value .woocommerce-page label.acf-basic-uploader + a.button, .woocommerce-page .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + a.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce-page label.acf-basic-uploader + a.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + a.button,
  .modal-footer .woocommerce #respond .woocommerce-page input#submit + a.button, .woocommerce-page .modal-footer .woocommerce #respond input#submit + a.button, .woocommerce #respond .modal-footer .woocommerce-page input#submit + a.button, .woocommerce-page .woocommerce #respond .modal-footer input#submit + a.button,
  .modal-footer .woocommerce .woocommerce-page a.button + a.button, .woocommerce-page .modal-footer .woocommerce a.button + a.button, .woocommerce .modal-footer .woocommerce-page a.button + a.button, .woocommerce-page .woocommerce .modal-footer a.button + a.button,
  .modal-footer .woocommerce .woocommerce-page button.button + a.button, .woocommerce-page .modal-footer .woocommerce button.button + a.button, .woocommerce .modal-footer .woocommerce-page button.button + a.button, .woocommerce-page .woocommerce .modal-footer button.button + a.button,
  .modal-footer .woocommerce .woocommerce-page input.button + a.button, .woocommerce-page .modal-footer .woocommerce input.button + a.button, .woocommerce .modal-footer .woocommerce-page input.button + a.button, .woocommerce-page .woocommerce .modal-footer input.button + a.button,
  .modal-footer .woocommerce-page #respond input#submit + a.button, .woocommerce-page #respond .modal-footer input#submit + a.button,
  .modal-footer .woocommerce-page a.button + a.button, .woocommerce-page .modal-footer a.button + a.button,
  .modal-footer .woocommerce-page button.button + a.button, .woocommerce-page .modal-footer button.button + a.button,
  .modal-footer .woocommerce-page input.button + a.button, .woocommerce-page .modal-footer input.button + a.button,
  .modal-footer .card.post-type-product .card-meta .woocommerce-page .widget-product-item + a.button, .woocommerce-page .modal-footer .card.post-type-product .card-meta .widget-product-item + a.button, .card.post-type-product .card-meta .modal-footer .woocommerce-page .widget-product-item + a.button, .woocommerce-page .card.post-type-product .card-meta .modal-footer .widget-product-item + a.button,
  .modal-footer .woocommerce-page .acf-button + a.button, .woocommerce-page .modal-footer .acf-button + a.button,
  .modal-footer .acf-color_picker .wp-picker-container .woocommerce-page .wp-picker-clear + a.button, .woocommerce-page .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + a.button, .acf-color_picker .wp-picker-container .modal-footer .woocommerce-page .wp-picker-clear + a.button, .woocommerce-page .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + a.button,
  .modal-footer .woocommerce-page .btn + button.button, .woocommerce-page .modal-footer .btn + button.button,
  .modal-footer .acf-field[data-type="image"] .hide-if-value .woocommerce-page label.acf-basic-uploader + button.button, .woocommerce-page .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + button.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce-page label.acf-basic-uploader + button.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + button.button,
  .modal-footer .woocommerce #respond .woocommerce-page input#submit + button.button, .woocommerce-page .modal-footer .woocommerce #respond input#submit + button.button, .woocommerce #respond .modal-footer .woocommerce-page input#submit + button.button, .woocommerce-page .woocommerce #respond .modal-footer input#submit + button.button,
  .modal-footer .woocommerce .woocommerce-page a.button + button.button, .woocommerce-page .modal-footer .woocommerce a.button + button.button, .woocommerce .modal-footer .woocommerce-page a.button + button.button, .woocommerce-page .woocommerce .modal-footer a.button + button.button,
  .modal-footer .woocommerce .woocommerce-page button.button + button.button, .woocommerce-page .modal-footer .woocommerce button.button + button.button, .woocommerce .modal-footer .woocommerce-page button.button + button.button, .woocommerce-page .woocommerce .modal-footer button.button + button.button,
  .modal-footer .woocommerce .woocommerce-page input.button + button.button, .woocommerce-page .modal-footer .woocommerce input.button + button.button, .woocommerce .modal-footer .woocommerce-page input.button + button.button, .woocommerce-page .woocommerce .modal-footer input.button + button.button,
  .modal-footer .woocommerce-page #respond input#submit + button.button, .woocommerce-page #respond .modal-footer input#submit + button.button,
  .modal-footer .woocommerce-page a.button + button.button, .woocommerce-page .modal-footer a.button + button.button,
  .modal-footer .woocommerce-page button.button + button.button, .woocommerce-page .modal-footer button.button + button.button,
  .modal-footer .woocommerce-page input.button + button.button, .woocommerce-page .modal-footer input.button + button.button,
  .modal-footer .card.post-type-product .card-meta .woocommerce-page .widget-product-item + button.button, .woocommerce-page .modal-footer .card.post-type-product .card-meta .widget-product-item + button.button, .card.post-type-product .card-meta .modal-footer .woocommerce-page .widget-product-item + button.button, .woocommerce-page .card.post-type-product .card-meta .modal-footer .widget-product-item + button.button,
  .modal-footer .woocommerce-page .acf-button + button.button, .woocommerce-page .modal-footer .acf-button + button.button,
  .modal-footer .acf-color_picker .wp-picker-container .woocommerce-page .wp-picker-clear + button.button, .woocommerce-page .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + button.button, .acf-color_picker .wp-picker-container .modal-footer .woocommerce-page .wp-picker-clear + button.button, .woocommerce-page .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + button.button,
  .modal-footer .woocommerce-page .btn + input.button, .woocommerce-page .modal-footer .btn + input.button,
  .modal-footer .acf-field[data-type="image"] .hide-if-value .woocommerce-page label.acf-basic-uploader + input.button, .woocommerce-page .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .woocommerce-page label.acf-basic-uploader + input.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + input.button,
  .modal-footer .woocommerce #respond .woocommerce-page input#submit + input.button, .woocommerce-page .modal-footer .woocommerce #respond input#submit + input.button, .woocommerce #respond .modal-footer .woocommerce-page input#submit + input.button, .woocommerce-page .woocommerce #respond .modal-footer input#submit + input.button,
  .modal-footer .woocommerce .woocommerce-page a.button + input.button, .woocommerce-page .modal-footer .woocommerce a.button + input.button, .woocommerce .modal-footer .woocommerce-page a.button + input.button, .woocommerce-page .woocommerce .modal-footer a.button + input.button,
  .modal-footer .woocommerce .woocommerce-page button.button + input.button, .woocommerce-page .modal-footer .woocommerce button.button + input.button, .woocommerce .modal-footer .woocommerce-page button.button + input.button, .woocommerce-page .woocommerce .modal-footer button.button + input.button,
  .modal-footer .woocommerce .woocommerce-page input.button + input.button, .woocommerce-page .modal-footer .woocommerce input.button + input.button, .woocommerce .modal-footer .woocommerce-page input.button + input.button, .woocommerce-page .woocommerce .modal-footer input.button + input.button,
  .modal-footer .woocommerce-page #respond input#submit + input.button, .woocommerce-page #respond .modal-footer input#submit + input.button,
  .modal-footer .woocommerce-page a.button + input.button, .woocommerce-page .modal-footer a.button + input.button,
  .modal-footer .woocommerce-page button.button + input.button, .woocommerce-page .modal-footer button.button + input.button,
  .modal-footer .woocommerce-page input.button + input.button, .woocommerce-page .modal-footer input.button + input.button,
  .modal-footer .card.post-type-product .card-meta .woocommerce-page .widget-product-item + input.button, .woocommerce-page .modal-footer .card.post-type-product .card-meta .widget-product-item + input.button, .card.post-type-product .card-meta .modal-footer .woocommerce-page .widget-product-item + input.button, .woocommerce-page .card.post-type-product .card-meta .modal-footer .widget-product-item + input.button,
  .modal-footer .woocommerce-page .acf-button + input.button, .woocommerce-page .modal-footer .acf-button + input.button,
  .modal-footer .acf-color_picker .wp-picker-container .woocommerce-page .wp-picker-clear + input.button, .woocommerce-page .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + input.button, .acf-color_picker .wp-picker-container .modal-footer .woocommerce-page .wp-picker-clear + input.button, .woocommerce-page .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + input.button, .modal-footer .card.post-type-product .card-meta .btn + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn + .widget-product-item, .modal-footer .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta label.acf-basic-uploader + .widget-product-item, .card.post-type-product .card-meta .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .widget-product-item, .acf-field[data-type="image"] .hide-if-value .modal-footer .card.post-type-product .card-meta label.acf-basic-uploader + .widget-product-item, .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + .widget-product-item, .modal-footer .woocommerce #respond .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .modal-footer .woocommerce #respond input#submit + .widget-product-item, .woocommerce #respond .modal-footer .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce #respond .modal-footer input#submit + .widget-product-item, .modal-footer .woocommerce .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .woocommerce a.button + .widget-product-item, .woocommerce .modal-footer .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .modal-footer a.button + .widget-product-item, .modal-footer .woocommerce .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .woocommerce button.button + .widget-product-item, .woocommerce .modal-footer .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .modal-footer button.button + .widget-product-item, .modal-footer .woocommerce .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .woocommerce input.button + .widget-product-item, .woocommerce .modal-footer .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .modal-footer input.button + .widget-product-item, .modal-footer .woocommerce-page #respond .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .modal-footer .woocommerce-page #respond input#submit + .widget-product-item, .woocommerce-page #respond .modal-footer .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page #respond .modal-footer input#submit + .widget-product-item, .modal-footer .woocommerce-page .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .woocommerce-page a.button + .widget-product-item, .woocommerce-page .modal-footer .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .modal-footer a.button + .widget-product-item, .modal-footer .woocommerce-page .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .woocommerce-page button.button + .widget-product-item, .woocommerce-page .modal-footer .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .modal-footer button.button + .widget-product-item, .modal-footer .woocommerce-page .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .woocommerce-page input.button + .widget-product-item, .woocommerce-page .modal-footer .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .modal-footer input.button + .widget-product-item, .modal-footer .card.post-type-product .card-meta .widget-product-item + .widget-product-item, .card.post-type-product .card-meta .modal-footer .widget-product-item + .widget-product-item, .modal-footer .card.post-type-product .card-meta .acf-button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .acf-button + .widget-product-item, .modal-footer .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .wp-picker-clear + .widget-product-item, .card.post-type-product .card-meta .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + .widget-product-item, .acf-color_picker .wp-picker-container .modal-footer .card.post-type-product .card-meta .wp-picker-clear + .widget-product-item, .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + .widget-product-item, .modal-footer .btn + .acf-button, .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .acf-button, .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + .acf-button, .modal-footer .woocommerce #respond input#submit + .acf-button, .woocommerce #respond .modal-footer input#submit + .acf-button, .modal-footer .woocommerce a.button + .acf-button, .woocommerce .modal-footer a.button + .acf-button, .modal-footer .woocommerce button.button + .acf-button, .woocommerce .modal-footer button.button + .acf-button, .modal-footer .woocommerce input.button + .acf-button, .woocommerce .modal-footer input.button + .acf-button, .modal-footer .woocommerce-page #respond input#submit + .acf-button, .woocommerce-page #respond .modal-footer input#submit + .acf-button, .modal-footer .woocommerce-page a.button + .acf-button, .woocommerce-page .modal-footer a.button + .acf-button, .modal-footer .woocommerce-page button.button + .acf-button, .woocommerce-page .modal-footer button.button + .acf-button, .modal-footer .woocommerce-page input.button + .acf-button, .woocommerce-page .modal-footer input.button + .acf-button, .modal-footer .card.post-type-product .card-meta .widget-product-item + .acf-button, .card.post-type-product .card-meta .modal-footer .widget-product-item + .acf-button, .modal-footer .acf-button + .acf-button, .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + .acf-button, .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + .acf-button, .modal-footer .acf-color_picker .wp-picker-container .btn + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn + .wp-picker-clear, .modal-footer .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container label.acf-basic-uploader + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .wp-picker-clear, .acf-field[data-type="image"] .hide-if-value .modal-footer .acf-color_picker .wp-picker-container label.acf-basic-uploader + .wp-picker-clear, .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .modal-footer label.acf-basic-uploader + .wp-picker-clear, .modal-footer .woocommerce #respond .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .woocommerce #respond input#submit + .wp-picker-clear, .woocommerce #respond .modal-footer .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce #respond .modal-footer input#submit + .wp-picker-clear, .modal-footer .woocommerce .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .woocommerce a.button + .wp-picker-clear, .woocommerce .modal-footer .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .modal-footer a.button + .wp-picker-clear, .modal-footer .woocommerce .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .woocommerce button.button + .wp-picker-clear, .woocommerce .modal-footer .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .modal-footer button.button + .wp-picker-clear, .modal-footer .woocommerce .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .woocommerce input.button + .wp-picker-clear, .woocommerce .modal-footer .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .modal-footer input.button + .wp-picker-clear, .modal-footer .woocommerce-page #respond .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .woocommerce-page #respond input#submit + .wp-picker-clear, .woocommerce-page #respond .modal-footer .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page #respond .modal-footer input#submit + .wp-picker-clear, .modal-footer .woocommerce-page .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .woocommerce-page a.button + .wp-picker-clear, .woocommerce-page .modal-footer .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .modal-footer a.button + .wp-picker-clear, .modal-footer .woocommerce-page .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .woocommerce-page button.button + .wp-picker-clear, .woocommerce-page .modal-footer .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .modal-footer button.button + .wp-picker-clear, .modal-footer .woocommerce-page .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .woocommerce-page input.button + .wp-picker-clear, .woocommerce-page .modal-footer .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .modal-footer input.button + .wp-picker-clear, .modal-footer .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .card.post-type-product .card-meta .widget-product-item + .wp-picker-clear, .card.post-type-product .card-meta .modal-footer .acf-color_picker .wp-picker-container .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .modal-footer .widget-product-item + .wp-picker-clear, .modal-footer .acf-color_picker .wp-picker-container .acf-button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .acf-button + .wp-picker-clear, .modal-footer .acf-color_picker .wp-picker-container .wp-picker-clear + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .wp-picker-clear + .wp-picker-clear {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .btn, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + .btn, .modal-footer .btn-group .woocommerce #respond input#submit + .btn, .woocommerce #respond .modal-footer .btn-group input#submit + .btn, .modal-footer .btn-group .woocommerce a.button + .btn, .woocommerce .modal-footer .btn-group a.button + .btn, .modal-footer .btn-group .woocommerce button.button + .btn, .woocommerce .modal-footer .btn-group button.button + .btn, .modal-footer .btn-group .woocommerce input.button + .btn, .woocommerce .modal-footer .btn-group input.button + .btn, .modal-footer .btn-group .woocommerce-page #respond input#submit + .btn, .woocommerce-page #respond .modal-footer .btn-group input#submit + .btn, .modal-footer .btn-group .woocommerce-page a.button + .btn, .woocommerce-page .modal-footer .btn-group a.button + .btn, .modal-footer .btn-group .woocommerce-page button.button + .btn, .woocommerce-page .modal-footer .btn-group button.button + .btn, .modal-footer .btn-group .woocommerce-page input.button + .btn, .woocommerce-page .modal-footer .btn-group input.button + .btn, .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + .btn, .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + .btn, .modal-footer .btn-group .acf-button + .btn, .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + .btn, .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + .btn, .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .btn + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .btn + label.acf-basic-uploader, .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + label.acf-basic-uploader, .modal-footer .btn-group .woocommerce #respond .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce #respond input#submit + label.acf-basic-uploader, .woocommerce #respond .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce #respond .modal-footer .btn-group input#submit + label.acf-basic-uploader, .modal-footer .btn-group .woocommerce .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce a.button + label.acf-basic-uploader, .woocommerce .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .modal-footer .btn-group a.button + label.acf-basic-uploader, .modal-footer .btn-group .woocommerce .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce button.button + label.acf-basic-uploader, .woocommerce .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .modal-footer .btn-group button.button + label.acf-basic-uploader, .modal-footer .btn-group .woocommerce .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce input.button + label.acf-basic-uploader, .woocommerce .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce .modal-footer .btn-group input.button + label.acf-basic-uploader, .modal-footer .btn-group .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce-page #respond input#submit + label.acf-basic-uploader, .woocommerce-page #respond .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value input#submit + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond .modal-footer .btn-group input#submit + label.acf-basic-uploader, .modal-footer .btn-group .woocommerce-page .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce-page a.button + label.acf-basic-uploader, .woocommerce-page .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value a.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .modal-footer .btn-group a.button + label.acf-basic-uploader, .modal-footer .btn-group .woocommerce-page .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce-page button.button + label.acf-basic-uploader, .woocommerce-page .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value button.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .modal-footer .btn-group button.button + label.acf-basic-uploader, .modal-footer .btn-group .woocommerce-page .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce-page input.button + label.acf-basic-uploader, .woocommerce-page .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value input.button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .woocommerce-page .modal-footer .btn-group input.button + label.acf-basic-uploader, .modal-footer .btn-group .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + label.acf-basic-uploader, .card.post-type-product .card-meta .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .widget-product-item + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + label.acf-basic-uploader, .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .acf-button + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .acf-button + label.acf-basic-uploader, .modal-footer .btn-group .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .wp-picker-clear + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + label.acf-basic-uploader, .acf-color_picker .wp-picker-container .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .wp-picker-clear + label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + label.acf-basic-uploader, .modal-footer .btn-group .woocommerce #respond .btn + input#submit, .woocommerce #respond .modal-footer .btn-group .btn + input#submit, .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce #respond label.acf-basic-uploader + input#submit, .woocommerce #respond .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input#submit, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce #respond label.acf-basic-uploader + input#submit, .woocommerce #respond .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + input#submit, .modal-footer .btn-group .woocommerce #respond input#submit + input#submit, .woocommerce #respond .modal-footer .btn-group input#submit + input#submit, .modal-footer .btn-group .woocommerce #respond a.button + input#submit, .woocommerce .modal-footer .btn-group #respond a.button + input#submit, .woocommerce #respond .modal-footer .btn-group a.button + input#submit, .modal-footer .btn-group .woocommerce #respond button.button + input#submit, .woocommerce .modal-footer .btn-group #respond button.button + input#submit, .woocommerce #respond .modal-footer .btn-group button.button + input#submit, .modal-footer .btn-group .woocommerce #respond input.button + input#submit, .woocommerce .modal-footer .btn-group #respond input.button + input#submit, .woocommerce #respond .modal-footer .btn-group input.button + input#submit, .modal-footer .btn-group .woocommerce-page .woocommerce #respond input#submit + input#submit, .woocommerce .modal-footer .btn-group .woocommerce-page #respond input#submit + input#submit, .woocommerce-page .woocommerce #respond .modal-footer .btn-group input#submit + input#submit, .woocommerce .woocommerce-page #respond .modal-footer .btn-group input#submit + input#submit, .modal-footer .btn-group .woocommerce-page .woocommerce #respond a.button + input#submit, .woocommerce #respond .modal-footer .btn-group .woocommerce-page a.button + input#submit, .woocommerce-page .modal-footer .btn-group .woocommerce #respond a.button + input#submit, .woocommerce #respond .woocommerce-page .modal-footer .btn-group a.button + input#submit, .modal-footer .btn-group .woocommerce-page .woocommerce #respond button.button + input#submit, .woocommerce #respond .modal-footer .btn-group .woocommerce-page button.button + input#submit, .woocommerce-page .modal-footer .btn-group .woocommerce #respond button.button + input#submit, .woocommerce #respond .woocommerce-page .modal-footer .btn-group button.button + input#submit, .modal-footer .btn-group .woocommerce-page .woocommerce #respond input.button + input#submit, .woocommerce #respond .modal-footer .btn-group .woocommerce-page input.button + input#submit, .woocommerce-page .modal-footer .btn-group .woocommerce #respond input.button + input#submit, .woocommerce #respond .woocommerce-page .modal-footer .btn-group input.button + input#submit, .modal-footer .btn-group .card.post-type-product .card-meta .woocommerce #respond .widget-product-item + input#submit, .woocommerce #respond .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + input#submit, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce #respond .widget-product-item + input#submit, .woocommerce #respond .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + input#submit, .modal-footer .btn-group .woocommerce #respond .acf-button + input#submit, .woocommerce #respond .modal-footer .btn-group .acf-button + input#submit, .modal-footer .btn-group .acf-color_picker .wp-picker-container .woocommerce #respond .wp-picker-clear + input#submit, .woocommerce #respond .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + input#submit, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce #respond .wp-picker-clear + input#submit, .woocommerce #respond .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + input#submit,
  .modal-footer .btn-group .woocommerce .btn + a.button, .woocommerce .modal-footer .btn-group .btn + a.button,
  .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce label.acf-basic-uploader + a.button, .woocommerce .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + a.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce label.acf-basic-uploader + a.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + a.button,
  .modal-footer .btn-group .woocommerce #respond input#submit + a.button, .woocommerce #respond .modal-footer .btn-group input#submit + a.button,
  .modal-footer .btn-group .woocommerce a.button + a.button, .woocommerce .modal-footer .btn-group a.button + a.button,
  .modal-footer .btn-group .woocommerce button.button + a.button, .woocommerce .modal-footer .btn-group button.button + a.button,
  .modal-footer .btn-group .woocommerce input.button + a.button, .woocommerce .modal-footer .btn-group input.button + a.button,
  .modal-footer .btn-group .woocommerce-page #respond .woocommerce input#submit + a.button, .woocommerce .modal-footer .btn-group .woocommerce-page #respond input#submit + a.button, .woocommerce-page #respond .modal-footer .btn-group .woocommerce input#submit + a.button, .woocommerce .woocommerce-page #respond .modal-footer .btn-group input#submit + a.button,
  .modal-footer .btn-group .woocommerce-page .woocommerce a.button + a.button, .woocommerce .modal-footer .btn-group .woocommerce-page a.button + a.button, .woocommerce-page .modal-footer .btn-group .woocommerce a.button + a.button, .woocommerce .woocommerce-page .modal-footer .btn-group a.button + a.button,
  .modal-footer .btn-group .woocommerce-page .woocommerce button.button + a.button, .woocommerce .modal-footer .btn-group .woocommerce-page button.button + a.button, .woocommerce-page .modal-footer .btn-group .woocommerce button.button + a.button, .woocommerce .woocommerce-page .modal-footer .btn-group button.button + a.button,
  .modal-footer .btn-group .woocommerce-page .woocommerce input.button + a.button, .woocommerce .modal-footer .btn-group .woocommerce-page input.button + a.button, .woocommerce-page .modal-footer .btn-group .woocommerce input.button + a.button, .woocommerce .woocommerce-page .modal-footer .btn-group input.button + a.button,
  .modal-footer .btn-group .card.post-type-product .card-meta .woocommerce .widget-product-item + a.button, .woocommerce .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + a.button, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce .widget-product-item + a.button, .woocommerce .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + a.button,
  .modal-footer .btn-group .woocommerce .acf-button + a.button, .woocommerce .modal-footer .btn-group .acf-button + a.button,
  .modal-footer .btn-group .acf-color_picker .wp-picker-container .woocommerce .wp-picker-clear + a.button, .woocommerce .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + a.button, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce .wp-picker-clear + a.button, .woocommerce .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + a.button,
  .modal-footer .btn-group .woocommerce .btn + button.button, .woocommerce .modal-footer .btn-group .btn + button.button,
  .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce label.acf-basic-uploader + button.button, .woocommerce .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + button.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce label.acf-basic-uploader + button.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + button.button,
  .modal-footer .btn-group .woocommerce #respond input#submit + button.button, .woocommerce #respond .modal-footer .btn-group input#submit + button.button,
  .modal-footer .btn-group .woocommerce a.button + button.button, .woocommerce .modal-footer .btn-group a.button + button.button,
  .modal-footer .btn-group .woocommerce button.button + button.button, .woocommerce .modal-footer .btn-group button.button + button.button,
  .modal-footer .btn-group .woocommerce input.button + button.button, .woocommerce .modal-footer .btn-group input.button + button.button,
  .modal-footer .btn-group .woocommerce-page #respond .woocommerce input#submit + button.button, .woocommerce .modal-footer .btn-group .woocommerce-page #respond input#submit + button.button, .woocommerce-page #respond .modal-footer .btn-group .woocommerce input#submit + button.button, .woocommerce .woocommerce-page #respond .modal-footer .btn-group input#submit + button.button,
  .modal-footer .btn-group .woocommerce-page .woocommerce a.button + button.button, .woocommerce .modal-footer .btn-group .woocommerce-page a.button + button.button, .woocommerce-page .modal-footer .btn-group .woocommerce a.button + button.button, .woocommerce .woocommerce-page .modal-footer .btn-group a.button + button.button,
  .modal-footer .btn-group .woocommerce-page .woocommerce button.button + button.button, .woocommerce .modal-footer .btn-group .woocommerce-page button.button + button.button, .woocommerce-page .modal-footer .btn-group .woocommerce button.button + button.button, .woocommerce .woocommerce-page .modal-footer .btn-group button.button + button.button,
  .modal-footer .btn-group .woocommerce-page .woocommerce input.button + button.button, .woocommerce .modal-footer .btn-group .woocommerce-page input.button + button.button, .woocommerce-page .modal-footer .btn-group .woocommerce input.button + button.button, .woocommerce .woocommerce-page .modal-footer .btn-group input.button + button.button,
  .modal-footer .btn-group .card.post-type-product .card-meta .woocommerce .widget-product-item + button.button, .woocommerce .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + button.button, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce .widget-product-item + button.button, .woocommerce .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + button.button,
  .modal-footer .btn-group .woocommerce .acf-button + button.button, .woocommerce .modal-footer .btn-group .acf-button + button.button,
  .modal-footer .btn-group .acf-color_picker .wp-picker-container .woocommerce .wp-picker-clear + button.button, .woocommerce .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + button.button, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce .wp-picker-clear + button.button, .woocommerce .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + button.button,
  .modal-footer .btn-group .woocommerce .btn + input.button, .woocommerce .modal-footer .btn-group .btn + input.button,
  .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce label.acf-basic-uploader + input.button, .woocommerce .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce label.acf-basic-uploader + input.button, .woocommerce .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + input.button,
  .modal-footer .btn-group .woocommerce #respond input#submit + input.button, .woocommerce #respond .modal-footer .btn-group input#submit + input.button,
  .modal-footer .btn-group .woocommerce a.button + input.button, .woocommerce .modal-footer .btn-group a.button + input.button,
  .modal-footer .btn-group .woocommerce button.button + input.button, .woocommerce .modal-footer .btn-group button.button + input.button,
  .modal-footer .btn-group .woocommerce input.button + input.button, .woocommerce .modal-footer .btn-group input.button + input.button,
  .modal-footer .btn-group .woocommerce-page #respond .woocommerce input#submit + input.button, .woocommerce .modal-footer .btn-group .woocommerce-page #respond input#submit + input.button, .woocommerce-page #respond .modal-footer .btn-group .woocommerce input#submit + input.button, .woocommerce .woocommerce-page #respond .modal-footer .btn-group input#submit + input.button,
  .modal-footer .btn-group .woocommerce-page .woocommerce a.button + input.button, .woocommerce .modal-footer .btn-group .woocommerce-page a.button + input.button, .woocommerce-page .modal-footer .btn-group .woocommerce a.button + input.button, .woocommerce .woocommerce-page .modal-footer .btn-group a.button + input.button,
  .modal-footer .btn-group .woocommerce-page .woocommerce button.button + input.button, .woocommerce .modal-footer .btn-group .woocommerce-page button.button + input.button, .woocommerce-page .modal-footer .btn-group .woocommerce button.button + input.button, .woocommerce .woocommerce-page .modal-footer .btn-group button.button + input.button,
  .modal-footer .btn-group .woocommerce-page .woocommerce input.button + input.button, .woocommerce .modal-footer .btn-group .woocommerce-page input.button + input.button, .woocommerce-page .modal-footer .btn-group .woocommerce input.button + input.button, .woocommerce .woocommerce-page .modal-footer .btn-group input.button + input.button,
  .modal-footer .btn-group .card.post-type-product .card-meta .woocommerce .widget-product-item + input.button, .woocommerce .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + input.button, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce .widget-product-item + input.button, .woocommerce .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + input.button,
  .modal-footer .btn-group .woocommerce .acf-button + input.button, .woocommerce .modal-footer .btn-group .acf-button + input.button,
  .modal-footer .btn-group .acf-color_picker .wp-picker-container .woocommerce .wp-picker-clear + input.button, .woocommerce .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + input.button, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce .wp-picker-clear + input.button, .woocommerce .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + input.button,
  .modal-footer .btn-group .woocommerce-page #respond .btn + input#submit, .woocommerce-page #respond .modal-footer .btn-group .btn + input#submit,
  .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce-page #respond label.acf-basic-uploader + input#submit, .woocommerce-page #respond .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input#submit, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce-page #respond label.acf-basic-uploader + input#submit, .woocommerce-page #respond .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + input#submit,
  .modal-footer .btn-group .woocommerce .woocommerce-page #respond input#submit + input#submit, .woocommerce-page .modal-footer .btn-group .woocommerce #respond input#submit + input#submit, .woocommerce .woocommerce-page #respond .modal-footer .btn-group input#submit + input#submit, .woocommerce-page .woocommerce #respond .modal-footer .btn-group input#submit + input#submit,
  .modal-footer .btn-group .woocommerce .woocommerce-page #respond a.button + input#submit, .woocommerce-page #respond .modal-footer .btn-group .woocommerce a.button + input#submit, .woocommerce .modal-footer .btn-group .woocommerce-page #respond a.button + input#submit, .woocommerce-page #respond .woocommerce .modal-footer .btn-group a.button + input#submit,
  .modal-footer .btn-group .woocommerce .woocommerce-page #respond button.button + input#submit, .woocommerce-page #respond .modal-footer .btn-group .woocommerce button.button + input#submit, .woocommerce .modal-footer .btn-group .woocommerce-page #respond button.button + input#submit, .woocommerce-page #respond .woocommerce .modal-footer .btn-group button.button + input#submit,
  .modal-footer .btn-group .woocommerce .woocommerce-page #respond input.button + input#submit, .woocommerce-page #respond .modal-footer .btn-group .woocommerce input.button + input#submit, .woocommerce .modal-footer .btn-group .woocommerce-page #respond input.button + input#submit, .woocommerce-page #respond .woocommerce .modal-footer .btn-group input.button + input#submit,
  .modal-footer .btn-group .woocommerce-page #respond input#submit + input#submit, .woocommerce-page #respond .modal-footer .btn-group input#submit + input#submit,
  .modal-footer .btn-group .woocommerce-page #respond a.button + input#submit, .woocommerce-page .modal-footer .btn-group #respond a.button + input#submit, .woocommerce-page #respond .modal-footer .btn-group a.button + input#submit,
  .modal-footer .btn-group .woocommerce-page #respond button.button + input#submit, .woocommerce-page .modal-footer .btn-group #respond button.button + input#submit, .woocommerce-page #respond .modal-footer .btn-group button.button + input#submit,
  .modal-footer .btn-group .woocommerce-page #respond input.button + input#submit, .woocommerce-page .modal-footer .btn-group #respond input.button + input#submit, .woocommerce-page #respond .modal-footer .btn-group input.button + input#submit,
  .modal-footer .btn-group .card.post-type-product .card-meta .woocommerce-page #respond .widget-product-item + input#submit, .woocommerce-page #respond .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + input#submit, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce-page #respond .widget-product-item + input#submit, .woocommerce-page #respond .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + input#submit,
  .modal-footer .btn-group .woocommerce-page #respond .acf-button + input#submit, .woocommerce-page #respond .modal-footer .btn-group .acf-button + input#submit,
  .modal-footer .btn-group .acf-color_picker .wp-picker-container .woocommerce-page #respond .wp-picker-clear + input#submit, .woocommerce-page #respond .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + input#submit, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce-page #respond .wp-picker-clear + input#submit, .woocommerce-page #respond .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + input#submit,
  .modal-footer .btn-group .woocommerce-page .btn + a.button, .woocommerce-page .modal-footer .btn-group .btn + a.button,
  .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce-page label.acf-basic-uploader + a.button, .woocommerce-page .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + a.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce-page label.acf-basic-uploader + a.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + a.button,
  .modal-footer .btn-group .woocommerce #respond .woocommerce-page input#submit + a.button, .woocommerce-page .modal-footer .btn-group .woocommerce #respond input#submit + a.button, .woocommerce #respond .modal-footer .btn-group .woocommerce-page input#submit + a.button, .woocommerce-page .woocommerce #respond .modal-footer .btn-group input#submit + a.button,
  .modal-footer .btn-group .woocommerce .woocommerce-page a.button + a.button, .woocommerce-page .modal-footer .btn-group .woocommerce a.button + a.button, .woocommerce .modal-footer .btn-group .woocommerce-page a.button + a.button, .woocommerce-page .woocommerce .modal-footer .btn-group a.button + a.button,
  .modal-footer .btn-group .woocommerce .woocommerce-page button.button + a.button, .woocommerce-page .modal-footer .btn-group .woocommerce button.button + a.button, .woocommerce .modal-footer .btn-group .woocommerce-page button.button + a.button, .woocommerce-page .woocommerce .modal-footer .btn-group button.button + a.button,
  .modal-footer .btn-group .woocommerce .woocommerce-page input.button + a.button, .woocommerce-page .modal-footer .btn-group .woocommerce input.button + a.button, .woocommerce .modal-footer .btn-group .woocommerce-page input.button + a.button, .woocommerce-page .woocommerce .modal-footer .btn-group input.button + a.button,
  .modal-footer .btn-group .woocommerce-page #respond input#submit + a.button, .woocommerce-page #respond .modal-footer .btn-group input#submit + a.button,
  .modal-footer .btn-group .woocommerce-page a.button + a.button, .woocommerce-page .modal-footer .btn-group a.button + a.button,
  .modal-footer .btn-group .woocommerce-page button.button + a.button, .woocommerce-page .modal-footer .btn-group button.button + a.button,
  .modal-footer .btn-group .woocommerce-page input.button + a.button, .woocommerce-page .modal-footer .btn-group input.button + a.button,
  .modal-footer .btn-group .card.post-type-product .card-meta .woocommerce-page .widget-product-item + a.button, .woocommerce-page .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + a.button, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce-page .widget-product-item + a.button, .woocommerce-page .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + a.button,
  .modal-footer .btn-group .woocommerce-page .acf-button + a.button, .woocommerce-page .modal-footer .btn-group .acf-button + a.button,
  .modal-footer .btn-group .acf-color_picker .wp-picker-container .woocommerce-page .wp-picker-clear + a.button, .woocommerce-page .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + a.button, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce-page .wp-picker-clear + a.button, .woocommerce-page .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + a.button,
  .modal-footer .btn-group .woocommerce-page .btn + button.button, .woocommerce-page .modal-footer .btn-group .btn + button.button,
  .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce-page label.acf-basic-uploader + button.button, .woocommerce-page .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + button.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce-page label.acf-basic-uploader + button.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + button.button,
  .modal-footer .btn-group .woocommerce #respond .woocommerce-page input#submit + button.button, .woocommerce-page .modal-footer .btn-group .woocommerce #respond input#submit + button.button, .woocommerce #respond .modal-footer .btn-group .woocommerce-page input#submit + button.button, .woocommerce-page .woocommerce #respond .modal-footer .btn-group input#submit + button.button,
  .modal-footer .btn-group .woocommerce .woocommerce-page a.button + button.button, .woocommerce-page .modal-footer .btn-group .woocommerce a.button + button.button, .woocommerce .modal-footer .btn-group .woocommerce-page a.button + button.button, .woocommerce-page .woocommerce .modal-footer .btn-group a.button + button.button,
  .modal-footer .btn-group .woocommerce .woocommerce-page button.button + button.button, .woocommerce-page .modal-footer .btn-group .woocommerce button.button + button.button, .woocommerce .modal-footer .btn-group .woocommerce-page button.button + button.button, .woocommerce-page .woocommerce .modal-footer .btn-group button.button + button.button,
  .modal-footer .btn-group .woocommerce .woocommerce-page input.button + button.button, .woocommerce-page .modal-footer .btn-group .woocommerce input.button + button.button, .woocommerce .modal-footer .btn-group .woocommerce-page input.button + button.button, .woocommerce-page .woocommerce .modal-footer .btn-group input.button + button.button,
  .modal-footer .btn-group .woocommerce-page #respond input#submit + button.button, .woocommerce-page #respond .modal-footer .btn-group input#submit + button.button,
  .modal-footer .btn-group .woocommerce-page a.button + button.button, .woocommerce-page .modal-footer .btn-group a.button + button.button,
  .modal-footer .btn-group .woocommerce-page button.button + button.button, .woocommerce-page .modal-footer .btn-group button.button + button.button,
  .modal-footer .btn-group .woocommerce-page input.button + button.button, .woocommerce-page .modal-footer .btn-group input.button + button.button,
  .modal-footer .btn-group .card.post-type-product .card-meta .woocommerce-page .widget-product-item + button.button, .woocommerce-page .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + button.button, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce-page .widget-product-item + button.button, .woocommerce-page .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + button.button,
  .modal-footer .btn-group .woocommerce-page .acf-button + button.button, .woocommerce-page .modal-footer .btn-group .acf-button + button.button,
  .modal-footer .btn-group .acf-color_picker .wp-picker-container .woocommerce-page .wp-picker-clear + button.button, .woocommerce-page .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + button.button, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce-page .wp-picker-clear + button.button, .woocommerce-page .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + button.button,
  .modal-footer .btn-group .woocommerce-page .btn + input.button, .woocommerce-page .modal-footer .btn-group .btn + input.button,
  .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .woocommerce-page label.acf-basic-uploader + input.button, .woocommerce-page .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + input.button, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .woocommerce-page label.acf-basic-uploader + input.button, .woocommerce-page .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + input.button,
  .modal-footer .btn-group .woocommerce #respond .woocommerce-page input#submit + input.button, .woocommerce-page .modal-footer .btn-group .woocommerce #respond input#submit + input.button, .woocommerce #respond .modal-footer .btn-group .woocommerce-page input#submit + input.button, .woocommerce-page .woocommerce #respond .modal-footer .btn-group input#submit + input.button,
  .modal-footer .btn-group .woocommerce .woocommerce-page a.button + input.button, .woocommerce-page .modal-footer .btn-group .woocommerce a.button + input.button, .woocommerce .modal-footer .btn-group .woocommerce-page a.button + input.button, .woocommerce-page .woocommerce .modal-footer .btn-group a.button + input.button,
  .modal-footer .btn-group .woocommerce .woocommerce-page button.button + input.button, .woocommerce-page .modal-footer .btn-group .woocommerce button.button + input.button, .woocommerce .modal-footer .btn-group .woocommerce-page button.button + input.button, .woocommerce-page .woocommerce .modal-footer .btn-group button.button + input.button,
  .modal-footer .btn-group .woocommerce .woocommerce-page input.button + input.button, .woocommerce-page .modal-footer .btn-group .woocommerce input.button + input.button, .woocommerce .modal-footer .btn-group .woocommerce-page input.button + input.button, .woocommerce-page .woocommerce .modal-footer .btn-group input.button + input.button,
  .modal-footer .btn-group .woocommerce-page #respond input#submit + input.button, .woocommerce-page #respond .modal-footer .btn-group input#submit + input.button,
  .modal-footer .btn-group .woocommerce-page a.button + input.button, .woocommerce-page .modal-footer .btn-group a.button + input.button,
  .modal-footer .btn-group .woocommerce-page button.button + input.button, .woocommerce-page .modal-footer .btn-group button.button + input.button,
  .modal-footer .btn-group .woocommerce-page input.button + input.button, .woocommerce-page .modal-footer .btn-group input.button + input.button,
  .modal-footer .btn-group .card.post-type-product .card-meta .woocommerce-page .widget-product-item + input.button, .woocommerce-page .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + input.button, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce-page .widget-product-item + input.button, .woocommerce-page .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + input.button,
  .modal-footer .btn-group .woocommerce-page .acf-button + input.button, .woocommerce-page .modal-footer .btn-group .acf-button + input.button,
  .modal-footer .btn-group .acf-color_picker .wp-picker-container .woocommerce-page .wp-picker-clear + input.button, .woocommerce-page .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + input.button, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce-page .wp-picker-clear + input.button, .woocommerce-page .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + input.button, .modal-footer .btn-group .card.post-type-product .card-meta .btn + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .btn + .widget-product-item, .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta label.acf-basic-uploader + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .widget-product-item, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .card.post-type-product .card-meta label.acf-basic-uploader + .widget-product-item, .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + .widget-product-item, .modal-footer .btn-group .woocommerce #respond .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce #respond input#submit + .widget-product-item, .woocommerce #respond .modal-footer .btn-group .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce #respond .modal-footer .btn-group input#submit + .widget-product-item, .modal-footer .btn-group .woocommerce .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce a.button + .widget-product-item, .woocommerce .modal-footer .btn-group .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .modal-footer .btn-group a.button + .widget-product-item, .modal-footer .btn-group .woocommerce .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce button.button + .widget-product-item, .woocommerce .modal-footer .btn-group .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .modal-footer .btn-group button.button + .widget-product-item, .modal-footer .btn-group .woocommerce .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce input.button + .widget-product-item, .woocommerce .modal-footer .btn-group .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce .modal-footer .btn-group input.button + .widget-product-item, .modal-footer .btn-group .woocommerce-page #respond .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce-page #respond input#submit + .widget-product-item, .woocommerce-page #respond .modal-footer .btn-group .card.post-type-product .card-meta input#submit + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page #respond .modal-footer .btn-group input#submit + .widget-product-item, .modal-footer .btn-group .woocommerce-page .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce-page a.button + .widget-product-item, .woocommerce-page .modal-footer .btn-group .card.post-type-product .card-meta a.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .modal-footer .btn-group a.button + .widget-product-item, .modal-footer .btn-group .woocommerce-page .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce-page button.button + .widget-product-item, .woocommerce-page .modal-footer .btn-group .card.post-type-product .card-meta button.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .modal-footer .btn-group button.button + .widget-product-item, .modal-footer .btn-group .woocommerce-page .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .woocommerce-page input.button + .widget-product-item, .woocommerce-page .modal-footer .btn-group .card.post-type-product .card-meta input.button + .widget-product-item, .card.post-type-product .card-meta .woocommerce-page .modal-footer .btn-group input.button + .widget-product-item, .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + .widget-product-item, .modal-footer .btn-group .card.post-type-product .card-meta .acf-button + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .acf-button + .widget-product-item, .modal-footer .btn-group .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .wp-picker-clear + .widget-product-item, .card.post-type-product .card-meta .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + .widget-product-item, .acf-color_picker .wp-picker-container .modal-footer .btn-group .card.post-type-product .card-meta .wp-picker-clear + .widget-product-item, .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + .widget-product-item, .modal-footer .btn-group .btn + .acf-button, .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .acf-button, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + .acf-button, .modal-footer .btn-group .woocommerce #respond input#submit + .acf-button, .woocommerce #respond .modal-footer .btn-group input#submit + .acf-button, .modal-footer .btn-group .woocommerce a.button + .acf-button, .woocommerce .modal-footer .btn-group a.button + .acf-button, .modal-footer .btn-group .woocommerce button.button + .acf-button, .woocommerce .modal-footer .btn-group button.button + .acf-button, .modal-footer .btn-group .woocommerce input.button + .acf-button, .woocommerce .modal-footer .btn-group input.button + .acf-button, .modal-footer .btn-group .woocommerce-page #respond input#submit + .acf-button, .woocommerce-page #respond .modal-footer .btn-group input#submit + .acf-button, .modal-footer .btn-group .woocommerce-page a.button + .acf-button, .woocommerce-page .modal-footer .btn-group a.button + .acf-button, .modal-footer .btn-group .woocommerce-page button.button + .acf-button, .woocommerce-page .modal-footer .btn-group button.button + .acf-button, .modal-footer .btn-group .woocommerce-page input.button + .acf-button, .woocommerce-page .modal-footer .btn-group input.button + .acf-button, .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + .acf-button, .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + .acf-button, .modal-footer .btn-group .acf-button + .acf-button, .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + .acf-button, .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + .acf-button, .modal-footer .btn-group .acf-color_picker .wp-picker-container .btn + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .btn + .wp-picker-clear, .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value .acf-color_picker .wp-picker-container label.acf-basic-uploader + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader + .wp-picker-clear, .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group .acf-color_picker .wp-picker-container label.acf-basic-uploader + .wp-picker-clear, .acf-color_picker .wp-picker-container .acf-field[data-type="image"] .hide-if-value .modal-footer .btn-group label.acf-basic-uploader + .wp-picker-clear, .modal-footer .btn-group .woocommerce #respond .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce #respond input#submit + .wp-picker-clear, .woocommerce #respond .modal-footer .btn-group .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce #respond .modal-footer .btn-group input#submit + .wp-picker-clear, .modal-footer .btn-group .woocommerce .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce a.button + .wp-picker-clear, .woocommerce .modal-footer .btn-group .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .modal-footer .btn-group a.button + .wp-picker-clear, .modal-footer .btn-group .woocommerce .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce button.button + .wp-picker-clear, .woocommerce .modal-footer .btn-group .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .modal-footer .btn-group button.button + .wp-picker-clear, .modal-footer .btn-group .woocommerce .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce input.button + .wp-picker-clear, .woocommerce .modal-footer .btn-group .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce .modal-footer .btn-group input.button + .wp-picker-clear, .modal-footer .btn-group .woocommerce-page #respond .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce-page #respond input#submit + .wp-picker-clear, .woocommerce-page #respond .modal-footer .btn-group .acf-color_picker .wp-picker-container input#submit + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page #respond .modal-footer .btn-group input#submit + .wp-picker-clear, .modal-footer .btn-group .woocommerce-page .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce-page a.button + .wp-picker-clear, .woocommerce-page .modal-footer .btn-group .acf-color_picker .wp-picker-container a.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .modal-footer .btn-group a.button + .wp-picker-clear, .modal-footer .btn-group .woocommerce-page .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce-page button.button + .wp-picker-clear, .woocommerce-page .modal-footer .btn-group .acf-color_picker .wp-picker-container button.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .modal-footer .btn-group button.button + .wp-picker-clear, .modal-footer .btn-group .woocommerce-page .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .woocommerce-page input.button + .wp-picker-clear, .woocommerce-page .modal-footer .btn-group .acf-color_picker .wp-picker-container input.button + .wp-picker-clear, .acf-color_picker .wp-picker-container .woocommerce-page .modal-footer .btn-group input.button + .wp-picker-clear, .modal-footer .btn-group .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .card.post-type-product .card-meta .widget-product-item + .wp-picker-clear, .card.post-type-product .card-meta .modal-footer .btn-group .acf-color_picker .wp-picker-container .widget-product-item + .wp-picker-clear, .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .modal-footer .btn-group .widget-product-item + .wp-picker-clear, .modal-footer .btn-group .acf-color_picker .wp-picker-container .acf-button + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .acf-button + .wp-picker-clear, .modal-footer .btn-group .acf-color_picker .wp-picker-container .wp-picker-clear + .wp-picker-clear, .acf-color_picker .wp-picker-container .modal-footer .btn-group .wp-picker-clear + .wp-picker-clear {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: "\20";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: "\20";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: "\20";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: "\20";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .carousel-caption label.acf-basic-uploader, .carousel-caption .woocommerce #respond input#submit, .woocommerce #respond .carousel-caption input#submit,
  .carousel-caption .woocommerce a.button, .woocommerce .carousel-caption a.button,
  .carousel-caption .woocommerce button.button, .woocommerce .carousel-caption button.button,
  .carousel-caption .woocommerce input.button, .woocommerce .carousel-caption input.button,
  .carousel-caption .woocommerce-page #respond input#submit, .woocommerce-page #respond .carousel-caption input#submit,
  .carousel-caption .woocommerce-page a.button, .woocommerce-page .carousel-caption a.button,
  .carousel-caption .woocommerce-page button.button, .woocommerce-page .carousel-caption button.button,
  .carousel-caption .woocommerce-page input.button, .woocommerce-page .carousel-caption input.button, .carousel-caption .card.post-type-product .card-meta .widget-product-item, .card.post-type-product .card-meta .carousel-caption .widget-product-item, .carousel-caption .acf-button, .carousel-caption .acf-color_picker .wp-picker-container .wp-picker-clear, .acf-color_picker .wp-picker-container .carousel-caption .wp-picker-clear {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: "\20";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px; }

.card-block {
  padding: 15px; }
  .card-block:before, .card-block:after {
    content: "\20";
    display: table; }
  .card-block:after {
    clear: both; }

.card-title {
  margin-top: 0;
  margin-bottom: 11px; }

.card-subtitle {
  margin-top: -11px;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 10px; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.card-header {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd; }
  .card-header:before, .card-header:after {
    content: "\20";
    display: table; }
  .card-header:after {
    clear: both; }
  .card-header:first-child {
    border-radius: 3px 3px 0 0; }

.card-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd; }
  .card-footer:before, .card-footer:after {
    content: "\20";
    display: table; }
  .card-footer:after {
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 3px 3px; }

.card-header-tabs {
  margin-right: -5px;
  margin-bottom: -10px;
  margin-left: -5px;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -5px;
  margin-left: -5px; }

.card-primary {
  background-color: #01aeb8;
  border-color: #01aeb8; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #8bd1b7;
  border-color: #8bd1b7; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #428BCA;
  border-color: #428BCA; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #f86d6a;
  border-color: #f86d6a; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #01aeb8; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #fff; }

.card-outline-info {
  background-color: transparent;
  border-color: #428BCA; }

.card-outline-success {
  background-color: transparent;
  border-color: #8bd1b7; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #f86d6a; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:hover, .card-inverse .card-link:focus {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: .25em; }

.card-img-overlay, .card .card-link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px; }

.card-img-top {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
:root {
  --container-width: 100%; }
  @media (min-width: 768px) {
    :root {
      --container-width: $container-sm; } }
  @media (min-width: 992px) {
    :root {
      --container-width: $container-md; } }
  @media (min-width: 1200px) {
    :root {
      --container-width: $container-lg; } }

:root {
  --wp-admin-bar-height: 0px; }

body.admin-bar {
  --wp-admin-bar-height: 32px; }
  @media screen and (max-width: 782px) {
    body.admin-bar {
      --wp-admin-bar-height: 46px; } }

*::-moz-selection {
  color: white;
  background-color: #01aeb8; }

*::selection {
  color: white;
  background-color: #01aeb8; }

pre.xdebug-var-dump {
  text-align: left; }

.container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

[x-cloak] {
  display: none; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc( 100vh - var( --wp-admin-bar-height )); }
  body > .wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    html.fl-builder-edit body > .wrap {
      z-index: 1001; }

h1, .h1,
h2, .h2,
h3, .h3 {
  font-style: italic; }
  h1 .dc, .h1 .dc,
  h2 .dc, .h2 .dc,
  h3 .dc, .h3 .dc {
    font-size: 1.14em;
    line-height: 1em;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 0.10em;
    margin-top: -0.14em;
    margin-right: 0.1em; }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: inherit; }

.heading-light,
.heading-light h1, .heading-light .h1,
.heading-light h2, .heading-light .h2,
.heading-light h3, .heading-light .h3 {
  font-weight: 300; }
  .heading-light strong,
  .heading-light h1 strong, .heading-light .h1 strong,
  .heading-light h2 strong, .heading-light .h2 strong,
  .heading-light h3 strong, .heading-light .h3 strong {
    font-weight: 500; }

p:empty {
  display: none; }

.col-xs-border {
  padding-bottom: 10px; }
  .col-xs-border:after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 0;
    bottom: 0;
    right: 10px;
    border-bottom: 1px solid #999; }
  .col-xs-border + [class*=" col-"],
  .col-xs-border + [class^="col-"] {
    padding-top: 20px; }

.col-sm-border {
  padding-bottom: 10px; }
  .col-sm-border:after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 0;
    bottom: 0;
    right: 10px;
    border-bottom: 1px solid #999; }
  .col-sm-border + [class*=" col-"],
  .col-sm-border + [class^="col-"] {
    padding-top: 20px; }
  @media (min-width: 768px) {
    .col-sm-border {
      padding-bottom: 0;
      padding-right: 20px; }
      .col-sm-border:after {
        width: 0;
        height: 100%;
        right: 0;
        border-bottom: none;
        border-left: 1px solid #999; }
      .col-sm-border + [class*=" col-"],
      .col-sm-border + [class^="col-"] {
        padding-top: 0;
        padding-left: 20px; } }

.col-md-border {
  padding-bottom: 10px; }
  .col-md-border:after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 0;
    bottom: 0;
    right: 10px;
    border-bottom: 1px solid #999; }
  .col-md-border + [class*=" col-"],
  .col-md-border + [class^="col-"] {
    padding-top: 20px; }
  @media (min-width: 992px) {
    .col-md-border {
      padding-bottom: 0;
      padding-right: 20px; }
      .col-md-border:after {
        width: 0;
        height: 100%;
        right: 0;
        border-bottom: none;
        border-left: 1px solid #999; }
      .col-md-border + [class*=" col-"],
      .col-md-border + [class^="col-"] {
        padding-top: 0;
        padding-left: 20px; } }

.col-lg-border {
  padding-bottom: 10px; }
  .col-lg-border:after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 0;
    bottom: 0;
    right: 10px;
    border-bottom: 1px solid #999; }
  .col-lg-border + [class*=" col-"],
  .col-lg-border + [class^="col-"] {
    padding-top: 20px; }
  @media (min-width: 1200px) {
    .col-lg-border {
      padding-bottom: 0;
      padding-right: 20px; }
      .col-lg-border:after {
        width: 0;
        height: 100%;
        right: 0;
        border-bottom: none;
        border-left: 1px solid #999; }
      .col-lg-border + [class*=" col-"],
      .col-lg-border + [class^="col-"] {
        padding-top: 0;
        padding-left: 20px; } }

.img-thumbnail {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  border: none; }
  .img-thumbnail:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175); }

.label {
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  line-height: 0.9em; }

.ff-stream {
  min-height: 0 !important; }

.img-aspect-16by9 {
  position: relative;
  width: 100%;
  height: 0; }
  .img-aspect-16by9 > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }

.img-aspect-16by9 {
  padding-top: 56.25%; }

.shadowed {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12); }

.shadowed-sm {
  -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3); }

.rounded {
  border-radius: 3px; }

.rounded-sm {
  border-radius: 2px; }

.rounded-lg {
  border-radius: 4px; }

.embed-responsive-root2-l {
  padding-top: 70.7107%; }

.embed-responsive-root2-p {
  padding-top: 141.4214%; }

.text-success-alt {
  color: #8bd1b7; }

a.text-success-alt:hover,
a.text-success-alt:focus {
  color: #66c3a0; }

.text-info-alt {
  color: #428BCA; }

a.text-info-alt:hover,
a.text-info-alt:focus {
  color: #3071a9; }

.text-warning-alt {
  color: #f0ad4e; }

a.text-warning-alt:hover,
a.text-warning-alt:focus {
  color: #ec971f; }

.text-danger-alt {
  color: #f86d6a; }

a.text-danger-alt:hover,
a.text-danger-alt:focus {
  color: #f63d39; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center; }

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

@font-face {
  font-family: 'dc-icons';
  src: url("../fonts/dc-icons.woff?ua70f99a0") format("woff");
  font-weight: normal;
  font-style: normal; }

.dc {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dc-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dc-apple::before {
  content: "\e937"; }

.dc-google::before {
  content: "\e938"; }

.dc-microsoftoffice::before {
  content: "\e939"; }

.dc-microsoftoutlook::before {
  content: "\e93a"; }

.dc-earth-check::before {
  content: "\e935"; }

.dc-read-email-circle::before {
  content: "\e936"; }

.dc-logo::before {
  content: "\e934"; }

.dc-search::before {
  content: "\e603"; }

.dc-location-pin::before {
  content: "\e900"; }

.dc-logout::before {
  content: "\e901"; }

.dc-pencil-fill::before {
  content: "\e902"; }

.dc-phone-book::before {
  content: "\e903"; }

.dc-group-favorite-heart::before {
  content: "\e904"; }

.dc-person-clock::before {
  content: "\e905"; }

.dc-user-chat::before {
  content: "\e906"; }

.dc-mobile-phone-portrait::before {
  content: "\e907"; }

.dc-book::before {
  content: "\e908"; }

.dc-badge::before {
  content: "\e909"; }

.dc-video-clip::before {
  content: "\e90a"; }

.dc-box::before {
  content: "\e90b"; }

.dc-australia::before {
  content: "\e90c"; }

.dc-videocall::before {
  content: "\e90d"; }

.dc-globe::before {
  content: "\e90e"; }

.dc-graduate::before {
  content: "\e90f"; }

.dc-hospital::before {
  content: "\e910"; }

.dc-presentation-pie-graph::before {
  content: "\e911"; }

.dc-books-encyclopedia::before {
  content: "\e912"; }

.dc-apron::before {
  content: "\e913"; }

.dc-carrot::before {
  content: "\e914"; }

.dc-books::before {
  content: "\e915"; }

.dc-briefcase::before {
  content: "\e916"; }

.dc-calendar::before {
  content: "\e917"; }

.dc-webinar::before {
  content: "\e918"; }

.dc-logo-youtube-clip::before {
  content: "\e919"; }

.dc-file-blank::before {
  content: "\e91a"; }

.dc-file-pdf::before {
  content: "\e91b"; }

.dc-logo-facebook::before {
  content: "\e91c"; }

.dc-logo-circle-facebook::before {
  content: "\e91c"; }

.dc-logo-instagram::before {
  content: "\e91d"; }

.dc-logo-linkedin::before {
  content: "\e91e"; }

.dc-logo-twitter-bird::before {
  content: "\e91f"; }

.dc-email-text::before {
  content: "\e920"; }

.dc-padlock::before {
  content: "\e921"; }

.dc-add::before {
  content: "\e922"; }

.dc-clock::before {
  content: "\e923"; }

.dc-account::before {
  content: "\e924"; }

.dc-shopping-cart::before {
  content: "\e925"; }

.dc-microphone::before {
  content: "\e926"; }

.dc-news-article::before {
  content: "\e927"; }

.dc-check::before {
  content: "\e928"; }

.dc-padlock-open::before {
  content: "\e929"; }

.dc-candle::before {
  content: "\e92a"; }

.dc-credit-card::before {
  content: "\e92b"; }

.dc-ticket-1::before {
  content: "\e92c"; }

.dc-ticket-3::before {
  content: "\e92d"; }

.dc-account-group-4::before {
  content: "\e92e"; }

.dc-dollar-sign-ticket::before {
  content: "\e92f"; }

.dc-email::before {
  content: "\e930"; }

.dc-group-setting::before {
  content: "\e931"; }

.dc-person-add-1::before {
  content: "\e932"; }

.dc-marketplace::before {
  content: "\e933"; }

.dc-arrange-letter::before {
  content: "\ea52"; }

.woocommerce-form__label-for-checkbox {
  display: block;
  padding-left: 20px; }

.woocommerce-input-wrapper {
  display: block; }

.woocommerce form .form-row label.checkbox, .woocommerce form .form-row .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input label.acf-true-false, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .woocommerce form .form-row label.acf-true-false, .woocommerce form .form-row .af-field-type-true-false:not(.acf-field-has-ui) label.acf-true-false, .af-field-type-true-false:not(.acf-field-has-ui) .woocommerce form .form-row label.acf-true-false,
.woocommerce-page form .form-row label.checkbox,
.woocommerce-page form .form-row .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input label.acf-true-false,
.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .woocommerce-page form .form-row label.acf-true-false,
.woocommerce-page form .form-row .af-field-type-true-false:not(.acf-field-has-ui) label.acf-true-false,
.af-field-type-true-false:not(.acf-field-has-ui) .woocommerce-page form .form-row label.acf-true-false {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  margin: 4px 0 0 -20px;
  margin-top: 4px \9; }

#ship-to-different-address > label, .acf-field .acf-label #ship-to-different-address > label {
  font-weight: inherit; }

.af-field.no-state {
  opacity: 0.2;
  pointer-events: none; }

.af-field .select2-selection {
  border-color: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  -webkit-transition: border-color, 0.2s ease,-webkit-box-shadow;
  transition: border-color, 0.2s ease,-webkit-box-shadow;
  -o-transition: box-shadow,border-color, 0.2s ease;
  transition: box-shadow,border-color, 0.2s ease;
  transition: box-shadow,border-color, 0.2s ease,-webkit-box-shadow; }
  .af-field .select2-selection.validation-error {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(1, 174, 184, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(1, 174, 184, 0.6);
    border-color: #01aeb8; }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  -o-animation: spinner-border .75s linear infinite;
     animation: spinner-border .75s linear infinite; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.woocommerce-notices-wrapper .is-success {
  display: none !important; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #01aeb8 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #017e85 !important; }

.bg-success {
  background-color: #8bd1b7 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #66c3a0 !important; }

.bg-info {
  background-color: #428BCA !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3071a9 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #f86d6a !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f63d39 !important; }

.bg-gradient-primary {
  background: #01aeb8 -webkit-gradient(linear, left top, left bottom, from(#27bac3), to(#01aeb8)) repeat-x !important;
  background: #01aeb8 -webkit-linear-gradient(top, #27bac3, #01aeb8) repeat-x !important;
  background: #01aeb8 -o-linear-gradient(top, #27bac3, #01aeb8) repeat-x !important;
  background: #01aeb8 linear-gradient(180deg, #27bac3, #01aeb8) repeat-x !important; }

.bg-gradient-success {
  background: #8bd1b7 -webkit-gradient(linear, left top, left bottom, from(#9cd8c2), to(#8bd1b7)) repeat-x !important;
  background: #8bd1b7 -webkit-linear-gradient(top, #9cd8c2, #8bd1b7) repeat-x !important;
  background: #8bd1b7 -o-linear-gradient(top, #9cd8c2, #8bd1b7) repeat-x !important;
  background: #8bd1b7 linear-gradient(180deg, #9cd8c2, #8bd1b7) repeat-x !important; }

.bg-gradient-info {
  background: #428BCA -webkit-gradient(linear, left top, left bottom, from(#5e9cd2), to(#428BCA)) repeat-x !important;
  background: #428BCA -webkit-linear-gradient(top, #5e9cd2, #428BCA) repeat-x !important;
  background: #428BCA -o-linear-gradient(top, #5e9cd2, #428BCA) repeat-x !important;
  background: #428BCA linear-gradient(180deg, #5e9cd2, #428BCA) repeat-x !important; }

.bg-gradient-warning {
  background: #f0ad4e -webkit-gradient(linear, left top, left bottom, from(#f2b969), to(#f0ad4e)) repeat-x !important;
  background: #f0ad4e -webkit-linear-gradient(top, #f2b969, #f0ad4e) repeat-x !important;
  background: #f0ad4e -o-linear-gradient(top, #f2b969, #f0ad4e) repeat-x !important;
  background: #f0ad4e linear-gradient(180deg, #f2b969, #f0ad4e) repeat-x !important; }

.bg-gradient-danger {
  background: #f86d6a -webkit-gradient(linear, left top, left bottom, from(#f98380), to(#f86d6a)) repeat-x !important;
  background: #f86d6a -webkit-linear-gradient(top, #f98380, #f86d6a) repeat-x !important;
  background: #f86d6a -o-linear-gradient(top, #f98380, #f86d6a) repeat-x !important;
  background: #f86d6a linear-gradient(180deg, #f98380, #f86d6a) repeat-x !important; }

.bg-white {
  background-color: white !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #ddd !important; }

.border-top {
  border-top: 1px solid #ddd !important; }

.border-right {
  border-right: 1px solid #ddd !important; }

.border-bottom {
  border-bottom: 1px solid #ddd !important; }

.border-left {
  border-left: 1px solid #ddd !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #01aeb8 !important; }

.border-success {
  border-color: #8bd1b7 !important; }

.border-info {
  border-color: #428BCA !important; }

.border-warning {
  border-color: #f0ad4e !important; }

.border-danger {
  border-color: #f86d6a !important; }

.border-white {
  border-color: white !important; }

.rounded {
  border-radius: 3px !important; }

.rounded-sm {
  border-radius: 2px !important; }

.rounded-lg {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 32px !important; }

.rounded-0 {
  border-radius: 0 !important; }

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

.max-400 {
  max-width: 400px; }

.btn, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button, .card.post-type-product .card-meta .widget-product-item, .acf-button, .acf-color_picker .wp-picker-container .wp-picker-clear {
  height: 36px; }

.btn-sm, .btn-group-sm > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-sm > label.acf-basic-uploader, .woocommerce #respond .btn-group-sm > input#submit,
.woocommerce .btn-group-sm > a.button,
.woocommerce .btn-group-sm > button.button,
.woocommerce .btn-group-sm > input.button,
.woocommerce-page #respond .btn-group-sm > input#submit,
.woocommerce-page .btn-group-sm > a.button,
.woocommerce-page .btn-group-sm > button.button,
.woocommerce-page .btn-group-sm > input.button, .card.post-type-product .card-meta .btn-group-sm > .widget-product-item, .btn-group-sm > .acf-button, .acf-color_picker .wp-picker-container .wp-picker-clear {
  height: 33px; }

.btn-lg, .btn-group-lg > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-lg > label.acf-basic-uploader, .woocommerce #respond .btn-group-lg > input#submit,
.woocommerce .btn-group-lg > a.button,
.woocommerce .btn-group-lg > button.button,
.woocommerce .btn-group-lg > input.button,
.woocommerce-page #respond .btn-group-lg > input#submit,
.woocommerce-page .btn-group-lg > a.button,
.woocommerce-page .btn-group-lg > button.button,
.woocommerce-page .btn-group-lg > input.button, .card.post-type-product .card-meta .btn-group-lg > .widget-product-item, .btn-group-lg > .acf-button, .acf-color_picker .wp-picker-container .btn-group-lg > .wp-picker-clear, .woocommerce-checkout .woocommerce #place_order {
  height: 49px; }

.btn-xs, .btn-group-xs > .btn, .acf-field[data-type="image"] .hide-if-value .btn-group-xs > label.acf-basic-uploader, .woocommerce #respond .btn-group-xs > input#submit,
.woocommerce .btn-group-xs > a.button,
.woocommerce .btn-group-xs > button.button,
.woocommerce .btn-group-xs > input.button,
.woocommerce-page #respond .btn-group-xs > input#submit,
.woocommerce-page .btn-group-xs > a.button,
.woocommerce-page .btn-group-xs > button.button,
.woocommerce-page .btn-group-xs > input.button, .card.post-type-product .card-meta .btn-group-xs > .widget-product-item, .btn-group-xs > .acf-button, .acf-color_picker .wp-picker-container .btn-group-xs > .wp-picker-clear {
  height: 25px; }

.btn, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button, .card.post-type-product .card-meta .widget-product-item, .acf-button, .acf-color_picker .wp-picker-container .wp-picker-clear {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear; }
  .btn.btn-link, .acf-field[data-type="image"] .hide-if-value label.btn-link.acf-basic-uploader, .woocommerce #respond input.btn-link#submit,
  .woocommerce a.btn-link.button,
  .woocommerce button.btn-link.button,
  .woocommerce input.btn-link.button,
  .woocommerce-page #respond input.btn-link#submit,
  .woocommerce-page a.btn-link.button,
  .woocommerce-page button.btn-link.button,
  .woocommerce-page input.btn-link.button, .card.post-type-product .card-meta .btn-link.widget-product-item, .btn-link.acf-button, .acf-color_picker .wp-picker-container .btn-link.wp-picker-clear, .btn.btn-link:hover, .acf-field[data-type="image"] .hide-if-value label.btn-link.acf-basic-uploader:hover, .woocommerce #respond input.btn-link#submit:hover,
  .woocommerce a.btn-link.button:hover,
  .woocommerce button.btn-link.button:hover,
  .woocommerce input.btn-link.button:hover,
  .woocommerce-page #respond input.btn-link#submit:hover,
  .woocommerce-page a.btn-link.button:hover,
  .woocommerce-page button.btn-link.button:hover,
  .woocommerce-page input.btn-link.button:hover, .card.post-type-product .card-meta .btn-link.widget-product-item:hover, .btn-link.acf-button:hover, .acf-color_picker .wp-picker-container .btn-link.wp-picker-clear:hover, .btn.btn-link:focus, .acf-field[data-type="image"] .hide-if-value label.btn-link.acf-basic-uploader:focus, .woocommerce #respond input.btn-link#submit:focus,
  .woocommerce a.btn-link.button:focus,
  .woocommerce button.btn-link.button:focus,
  .woocommerce input.btn-link.button:focus,
  .woocommerce-page #respond input.btn-link#submit:focus,
  .woocommerce-page a.btn-link.button:focus,
  .woocommerce-page button.btn-link.button:focus,
  .woocommerce-page input.btn-link.button:focus, .card.post-type-product .card-meta .btn-link.widget-product-item:focus, .btn-link.acf-button:focus, .acf-color_picker .wp-picker-container .btn-link.wp-picker-clear:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:hover, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:hover, .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce-page #respond input#submit:hover,
  .woocommerce-page a.button:hover,
  .woocommerce-page button.button:hover,
  .woocommerce-page input.button:hover, .card.post-type-product .card-meta .widget-product-item:hover, .acf-button:hover, .acf-color_picker .wp-picker-container .wp-picker-clear:hover, .btn:focus, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:focus, .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus,
  .woocommerce-page #respond input#submit:focus,
  .woocommerce-page a.button:focus,
  .woocommerce-page button.button:focus,
  .woocommerce-page input.button:focus, .card.post-type-product .card-meta .widget-product-item:focus, .acf-button:focus, .acf-color_picker .wp-picker-container .wp-picker-clear:focus {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175); }
  .btn .dc, .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .dc, .woocommerce #respond input#submit .dc, .woocommerce a.button .dc, .woocommerce button.button .dc, .woocommerce input.button .dc, .woocommerce-page #respond input#submit .dc, .woocommerce-page a.button .dc, .woocommerce-page button.button .dc, .woocommerce-page input.button .dc, .card.post-type-product .card-meta .widget-product-item .dc, .acf-button .dc, .acf-color_picker .wp-picker-container .wp-picker-clear .dc {
    position: relative;
    top: 1px; }

.so_accept {
  border: none !important;
  background: #01aeb8 !important;
  text-shadow: none !important;
  line-height: 1.7 !important; }
  .so_accept a {
    color: #fff !important; }
    .so_accept a:hover {
      text-decoration: none; }

.so_skip {
  margin-top: 10px; }

.form-control.wpcf7-not-valid[aria-invalid="true"], .select2-container .wpcf7-not-valid.select2-choice[aria-invalid="true"], .acf-field input.wpcf7-not-valid[aria-invalid="true"][type="text"],
.acf-field input.wpcf7-not-valid[aria-invalid="true"][type="password"],
.acf-field input.wpcf7-not-valid[aria-invalid="true"][type="number"],
.acf-field input.wpcf7-not-valid[aria-invalid="true"][type="search"],
.acf-field input.wpcf7-not-valid[aria-invalid="true"][type="email"],
.acf-field input.wpcf7-not-valid[aria-invalid="true"][type="url"],
.acf-field textarea.wpcf7-not-valid[aria-invalid="true"],
.acf-field select.wpcf7-not-valid[aria-invalid="true"], .woocommerce div.product form.cart .variations select.wpcf7-not-valid[aria-invalid="true"],
.woocommerce form .form-row textarea.wpcf7-not-valid[aria-invalid="true"],
.woocommerce form .form-row select.wpcf7-not-valid[aria-invalid="true"],
.woocommerce .wpcf7-not-valid.input-text[aria-invalid="true"],
.woocommerce .quantity input.wpcf7-not-valid.qty[aria-invalid="true"], .wpcf7-not-valid#simba_two_factor_auth[aria-invalid="true"] {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-control.wpcf7-not-valid[aria-invalid="true"]:focus, .select2-container .wpcf7-not-valid.select2-choice[aria-invalid="true"]:focus, .acf-field input.wpcf7-not-valid[aria-invalid="true"]:focus[type="text"],
  .acf-field input.wpcf7-not-valid[aria-invalid="true"]:focus[type="password"],
  .acf-field input.wpcf7-not-valid[aria-invalid="true"]:focus[type="number"],
  .acf-field input.wpcf7-not-valid[aria-invalid="true"]:focus[type="search"],
  .acf-field input.wpcf7-not-valid[aria-invalid="true"]:focus[type="email"],
  .acf-field input.wpcf7-not-valid[aria-invalid="true"]:focus[type="url"],
  .acf-field textarea.wpcf7-not-valid[aria-invalid="true"]:focus,
  .acf-field select.wpcf7-not-valid[aria-invalid="true"]:focus, .woocommerce div.product form.cart .variations select.wpcf7-not-valid[aria-invalid="true"]:focus,
  .woocommerce form .form-row textarea.wpcf7-not-valid[aria-invalid="true"]:focus,
  .woocommerce form .form-row select.wpcf7-not-valid[aria-invalid="true"]:focus,
  .woocommerce .wpcf7-not-valid.input-text[aria-invalid="true"]:focus,
  .woocommerce .quantity input.wpcf7-not-valid.qty[aria-invalid="true"]:focus, .wpcf7-not-valid#simba_two_factor_auth[aria-invalid="true"]:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

span.wpcf7-not-valid-tip {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-top: none;
  text-align: left;
  padding: 6px 12px; }

div.wpcf7-response-output {
  margin: 0;
  text-align: left; }

div.wpcf7 :not(.wpcf7-submit) + img.ajax-loader,
div.wpcf7 img.ajax-loader:first-child {
  display: none !important; }

.wpcf7-submit::after {
  content: "\e031";
  height: 1em;
  -webkit-animation: wpcf7-loader-spin-hide 2s infinite linear;
       -o-animation: wpcf7-loader-spin-hide 2s infinite linear;
          animation: wpcf7-loader-spin-hide 2s infinite linear;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 0;
  width: 0; }

img.ajax-loader[style*="visible"] + .wpcf7-submit::after {
  -webkit-animation-name: wpcf7-loader-spin-show;
       -o-animation-name: wpcf7-loader-spin-show;
          animation-name: wpcf7-loader-spin-show;
  margin-left: 0.5em;
  width: 1em; }

@-webkit-keyframes wpcf7-loader-spin-hide {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg); }
  100% {
    -webkit-transform: scale(0) rotate(359deg);
            transform: scale(0) rotate(359deg); } }

@-o-keyframes wpcf7-loader-spin-hide {
  0% {
    -o-transform: scale(0) rotate(0deg);
       transform: scale(0) rotate(0deg); }
  100% {
    -o-transform: scale(0) rotate(359deg);
       transform: scale(0) rotate(359deg); } }

@keyframes wpcf7-loader-spin-hide {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
         -o-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg); }
  100% {
    -webkit-transform: scale(0) rotate(359deg);
         -o-transform: scale(0) rotate(359deg);
            transform: scale(0) rotate(359deg); } }

@-webkit-keyframes wpcf7-loader-spin-show {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  100% {
    -webkit-transform: scale(1) rotate(359deg);
            transform: scale(1) rotate(359deg); } }

@-o-keyframes wpcf7-loader-spin-show {
  0% {
    -o-transform: scale(1) rotate(0deg);
       transform: scale(1) rotate(0deg); }
  100% {
    -o-transform: scale(1) rotate(359deg);
       transform: scale(1) rotate(359deg); } }

@keyframes wpcf7-loader-spin-show {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
         -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  100% {
    -webkit-transform: scale(1) rotate(359deg);
         -o-transform: scale(1) rotate(359deg);
            transform: scale(1) rotate(359deg); } }

.af-field.af-field-type-date-time-picker .af-input,
.af-field.af-field-type-date-picker .af-input, .af-field.af-field-type-time-picker .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .af-field.af-field-type-date-time-picker .af-input > input, .af-field.af-field-type-date-picker .af-input > input, .af-field.af-field-type-time-picker .af-input > input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input > input,
  .af-field.af-field-type-date-time-picker .af-input > select,
  .af-field.af-field-type-date-picker .af-input > select,
  .af-field.af-field-type-time-picker .af-input > select,
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input > select,
  .af-field.af-field-type-date-time-picker .af-input > .acf-input-wrap,
  .af-field.af-field-type-date-picker .af-input > .acf-input-wrap,
  .af-field.af-field-type-time-picker .af-input > .acf-input-wrap,
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input > .acf-input-wrap {
    -ms-flex-preferred-size: 1%;
        flex-basis: 1%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .af-field.af-field-type-date-time-picker .af-input > .acf-error-message, .af-field.af-field-type-date-picker .af-input > .acf-error-message, .af-field.af-field-type-time-picker .af-input > .acf-error-message, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input > .acf-error-message {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.af-field.af-field-type-date-time-picker .af-input > input, .af-field.af-field-type-date-picker .af-input > input, .af-field.af-field-type-time-picker .af-input > input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input > input,
.af-field.af-field-type-date-time-picker .af-input > select,
.af-field.af-field-type-date-picker .af-input > select,
.af-field.af-field-type-time-picker .af-input > select,
.af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input > select,
.af-field.af-field-type-date-time-picker .af-input .acf-input-wrap > input,
.af-field.af-field-type-date-picker .af-input .acf-input-wrap > input,
.af-field.af-field-type-time-picker .af-input .acf-input-wrap > input,
.af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input .acf-input-wrap > input,
.af-field.af-field-type-date-time-picker .af-input .acf-input-wrap > select,
.af-field.af-field-type-date-picker .af-input .acf-input-wrap > select,
.af-field.af-field-type-time-picker .af-input .acf-input-wrap > select,
.af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input .acf-input-wrap > select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.af-field.af-field-type-date-time-picker .af-input::before,
.af-field.af-field-type-date-picker .af-input::before, .af-field.af-field-type-time-picker .af-input::before, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input::before {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #888988;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: none;
  width: auto;
  height: auto; }

.af-field.af-field-type-date-time-picker .af-input::before,
.af-field.af-field-type-date-picker .af-input::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  font-family: "Glyphicons Halflings";
  content: "\e109"; }

.af-field.af-field-type-time-picker .af-input::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  font-family: "Glyphicons Halflings";
  content: "\e023"; }

.form-control.flat, .input-group-multi.flat .form-control, .input-group-multi.flat .select2-container .select2-choice, .select2-container .input-group-multi.flat .select2-choice, .input-group-multi.flat .acf-field input[type="text"], .acf-field .input-group-multi.flat input[type="text"],
.input-group-multi.flat .acf-field input[type="password"], .acf-field .input-group-multi.flat input[type="password"],
.input-group-multi.flat .acf-field input[type="number"], .acf-field .input-group-multi.flat input[type="number"],
.input-group-multi.flat .acf-field input[type="search"], .acf-field .input-group-multi.flat input[type="search"],
.input-group-multi.flat .acf-field input[type="email"], .acf-field .input-group-multi.flat input[type="email"],
.input-group-multi.flat .acf-field input[type="url"], .acf-field .input-group-multi.flat input[type="url"],
.input-group-multi.flat .acf-field textarea, .acf-field .input-group-multi.flat textarea,
.input-group-multi.flat .acf-field select, .acf-field .input-group-multi.flat select, .input-group-multi.flat .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group-multi.flat select,
.input-group-multi.flat .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group-multi.flat textarea,
.input-group-multi.flat .woocommerce form .form-row select, .woocommerce form .form-row .input-group-multi.flat select,
.input-group-multi.flat .woocommerce .input-text, .woocommerce .input-group-multi.flat .input-text,
.input-group-multi.flat .woocommerce .quantity input.qty, .woocommerce .quantity .input-group-multi.flat input.qty, .input-group-multi.flat #simba_two_factor_auth, .select2-container .flat.select2-choice, .acf-field input.flat[type="text"],
.acf-field input.flat[type="password"],
.acf-field input.flat[type="number"],
.acf-field input.flat[type="search"],
.acf-field input.flat[type="email"],
.acf-field input.flat[type="url"],
.acf-field textarea.flat,
.acf-field select.flat, .woocommerce div.product form.cart .variations select.flat,
.woocommerce form .form-row textarea.flat,
.woocommerce form .form-row select.flat,
.woocommerce .flat.input-text,
.woocommerce .quantity input.flat.qty, .flat#simba_two_factor_auth {
  background-color: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .form-control.flat:focus, .input-group-multi.flat .form-control:focus, .input-group-multi.flat .select2-container .select2-choice:focus, .select2-container .input-group-multi.flat .select2-choice:focus, .input-group-multi.flat .acf-field input:focus[type="text"], .acf-field .input-group-multi.flat input:focus[type="text"],
  .input-group-multi.flat .acf-field input:focus[type="password"], .acf-field .input-group-multi.flat input:focus[type="password"],
  .input-group-multi.flat .acf-field input:focus[type="number"], .acf-field .input-group-multi.flat input:focus[type="number"],
  .input-group-multi.flat .acf-field input:focus[type="search"], .acf-field .input-group-multi.flat input:focus[type="search"],
  .input-group-multi.flat .acf-field input:focus[type="email"], .acf-field .input-group-multi.flat input:focus[type="email"],
  .input-group-multi.flat .acf-field input:focus[type="url"], .acf-field .input-group-multi.flat input:focus[type="url"],
  .input-group-multi.flat .acf-field textarea:focus, .acf-field .input-group-multi.flat textarea:focus,
  .input-group-multi.flat .acf-field select:focus, .acf-field .input-group-multi.flat select:focus, .input-group-multi.flat .woocommerce div.product form.cart .variations select:focus, .woocommerce div.product form.cart .variations .input-group-multi.flat select:focus,
  .input-group-multi.flat .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .input-group-multi.flat textarea:focus,
  .input-group-multi.flat .woocommerce form .form-row select:focus, .woocommerce form .form-row .input-group-multi.flat select:focus,
  .input-group-multi.flat .woocommerce .input-text:focus, .woocommerce .input-group-multi.flat .input-text:focus,
  .input-group-multi.flat .woocommerce .quantity input.qty:focus, .woocommerce .quantity .input-group-multi.flat input.qty:focus, .input-group-multi.flat #simba_two_factor_auth:focus, .select2-container .flat.select2-choice:focus, .acf-field input.flat:focus[type="text"],
  .acf-field input.flat:focus[type="password"],
  .acf-field input.flat:focus[type="number"],
  .acf-field input.flat:focus[type="search"],
  .acf-field input.flat:focus[type="email"],
  .acf-field input.flat:focus[type="url"],
  .acf-field textarea.flat:focus,
  .acf-field select.flat:focus, .woocommerce div.product form.cart .variations select.flat:focus,
  .woocommerce form .form-row textarea.flat:focus,
  .woocommerce form .form-row select.flat:focus,
  .woocommerce .flat.input-text:focus,
  .woocommerce .quantity input.flat.qty:focus, .flat#simba_two_factor_auth:focus {
    background-color: #d5eff0;
    border-color: #d5eff0;
    color: #01aeb8; }
    .form-control.flat:focus::-moz-placeholder, .input-group-multi.flat .form-control:focus::-moz-placeholder, .input-group-multi.flat .select2-container .select2-choice:focus::-moz-placeholder, .select2-container .input-group-multi.flat .select2-choice:focus::-moz-placeholder, .input-group-multi.flat .acf-field input[type="text"]:focus::-moz-placeholder, .acf-field .input-group-multi.flat input[type="text"]:focus::-moz-placeholder,
    .input-group-multi.flat .acf-field input[type="password"]:focus::-moz-placeholder, .acf-field .input-group-multi.flat input[type="password"]:focus::-moz-placeholder,
    .input-group-multi.flat .acf-field input[type="number"]:focus::-moz-placeholder, .acf-field .input-group-multi.flat input[type="number"]:focus::-moz-placeholder,
    .input-group-multi.flat .acf-field input[type="search"]:focus::-moz-placeholder, .acf-field .input-group-multi.flat input[type="search"]:focus::-moz-placeholder,
    .input-group-multi.flat .acf-field input[type="email"]:focus::-moz-placeholder, .acf-field .input-group-multi.flat input[type="email"]:focus::-moz-placeholder,
    .input-group-multi.flat .acf-field input[type="url"]:focus::-moz-placeholder, .acf-field .input-group-multi.flat input[type="url"]:focus::-moz-placeholder,
    .input-group-multi.flat .acf-field textarea:focus::-moz-placeholder, .acf-field .input-group-multi.flat textarea:focus::-moz-placeholder,
    .input-group-multi.flat .acf-field select:focus::-moz-placeholder, .acf-field .input-group-multi.flat select:focus::-moz-placeholder, .input-group-multi.flat .woocommerce div.product form.cart .variations select:focus::-moz-placeholder, .woocommerce div.product form.cart .variations .input-group-multi.flat select:focus::-moz-placeholder,
    .input-group-multi.flat .woocommerce form .form-row textarea:focus::-moz-placeholder, .woocommerce form .form-row .input-group-multi.flat textarea:focus::-moz-placeholder,
    .input-group-multi.flat .woocommerce form .form-row select:focus::-moz-placeholder, .woocommerce form .form-row .input-group-multi.flat select:focus::-moz-placeholder,
    .input-group-multi.flat .woocommerce .input-text:focus::-moz-placeholder, .woocommerce .input-group-multi.flat .input-text:focus::-moz-placeholder,
    .input-group-multi.flat .woocommerce .quantity input.qty:focus::-moz-placeholder, .woocommerce .quantity .input-group-multi.flat input.qty:focus::-moz-placeholder, .input-group-multi.flat #simba_two_factor_auth:focus::-moz-placeholder, .select2-container .flat.select2-choice:focus::-moz-placeholder, .acf-field input.flat[type="text"]:focus::-moz-placeholder,
    .acf-field input.flat[type="password"]:focus::-moz-placeholder,
    .acf-field input.flat[type="number"]:focus::-moz-placeholder,
    .acf-field input.flat[type="search"]:focus::-moz-placeholder,
    .acf-field input.flat[type="email"]:focus::-moz-placeholder,
    .acf-field input.flat[type="url"]:focus::-moz-placeholder,
    .acf-field textarea.flat:focus::-moz-placeholder,
    .acf-field select.flat:focus::-moz-placeholder, .woocommerce div.product form.cart .variations select.flat:focus::-moz-placeholder,
    .woocommerce form .form-row textarea.flat:focus::-moz-placeholder,
    .woocommerce form .form-row select.flat:focus::-moz-placeholder,
    .woocommerce .flat.input-text:focus::-moz-placeholder,
    .woocommerce .quantity input.flat.qty:focus::-moz-placeholder, .flat#simba_two_factor_auth:focus::-moz-placeholder {
      color: #748e8f;
      opacity: 1; }
    .form-control.flat:focus:-ms-input-placeholder, .input-group-multi.flat .form-control:focus:-ms-input-placeholder, .input-group-multi.flat .select2-container .select2-choice:focus:-ms-input-placeholder, .select2-container .input-group-multi.flat .select2-choice:focus:-ms-input-placeholder, .input-group-multi.flat .acf-field input:focus:-ms-input-placeholder[type="text"], .acf-field .input-group-multi.flat input:focus:-ms-input-placeholder[type="text"],
    .input-group-multi.flat .acf-field input:focus:-ms-input-placeholder[type="password"], .acf-field .input-group-multi.flat input:focus:-ms-input-placeholder[type="password"],
    .input-group-multi.flat .acf-field input:focus:-ms-input-placeholder[type="number"], .acf-field .input-group-multi.flat input:focus:-ms-input-placeholder[type="number"],
    .input-group-multi.flat .acf-field input:focus:-ms-input-placeholder[type="search"], .acf-field .input-group-multi.flat input:focus:-ms-input-placeholder[type="search"],
    .input-group-multi.flat .acf-field input:focus:-ms-input-placeholder[type="email"], .acf-field .input-group-multi.flat input:focus:-ms-input-placeholder[type="email"],
    .input-group-multi.flat .acf-field input:focus:-ms-input-placeholder[type="url"], .acf-field .input-group-multi.flat input:focus:-ms-input-placeholder[type="url"],
    .input-group-multi.flat .acf-field textarea:focus:-ms-input-placeholder, .acf-field .input-group-multi.flat textarea:focus:-ms-input-placeholder,
    .input-group-multi.flat .acf-field select:focus:-ms-input-placeholder, .acf-field .input-group-multi.flat select:focus:-ms-input-placeholder, .input-group-multi.flat .woocommerce div.product form.cart .variations select:focus:-ms-input-placeholder, .woocommerce div.product form.cart .variations .input-group-multi.flat select:focus:-ms-input-placeholder,
    .input-group-multi.flat .woocommerce form .form-row textarea:focus:-ms-input-placeholder, .woocommerce form .form-row .input-group-multi.flat textarea:focus:-ms-input-placeholder,
    .input-group-multi.flat .woocommerce form .form-row select:focus:-ms-input-placeholder, .woocommerce form .form-row .input-group-multi.flat select:focus:-ms-input-placeholder,
    .input-group-multi.flat .woocommerce .input-text:focus:-ms-input-placeholder, .woocommerce .input-group-multi.flat .input-text:focus:-ms-input-placeholder,
    .input-group-multi.flat .woocommerce .quantity input.qty:focus:-ms-input-placeholder, .woocommerce .quantity .input-group-multi.flat input.qty:focus:-ms-input-placeholder, .input-group-multi.flat #simba_two_factor_auth:focus:-ms-input-placeholder, .select2-container .flat.select2-choice:focus:-ms-input-placeholder, .acf-field input.flat:focus:-ms-input-placeholder[type="text"],
    .acf-field input.flat:focus:-ms-input-placeholder[type="password"],
    .acf-field input.flat:focus:-ms-input-placeholder[type="number"],
    .acf-field input.flat:focus:-ms-input-placeholder[type="search"],
    .acf-field input.flat:focus:-ms-input-placeholder[type="email"],
    .acf-field input.flat:focus:-ms-input-placeholder[type="url"],
    .acf-field textarea.flat:focus:-ms-input-placeholder,
    .acf-field select.flat:focus:-ms-input-placeholder, .woocommerce div.product form.cart .variations select.flat:focus:-ms-input-placeholder,
    .woocommerce form .form-row textarea.flat:focus:-ms-input-placeholder,
    .woocommerce form .form-row select.flat:focus:-ms-input-placeholder,
    .woocommerce .flat.input-text:focus:-ms-input-placeholder,
    .woocommerce .quantity input.flat.qty:focus:-ms-input-placeholder, .flat#simba_two_factor_auth:focus:-ms-input-placeholder {
      color: #748e8f; }
    .form-control.flat:focus::-webkit-input-placeholder, .input-group-multi.flat .form-control:focus::-webkit-input-placeholder, .input-group-multi.flat .select2-container .select2-choice:focus::-webkit-input-placeholder, .select2-container .input-group-multi.flat .select2-choice:focus::-webkit-input-placeholder, .input-group-multi.flat .acf-field input[type="text"]:focus::-webkit-input-placeholder, .acf-field .input-group-multi.flat input[type="text"]:focus::-webkit-input-placeholder,
    .input-group-multi.flat .acf-field input[type="password"]:focus::-webkit-input-placeholder, .acf-field .input-group-multi.flat input[type="password"]:focus::-webkit-input-placeholder,
    .input-group-multi.flat .acf-field input[type="number"]:focus::-webkit-input-placeholder, .acf-field .input-group-multi.flat input[type="number"]:focus::-webkit-input-placeholder,
    .input-group-multi.flat .acf-field input[type="search"]:focus::-webkit-input-placeholder, .acf-field .input-group-multi.flat input[type="search"]:focus::-webkit-input-placeholder,
    .input-group-multi.flat .acf-field input[type="email"]:focus::-webkit-input-placeholder, .acf-field .input-group-multi.flat input[type="email"]:focus::-webkit-input-placeholder,
    .input-group-multi.flat .acf-field input[type="url"]:focus::-webkit-input-placeholder, .acf-field .input-group-multi.flat input[type="url"]:focus::-webkit-input-placeholder,
    .input-group-multi.flat .acf-field textarea:focus::-webkit-input-placeholder, .acf-field .input-group-multi.flat textarea:focus::-webkit-input-placeholder,
    .input-group-multi.flat .acf-field select:focus::-webkit-input-placeholder, .acf-field .input-group-multi.flat select:focus::-webkit-input-placeholder, .input-group-multi.flat .woocommerce div.product form.cart .variations select:focus::-webkit-input-placeholder, .woocommerce div.product form.cart .variations .input-group-multi.flat select:focus::-webkit-input-placeholder,
    .input-group-multi.flat .woocommerce form .form-row textarea:focus::-webkit-input-placeholder, .woocommerce form .form-row .input-group-multi.flat textarea:focus::-webkit-input-placeholder,
    .input-group-multi.flat .woocommerce form .form-row select:focus::-webkit-input-placeholder, .woocommerce form .form-row .input-group-multi.flat select:focus::-webkit-input-placeholder,
    .input-group-multi.flat .woocommerce .input-text:focus::-webkit-input-placeholder, .woocommerce .input-group-multi.flat .input-text:focus::-webkit-input-placeholder,
    .input-group-multi.flat .woocommerce .quantity input.qty:focus::-webkit-input-placeholder, .woocommerce .quantity .input-group-multi.flat input.qty:focus::-webkit-input-placeholder, .input-group-multi.flat #simba_two_factor_auth:focus::-webkit-input-placeholder, .select2-container .flat.select2-choice:focus::-webkit-input-placeholder, .acf-field input.flat[type="text"]:focus::-webkit-input-placeholder,
    .acf-field input.flat[type="password"]:focus::-webkit-input-placeholder,
    .acf-field input.flat[type="number"]:focus::-webkit-input-placeholder,
    .acf-field input.flat[type="search"]:focus::-webkit-input-placeholder,
    .acf-field input.flat[type="email"]:focus::-webkit-input-placeholder,
    .acf-field input.flat[type="url"]:focus::-webkit-input-placeholder,
    .acf-field textarea.flat:focus::-webkit-input-placeholder,
    .acf-field select.flat:focus::-webkit-input-placeholder, .woocommerce div.product form.cart .variations select.flat:focus::-webkit-input-placeholder,
    .woocommerce form .form-row textarea.flat:focus::-webkit-input-placeholder,
    .woocommerce form .form-row select.flat:focus::-webkit-input-placeholder,
    .woocommerce .flat.input-text:focus::-webkit-input-placeholder,
    .woocommerce .quantity input.flat.qty:focus::-webkit-input-placeholder, .flat#simba_two_factor_auth:focus::-webkit-input-placeholder {
      color: #748e8f; }

select.form-control.flat, .input-group-multi.flat select.form-control, .input-group-multi.flat .select2-container select.select2-choice, .select2-container .input-group-multi.flat select.select2-choice,
.input-group-multi.flat .acf-field select, .acf-field .input-group-multi.flat select, .input-group-multi.flat .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group-multi.flat select,
.input-group-multi.flat .woocommerce form .form-row select, .woocommerce form .form-row .input-group-multi.flat select,
.input-group-multi.flat .woocommerce select.input-text, .woocommerce .input-group-multi.flat select.input-text, .input-group-multi.flat select#simba_two_factor_auth, .select2-container select.flat.select2-choice,
.acf-field select.flat, .woocommerce div.product form.cart .variations select.flat,
.woocommerce form .form-row select.flat,
.woocommerce select.flat.input-text, select.flat#simba_two_factor_auth {
  color: #01aeb8; }

form > .form-group:last-child, .woocommerce form > .form-row:last-child,
.woocommerce-page form > .form-row:last-child, form > .acf-field:last-child {
  margin-bottom: 0; }

.input-group-multi.flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  border-radius: 3px; }
  .input-group-multi.flat.input-group-multi-sm {
    border-radius: 2px; }
  .input-group-multi.flat.input-group-multi-lg {
    border-radius: 4px; }
  .input-group-multi.flat .form-control, .input-group-multi.flat .select2-container .select2-choice, .select2-container .input-group-multi.flat .select2-choice, .input-group-multi.flat .acf-field input[type="text"], .acf-field .input-group-multi.flat input[type="text"],
  .input-group-multi.flat .acf-field input[type="password"], .acf-field .input-group-multi.flat input[type="password"],
  .input-group-multi.flat .acf-field input[type="number"], .acf-field .input-group-multi.flat input[type="number"],
  .input-group-multi.flat .acf-field input[type="search"], .acf-field .input-group-multi.flat input[type="search"],
  .input-group-multi.flat .acf-field input[type="email"], .acf-field .input-group-multi.flat input[type="email"],
  .input-group-multi.flat .acf-field input[type="url"], .acf-field .input-group-multi.flat input[type="url"],
  .input-group-multi.flat .acf-field textarea, .acf-field .input-group-multi.flat textarea,
  .input-group-multi.flat .acf-field select, .acf-field .input-group-multi.flat select, .input-group-multi.flat .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group-multi.flat select,
  .input-group-multi.flat .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group-multi.flat textarea,
  .input-group-multi.flat .woocommerce form .form-row select, .woocommerce form .form-row .input-group-multi.flat select,
  .input-group-multi.flat .woocommerce .input-text, .woocommerce .input-group-multi.flat .input-text,
  .input-group-multi.flat .woocommerce .quantity input.qty, .woocommerce .quantity .input-group-multi.flat input.qty, .input-group-multi.flat #simba_two_factor_auth {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .input-group-multi.flat .input-group-multi-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .input-group-multi.flat .input-group-multi-item.input-group-multi-item-btn {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .input-group-multi.flat .input-group-multi-item .form-control, .input-group-multi.flat .input-group-multi-item .select2-container .select2-choice, .select2-container .input-group-multi.flat .input-group-multi-item .select2-choice, .input-group-multi.flat .input-group-multi-item .acf-field input[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item input[type="text"],
    .input-group-multi.flat .input-group-multi-item .acf-field input[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item input[type="password"],
    .input-group-multi.flat .input-group-multi-item .acf-field input[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item input[type="number"],
    .input-group-multi.flat .input-group-multi-item .acf-field input[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item input[type="search"],
    .input-group-multi.flat .input-group-multi-item .acf-field input[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item input[type="email"],
    .input-group-multi.flat .input-group-multi-item .acf-field input[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item input[type="url"],
    .input-group-multi.flat .input-group-multi-item .acf-field textarea, .acf-field .input-group-multi.flat .input-group-multi-item textarea,
    .input-group-multi.flat .input-group-multi-item .acf-field select, .acf-field .input-group-multi.flat .input-group-multi-item select, .input-group-multi.flat .input-group-multi-item .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item select,
    .input-group-multi.flat .input-group-multi-item .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item textarea,
    .input-group-multi.flat .input-group-multi-item .woocommerce form .form-row select, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item select,
    .input-group-multi.flat .input-group-multi-item .woocommerce .input-text, .woocommerce .input-group-multi.flat .input-group-multi-item .input-text,
    .input-group-multi.flat .input-group-multi-item .woocommerce .quantity input.qty, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item input.qty, .input-group-multi.flat .input-group-multi-item #simba_two_factor_auth,
    .input-group-multi.flat .input-group-multi-item .btn,
    .input-group-multi.flat .input-group-multi-item .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader,
    .acf-field[data-type="image"] .hide-if-value .input-group-multi.flat .input-group-multi-item label.acf-basic-uploader,
    .input-group-multi.flat .input-group-multi-item .woocommerce #respond input#submit,
    .woocommerce #respond .input-group-multi.flat .input-group-multi-item input#submit,
    .input-group-multi.flat .input-group-multi-item .woocommerce a.button,
    .woocommerce .input-group-multi.flat .input-group-multi-item a.button,
    .input-group-multi.flat .input-group-multi-item .woocommerce button.button,
    .woocommerce .input-group-multi.flat .input-group-multi-item button.button,
    .input-group-multi.flat .input-group-multi-item .woocommerce input.button,
    .woocommerce .input-group-multi.flat .input-group-multi-item input.button,
    .input-group-multi.flat .input-group-multi-item .woocommerce-page #respond input#submit,
    .woocommerce-page #respond .input-group-multi.flat .input-group-multi-item input#submit,
    .input-group-multi.flat .input-group-multi-item .woocommerce-page a.button,
    .woocommerce-page .input-group-multi.flat .input-group-multi-item a.button,
    .input-group-multi.flat .input-group-multi-item .woocommerce-page button.button,
    .woocommerce-page .input-group-multi.flat .input-group-multi-item button.button,
    .input-group-multi.flat .input-group-multi-item .woocommerce-page input.button,
    .woocommerce-page .input-group-multi.flat .input-group-multi-item input.button,
    .input-group-multi.flat .input-group-multi-item .card.post-type-product .card-meta .widget-product-item,
    .card.post-type-product .card-meta .input-group-multi.flat .input-group-multi-item .widget-product-item,
    .input-group-multi.flat .input-group-multi-item .acf-button,
    .input-group-multi.flat .input-group-multi-item .acf-color_picker .wp-picker-container .wp-picker-clear,
    .acf-color_picker .wp-picker-container .input-group-multi.flat .input-group-multi-item .wp-picker-clear {
      position: relative;
      z-index: 1;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .input-group-multi.flat .input-group-multi-item .form-control:focus, .input-group-multi.flat .input-group-multi-item .select2-container .select2-choice:focus, .select2-container .input-group-multi.flat .input-group-multi-item .select2-choice:focus, .input-group-multi.flat .input-group-multi-item .acf-field input:focus[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item input:focus[type="text"],
      .input-group-multi.flat .input-group-multi-item .acf-field input:focus[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item input:focus[type="password"],
      .input-group-multi.flat .input-group-multi-item .acf-field input:focus[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item input:focus[type="number"],
      .input-group-multi.flat .input-group-multi-item .acf-field input:focus[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item input:focus[type="search"],
      .input-group-multi.flat .input-group-multi-item .acf-field input:focus[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item input:focus[type="email"],
      .input-group-multi.flat .input-group-multi-item .acf-field input:focus[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item input:focus[type="url"],
      .input-group-multi.flat .input-group-multi-item .acf-field textarea:focus, .acf-field .input-group-multi.flat .input-group-multi-item textarea:focus,
      .input-group-multi.flat .input-group-multi-item .acf-field select:focus, .acf-field .input-group-multi.flat .input-group-multi-item select:focus, .input-group-multi.flat .input-group-multi-item .woocommerce div.product form.cart .variations select:focus, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item select:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item textarea:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce form .form-row select:focus, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item select:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce .input-text:focus, .woocommerce .input-group-multi.flat .input-group-multi-item .input-text:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce .quantity input.qty:focus, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item input.qty:focus, .input-group-multi.flat .input-group-multi-item #simba_two_factor_auth:focus,
      .input-group-multi.flat .input-group-multi-item .btn:focus,
      .input-group-multi.flat .input-group-multi-item .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:focus,
      .acf-field[data-type="image"] .hide-if-value .input-group-multi.flat .input-group-multi-item label.acf-basic-uploader:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce #respond input#submit:focus,
      .woocommerce #respond .input-group-multi.flat .input-group-multi-item input#submit:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce a.button:focus,
      .woocommerce .input-group-multi.flat .input-group-multi-item a.button:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce button.button:focus,
      .woocommerce .input-group-multi.flat .input-group-multi-item button.button:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce input.button:focus,
      .woocommerce .input-group-multi.flat .input-group-multi-item input.button:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce-page #respond input#submit:focus,
      .woocommerce-page #respond .input-group-multi.flat .input-group-multi-item input#submit:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce-page a.button:focus,
      .woocommerce-page .input-group-multi.flat .input-group-multi-item a.button:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce-page button.button:focus,
      .woocommerce-page .input-group-multi.flat .input-group-multi-item button.button:focus,
      .input-group-multi.flat .input-group-multi-item .woocommerce-page input.button:focus,
      .woocommerce-page .input-group-multi.flat .input-group-multi-item input.button:focus,
      .input-group-multi.flat .input-group-multi-item .card.post-type-product .card-meta .widget-product-item:focus,
      .card.post-type-product .card-meta .input-group-multi.flat .input-group-multi-item .widget-product-item:focus,
      .input-group-multi.flat .input-group-multi-item .acf-button:focus,
      .input-group-multi.flat .input-group-multi-item .acf-color_picker .wp-picker-container .wp-picker-clear:focus,
      .acf-color_picker .wp-picker-container .input-group-multi.flat .input-group-multi-item .wp-picker-clear:focus {
        z-index: 2; }
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .form-control, .input-group-multi.flat .input-group-multi-item:not(:first-child) .select2-container .select2-choice, .select2-container .input-group-multi.flat .input-group-multi-item:not(:first-child) .select2-choice, .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-field input[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:first-child) input[type="text"],
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-field input[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:first-child) input[type="password"],
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-field input[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:first-child) input[type="number"],
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-field input[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:first-child) input[type="search"],
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-field input[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:first-child) input[type="email"],
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-field input[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:first-child) input[type="url"],
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-field textarea, .acf-field .input-group-multi.flat .input-group-multi-item:not(:first-child) textarea,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-field select, .acf-field .input-group-multi.flat .input-group-multi-item:not(:first-child) select, .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item:not(:first-child) select,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:not(:first-child) textarea,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce form .form-row select, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:not(:first-child) select,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce .input-text, .woocommerce .input-group-multi.flat .input-group-multi-item:not(:first-child) .input-text,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce .quantity input.qty, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item:not(:first-child) input.qty, .input-group-multi.flat .input-group-multi-item:not(:first-child) #simba_two_factor_auth,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .btn,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader,
    .acf-field[data-type="image"] .hide-if-value .input-group-multi.flat .input-group-multi-item:not(:first-child) label.acf-basic-uploader,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce #respond input#submit,
    .woocommerce #respond .input-group-multi.flat .input-group-multi-item:not(:first-child) input#submit,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce a.button,
    .woocommerce .input-group-multi.flat .input-group-multi-item:not(:first-child) a.button,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce button.button,
    .woocommerce .input-group-multi.flat .input-group-multi-item:not(:first-child) button.button,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce input.button,
    .woocommerce .input-group-multi.flat .input-group-multi-item:not(:first-child) input.button,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce-page #respond input#submit,
    .woocommerce-page #respond .input-group-multi.flat .input-group-multi-item:not(:first-child) input#submit,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce-page a.button,
    .woocommerce-page .input-group-multi.flat .input-group-multi-item:not(:first-child) a.button,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce-page button.button,
    .woocommerce-page .input-group-multi.flat .input-group-multi-item:not(:first-child) button.button,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .woocommerce-page input.button,
    .woocommerce-page .input-group-multi.flat .input-group-multi-item:not(:first-child) input.button,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .card.post-type-product .card-meta .widget-product-item,
    .card.post-type-product .card-meta .input-group-multi.flat .input-group-multi-item:not(:first-child) .widget-product-item,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-button,
    .input-group-multi.flat .input-group-multi-item:not(:first-child) .acf-color_picker .wp-picker-container .wp-picker-clear,
    .acf-color_picker .wp-picker-container .input-group-multi.flat .input-group-multi-item:not(:first-child) .wp-picker-clear {
      margin-left: -1px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .form-control, .input-group-multi.flat .input-group-multi-item:not(:last-child) .select2-container .select2-choice, .select2-container .input-group-multi.flat .input-group-multi-item:not(:last-child) .select2-choice, .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-field input[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:last-child) input[type="text"],
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-field input[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:last-child) input[type="password"],
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-field input[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:last-child) input[type="number"],
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-field input[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:last-child) input[type="search"],
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-field input[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:last-child) input[type="email"],
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-field input[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item:not(:last-child) input[type="url"],
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-field textarea, .acf-field .input-group-multi.flat .input-group-multi-item:not(:last-child) textarea,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-field select, .acf-field .input-group-multi.flat .input-group-multi-item:not(:last-child) select, .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item:not(:last-child) select,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:not(:last-child) textarea,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce form .form-row select, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:not(:last-child) select,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce .input-text, .woocommerce .input-group-multi.flat .input-group-multi-item:not(:last-child) .input-text,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce .quantity input.qty, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item:not(:last-child) input.qty, .input-group-multi.flat .input-group-multi-item:not(:last-child) #simba_two_factor_auth,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .btn,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader,
    .acf-field[data-type="image"] .hide-if-value .input-group-multi.flat .input-group-multi-item:not(:last-child) label.acf-basic-uploader,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce #respond input#submit,
    .woocommerce #respond .input-group-multi.flat .input-group-multi-item:not(:last-child) input#submit,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce a.button,
    .woocommerce .input-group-multi.flat .input-group-multi-item:not(:last-child) a.button,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce button.button,
    .woocommerce .input-group-multi.flat .input-group-multi-item:not(:last-child) button.button,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce input.button,
    .woocommerce .input-group-multi.flat .input-group-multi-item:not(:last-child) input.button,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce-page #respond input#submit,
    .woocommerce-page #respond .input-group-multi.flat .input-group-multi-item:not(:last-child) input#submit,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce-page a.button,
    .woocommerce-page .input-group-multi.flat .input-group-multi-item:not(:last-child) a.button,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce-page button.button,
    .woocommerce-page .input-group-multi.flat .input-group-multi-item:not(:last-child) button.button,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .woocommerce-page input.button,
    .woocommerce-page .input-group-multi.flat .input-group-multi-item:not(:last-child) input.button,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .card.post-type-product .card-meta .widget-product-item,
    .card.post-type-product .card-meta .input-group-multi.flat .input-group-multi-item:not(:last-child) .widget-product-item,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-button,
    .input-group-multi.flat .input-group-multi-item:not(:last-child) .acf-color_picker .wp-picker-container .wp-picker-clear,
    .acf-color_picker .wp-picker-container .input-group-multi.flat .input-group-multi-item:not(:last-child) .wp-picker-clear {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .form-control, .input-group-multi.flat .input-group-multi-item:nth-child(2) .select2-container .select2-choice, .select2-container .input-group-multi.flat .input-group-multi-item:nth-child(2) .select2-choice, .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input[type="text"],
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input[type="password"],
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input[type="number"],
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input[type="search"],
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input[type="email"],
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input[type="url"],
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field textarea, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) textarea,
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field select, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) select, .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item:nth-child(2) select,
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(2) textarea,
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce form .form-row select, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(2) select,
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce .input-text, .woocommerce .input-group-multi.flat .input-group-multi-item:nth-child(2) .input-text,
    .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce .quantity input.qty, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item:nth-child(2) input.qty, .input-group-multi.flat .input-group-multi-item:nth-child(2) #simba_two_factor_auth {
      background-color: #f2f2f2;
      border-color: #f2f2f2; }
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .form-control:focus, .input-group-multi.flat .input-group-multi-item:nth-child(2) .select2-container .select2-choice:focus, .select2-container .input-group-multi.flat .input-group-multi-item:nth-child(2) .select2-choice:focus, .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input:focus[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input:focus[type="text"],
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input:focus[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input:focus[type="password"],
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input:focus[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input:focus[type="number"],
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input:focus[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input:focus[type="search"],
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input:focus[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input:focus[type="email"],
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field input:focus[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) input:focus[type="url"],
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field textarea:focus, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) textarea:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .acf-field select:focus, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(2) select:focus, .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce div.product form.cart .variations select:focus, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item:nth-child(2) select:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(2) textarea:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce form .form-row select:focus, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(2) select:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce .input-text:focus, .woocommerce .input-group-multi.flat .input-group-multi-item:nth-child(2) .input-text:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(2) .woocommerce .quantity input.qty:focus, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item:nth-child(2) input.qty:focus, .input-group-multi.flat .input-group-multi-item:nth-child(2) #simba_two_factor_auth:focus {
        background-color: #cee8ea;
        border-color: #cee8ea; }
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .form-control, .input-group-multi.flat .input-group-multi-item:nth-child(3) .select2-container .select2-choice, .select2-container .input-group-multi.flat .input-group-multi-item:nth-child(3) .select2-choice, .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input[type="text"],
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input[type="password"],
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input[type="number"],
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input[type="search"],
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input[type="email"],
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input[type="url"],
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field textarea, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) textarea,
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field select, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) select, .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item:nth-child(3) select,
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(3) textarea,
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce form .form-row select, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(3) select,
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce .input-text, .woocommerce .input-group-multi.flat .input-group-multi-item:nth-child(3) .input-text,
    .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce .quantity input.qty, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item:nth-child(3) input.qty, .input-group-multi.flat .input-group-multi-item:nth-child(3) #simba_two_factor_auth {
      background-color: #ebebeb;
      border-color: #ebebeb; }
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .form-control:focus, .input-group-multi.flat .input-group-multi-item:nth-child(3) .select2-container .select2-choice:focus, .select2-container .input-group-multi.flat .input-group-multi-item:nth-child(3) .select2-choice:focus, .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input:focus[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input:focus[type="text"],
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input:focus[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input:focus[type="password"],
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input:focus[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input:focus[type="number"],
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input:focus[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input:focus[type="search"],
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input:focus[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input:focus[type="email"],
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field input:focus[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) input:focus[type="url"],
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field textarea:focus, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) textarea:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .acf-field select:focus, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(3) select:focus, .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce div.product form.cart .variations select:focus, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item:nth-child(3) select:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(3) textarea:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce form .form-row select:focus, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(3) select:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce .input-text:focus, .woocommerce .input-group-multi.flat .input-group-multi-item:nth-child(3) .input-text:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(3) .woocommerce .quantity input.qty:focus, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item:nth-child(3) input.qty:focus, .input-group-multi.flat .input-group-multi-item:nth-child(3) #simba_two_factor_auth:focus {
        background-color: #c8e2e3;
        border-color: #c8e2e3; }
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .form-control, .input-group-multi.flat .input-group-multi-item:nth-child(4) .select2-container .select2-choice, .select2-container .input-group-multi.flat .input-group-multi-item:nth-child(4) .select2-choice, .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input[type="text"],
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input[type="password"],
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input[type="number"],
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input[type="search"],
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input[type="email"],
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input[type="url"],
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field textarea, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) textarea,
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field select, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) select, .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item:nth-child(4) select,
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce form .form-row textarea, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(4) textarea,
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce form .form-row select, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(4) select,
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce .input-text, .woocommerce .input-group-multi.flat .input-group-multi-item:nth-child(4) .input-text,
    .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce .quantity input.qty, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item:nth-child(4) input.qty, .input-group-multi.flat .input-group-multi-item:nth-child(4) #simba_two_factor_auth {
      background-color: #e3e3e3;
      border-color: #e3e3e3; }
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .form-control:focus, .input-group-multi.flat .input-group-multi-item:nth-child(4) .select2-container .select2-choice:focus, .select2-container .input-group-multi.flat .input-group-multi-item:nth-child(4) .select2-choice:focus, .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input:focus[type="text"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input:focus[type="text"],
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input:focus[type="password"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input:focus[type="password"],
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input:focus[type="number"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input:focus[type="number"],
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input:focus[type="search"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input:focus[type="search"],
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input:focus[type="email"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input:focus[type="email"],
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field input:focus[type="url"], .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) input:focus[type="url"],
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field textarea:focus, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) textarea:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .acf-field select:focus, .acf-field .input-group-multi.flat .input-group-multi-item:nth-child(4) select:focus, .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce div.product form.cart .variations select:focus, .woocommerce div.product form.cart .variations .input-group-multi.flat .input-group-multi-item:nth-child(4) select:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(4) textarea:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce form .form-row select:focus, .woocommerce form .form-row .input-group-multi.flat .input-group-multi-item:nth-child(4) select:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce .input-text:focus, .woocommerce .input-group-multi.flat .input-group-multi-item:nth-child(4) .input-text:focus,
      .input-group-multi.flat .input-group-multi-item:nth-child(4) .woocommerce .quantity input.qty:focus, .woocommerce .quantity .input-group-multi.flat .input-group-multi-item:nth-child(4) input.qty:focus, .input-group-multi.flat .input-group-multi-item:nth-child(4) #simba_two_factor_auth:focus {
        background-color: #c1dbdd;
        border-color: #c1dbdd; }

.acf-field .acf-radio-list,
.acf-field .acf-checkbox-list {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .acf-field .acf-radio-list:before, .acf-field .acf-radio-list:after,
  .acf-field .acf-checkbox-list:before,
  .acf-field .acf-checkbox-list:after {
    content: "\20";
    display: table; }
  .acf-field .acf-radio-list:after,
  .acf-field .acf-checkbox-list:after {
    clear: both; }
  .acf-field .acf-radio-list li,
  .acf-field .acf-checkbox-list li {
    padding-left: 10px;
    padding-right: 10px; }
    .acf-field .acf-radio-list li input[type="checkbox"],
    .acf-field .acf-radio-list li input[type="radio"],
    .acf-field .acf-checkbox-list li input[type="checkbox"],
    .acf-field .acf-checkbox-list li input[type="radio"] {
      margin-top: 4px;
      margin-top: 1px \9;
      line-height: normal; }

.af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="title"], .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="job_type"], .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="excerpt"], .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="content"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="first_name"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="last_name"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_address_1"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_country"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_state"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_phone"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="occupation"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="age_group"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="area_of_practice"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_city"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_postcode"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="title"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_category"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="excerpt"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="content"], .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_time_zone"], .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="articles"], .af-form-fields-wrap[data-form="form_digest_setup"] .af-field.acf-field-message, .woocommerce .woocommerce-EditAccountForm .form-row.form-row-first,
.woocommerce .woocommerce-EditAccountForm .form-row.form-row-last,
.woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_month"],
.woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_year"],
.woocommerce .woocommerce-EditAccountForm .acf-field[data-name="occupation"],
.woocommerce .woocommerce-EditAccountForm .acf-field[data-name="age_group"], .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="area_of_practice"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="title"] .af-label, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="job_type"] .af-label, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="excerpt"] .af-label, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="content"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="first_name"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="last_name"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_address_1"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_country"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_state"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_phone"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="occupation"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="age_group"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="area_of_practice"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_city"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_postcode"] .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="title"] .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_category"] .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="excerpt"] .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="content"] .af-label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_time_zone"] .af-label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="articles"] .af-label, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field.acf-field-message .af-label, .woocommerce .woocommerce-EditAccountForm .form-row.form-row-first .af-label, .woocommerce .woocommerce-EditAccountForm .form-row.form-row-last .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_month"] .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_year"] .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="occupation"] .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="age_group"] .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="area_of_practice"] .af-label,
  .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="title"] .af-input,
  .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="job_type"] .af-input,
  .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="excerpt"] .af-input,
  .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="content"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="first_name"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="last_name"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_address_1"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_country"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_state"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_phone"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="occupation"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="age_group"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="area_of_practice"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_city"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_postcode"] .af-input,
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] .af-input,
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="title"] .af-input,
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_category"] .af-input,
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="excerpt"] .af-input,
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="content"] .af-input,
  .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_time_zone"] .af-input,
  .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="articles"] .af-input,
  .af-form-fields-wrap[data-form="form_digest_setup"] .af-field.acf-field-message .af-input,
  .woocommerce .woocommerce-EditAccountForm .form-row.form-row-first .af-input,
  .woocommerce .woocommerce-EditAccountForm .form-row.form-row-last .af-input,
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_month"] .af-input,
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_year"] .af-input,
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="occupation"] .af-input,
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="age_group"] .af-input,
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="area_of_practice"] .af-input {
    float: none;
    width: auto; }
  .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="title"] .af-label label, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="job_type"] .af-label label, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="excerpt"] .af-label label, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="content"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="first_name"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="last_name"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_address_1"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_country"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_state"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_phone"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="occupation"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="age_group"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="area_of_practice"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_city"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_postcode"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="title"] .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_category"] .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="excerpt"] .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="content"] .af-label label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_time_zone"] .af-label label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="articles"] .af-label label, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field.acf-field-message .af-label label, .woocommerce .woocommerce-EditAccountForm .form-row.form-row-first .af-label label, .woocommerce .woocommerce-EditAccountForm .form-row.form-row-last .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_month"] .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_year"] .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="occupation"] .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="age_group"] .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="area_of_practice"] .af-label label {
    text-align: left; }
    @media (min-width: 768px) {
      .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="title"] .af-label label, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="job_type"] .af-label label, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="excerpt"] .af-label label, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="content"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="first_name"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="last_name"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_address_1"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_country"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_state"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_phone"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="occupation"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="age_group"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="area_of_practice"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_city"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_postcode"] .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="title"] .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_category"] .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="excerpt"] .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="content"] .af-label label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_time_zone"] .af-label label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="articles"] .af-label label, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field.acf-field-message .af-label label, .woocommerce .woocommerce-EditAccountForm .form-row.form-row-first .af-label label, .woocommerce .woocommerce-EditAccountForm .form-row.form-row-last .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_month"] .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_year"] .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="occupation"] .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="age_group"] .af-label label, .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="area_of_practice"] .af-label label {
        margin-bottom: 5px;
        padding-top: 0; } }
  .af-form-fields-wrap[data-form="form_submit_job"] .acf-field-no-label.af-field[data-name="title"] > .af-label, .af-form-fields-wrap[data-form="form_submit_job"] .acf-field-no-label.af-field[data-name="job_type"] > .af-label, .af-form-fields-wrap[data-form="form_submit_job"] .acf-field-no-label.af-field[data-name="excerpt"] > .af-label, .af-form-fields-wrap[data-form="form_submit_job"] .acf-field-no-label.af-field[data-name="content"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="first_name"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="last_name"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="billing_address_1"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="billing_country"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="billing_state"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="billing_phone"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="occupation"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="age_group"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="area_of_practice"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="billing_city"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="billing_postcode"] > .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .acf-field-no-label.af-field[data-name="areas_of_interest"] > .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .acf-field-no-label.af-field[data-name="title"] > .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .acf-field-no-label.af-field[data-name="event_category"] > .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .acf-field-no-label.af-field[data-name="excerpt"] > .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .acf-field-no-label.af-field[data-name="content"] > .af-label, .af-form-fields-wrap[data-form="form_submit_digest"] .acf-field-no-label.af-field[data-name="send_time_zone"] > .af-label, .af-form-fields-wrap[data-form="form_submit_digest"] .acf-field-no-label.af-field[data-name="articles"] > .af-label, .af-form-fields-wrap[data-form="form_digest_setup"] .acf-field-no-label.af-field.acf-field-message > .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field-no-label.form-row.form-row-first > .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field-no-label.form-row.form-row-last > .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field-no-label.acf-field[data-name="birth_month"] > .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field-no-label.acf-field[data-name="birth_year"] > .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field-no-label.acf-field[data-name="occupation"] > .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field-no-label.acf-field[data-name="age_group"] > .af-label, .woocommerce .woocommerce-EditAccountForm .acf-field-no-label.acf-field[data-name="area_of_practice"] > .af-label {
    display: none; }

@media (min-width: 768px) {
  .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="image"] .af-input, .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="location"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="image"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="venue_location"] .af-input, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="subject"] .af-input, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_datetime"] .af-input, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="notes"] .af-input, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field[data-name="logo"] .af-input, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field[data-name="business_address"] .af-input {
    width: 75%; } }

.af-form-fields-wrap[data-form="form_submit_job"], .af-form-fields-wrap[data-form="form_submit_event"], .af-form-fields-wrap[data-form="form_submit_digest"], .af-form-fields-wrap[data-form="form_digest_setup"], .af-form-fields-wrap[data-form="form_join_step_2"] {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .af-form-fields-wrap[data-form="form_submit_job"]:before, .af-form-fields-wrap[data-form="form_submit_job"]:after, .af-form-fields-wrap[data-form="form_submit_event"]:before, .af-form-fields-wrap[data-form="form_submit_event"]:after, .af-form-fields-wrap[data-form="form_submit_digest"]:before, .af-form-fields-wrap[data-form="form_submit_digest"]:after, .af-form-fields-wrap[data-form="form_digest_setup"]:before, .af-form-fields-wrap[data-form="form_digest_setup"]:after, .af-form-fields-wrap[data-form="form_join_step_2"]:before, .af-form-fields-wrap[data-form="form_join_step_2"]:after {
    content: "\20";
    display: table; }
  .af-form-fields-wrap[data-form="form_submit_job"]:after, .af-form-fields-wrap[data-form="form_submit_event"]:after, .af-form-fields-wrap[data-form="form_submit_digest"]:after, .af-form-fields-wrap[data-form="form_digest_setup"]:after, .af-form-fields-wrap[data-form="form_join_step_2"]:after {
    clear: both; }
  .af-form-fields-wrap[data-form="form_submit_job"] h4, .af-form-fields-wrap[data-form="form_submit_event"] h4, .af-form-fields-wrap[data-form="form_submit_digest"] h4, .af-form-fields-wrap[data-form="form_digest_setup"] h4, .af-form-fields-wrap[data-form="form_join_step_2"] h4 {
    text-align: center; }
  .af-form-fields-wrap[data-form="form_submit_job"] .af-submit, .af-form-fields-wrap[data-form="form_submit_event"] .af-submit, .af-form-fields-wrap[data-form="form_submit_digest"] .af-submit, .af-form-fields-wrap[data-form="form_digest_setup"] .af-submit, .af-form-fields-wrap[data-form="form_join_step_2"] .af-submit {
    padding-left: 10px;
    padding-right: 10px; }
  .af-form-fields-wrap[data-form="form_submit_job"] .af-field, .af-form-fields-wrap[data-form="form_submit_event"] .af-field, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field {
    margin-bottom: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media (min-width: 768px) {
      .af-form-fields-wrap[data-form="form_submit_job"] .af-field, .af-form-fields-wrap[data-form="form_submit_event"] .af-field, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .af-form-fields-wrap[data-form="form_submit_job"] .af-field .af-label,
    .af-form-fields-wrap[data-form="form_submit_job"] .af-field .af-input,
    .af-form-fields-wrap[data-form="form_submit_job"] .af-field .af-field-instructions, .af-form-fields-wrap[data-form="form_submit_event"] .af-field .af-label,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field .af-input,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field .af-field-instructions, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field .af-label,
    .af-form-fields-wrap[data-form="form_submit_digest"] .af-field .af-input,
    .af-form-fields-wrap[data-form="form_submit_digest"] .af-field .af-field-instructions, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field .af-label,
    .af-form-fields-wrap[data-form="form_digest_setup"] .af-field .af-input,
    .af-form-fields-wrap[data-form="form_digest_setup"] .af-field .af-field-instructions, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field .af-label,
    .af-form-fields-wrap[data-form="form_join_step_2"] .af-field .af-input,
    .af-form-fields-wrap[data-form="form_join_step_2"] .af-field .af-field-instructions {
      padding-left: 10px;
      padding-right: 10px; }
    .af-form-fields-wrap[data-form="form_submit_job"] .af-field .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field .af-label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field .af-label, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field .af-label {
      margin-bottom: 0; }
      .af-form-fields-wrap[data-form="form_submit_job"] .af-field .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field .af-label label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field .af-label label, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field .af-label label {
        font-size: 16px;
        font-weight: normal; }
        @media (min-width: 768px) {
          .af-form-fields-wrap[data-form="form_submit_job"] .af-field .af-label label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field .af-label label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field .af-label label, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field .af-label label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field .af-label label {
            text-align: right;
            margin-bottom: 0;
            padding-top: 7px; } }
    @media (min-width: 768px) {
      .af-form-fields-wrap[data-form="form_submit_job"] .af-field .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field .af-label, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field .af-label, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field .af-label, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field .af-label {
        width: 25%; }
      .af-form-fields-wrap[data-form="form_submit_job"] .af-field .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field .af-input, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field .af-input, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field .af-input, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field .af-input {
        width: 50%; }
      .af-form-fields-wrap[data-form="form_submit_job"] .af-field .af-field-instructions, .af-form-fields-wrap[data-form="form_submit_event"] .af-field .af-field-instructions, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field .af-field-instructions, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field .af-field-instructions, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field .af-field-instructions {
        margin-left: 25%; }
      .af-form-fields-wrap[data-form="form_submit_job"] .af-field.acf-field-no-label > .af-label + .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field.acf-field-no-label > .af-label + .af-input, .af-form-fields-wrap[data-form="form_submit_digest"] .af-field.acf-field-no-label > .af-label + .af-input, .af-form-fields-wrap[data-form="form_digest_setup"] .af-field.acf-field-no-label > .af-label + .af-input, .af-form-fields-wrap[data-form="form_join_step_2"] .af-field.acf-field-no-label > .af-label + .af-input {
        width: 100%; } }

.af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="title"] {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%; }

.af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name="job_type"] {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%; }

@media (max-width: 767px) {
  .af-form-fields-wrap[data-form="form_submit_job"] .af-field[data-name] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="first_name"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="last_name"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_address_1"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_country"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_state"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_phone"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="occupation"], .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="age_group"] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="area_of_practice"] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_city"] {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%; }

.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="billing_postcode"] {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%; }

.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

@media (min-width: 768px) {
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100; } }

.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-label {
  display: none; }

.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input {
  width: auto; }
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="agree_terms_privacy"] .af-input .acf-true-false {
    margin: 7px 0; }

.af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] .acf-checkbox-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] .acf-checkbox-list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media (min-width: 768px) {
      .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] .acf-checkbox-list li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
        .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] .acf-checkbox-list li:nth-child(1), .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name="areas_of_interest"] .acf-checkbox-list li:nth-child(2) {
          margin-top: 10px; } }

@media (max-width: 767px) {
  .af-form-fields-wrap[data-form="form_join_step_2"] .af-field[data-name] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.af-form-fields-wrap[data-form="form_join_step_2"] .af-submit {
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media (min-width: 768px) {
    .af-form-fields-wrap[data-form="form_join_step_2"] .af-submit {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -webkit-box-ordinal-group: 100;
          -ms-flex-order: 99;
              order: 99; } }

.af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="title"] {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%; }

.af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_category"] {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%; }

@media (min-width: 992px) {
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_date"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_date"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_date"] .af-label,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_date"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_date"] .af-label,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_date"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-label,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input {
      width: 50%; } }

.af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  font-family: "Glyphicons Halflings";
  content: "\e135"; }

.af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_time"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_time"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_time"] .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_time"] .af-label, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-label {
    display: none; }
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_time"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_time"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input {
    width: 100%; }

@media (min-width: 768px) and (max-width: 991px) {
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_date"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_time"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_date"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_time"], .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%; }
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_date"] .af-label,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_date"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_time"] .af-label,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_from_time"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_date"] .af-label,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_date"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_time"] .af-label,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_to_time"] .af-input, .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-label,
    .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name="event_timezone"] .af-input {
      width: 100%; } }

.af-form-fields-wrap[data-form="form_submit_event"] .af-field.hidden-by-conditional-logic {
  display: block !important;
  margin: 0 !important; }
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field.hidden-by-conditional-logic > * {
    display: none !important; }

@media (max-width: 767px) {
  .af-form-fields-wrap[data-form="form_submit_event"] .af-field[data-name] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_datetime"] {
  -ms-flex-preferred-size: 62.5%;
      flex-basis: 62.5%; }
  @media (min-width: 768px) {
    .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_datetime"] .af-label {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
    .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_datetime"] .af-input {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%; }
    .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_datetime"] .af-field-instructions {
      margin-left: 40%;
      margin-right: -60%; } }

.af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_time_zone"] {
  -ms-flex-preferred-size: 37.5%;
      flex-basis: 37.5%;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media (min-width: 768px) {
    .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name="send_time_zone"] .af-label {
      display: none; } }

@media (max-width: 767px) {
  .af-form-fields-wrap[data-form="form_submit_digest"] .af-field[data-name] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.af-form-fields-wrap[data-form="form_digest_setup"] .af-field.acf-field-message {
  text-align: center; }

@media (max-width: 767px) {
  .af-form-fields-wrap[data-form="form_digest_setup"] .af-field[data-name] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.af-form-fields-wrap input[type="submit"] + .af-spinner {
  margin-left: 10px; }

.af-form-fields-wrap[data-form="form_submit_job"] {
  padding-left: 0; }
  @media (min-width: 768px) {
    .af-form-fields-wrap[data-form="form_submit_job"] .af-input {
      -webkit-box-flex: 1 !important;
          -ms-flex-positive: 1 !important;
              flex-grow: 1 !important; }
    .af-form-fields-wrap[data-form="form_submit_job"] .af-field-instructions {
      margin-left: 0 !important;
      padding: 0 !important; } }

.af-form-fields-wrap[data-form="form_submit_job"] + .af-submit {
  padding-left: 0; }
  @media (min-width: 768px) {
    .af-form-fields-wrap[data-form="form_submit_job"] + .af-submit {
      text-align: right;
      padding-right: 0; } }

.woocommerce .woocommerce-EditAccountForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px; }
  .woocommerce .woocommerce-EditAccountForm:before, .woocommerce .woocommerce-EditAccountForm:after {
    content: "\20";
    display: table; }
  .woocommerce .woocommerce-EditAccountForm:after {
    clear: both; }
  .woocommerce .woocommerce-EditAccountForm .form-row,
  .woocommerce .woocommerce-EditAccountForm .acf-field,
  .woocommerce .woocommerce-EditAccountForm fieldset {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .woocommerce .woocommerce-EditAccountForm fieldset {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .woocommerce .woocommerce-EditAccountForm fieldset .form-row {
      padding: 0; }
  .woocommerce .woocommerce-EditAccountForm .form-row.form-row-first,
  .woocommerce .woocommerce-EditAccountForm .form-row.form-row-last,
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_month"],
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="birth_year"],
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="occupation"],
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="age_group"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="area_of_practice"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="areas_of_interest"] .acf-checkbox-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="areas_of_interest"] .acf-checkbox-list li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      @media (min-width: 768px) {
        .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="areas_of_interest"] .acf-checkbox-list li {
          -ms-flex-preferred-size: calc( 100% / 2);
              flex-basis: calc( 100% / 2); }
          .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="areas_of_interest"] .acf-checkbox-list li:nth-child(1), .woocommerce .woocommerce-EditAccountForm .acf-field[data-name="areas_of_interest"] .acf-checkbox-list li:nth-child(2) {
            margin-top: 10px; } }
  @media (max-width: 767px) {
    .woocommerce .woocommerce-EditAccountForm .form-row.form-row-first,
    .woocommerce .woocommerce-EditAccountForm .form-row.form-row-last,
    .woocommerce .woocommerce-EditAccountForm .acf-field[data-name] {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  .woocommerce .woocommerce-EditAccountForm .af-submit {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center; }
  .woocommerce .woocommerce-EditAccountForm input[type="submit"] + .af-spinner {
    margin-left: 10px; }
  .woocommerce .woocommerce-EditAccountForm > p:last-child {
    padding: 0 10px; }

.acf-field[data-type="image"] .show-if-value {
  max-width: none !important; }

.acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader:before {
  content: 'Choose file'; }

.select2-drop-active {
  border-color: #01aeb8; }

.select2-results .select2-highlighted {
  background-color: #01aeb8;
  color: #fff; }

.select2-container .select2-choice .select2-arrow::after {
  margin-top: 8px;
  content: ''; }

.select2-container .select2-choice .select2-arrow b {
  display: none; }

.select2-container.select2-dropdown-open .select2-choice {
  border-color: #01aeb8;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.select2-container.select2-container-active .select2-choice {
  border-color: #01aeb8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 174, 184, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 174, 184, 0.6); }

.ui-datepicker.ui-widget-content {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  border: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
  border-top: 1px solid #888988; }

.ui-datepicker .ui-datepicker-title {
  color: inherit; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  height: 50px;
  font-size: 18px; }
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button.disabled,
  .woocommerce a.button.disabled:hover,
  .woocommerce a.button:disabled,
  .woocommerce a.button:disabled:hover,
  .woocommerce a.button:disabled[disabled],
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button.disabled,
  .woocommerce button.button.disabled:hover,
  .woocommerce button.button:disabled,
  .woocommerce button.button:disabled:hover,
  .woocommerce button.button:disabled[disabled],
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button.disabled,
  .woocommerce input.button.disabled:hover,
  .woocommerce input.button:disabled,
  .woocommerce input.button:disabled:hover,
  .woocommerce input.button:disabled[disabled],
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce-page #respond input#submit.disabled,
  .woocommerce-page #respond input#submit.disabled:hover,
  .woocommerce-page #respond input#submit:disabled,
  .woocommerce-page #respond input#submit:disabled:hover,
  .woocommerce-page #respond input#submit:disabled[disabled],
  .woocommerce-page #respond input#submit:disabled[disabled]:hover,
  .woocommerce-page a.button.disabled,
  .woocommerce-page a.button.disabled:hover,
  .woocommerce-page a.button:disabled,
  .woocommerce-page a.button:disabled:hover,
  .woocommerce-page a.button:disabled[disabled],
  .woocommerce-page a.button:disabled[disabled]:hover,
  .woocommerce-page button.button.disabled,
  .woocommerce-page button.button.disabled:hover,
  .woocommerce-page button.button:disabled,
  .woocommerce-page button.button:disabled:hover,
  .woocommerce-page button.button:disabled[disabled],
  .woocommerce-page button.button:disabled[disabled]:hover,
  .woocommerce-page input.button.disabled,
  .woocommerce-page input.button.disabled:hover,
  .woocommerce-page input.button:disabled,
  .woocommerce-page input.button:disabled:hover,
  .woocommerce-page input.button:disabled[disabled],
  .woocommerce-page input.button:disabled[disabled]:hover {
    color: #01aeb8 !important;
    padding: 6px 12px;
    background-color: #fff !important; }

.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last,
    .woocommerce-page form .form-row.form-row-first,
    .woocommerce-page form .form-row.form-row-last {
      width: 50%; }
    .woocommerce form .form-row.form-row-first,
    .woocommerce-page form .form-row.form-row-first {
      padding-right: 10px; }
    .woocommerce form .form-row.form-row-last,
    .woocommerce-page form .form-row.form-row-last {
      padding-left: 10px; } }
  .woocommerce form .form-row label,
  .woocommerce-page form .form-row label {
    line-height: inherit; }

.direct-register .form-group, .direct-register .woocommerce form .form-row, .woocommerce form .direct-register .form-row,
.direct-register .woocommerce-page form .form-row, .woocommerce-page form .direct-register .form-row, .direct-register .acf-field {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .direct-register .form-group > input, .direct-register .woocommerce form .form-row > input, .woocommerce form .direct-register .form-row > input, .direct-register .woocommerce-page form .form-row > input, .woocommerce-page form .direct-register .form-row > input, .direct-register .acf-field > input,
  .direct-register .form-group .input-group-append,
  .direct-register .woocommerce form .form-row .input-group-append,
  .woocommerce form .direct-register .form-row .input-group-append,
  .direct-register .woocommerce-page form .form-row .input-group-append,
  .woocommerce-page form .direct-register .form-row .input-group-append,
  .direct-register .acf-field .input-group-append {
    height: 46px; }
  .direct-register .form-group > input, .direct-register .woocommerce form .form-row > input, .woocommerce form .direct-register .form-row > input, .direct-register .woocommerce-page form .form-row > input, .woocommerce-page form .direct-register .form-row > input, .direct-register .acf-field > input {
    border-right: 0;
    border-radius: 4px 0 0 4px; }
  .direct-register .form-group .input-group-append button, .direct-register .woocommerce form .form-row .input-group-append button, .woocommerce form .direct-register .form-row .input-group-append button, .direct-register .woocommerce-page form .form-row .input-group-append button, .woocommerce-page form .direct-register .form-row .input-group-append button, .direct-register .acf-field .input-group-append button {
    height: 100%;
    width: 100px;
    border-radius: 0 4px 4px 0;
    font-size: 18px; }

@media (min-width: 768px) {
  .archive-list-job > *:nth-child(2n+1) {
    clear: left; } }

.navbar-brand > img {
  height: calc(100% + 19px * 2);
  margin-top: -19px;
  padding-top: 15px;
  padding-bottom: 15px; }

.navbar-btn {
  margin-left: 6px;
  margin-right: 6px; }
  ul.navbar-right > li:last-child .navbar-btn {
    margin-right: 10px; }
  @media (max-width: 767px) {
    .navbar-btn {
      margin-left: 10px;
      margin-right: 10px; } }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .acf-field[data-type="image"] .hide-if-value .btn-group-sm > label.navbar-btn.acf-basic-uploader, .woocommerce #respond .btn-group-sm > input.navbar-btn#submit,
  .woocommerce .btn-group-sm > a.navbar-btn.button,
  .woocommerce .btn-group-sm > button.navbar-btn.button,
  .woocommerce .btn-group-sm > input.navbar-btn.button,
  .woocommerce-page #respond .btn-group-sm > input.navbar-btn#submit,
  .woocommerce-page .btn-group-sm > a.navbar-btn.button,
  .woocommerce-page .btn-group-sm > button.navbar-btn.button,
  .woocommerce-page .btn-group-sm > input.navbar-btn.button, .card.post-type-product .card-meta .btn-group-sm > .navbar-btn.widget-product-item, .btn-group-sm > .navbar-btn.acf-button, .acf-color_picker .wp-picker-container .navbar-btn.wp-picker-clear {
    margin-left: 6.75px;
    margin-right: 6.75px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .acf-field[data-type="image"] .hide-if-value .btn-group-xs > label.navbar-btn.acf-basic-uploader, .woocommerce #respond .btn-group-xs > input.navbar-btn#submit,
  .woocommerce .btn-group-xs > a.navbar-btn.button,
  .woocommerce .btn-group-xs > button.navbar-btn.button,
  .woocommerce .btn-group-xs > input.navbar-btn.button,
  .woocommerce-page #respond .btn-group-xs > input.navbar-btn#submit,
  .woocommerce-page .btn-group-xs > a.navbar-btn.button,
  .woocommerce-page .btn-group-xs > button.navbar-btn.button,
  .woocommerce-page .btn-group-xs > input.navbar-btn.button, .card.post-type-product .card-meta .btn-group-xs > .navbar-btn.widget-product-item, .btn-group-xs > .navbar-btn.acf-button, .acf-color_picker .wp-picker-container .btn-group-xs > .navbar-btn.wp-picker-clear {
    margin-left: 9.5px;
    margin-right: 9.5px; }

@media (max-width: 767px) {
  .navbar-nav + .navbar-nav {
    margin-top: -9.5px; } }

body > header > .navbar.navbar-inverse {
  margin-bottom: 0;
  border-width: 0;
  position: relative; }
  @media (max-width: 767px) {
    body > header > .navbar.navbar-inverse {
      min-height: 0; } }
  body > header > .navbar.navbar-inverse .dc {
    font-size: 1.33333em;
    line-height: 1em;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 0.166666em;
    margin-top: -0.166666em;
    margin-right: 0.1em; }
  body > header > .navbar.navbar-inverse li.icon-only .dc {
    margin-right: 0; }
  body > header > .navbar.navbar-inverse .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body > header > .navbar.navbar-inverse .navbar-header .navbar-brand {
      margin-right: auto;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      body > header > .navbar.navbar-inverse .navbar-header .navbar-brand img {
        max-width: 100%; }
  body > header > .navbar.navbar-inverse .navbar-nav {
    padding-left: 0;
    margin-left: -15px; }
    body > header > .navbar.navbar-inverse .navbar-nav > li > a {
      font-size: 16px; }
      body > header > .navbar.navbar-inverse .navbar-nav > li > a .caret, body > header > .navbar.navbar-inverse .navbar-nav > li > a .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice body > header > .navbar.navbar-inverse .navbar-nav > li > a .select2-arrow::after {
        display: none; }
    body > header > .navbar.navbar-inverse .navbar-nav .dropdown-menu {
      text-transform: none;
      font-size: 14px; }
      body > header > .navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 2; }
    @media (min-width: 768px) {
      body > header > .navbar.navbar-inverse .navbar-nav > li.dropdown:not(.active) > a::before {
        display: none; } }
    body > header > .navbar.navbar-inverse .navbar-nav > li > .dropdown-menu {
      margin-top: -4px; }
    body > header > .navbar.navbar-inverse .navbar-nav .dropdown > a::after {
      font-family: 'Glyphicons Halflings';
      content: "\e080";
      float: right; }
    @media (min-width: 768px) {
      body > header > .navbar.navbar-inverse .navbar-nav > .dropdown > a::after {
        display: none; } }
  @media (min-width: 768px) {
    body > header > .navbar.navbar-inverse .navbar-right {
      margin-right: 0; } }
  body > header > .navbar.navbar-inverse .dropdown-menu {
    border: none; }
    body > header > .navbar.navbar-inverse .dropdown-menu > li > a {
      color: #01aeb8; }
      body > header > .navbar.navbar-inverse .dropdown-menu > li > a:hover, body > header > .navbar.navbar-inverse .dropdown-menu > li > a:focus {
        color: #01969f; }
    body > header > .navbar.navbar-inverse .dropdown-menu > .active > a, body > header > .navbar.navbar-inverse .dropdown-menu > .active > a:hover, body > header > .navbar.navbar-inverse .dropdown-menu > .active > a:focus {
      color: #fff; }
    body > header > .navbar.navbar-inverse .dropdown-menu .dropdown:not(.active):hover > a {
      color: #01969f;
      background-color: #eee; }
    @media (min-width: 768px) {
      body > header > .navbar.navbar-inverse .dropdown-menu .dropdown-menu {
        left: 100%;
        top: -5px;
        margin: 0;
        border-radius: 3px;
        border-top-left-radius: 0; } }
    @media (max-width: 767px) {
      body > header > .navbar.navbar-inverse .dropdown-menu {
        padding-left: 40px; }
        body > header > .navbar.navbar-inverse .dropdown-menu .dropdown-menu {
          padding-left: 20px;
          border: 1px solid #eee;
          border-right: none;
          border-top: none;
          border-radius: 0;
          border-bottom-left-radius: 3px; } }
  @media (max-width: 767px) {
    body > header > .navbar.navbar-inverse .navbar-nav .dropdown-menu li.open > a, body > header > .navbar.navbar-inverse .navbar-nav .dropdown-menu li.open > a:focus, body > header > .navbar.navbar-inverse .navbar-nav .dropdown-menu li.open > a:hover {
      color: #01969f;
      background-color: #eee;
      border-top-left-radius: 3px; } }

body > header .navbar-upper {
  z-index: 2; }
  @media (min-width: 768px) {
    body > header .navbar-upper .navbar-nav > li > a {
      padding-left: 8px;
      padding-right: 8px; } }
  body > header .navbar-upper .navbar-nav > li > a:hover::before,
  body > header .navbar-upper .navbar-nav > li > a:focus::before,
  body > header .navbar-upper .navbar-nav > .active > a::before {
    top: 0; }
  body > header .navbar-upper .navbar-nav > li > .dropdown-menu {
    border-radius: 3px; }

body > header .navbar-lower {
  z-index: 1; }
  @media (min-width: 768px) {
    body > header .navbar-lower .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  body > header .navbar-lower .navbar-nav {
    float: none;
    width: 100%; }

body > header #menu-account-menu {
  z-index: 1; }
  body > header #menu-account-menu .dropdown-menu {
    margin-top: -5px;
    left: 0; }

.nav:not(.navbar-nav), .acf-tab-group:not(.navbar-nav), .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .nav:not(.navbar-nav).nav-left, .acf-tab-group:not(.navbar-nav).nav-left, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav).nav-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .nav:not(.navbar-nav).nav-right, .acf-tab-group:not(.navbar-nav).nav-right, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav).nav-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .nav:not(.navbar-nav).nav-center, .acf-tab-group:not(.navbar-nav).nav-center, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .nav:not(.navbar-nav).nav-justified > li, .nav-justified.acf-tab-group:not(.navbar-nav) > li, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav).nav-justified > li {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .nav:not(.navbar-nav).nav-pills, .acf-tab-group:not(.navbar-nav).nav-pills, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) {
    margin: -5px; }
    .nav:not(.navbar-nav).nav-pills > li, .acf-tab-group:not(.navbar-nav).nav-pills > li, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) > li {
      margin: 5px; }
      .nav:not(.navbar-nav).nav-pills > li > a, .acf-tab-group:not(.navbar-nav).nav-pills > li > a, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) > li > a {
        color: #01aeb8;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
                box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: -webkit-box-shadow 0.2s linear;
        transition: -webkit-box-shadow 0.2s linear;
        -o-transition: box-shadow 0.2s linear;
        transition: box-shadow 0.2s linear;
        transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear; }
        .nav:not(.navbar-nav).nav-pills > li > a:hover, .acf-tab-group:not(.navbar-nav).nav-pills > li > a:hover, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) > li > a:hover, .nav:not(.navbar-nav).nav-pills > li > a:focus, .acf-tab-group:not(.navbar-nav).nav-pills > li > a:focus, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) > li > a:focus {
          text-decoration: none;
          background-color: #888988; }
      .nav:not(.navbar-nav).nav-pills > li.active > a, .acf-tab-group:not(.navbar-nav).nav-pills > li.active > a, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) > li.active > a, .nav:not(.navbar-nav).nav-pills > li.active > a:hover, .acf-tab-group:not(.navbar-nav).nav-pills > li.active > a:hover, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) > li.active > a:hover, .nav:not(.navbar-nav).nav-pills > li.active > a:focus, .acf-tab-group:not(.navbar-nav).nav-pills > li.active > a:focus, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav) > li.active > a:focus {
        color: #fff;
        background-color: #01aeb8;
        -webkit-box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.15); }
  .nav:not(.navbar-nav).nav-stacked, .acf-tab-group:not(.navbar-nav).nav-stacked, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav).nav-stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .nav:not(.navbar-nav).nav-stacked > li, .acf-tab-group:not(.navbar-nav).nav-stacked > li, .woocommerce-account .wc-memberships-members-area-navigation > ul:not(.navbar-nav).nav-stacked > li {
      margin-left: 0;
      margin-right: 0; }

.nav-pills + .tab-content, .woocommerce-account .wc-memberships-members-area-navigation > ul + .tab-content {
  margin-top: 20px; }

.search-form-header {
  position: relative; }
  .search-form-header.search-form-header-desktop {
    height: 0; }
  .search-form-header form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: 12px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .search-form-header form .form-group, .search-form-header .woocommerce form .form-row, .woocommerce .search-form-header form .form-row,
      .search-form-header .woocommerce-page form .form-row, .woocommerce-page .search-form-header form .form-row, .search-form-header form .acf-field {
        margin-bottom: 5px; }
        .search-form-header form .form-group:last-child, .search-form-header .woocommerce form .form-row:last-child, .woocommerce .search-form-header form .form-row:last-child,
        .search-form-header .woocommerce-page form .form-row:last-child, .woocommerce-page .search-form-header form .form-row:last-child, .search-form-header form .acf-field:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .search-form-header form {
        width: auto;
        border: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .search-form-header form {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0; } }
  .search-form-header + .navbar-nav {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .search-form-header.collapse {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 150px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
    .search-form-header.collapse.in {
      display: block;
      visibility: visible;
      opacity: 1;
      width: 500px; }
      .search-form-header.collapse.in + .navbar-nav {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear; }

#country-selector {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 20px;
  font-family: "omnes-pro", "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-right: 10px; }
  #country-selector .btn, #country-selector .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value #country-selector label.acf-basic-uploader, #country-selector .woocommerce #respond input#submit, .woocommerce #respond #country-selector input#submit,
  #country-selector .woocommerce a.button, .woocommerce #country-selector a.button,
  #country-selector .woocommerce button.button, .woocommerce #country-selector button.button,
  #country-selector .woocommerce input.button, .woocommerce #country-selector input.button,
  #country-selector .woocommerce-page #respond input#submit, .woocommerce-page #respond #country-selector input#submit,
  #country-selector .woocommerce-page a.button, .woocommerce-page #country-selector a.button,
  #country-selector .woocommerce-page button.button, .woocommerce-page #country-selector button.button,
  #country-selector .woocommerce-page input.button, .woocommerce-page #country-selector input.button, #country-selector .card.post-type-product .card-meta .widget-product-item, .card.post-type-product .card-meta #country-selector .widget-product-item, #country-selector .acf-button, #country-selector .acf-color_picker .wp-picker-container .wp-picker-clear, .acf-color_picker .wp-picker-container #country-selector .wp-picker-clear {
    padding: 0;
    border: 0;
    margin: 3px 0 0;
    height: auto;
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    color: #fff;
    font-size: inherit; }
    #country-selector .btn .caret, #country-selector .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .caret, .acf-field[data-type="image"] .hide-if-value #country-selector label.acf-basic-uploader .caret, #country-selector .woocommerce #respond input#submit .caret, .woocommerce #respond #country-selector input#submit .caret, #country-selector .woocommerce a.button .caret, .woocommerce #country-selector a.button .caret, #country-selector .woocommerce button.button .caret, .woocommerce #country-selector button.button .caret, #country-selector .woocommerce input.button .caret, .woocommerce #country-selector input.button .caret, #country-selector .woocommerce-page #respond input#submit .caret, .woocommerce-page #respond #country-selector input#submit .caret, #country-selector .woocommerce-page a.button .caret, .woocommerce-page #country-selector a.button .caret, #country-selector .woocommerce-page button.button .caret, .woocommerce-page #country-selector button.button .caret, #country-selector .woocommerce-page input.button .caret, .woocommerce-page #country-selector input.button .caret, #country-selector .card.post-type-product .card-meta .widget-product-item .caret, .card.post-type-product .card-meta #country-selector .widget-product-item .caret, #country-selector .acf-button .caret, #country-selector .acf-color_picker .wp-picker-container .wp-picker-clear .caret, .acf-color_picker .wp-picker-container #country-selector .wp-picker-clear .caret, #country-selector .btn .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .btn .select2-arrow::after, #country-selector .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader .select2-arrow::after, .acf-field[data-type="image"] .hide-if-value #country-selector label.acf-basic-uploader .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .acf-field[data-type="image"] .hide-if-value #country-selector label.acf-basic-uploader .select2-arrow::after, #country-selector .woocommerce #respond input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .woocommerce #respond input#submit .select2-arrow::after, .woocommerce #respond #country-selector input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce #respond #country-selector input#submit .select2-arrow::after, #country-selector .woocommerce a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .woocommerce a.button .select2-arrow::after, .woocommerce #country-selector a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce #country-selector a.button .select2-arrow::after, #country-selector .woocommerce button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .woocommerce button.button .select2-arrow::after, .woocommerce #country-selector button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce #country-selector button.button .select2-arrow::after, #country-selector .woocommerce input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .woocommerce input.button .select2-arrow::after, .woocommerce #country-selector input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce #country-selector input.button .select2-arrow::after, #country-selector .woocommerce-page #respond input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .woocommerce-page #respond input#submit .select2-arrow::after, .woocommerce-page #respond #country-selector input#submit .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page #respond #country-selector input#submit .select2-arrow::after, #country-selector .woocommerce-page a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .woocommerce-page a.button .select2-arrow::after, .woocommerce-page #country-selector a.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page #country-selector a.button .select2-arrow::after, #country-selector .woocommerce-page button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .woocommerce-page button.button .select2-arrow::after, .woocommerce-page #country-selector button.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page #country-selector button.button .select2-arrow::after, #country-selector .woocommerce-page input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .woocommerce-page input.button .select2-arrow::after, .woocommerce-page #country-selector input.button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .woocommerce-page #country-selector input.button .select2-arrow::after, #country-selector .card.post-type-product .card-meta .widget-product-item .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .card.post-type-product .card-meta .widget-product-item .select2-arrow::after, .card.post-type-product .card-meta #country-selector .widget-product-item .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .card.post-type-product .card-meta #country-selector .widget-product-item .select2-arrow::after, #country-selector .acf-button .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .acf-button .select2-arrow::after, #country-selector .acf-color_picker .wp-picker-container .wp-picker-clear .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice #country-selector .acf-color_picker .wp-picker-container .wp-picker-clear .select2-arrow::after, .acf-color_picker .wp-picker-container #country-selector .wp-picker-clear .select2-container .select2-choice .select2-arrow::after, .select2-container .select2-choice .acf-color_picker .wp-picker-container #country-selector .wp-picker-clear .select2-arrow::after {
      border-width: 5px;
      position: relative;
      top: -2px; }
  #country-selector .dropdown-menu {
    left: -11px;
    font-size: inherit;
    min-width: 0; }
    #country-selector .dropdown-menu li a {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }

.dropdown-menu {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12); }

.fluidbox__wrap img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  z-index: -2;
  position: relative; }

.fluidbox--closed .fluidbox__ghost {
  -webkit-transition: opacity 1s 0s,-webkit-transform .5s 0s;
  transition: opacity 1s 0s,-webkit-transform .5s 0s;
  -o-transition: opacity 1s 0s,-o-transform .5s 0s;
  transition: opacity 1s 0s,transform .5s 0s;
  transition: opacity 1s 0s,transform .5s 0s,-webkit-transform .5s 0s,-o-transform .5s 0s;
  opacity: 0 !important; }

.fluidbox__overlay {
  top: -100%;
  bottom: -100%; }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 11px auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 11px;
  height: auto; }

.alignleft {
  float: left;
  margin-right: 11px; }

.alignright {
  float: right;
  margin-left: 11px; }

.wp-caption-text {
  padding: 9px; }

.card {
  position: relative;
  border: none;
  text-align: left;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .card img {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear; }
  .card:hover img {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175); }
  .card:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175); }
  .card .card-link-overlay {
    z-index: 2; }
  .card .card-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card .card-block {
    padding: 7.5px 0; }
    .card .card-block.card-meta {
      padding-top: 3.75px;
      padding-bottom: 3.75px; }
  .card .card-excerpt > p {
    margin-bottom: 3.75px; }
    .card .card-excerpt > p:last-child {
      margin-bottom: 0; }
  .card .card-title {
    line-height: 28px;
    font-size: 20px;
    font-weight: normal;
    margin: 0; }
    .card .card-title .label {
      font-weight: normal;
      padding: 0.1em 0.5em;
      position: relative;
      top: -1px; }
  .card .card-subtitle {
    margin-top: 0;
    color: #757575;
    text-transform: uppercase; }
  .card .card-meta {
    color: #757575;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .card .card-meta .card-meta-highlight {
      color: #8bd1b7; }
    .card .card-meta:empty {
      display: none; }
  .card .card-actions {
    position: relative;
    z-index: 2;
    float: right;
    right: -7.5px;
    border-radius: 50%; }
    .card .card-actions:hover {
      z-index: 3; }
  .card.card-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 9; }
    .card.card-sm .card-img-container {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 220px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      background: #01bcc7 url(../images/logo-colour.svg) center/cover no-repeat;
      background-size: auto 125%;
      background-position: center;
      border-radius: 8px; }
      .card.card-sm .card-img-container .card-icon {
        height: 100%;
        min-height: 50px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .card.card-sm .card-img-container .card-icon .dc {
          font-size: 50px;
          color: #fff; }
      .card.card-sm .card-img-container:not(.placeholder) {
        background: #fff; }
        .card.card-sm .card-img-container:not(.placeholder) .card-icon {
          display: none; }
        .card.card-sm .card-img-container:not(.placeholder) .card-img-overlay, .card.card-sm .card-img-container:not(.placeholder) .card-link-overlay {
          background-image: none; }
      .card.card-sm .card-img-container .card-img-overlay, .card.card-sm .card-img-container .card-link-overlay {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
        background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
        background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4)); }
      .card.card-sm .card-img-container.placeholder {
        padding: 5px; }
        .card.card-sm .card-img-container.placeholder .card-img-overlay, .card.card-sm .card-img-container.placeholder .card-link-overlay {
          background-image: none; }
      .card.card-sm .card-img-container .card-title {
        display: none; }
      .card.card-sm .card-img-container img {
        width: 100%;
        height: 220px;
        border-radius: 8px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    .card.card-sm .card-block-container {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 100%; }
    .card.card-sm .card-excerpt {
      display: none; }
  .card.card-md:not(.card-webinar), .woocommerce ul.products li.card.product:not(.card-webinar), .woocommerce-page ul.products li.card.product:not(.card-webinar) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .card.card-md:not(.card-webinar) .card-img-container, .woocommerce ul.products li.card.product:not(.card-webinar) .card-img-container, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-img-container {
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      background: #01bcc7 url(../images/logo-colour.svg) center/cover no-repeat;
      background-size: calc(100% - 20px);
      background-position: center;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
      border-radius: 8px; }
      .card.card-md:not(.card-webinar) .card-img-container .card-img-aspect, .woocommerce ul.products li.card.product:not(.card-webinar) .card-img-container .card-img-aspect, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-img-container .card-img-aspect {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        border-radius: inherit;
        overflow: hidden; }
        .card.card-md:not(.card-webinar) .card-img-container .card-img-aspect img, .woocommerce ul.products li.card.product:not(.card-webinar) .card-img-container .card-img-aspect img, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-img-container .card-img-aspect img {
          border-radius: inherit; }
      .card.card-md:not(.card-webinar) .card-img-container .card-icon, .woocommerce ul.products li.card.product:not(.card-webinar) .card-img-container .card-icon, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-img-container .card-icon {
        display: none; }
      .card.card-md:not(.card-webinar) .card-img-container .card-img-overlay, .woocommerce ul.products li.card.product:not(.card-webinar) .card-img-container .card-img-overlay, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-img-container .card-img-overlay, .card.card-md:not(.card-webinar) .card-img-container .card-link-overlay, .woocommerce ul.products li.card.product:not(.card-webinar) .card-img-container .card-link-overlay, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-img-container .card-link-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 7.5px; }
      .card.card-md:not(.card-webinar) .card-img-container .card-title, .woocommerce ul.products li.card.product:not(.card-webinar) .card-img-container .card-title, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-img-container .card-title {
        max-height: 100%;
        overflow: hidden; }
        .card.card-md:not(.card-webinar) .card-img-container .card-title a, .woocommerce ul.products li.card.product:not(.card-webinar) .card-img-container .card-title a, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-img-container .card-title a {
          color: white; }
      .card.card-md:not(.card-webinar) .card-img-container img, .woocommerce ul.products li.card.product:not(.card-webinar) .card-img-container img, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-img-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        -webkit-transition: -webkit-transform 10s ease-out;
        transition: -webkit-transform 10s ease-out;
        -o-transition: -o-transform 10s ease-out;
        transition: transform 10s ease-out;
        transition: transform 10s ease-out, -webkit-transform 10s ease-out, -o-transform 10s ease-out;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    .card.card-md:not(.card-webinar).post-type-product .card-icon, .woocommerce ul.products li.card.product:not(.card-webinar).post-type-product .card-icon, .woocommerce-page ul.products li.card.product:not(.card-webinar).post-type-product .card-icon {
      display: block; }
      .card.card-md:not(.card-webinar).post-type-product .card-icon .dc, .woocommerce ul.products li.card.product:not(.card-webinar).post-type-product .card-icon .dc, .woocommerce-page ul.products li.card.product:not(.card-webinar).post-type-product .card-icon .dc {
        display: block;
        background-color: #fff;
        color: #01aeb8;
        width: 29px;
        height: 29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 100rem; }
        .card.card-md:not(.card-webinar).post-type-product .card-icon .dc:before, .woocommerce ul.products li.card.product:not(.card-webinar).post-type-product .card-icon .dc:before, .woocommerce-page ul.products li.card.product:not(.card-webinar).post-type-product .card-icon .dc:before {
          font-size: 18px; }
        .card.card-md:not(.card-webinar).post-type-product .card-icon .dc.dc-logo, .woocommerce ul.products li.card.product:not(.card-webinar).post-type-product .card-icon .dc.dc-logo, .woocommerce-page ul.products li.card.product:not(.card-webinar).post-type-product .card-icon .dc.dc-logo {
          color: #01aeb8;
          background-color: unset; }
          .card.card-md:not(.card-webinar).post-type-product .card-icon .dc.dc-logo:before, .woocommerce ul.products li.card.product:not(.card-webinar).post-type-product .card-icon .dc.dc-logo:before, .woocommerce-page ul.products li.card.product:not(.card-webinar).post-type-product .card-icon .dc.dc-logo:before {
            font-size: 29px; }
    .card.card-md:not(.card-webinar):hover .card-img-container img, .woocommerce ul.products li.card.product:not(.card-webinar):hover .card-img-container img, .woocommerce-page ul.products li.card.product:not(.card-webinar):hover .card-img-container img {
      -webkit-transform: scale(1.1);
           -o-transform: scale(1.1);
              transform: scale(1.1); }
    .card.card-md:not(.card-webinar) .card-block-container, .woocommerce ul.products li.card.product:not(.card-webinar) .card-block-container, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-block-container {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .card.card-md:not(.card-webinar) .card-block-container .card-title, .woocommerce ul.products li.card.product:not(.card-webinar) .card-block-container .card-title, .woocommerce-page ul.products li.card.product:not(.card-webinar) .card-block-container .card-title {
        margin: 3.75px 0 7.5px; }
  .card .card-img-container {
    position: relative; }
  .card.card-smpect-a4-portrait .card-img-container .card-img-aspect {
    padding-top: 141.42%; }

.card-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 1;
  background-image: -webkit-linear-gradient(45deg, transparent 50%, var(--card-ribbon-color, #01aeb8) 50%);
  background-image: -o-linear-gradient(45deg, transparent 50%, var(--card-ribbon-color, #01aeb8) 50%);
  background-image: linear-gradient(45deg, transparent 50%, var(--card-ribbon-color, #01aeb8) 50%);
  text-align: right;
  padding: 0.6rem;
  color: white;
  text-transform: uppercase;
  border-top-right-radius: 3px; }
  .card-ribbon > * {
    font-size: 1.6em;
    line-height: 1.4; }
  .card-ribbon.--restricted {
    --card-ribbon-color: #edb227; }

@media (min-width: 768px) {
  .card.post-type-job:nth-child(2n+1) {
    clear: left; } }

.card.post-type-product .product-cats {
  color: #01aeb8; }

.card.post-type-product .card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 41.5px;
  font-size: 14px;
  line-height: 22px; }
  .card.post-type-product .card-meta .price del {
    color: #565656; }
  .card.post-type-product .card-meta .price ins {
    text-decoration: none; }
  .card.post-type-product .card-meta .btn, .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .card.post-type-product .card-meta label.acf-basic-uploader, .card.post-type-product .card-meta .woocommerce #respond input#submit, .woocommerce #respond .card.post-type-product .card-meta input#submit,
  .card.post-type-product .card-meta .woocommerce a.button, .woocommerce .card.post-type-product .card-meta a.button,
  .card.post-type-product .card-meta .woocommerce button.button, .woocommerce .card.post-type-product .card-meta button.button,
  .card.post-type-product .card-meta .woocommerce input.button, .woocommerce .card.post-type-product .card-meta input.button,
  .card.post-type-product .card-meta .woocommerce-page #respond input#submit, .woocommerce-page #respond .card.post-type-product .card-meta input#submit,
  .card.post-type-product .card-meta .woocommerce-page a.button, .woocommerce-page .card.post-type-product .card-meta a.button,
  .card.post-type-product .card-meta .woocommerce-page button.button, .woocommerce-page .card.post-type-product .card-meta button.button,
  .card.post-type-product .card-meta .woocommerce-page input.button, .woocommerce-page .card.post-type-product .card-meta input.button, .card.post-type-product .card-meta .widget-product-item, .card.post-type-product .card-meta .acf-button, .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .wp-picker-clear, .acf-color_picker .wp-picker-container .card.post-type-product .card-meta .wp-picker-clear,
  .card.post-type-product .card-meta .widget-product-item {
    display: none;
    position: absolute;
    right: 7.5px;
    bottom: 3.75px;
    z-index: 2; }

/*
.card {
	.card-block-container {
		overflow: hidden;
	}

	.card-meta {
		margin-left: 0;
		transition: margin-left 0.5s ease-out;
	}

	&:hover .card-meta {
		margin-left: -500px;
		transition: margin-left 10s 1s linear;
		text-overflow: clip;
	}
}
*/
.fl-module-post-grid-cards .fl-post-cards,
.post-container,
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .fl-module-post-grid-cards .fl-post-cards > .card,
  .post-container > .card,
  .woocommerce ul.products > .card,
  .woocommerce-page ul.products > .card {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 10px 20px;
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
    width: calc(100% - 20px);
    min-width: 0; }
  .fl-module-post-grid-cards .fl-post-cards.post-type-page,
  .post-container.post-type-page,
  .woocommerce ul.post-type-page.products,
  .woocommerce-page ul.post-type-page.products {
    display: block;
    margin: 0; }
  @media (min-width: 768px) {
    .fl-module-post-grid-cards .fl-post-cards > .card,
    .post-container > .card,
    .woocommerce ul.products > .card,
    .woocommerce-page ul.products > .card {
      -ms-flex-preferred-size: calc(100% / 3 - 20px);
          flex-basis: calc(100% / 3 - 20px);
      width: calc(100% / 3 - 20px); }
    .fl-module-post-grid-cards .fl-post-cards.post-container-cols-1 > .card,
    .post-container.post-container-cols-1 > .card,
    .woocommerce ul.post-container-cols-1.products > .card,
    .woocommerce-page ul.post-container-cols-1.products > .card {
      -ms-flex-preferred-size: calc(100% / 1 - 20px);
          flex-basis: calc(100% / 1 - 20px);
      width: calc(100% / 1 - 20px); }
    .fl-module-post-grid-cards .fl-post-cards.post-type-job > .card, .fl-module-post-grid-cards .fl-post-cards.post-container-cols-2 > .card,
    .post-container.post-type-job > .card,
    .woocommerce ul.post-type-job.products > .card,
    .woocommerce-page ul.post-type-job.products > .card,
    .post-container.post-container-cols-2 > .card,
    .woocommerce ul.post-container-cols-2.products > .card,
    .woocommerce-page ul.post-container-cols-2.products > .card {
      -ms-flex-preferred-size: calc(100% / 3 - 20px);
          flex-basis: calc(100% / 3 - 20px);
      width: calc(100% / 3 - 20px); }
    .fl-module-post-grid-cards .fl-post-cards.post-type-event > .card, .fl-module-post-grid-cards .fl-post-cards.post-type-post.category-infuse > .card, .fl-module-post-grid-cards .fl-post-cards.post-container-cols-3 > .card,
    .post-container.post-type-event > .card,
    .woocommerce ul.post-type-event.products > .card,
    .woocommerce-page ul.post-type-event.products > .card,
    .post-container.post-type-post.category-infuse > .card,
    .woocommerce ul.post-type-post.category-infuse.products > .card,
    .woocommerce-page ul.post-type-post.category-infuse.products > .card,
    .post-container.post-container-cols-3 > .card,
    .woocommerce ul.post-container-cols-3.products > .card,
    .woocommerce-page ul.post-container-cols-3.products > .card {
      -ms-flex-preferred-size: calc(100% / 3 - 20px);
          flex-basis: calc(100% / 3 - 20px);
      width: calc(100% / 3 - 20px); }
    .fl-module-post-grid-cards .fl-post-cards.post-container-cols-4 > .card,
    .post-container.post-container-cols-4 > .card,
    .woocommerce ul.post-container-cols-4.products > .card,
    .woocommerce-page ul.post-container-cols-4.products > .card {
      -ms-flex-preferred-size: calc(100% / 4 - 20px);
          flex-basis: calc(100% / 4 - 20px);
      width: calc(100% / 4 - 20px); }
    .fl-module-post-grid-cards .fl-post-cards.post-container-cols-6 > .card,
    .post-container.post-container-cols-6 > .card,
    .woocommerce ul.post-container-cols-6.products > .card,
    .woocommerce-page ul.post-container-cols-6.products > .card {
      -ms-flex-preferred-size: calc(100% / 6 - 20px);
          flex-basis: calc(100% / 6 - 20px);
      width: calc(100% / 6 - 20px); } }
  @media (min-width: 992px) {
    .fl-module-post-grid-cards .fl-post-cards > .card,
    .post-container > .card,
    .woocommerce ul.products > .card,
    .woocommerce-page ul.products > .card {
      -ms-flex-preferred-size: calc(100% / 4 - 20px);
          flex-basis: calc(100% / 4 - 20px);
      width: calc(100% / 4 - 20px); } }
  @media (min-width: 1200px) {
    .fl-module-post-grid-cards .fl-post-cards.post-type-job > .card, .fl-module-post-grid-cards .fl-post-cards.post-container-cols-2 > .card,
    .post-container.post-type-job > .card,
    .woocommerce ul.post-type-job.products > .card,
    .woocommerce-page ul.post-type-job.products > .card,
    .post-container.post-container-cols-2 > .card,
    .woocommerce ul.post-container-cols-2.products > .card,
    .woocommerce-page ul.post-container-cols-2.products > .card {
      -ms-flex-preferred-size: calc(100% / 4 - 20px);
          flex-basis: calc(100% / 4 - 20px);
      width: calc(100% / 4 - 20px); } }
  .fl-module-post-grid-cards .fl-post-cards:not(:first-child),
  .post-container:not(:first-child),
  .woocommerce ul.products:not(:first-child),
  .woocommerce-page ul.products:not(:first-child) {
    margin-top: 20px; }

.post-type-post.category-infuse .card .card-img-container .card-img-aspect {
  padding-top: 100%; }

.post-type-post.category-infuse .card-meta {
  display: none; }

@media (min-width: 768px) {
  .fl-module-post-grid-cards.fl-module-post-grid-cards-1-columns .fl-post-cards > .card {
    -ms-flex-preferred-size: calc(100% / 1 - 20px);
        flex-basis: calc(100% / 1 - 20px);
    width: calc(100% / 1 - 20px); }
  .fl-module-post-grid-cards.fl-module-post-grid-cards-2-columns .fl-post-cards > .card {
    -ms-flex-preferred-size: calc(100% / 2 - 20px);
        flex-basis: calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px); }
  .fl-module-post-grid-cards.fl-module-post-grid-cards-3-columns .fl-post-cards > .card {
    -ms-flex-preferred-size: calc(100% / 3 - 20px);
        flex-basis: calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px); }
  .fl-module-post-grid-cards.fl-module-post-grid-cards-4-columns .fl-post-cards > .card {
    -ms-flex-preferred-size: calc(100% / 4 - 20px);
        flex-basis: calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px); }
  .fl-module-post-grid-cards.fl-module-post-grid-cards-6-columns .fl-post-cards > .card {
    -ms-flex-preferred-size: calc(100% / 6 - 20px);
        flex-basis: calc(100% / 6 - 20px);
    width: calc(100% / 6 - 20px); } }

.fl-builder-simple-post-cards .fl-post-grid-post {
  overflow: hidden;
  min-height: 150px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  border: none; }

.fl-builder-simple-post-cards .fl-post-grid-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: initial;
  white-space: initial;
  padding: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(38%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent 38%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent 38%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 38%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 150px; }

.fl-builder-simple-post-cards .fl-post-grid-title {
  font-family: "omnes-pro", "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  margin-bottom: 0; }

.fl-builder-simple-post-cards .fl-post-grid-image {
  height: 150px;
  /*height: 100% !important;
		display: flex;
		justify-content: center;*/ }
  .fl-builder-simple-post-cards .fl-post-grid-image img {
    height: 150px !important;
    width: auto !important;
    margin: 0 auto;
    max-width: none; }

@media (min-width: 768px) {
  .widget.widget_niche_category_posts > .container-fluid {
    padding-left: 0;
    padding-right: 0; } }

.pricing-table {
  font-size: 12px;
  line-height: 1.2;
  margin: 5em 0 2em; }
  .pricing-table-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #979797; }
    .pricing-table-feature-details {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      color: #777777;
      padding-right: 20px; }
      .pricing-table-feature-details h5 {
        color: #01aeb8;
        margin-bottom: 2px; }
    .pricing-table-feature-levels {
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .pricing-table-feature-level {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 30%;
              flex: 1 0 30%;
      text-align: center;
      padding: 22px 11px;
      color: #000; }
      .pricing-table-feature-level-free {
        background-color: rgba(139, 209, 183, 0.12); }
      .pricing-table-feature-level-student {
        background-color: rgba(139, 209, 183, 0.25); }
      .pricing-table-feature-level-premium {
        background-color: rgba(139, 209, 183, 0.5); }
      .pricing-table-feature-level > .dc {
        font-size: 25px;
        color: #01aeb8; }
        .pricing-table-feature-level > .dc + p {
          margin-top: 11px; }
      .pricing-table-feature-level > p:last-child {
        margin-bottom: 0; }
  .pricing-table-feature-group:first-child .dc, .pricing-table-feature-group:last-child .dc {
    display: none; }
    .pricing-table-feature-group:first-child .dc + p, .pricing-table-feature-group:last-child .dc + p {
      margin-top: 0; }
  .pricing-table-feature-group:first-child {
    font-size: 18px; }
    .pricing-table-feature-group:first-child .pricing-table-feature-level {
      background-color: transparent; }
  .pricing-table-feature-group:last-child {
    border-bottom: none; }

.acf-form > .acf-fields > .acf-field {
  padding: 0;
  margin-bottom: 15px;
  border: none; }

.acf-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .acf-field .acf-input label {
    font-weight: inherit; }
  .acf-field select[multiple],
  .acf-field select[size] {
    height: auto; }
  .acf-field .af-field-instructions {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .acf-field .acf-icon {
    font-size: 26px;
    line-height: 1;
    width: 26px;
    height: 26px;
    top: 5px;
    left: 5px;
    border: none;
    text-decoration: none; }
    .acf-field .acf-icon.small, .acf-field .acf-icon.-small {
      font-size: 18px;
      line-height: 1;
      width: 18px;
      height: 18px;
      top: 9px;
      left: 9px; }
  .acf-field .acf-input-wrap .acf-icon + input {
    padding-left: 38px; }
  .acf-field .acf-input-wrap .acf-icon.small + input, .acf-field .acf-input-wrap .acf-icon.-small + input {
    padding-left: 30px; }
  .acf-field .acf-fc-layout-controlls .acf-icon {
    top: auto;
    left: auto;
    text-decoration: none; }
  .acf-field .acf-soh-target .acf-icon {
    font-size: 32px;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    text-decoration: none; }
  .acf-field input[type="url"] {
    padding-left: 28px; }
  .acf-field input[disabled], .acf-field input[readonly],
  fieldset[disabled] .acf-field input,
  .acf-field select[disabled],
  .acf-field select[readonly],
  fieldset[disabled]
  .acf-field select,
  .acf-field textarea[disabled],
  .acf-field textarea[readonly],
  fieldset[disabled]
  .acf-field textarea {
    background: #888988; }
  .acf-field .acf-label {
    margin: 0; }
    .acf-field .acf-label label {
      font-size: inherit;
      line-height: inherit; }
  .acf-field.af-field-required .acf-label label::after {
    content: ' *';
    color: #f86d6a; }
  .acf-field.af-field-required .acf-label label .acf-required {
    display: none; }
  .acf-field.acf-field-has-prepend .acf-input, .acf-field.acf-field-has-append .acf-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .acf-field.acf-field-has-prepend .acf-input .acf-input-wrap, .acf-field.acf-field-has-append .acf-input .acf-input-wrap {
      -ms-flex-preferred-size: 1%;
          flex-basis: 1%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .acf-field.acf-field-has-prepend .acf-input .acf-error-message, .acf-field.acf-field-has-append .acf-input .acf-error-message {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .acf-field.acf-field-has-prepend .acf-input-prepend,
  .acf-field.acf-field-has-append .acf-input-append {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #888988;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
    width: auto;
    height: auto; }
  .acf-field.acf-field-has-prepend .acf-input-prepend {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none; }
  .acf-field.acf-field-has-append .acf-input-append {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none; }
  .acf-field.acf-field-no-label > .acf-label {
    display: none; }

label .required, .acf-field .acf-label label .required,
label .acf-required,
.acf-field .acf-label label .acf-required {
  color: #f86d6a; }

.acf-input-wrap {
  overflow: initial; }

.acf-hidden {
  display: none !important;
  visibility: visible; }

.acf-gallery .acf-gallery-toolbar {
  height: auto; }

.acf-field ul.acf-checkbox-list > li input[type="checkbox"] {
  margin: 4px 0 0 -20px; }

.acf-field ul.acf-radio-list > li input[type="radio"] {
  margin: 4px 0 0 -20px; }

.acf-checkbox-list .acf-checkbox-custom + input[type="text"],
.acf-radio-list li label + input[type="text"],
.acf-radio-list li .acf-field .acf-label label + input[type="text"] {
  display: inline-block; }

.acf-color_picker .wp-picker-container .wp-color-result {
  height: auto; }

.acf-color_picker .wp-picker-container .wp-picker-open + .wp-picker-input-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.acf-color_picker .wp-picker-container input[type="text"].wp-color-picker {
  width: 70px; }

.acf-tab-group li {
  margin-right: 0; }
  .acf-tab-group li a {
    color: #01aeb8;
    background-color: transparent;
    font-weight: inherit;
    font-size: inherit; }
  .acf-tab-group li.active a {
    padding: 5px 10px; }

.af-submit {
  margin: 0 -5px; }
  .af-submit .af-submit-button {
    margin: 0 5px; }
  .af-submit .af-spinner {
    margin-left: 5px; }

.acf-field input:focus[type="checkbox"] {
  border-color: #01aeb8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 0 6px rgba(1, 174, 184, 0.9);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 0 6px rgba(1, 174, 184, 0.9); }

.dc-banner-wrap {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dc-banner-wrap > * {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12); }
  .dc-banner-wrap img,
  .dc-banner-wrap iframe {
    max-width: 100%;
    height: auto; }

.fl-builder-content .fl-row#home-panel-intro + .fl-row .dc-banner-wrap:empty {
  min-height: 75px; }

.embed-responsive > .fluid-width-video-wrapper {
  padding: 0 !important; }

.alert-muted {
  background-color: #E4F5FC;
  border-color: #E4F5FC;
  color: #565656;
  border-radius: 0; }
  .alert-muted hr {
    border-top-color: #cdedf9; }
  .alert-muted .alert-link, .alert-muted .woocommerce-info a, .woocommerce-info .alert-muted a,
  .alert-muted .woocommerce-message a, .woocommerce-message .alert-muted a,
  .alert-muted .woocommerce-error a, .woocommerce-error .alert-muted a {
    color: #3d3c3c; }

img {
  max-width: 100%;
  height: auto; }
  img[width="1"][height="1"][src$=".svg"] {
    width: 100%; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms; }

.social-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .social-feed > li {
    position: relative;
    -webkit-box-flex: 100px;
        -ms-flex: 100px;
            flex: 100px;
    margin: 0;
    list-style-type: none; }
  .social-feed .dc {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 2.5rem;
    z-index: 1;
    color: white;
    padding: 4rem 4rem 1rem 1rem;
    background: transparent -webkit-linear-gradient(45deg, #01aeb8 50%, transparent 50%);
    background: transparent -o-linear-gradient(45deg, #01aeb8 50%, transparent 50%);
    background: transparent linear-gradient(45deg, #01aeb8 50%, transparent 50%);
    font-weight: normal; }
  .social-feed a:hover .dc, .social-feed a:focus .dc {
    background-image: -webkit-linear-gradient(45deg, #01666c 50%, transparent 50%);
    background-image: -o-linear-gradient(45deg, #01666c 50%, transparent 50%);
    background-image: linear-gradient(45deg, #01666c 50%, transparent 50%); }
  .social-feed img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }

#footer-social .social-feed li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 768px) {
    #footer-social .social-feed li {
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%; } }
  @media (min-width: 992px) {
    #footer-social .social-feed li {
      -ms-flex-preferred-size: 16.6666666667%;
          flex-basis: 16.6666666667%; } }

@media (min-width: 768px) {
  .webinar-event-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.webinar-event-date.alert, div.webinar-event-date.wpcf7-mail-sent-ok, div.webinar-event-date.wpcf7-mail-sent-ng, div.webinar-event-date.wpcf7-spam-blocked, div.webinar-event-date.wpcf7-validation-errors, .webinar-event-date.woocommerce-info,
.webinar-event-date.woocommerce-message,
.webinar-event-date.woocommerce-error, .webinar-event-date.woocommerce-password-strength {
  padding: 15px; }

.webinar-event-date dl {
  display: grid;
  grid-template-areas: "start" "end" "links";
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  margin-bottom: 20px !important; }
  @media (min-width: 768px) {
    .webinar-event-date dl {
      margin-bottom: 0 !important; } }
  @media (min-width: 768px) {
    .webinar-event-date dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-template-areas: "start links" "end links"; } }
  .webinar-event-date dl .-start {
    grid-area: start;
    color: #01aeb8;
    font-size: 20px; }
  .webinar-event-date dl .-end {
    grid-area: end; }
  .webinar-event-date dl .-links {
    grid-area: links; }
    @media (min-width: 768px) {
      .webinar-event-date dl .-links {
        margin: 0 1rem; } }
  .webinar-event-date dl #webinar-calendar-links {
    position: absolute;
    top: -200px; }
  .webinar-event-date dl dt {
    font-weight: normal;
    line-height: 1;
    margin-bottom: -0.25em;
    font-size: 12px;
    color: #01aeb8; }
  .webinar-event-date dl dd {
    font-size: 20px; }
  .webinar-event-date dl .calendar-links {
    margin-top: 1rem; }
    .webinar-event-date dl .calendar-links a {
      font-size: 2rem;
      padding: 2px;
      text-decoration: none; }

.webinar-event-date .entry-share-btn {
  font-size: 26px;
  padding: 6px; }

body.admin-bar .navbar-fixed-top {
  top: 32px; }
  @media screen and (max-width: 782px) {
    body.admin-bar .navbar-fixed-top {
      top: 46px; } }

body.fl-builder header .navbar {
  margin-bottom: 0; }

body > header {
  position: relative;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 4px 0 rgba(0, 0, 0, 0.12); }

.page-header, body.woocommerce.single-product main .type-product > .summary > form {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  padding: 1.6rem;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12); }

.page-header {
  padding: 1.6rem 0 !important;
  position: relative;
  border-radius: 0;
  margin: 0 0 30px;
  padding-bottom: 10px; }
  .page-header .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .page-header.has-subnav {
    padding-bottom: 0; }
  .page-header h3 {
    line-height: 1; }
  .page-header .page-title {
    margin-top: 0;
    margin-right: 20px; }
    @media (min-width: 1200px) {
      .page-header .page-title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
    .page-header .page-title em {
      display: none;
      font-weight: 300;
      padding-left: 0.25em; }
    .page-header .page-title ~ *:last-child:not(.header-icon-menu) {
      margin-bottom: 20px; }
  .page-header .term-description {
    max-width: 700px;
    padding-top: 8px; }
  .page-header .header-submit-link {
    text-transform: uppercase;
    display: inline-block;
    margin: 0.5em 0; }
  .page-header .header-icon-menu {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 88;
    -webkit-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px); }
    @media (min-width: 768px) {
      .page-header .header-icon-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .page-header .header-icon-menu li {
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px; }
      @media (min-width: 1200px) {
        .page-header .header-icon-menu li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; } }
      .page-header .header-icon-menu li a,
      .page-header .header-icon-menu li button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        color: #01aeb8;
        padding: 10px 0 16px;
        margin: 0 10px;
        line-height: 1.1em;
        height: 100%;
        border-bottom: 3px solid transparent;
        font-size: 14px;
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none; }
        .page-header .header-icon-menu li a .dc,
        .page-header .header-icon-menu li button .dc {
          font-size: 36.4px;
          margin: 15.4px 0; }
      .page-header .header-icon-menu li a:hover,
      .page-header .header-icon-menu li a:active,
      .page-header .header-icon-menu li a:focus,
      .page-header .header-icon-menu li.active a,
      .page-header .header-icon-menu li button:hover {
        opacity: 1;
        color: #01aeb8;
        border-bottom: 3px solid #01aeb8; }
      .page-header .header-icon-menu li.is-breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .page-header .header-icon-menu li.is-breadcrumb::after {
          font-family: 'Glyphicons Halflings';
          height: 36.4px;
          margin: 15.4px 0;
          font-size: 20px;
          line-height: 20px;
          content: "\e080";
          -ms-flex-preferred-size: 20px;
              flex-basis: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          opacity: 0.5; }
        .page-header .header-icon-menu li.is-breadcrumb a {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
    .page-header .header-icon-menu .facet-wrapper {
      width: 100%; }
    .page-header .header-icon-menu .facetwp-facet {
      margin-bottom: 0;
      margin-left: 5px;
      padding-top: 8px;
      padding-bottom: 16px;
      font-size: 14px; }
      .page-header .header-icon-menu .facetwp-facet.facetwp-facet-webinar_date {
        display: none !important; }
      .page-header .header-icon-menu .facetwp-facet.facetwp-facet-webinar_topic {
        position: relative; }
        @media (min-width: 1200px) {
          .page-header .header-icon-menu .facetwp-facet.facetwp-facet-webinar_topic {
            margin-left: auto; } }
        .page-header .header-icon-menu .facetwp-facet.facetwp-facet-webinar_topic select {
          width: 100%; }
      @media (min-width: 768px) {
        .page-header .header-icon-menu .facetwp-facet.facetwp-facet-webinar_cpeu {
          margin-left: 15px;
          margin-right: auto; } }
      .page-header .header-icon-menu .facetwp-facet.facetwp-facet-webinar_topic select:before,
      .page-header .header-icon-menu .facetwp-facet.facetwp-facet-webinar_cpeu select option:after {
        position: absolute;
        top: 0;
        height: 100px;
        width: 100px;
        background-color: blue;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-regular);
        content: "\f107"; }
      .page-header .header-icon-menu .facetwp-facet .fs-wrap {
        width: auto; }
      .page-header .header-icon-menu .facetwp-facet .fs-label-wrap {
        background: transparent;
        border: none;
        color: #01aeb8;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .page-header .header-icon-menu .facetwp-facet .fs-dropdown {
        min-width: 200px; }
      .page-header .header-icon-menu .facetwp-facet .fs-arrow {
        border-top: 5px solid #01aeb8; }
      .page-header .header-icon-menu .facetwp-facet .fs-search {
        display: none; }
      .page-header .header-icon-menu .facetwp-facet.facetwp-facet-item_sort {
        margin-left: 20px; }
      .page-header .header-icon-menu .facetwp-facet.facetwp-type-search {
        padding-top: 10px; }
        @media (min-width: 768px) {
          .page-header .header-icon-menu .facetwp-facet.facetwp-type-search {
            margin-left: 10px; } }
        .page-header .header-icon-menu .facetwp-facet.facetwp-type-search .facetwp-icon {
          right: auto;
          left: 0;
          top: 4px;
          opacity: 1; }
        .page-header .header-icon-menu .facetwp-facet.facetwp-type-search .facetwp-icon::before {
          display: none; }
        .page-header .header-icon-menu .facetwp-facet.facetwp-type-search .facetwp-icon::after {
          display: inline-block;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font: var(--fa-font-solid);
          content: '\f002';
          color: #01aeb8; }
        .page-header .header-icon-menu .facetwp-facet.facetwp-type-search input {
          padding-left: 20px;
          padding-right: 0; }
      .page-header .header-icon-menu .facetwp-facet .facetwp-search {
        max-width: 150px;
        min-width: 1px; }
      .page-header .header-icon-menu .facetwp-facet select,
      .page-header .header-icon-menu .facetwp-facet input[type="text"],
      .page-header .header-icon-menu .facetwp-facet input[type="text"]::-webkit-input-placeholder {
        border: none;
        color: #01aeb8;
        outline: none !important; }
      .page-header .header-icon-menu .facetwp-facet select,
      .page-header .header-icon-menu .facetwp-facet input[type="text"],
      .page-header .header-icon-menu .facetwp-facet input[type="text"]:-ms-input-placeholder {
        border: none;
        color: #01aeb8;
        outline: none !important; }
      .page-header .header-icon-menu .facetwp-facet select,
      .page-header .header-icon-menu .facetwp-facet input[type="text"],
      .page-header .header-icon-menu .facetwp-facet input[type="text"]::-ms-input-placeholder {
        border: none;
        color: #01aeb8;
        outline: none !important; }
      .page-header .header-icon-menu .facetwp-facet select,
      .page-header .header-icon-menu .facetwp-facet input[type="text"],
      .page-header .header-icon-menu .facetwp-facet input[type="text"]::placeholder {
        border: none;
        color: #01aeb8;
        outline: none !important; }
    .page-header .header-icon-menu.header-icon-menu-sm li {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      .page-header .header-icon-menu.header-icon-menu-sm li a {
        padding-top: 10px; }
        .page-header .header-icon-menu.header-icon-menu-sm li a .dc {
          font-size: 20px;
          margin: 0; }
  .page-header .search-form {
    margin-bottom: 20px; }

body.tax-product_cat .page-header {
  padding-bottom: 0 !important; }
  @media (min-width: 1200px) {
    body.tax-product_cat .page-header .container-fluid {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }

.navbar-subnav {
  border: none;
  margin-top: 10px;
  margin-bottom: 0;
  min-height: 50px;
  z-index: 999; }
  .navbar-subnav .navbar-brand > img {
    height: calc(100% + 14px * 2);
    margin-top: -14px; }
  @media (max-width: 767px) {
    .navbar-subnav .navbar-nav + .navbar-nav {
      margin-top: -7px; } }
  .navbar-subnav .navbar-brand {
    padding: 14px 10px;
    height: 50px; }
  .navbar-subnav .navbar-nav {
    margin: 7px -10px; }
    .navbar-subnav .navbar-nav > li > a {
      text-transform: uppercase;
      padding-left: 5px;
      padding-right: 5px; }
    .navbar-subnav .navbar-nav > li > a:hover,
    .navbar-subnav .navbar-nav > li > a:focus,
    .navbar-subnav .navbar-nav > li.active > a {
      border-bottom: 2px solid;
      padding-bottom: 8px; }
    @media (min-width: 768px) {
      .navbar-subnav .navbar-nav {
        margin: 0; }
        .navbar-subnav .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; }
        .navbar-subnav .navbar-nav > li > a:hover,
        .navbar-subnav .navbar-nav > li > a:focus,
        .navbar-subnav .navbar-nav > li.active > a {
          padding-bottom: 12px; } }

.breadcrumbs a {
  color: #808080; }

.webinar-event-date a {
  font-size: 20px;
  padding: 0px;
  cursor: pointer;
  text-decoration: none; }

.webinar-event-date .entry-share-btn {
  padding: 0px 6px !important;
  margin-left: -7px;
  font-size: 20px !important; }

.auto-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em !important;
  width: 100%;
  margin-bottom: 1em;
  background: rgba(6, 174, 184, 0.0392157);
  padding: 1em;
  border-radius: 5px;
  border: 1px solid rgba(6, 174, 184, 0.0784314); }
  .auto-rows .seperator {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .auto-rows .seperator > div {
      line-height: 5px;
      display: block;
      color: #2baeb8; }

.webinar-event-date.alert, div.webinar-event-date.wpcf7-mail-sent-ok, div.webinar-event-date.wpcf7-mail-sent-ng, div.webinar-event-date.wpcf7-spam-blocked, div.webinar-event-date.wpcf7-validation-errors, .webinar-event-date.woocommerce-info,
.webinar-event-date.woocommerce-message,
.webinar-event-date.woocommerce-error, .webinar-event-date.woocommerce-password-strength {
  margin: 0px !important; }

.product-description {
  margin: 0px !important; }

ul#productTabs {
  border: none !important; }
  ul#productTabs .nav-item a {
    padding: 0px;
    font-family: "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: #ffffff00;
    padding: 10px;
    color: #2baeb8;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important; }
  ul#productTabs .nav-item.active a {
    background: #2baeb8;
    color: #fff; }

#continuing-education-usa span {
  display: none; }

#continuing-education-usa table {
  margin-top: 0.5rem !important; }

div#webinar-slides {
  padding-top: 0.5em !important; }

.row-content {
  margin-bottom: 2em; }
  .row-content.with-image {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1em; }
    .row-content.with-image > img {
      border-radius: 50%;
      max-width: 200px; }
  .row-content h2 {
    font-size: 16px;
    margin: 0px;
    padding-bottom: 0.6em;
    text-decoration: none;
    font-style: normal;
    font-weight: bold !important; }

.auto-rows .continuing-education {
  margin: 0 !important; }
  .auto-rows .continuing-education table {
    margin: 0 !important; }
    .auto-rows .continuing-education table thead > tr th {
      padding: 0 !important;
      font-family: "aller", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-size: 16px !important; }
    .auto-rows .continuing-education table tbody {
      padding-top: 0.5em !important;
      display: block; }
      .auto-rows .continuing-education table tbody th {
        padding: 5px 2em 5px 0 !important; }
      .auto-rows .continuing-education table tbody td {
        padding: 5px 0 !important; }

div#dcModal {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  position: fixed; }

.modal-full {
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin: 0px; }
  .modal-full .modal-body {
    height: 100%;
    padding: 0px; }
  .modal-full .text-center.modal-loader {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .modal-full .text-center.modal-loader > .spinner-border {
      margin: auto !important; }
  .modal-full .modal-content {
    background: none !important; }
  .modal-full .modal-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    border: none !important; }
    .modal-full .modal-header button.close {
      color: #ffff;
      opacity: 1;
      font-weight: 200 !important; }
  .modal-full div#dcModal {
    overflow: hidden; }
  .modal-full .modal-content {
    height: 100%; }

@media (max-width: 991px) {
  body.woocommerce.single-product main .type-product > .summary {
    max-width: 100% !important; }
  body.woocommerce.single-product main .type-product .product-content-tabs {
    padding-left: 0px !important; } }

body:not(.fl-builder) > footer {
  margin-top: 20px; }
  @media (min-width: 992px) {
    body:not(.fl-builder) > footer {
      margin-top: 100px; } }

#footer-updates {
  background-color: #f6f6f6;
  padding-bottom: 30px; }
  #footer-updates .footer-updates-content {
    background-color: #8bd1b7;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #footer-updates .footer-updates-content {
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 115px; } }
    @media (min-width: 992px) {
      #footer-updates .footer-updates-content {
        padding-bottom: 140px; } }
    @media (min-width: 1200px) {
      #footer-updates .footer-updates-content {
        padding-bottom: 180px; } }
  @media (min-width: 768px) {
    #footer-updates .footer-updates-text {
      text-align: right; } }
  #footer-updates .footer-updates-heading {
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    #footer-updates .post-container, #footer-updates .woocommerce ul.products, .woocommerce #footer-updates ul.products, #footer-updates .woocommerce-page ul.products, .woocommerce-page #footer-updates ul.products {
      margin-top: -92px; } }
  @media (min-width: 992px) {
    #footer-updates .post-container, #footer-updates .woocommerce ul.products, .woocommerce #footer-updates ul.products, #footer-updates .woocommerce-page ul.products, .woocommerce-page #footer-updates ul.products {
      margin-top: -123px; } }
  @media (min-width: 1200px) {
    #footer-updates .post-container, #footer-updates .woocommerce ul.products, .woocommerce #footer-updates ul.products, #footer-updates .woocommerce-page ul.products, .woocommerce-page #footer-updates ul.products {
      margin-top: -151px; } }

.footer-community .fl-icon {
  float: right;
  -webkit-transform: translate(15px, 20px);
       -o-transform: translate(15px, 20px);
          transform: translate(15px, 20px); }

.footer-community .fl-icon-text {
  text-align: right; }
  .footer-community .fl-icon-text h2 {
    margin-top: 10px;
    margin-bottom: 4px; }

#footer-posts {
  background-color: #f6f6f6; }
  @media (min-width: 768px) {
    #footer-posts .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #footer-posts .widget {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #footer-posts .card-sm {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-height: 104.9px; }
      #footer-posts .card-sm .card-title {
        max-height: calc(1em * 1.1 * 3);
        overflow: hidden; } }
  #footer-posts .widget h3 {
    text-align: center;
    margin: 1.5em 0 0.75em; }

#footer-lower,
.fl-builder-content {
  padding: 0; }
  #footer-lower form.register,
  .fl-builder-content form.register {
    border: none;
    padding: 0;
    margin: 1em 0 0 0; }
    #footer-lower form.register .form-group, #footer-lower .woocommerce form.register .form-row, .woocommerce #footer-lower form.register .form-row,
    #footer-lower .woocommerce-page form.register .form-row, .woocommerce-page #footer-lower form.register .form-row, #footer-lower form.register .acf-field,
    .fl-builder-content form.register .form-group,
    .fl-builder-content .woocommerce form.register .form-row,
    .woocommerce .fl-builder-content form.register .form-row,
    .fl-builder-content .woocommerce-page form.register .form-row,
    .woocommerce-page .fl-builder-content form.register .form-row,
    .fl-builder-content form.register .acf-field {
      margin: 0 !important; }
      #footer-lower form.register .form-group input[type="email"], #footer-lower .woocommerce form.register .form-row input[type="email"], .woocommerce #footer-lower form.register .form-row input[type="email"], #footer-lower .woocommerce-page form.register .form-row input[type="email"], .woocommerce-page #footer-lower form.register .form-row input[type="email"], #footer-lower form.register .acf-field input[type="email"],
      .fl-builder-content form.register .form-group input[type="email"],
      .fl-builder-content .woocommerce form.register .form-row input[type="email"],
      .woocommerce .fl-builder-content form.register .form-row input[type="email"],
      .fl-builder-content .woocommerce-page form.register .form-row input[type="email"],
      .woocommerce-page .fl-builder-content form.register .form-row input[type="email"],
      .fl-builder-content form.register .acf-field input[type="email"] {
        border: 0;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05); }

#footer-lower {
  padding: 0;
  padding-top: 15px;
  color: #888988; }
  #footer-lower .footer-navigation {
    padding: 20px 0; }
    #footer-lower .footer-navigation:before, #footer-lower .footer-navigation:after {
      content: "\20";
      display: table; }
    #footer-lower .footer-navigation:after {
      clear: both; }
    #footer-lower .footer-navigation .row img.logo {
      width: 275px; }
      @media (min-width: 992px) {
        #footer-lower .footer-navigation .row img.logo {
          float: right; } }
    #footer-lower .footer-navigation a {
      text-transform: none; }
    #footer-lower .footer-navigation #menu-item-1161568 a {
      color: #888988; }
  #footer-lower .footer-brand {
    float: left; }
  #footer-lower .footer-menu {
    margin: 0 0 35px 0 !important;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #footer-lower .footer-menu {
        margin: 0 0 0 10px !important; } }
    @media (min-width: 992px) {
      #footer-lower .footer-menu {
        float: left; } }
  #footer-lower .footer-credit {
    float: right; }
  #footer-lower h3 {
    margin-bottom: 22px; }
  @media (max-width: 767px) {
    #footer-lower .footer-brand,
    #footer-lower .footer-menu,
    #footer-lower .footer-menu > li,
    #footer-lower .footer-credit {
      float: none;
      display: block;
      padding: 0;
      margin: 0; } }
  @media (max-width: 767px) and (min-width: 768px) {
    #footer-lower .footer-brand,
    #footer-lower .footer-menu,
    #footer-lower .footer-menu > li,
    #footer-lower .footer-credit {
      text-align: center; } }

.blue-bg-footer {
  background-color: #E4F5FC; }

.footer-content-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 20px;
  padding: 10px 0 10px;
  scrollbar-width: none; }
  footer .footer-content-overview {
    background-color: #E4F5FC; }
  .footer-content-overview.footer-webinar-overview {
    padding-top: 0; }
    .footer-content-overview.footer-webinar-overview:after {
      content: '';
      position: absolute;
      background: #fff;
      top: 0;
      left: 0;
      right: 0;
      height: 80px;
      z-index: 1; }
  .footer-content-overview::-webkit-scrollbar {
    display: none; }
  .footer-content-overview .footer-content-overview-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 10px; }
  .footer-content-overview section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 280px;
    min-width: 0;
    margin: 0 10px;
    scroll-snap-align: start;
    --card-img-aspect: 130%; }
    @media (min-width: 768px) {
      .footer-content-overview section {
        width: 335px; } }
    .footer-content-overview section h3 {
      margin: 0 0 20px; }
    .footer-content-overview section .card .card-title {
      overflow: hidden;
      text-overflow: ellipsis;
      line-clamp: 3;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .footer-content-overview section .card .card-excerpt {
      display: none; }
    .footer-content-overview section .card.card-md .card-title, .footer-content-overview section .woocommerce ul.products li.card.product .card-title, .woocommerce ul.products .footer-content-overview section li.card.product .card-title, .footer-content-overview section .woocommerce-page ul.products li.card.product .card-title, .woocommerce-page ul.products .footer-content-overview section li.card.product .card-title {
      font-size: 20px;
      line-height: 28px; }
    .footer-content-overview section .card.card-sm .card-title {
      font-size: 20px;
      line-height: 28px; }
    .footer-content-overview section .card.card-sm .card-meta {
      font-size: 14px;
      line-height: 22px; }
    .footer-content-overview section .card.post-type-product .card-meta {
      display: block;
      min-height: 0; }
      .footer-content-overview section .card.post-type-product .card-meta .btn, .footer-content-overview section .card.post-type-product .card-meta .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value .footer-content-overview section .card.post-type-product .card-meta label.acf-basic-uploader, .footer-content-overview section .card.post-type-product .card-meta .woocommerce #respond input#submit, .woocommerce #respond .footer-content-overview section .card.post-type-product .card-meta input#submit,
      .footer-content-overview section .card.post-type-product .card-meta .woocommerce a.button, .woocommerce .footer-content-overview section .card.post-type-product .card-meta a.button,
      .footer-content-overview section .card.post-type-product .card-meta .woocommerce button.button, .woocommerce .footer-content-overview section .card.post-type-product .card-meta button.button,
      .footer-content-overview section .card.post-type-product .card-meta .woocommerce input.button, .woocommerce .footer-content-overview section .card.post-type-product .card-meta input.button,
      .footer-content-overview section .card.post-type-product .card-meta .woocommerce-page #respond input#submit, .woocommerce-page #respond .footer-content-overview section .card.post-type-product .card-meta input#submit,
      .footer-content-overview section .card.post-type-product .card-meta .woocommerce-page a.button, .woocommerce-page .footer-content-overview section .card.post-type-product .card-meta a.button,
      .footer-content-overview section .card.post-type-product .card-meta .woocommerce-page button.button, .woocommerce-page .footer-content-overview section .card.post-type-product .card-meta button.button,
      .footer-content-overview section .card.post-type-product .card-meta .woocommerce-page input.button, .woocommerce-page .footer-content-overview section .card.post-type-product .card-meta input.button, .footer-content-overview section .card.post-type-product .card-meta .widget-product-item, .footer-content-overview section .card.post-type-product .card-meta .acf-button, .footer-content-overview section .card.post-type-product .card-meta .acf-color_picker .wp-picker-container .wp-picker-clear, .acf-color_picker .wp-picker-container .footer-content-overview section .card.post-type-product .card-meta .wp-picker-clear {
        display: none; }

.footer-webinar-title {
  position: relative;
  padding: 20px 0;
  margin: 0; }

.footer-content-overview-section-podcastscontinued h3 a {
  visibility: hidden; }

.fl-html h3.footer-webinar-title {
  color: #00c7c6;
  z-index: 99; }

.card-menu {
  padding: 0;
  margin: -10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .card-menu > li {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 10px; }
    .card-menu > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fafafa;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
      -webkit-transition: -webkit-box-shadow 0.2s linear;
      transition: -webkit-box-shadow 0.2s linear;
      -o-transition: box-shadow 0.2s linear;
      transition: box-shadow 0.2s linear;
      transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
      text-decoration: none;
      padding-right: 10px;
      border-radius: 3px; }
      .card-menu > li > a:hover, .card-menu > li > a:focus {
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175);
                box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.175); }
      .card-menu > li > a > .dc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #01aeb8;
        color: white;
        height: 40px;
        width: 40px;
        margin-right: 5px;
        font-size: 24px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }

#footer-social {
  padding: 10px;
  background-color: #E4F5FC; }
  #footer-social .card-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
    position: relative;
    z-index: 1; }
    #footer-social .card-menu > li {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }

body.page-template-default:not(.woocommerce-account) .post-container.post-type-page, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .post-container.post-type-page, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .post-container.post-type-page, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container {
  margin: 0 auto;
  width: 85%; }
  @media (min-width: 768px) {
    body.page-template-default:not(.woocommerce-account) .post-container.post-type-page, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .post-container.post-type-page, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .post-container.post-type-page, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container {
      width: 500px; } }
  @media (min-width: 992px) {
    body.page-template-default:not(.woocommerce-account) .post-container.post-type-page, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .post-container.post-type-page, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .post-container.post-type-page, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container {
      width: 650px; } }
  @media (min-width: 1200px) {
    body.page-template-default:not(.woocommerce-account) .post-container.post-type-page, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .post-container.post-type-page, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .post-container.post-type-page, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container {
      width: 650px; } }
  body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > * {
    margin: 30px 0;
    max-width: 100%; }
    body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.alignwide, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.alignwide, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignwide, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.alignfull, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.alignfull, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignfull, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.alignfull, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignfull, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.woocommerce, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.woocommerce, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.woocommerce, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.alignfull, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.alignfull, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignfull, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.alignfull, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignfull, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.alignfull, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.alignfull, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignfull, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.alignfull, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignfull, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce {
      clear: both;
      max-width: none; }
    body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.alignwide, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.alignwide, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignwide, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.woocommerce, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.woocommerce, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.woocommerce, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce {
      margin-left: -16.6666666667%;
      margin-right: -16.6666666667%;
      width: 133.333333333%; }
      @media (max-width: 767px) {
        body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.alignwide, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.alignwide, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignwide, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.woocommerce, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.woocommerce, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.woocommerce, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignwide, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.woocommerce, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignwide, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.woocommerce {
          margin-left: -8.8235294118%;
          margin-right: -8.8235294118%;
          width: 117.647058824%; } }
    body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.alignfull, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.alignfull, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignfull, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.alignfull, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignfull, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.alignfull, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.alignfull, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignfull, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.alignfull, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignfull, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.alignfull, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.alignfull, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignfull, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.alignfull, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignfull, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignfull {
      margin-left: calc( 50% - 50vw + var( --scrollbar-width, 0px ) / 2);
      margin-right: calc( 50% - 50vw + var( --scrollbar-width, 0px ) / 2);
      width: auto; }
    @media (max-width: 767px) {
      body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.alignleft, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.alignleft, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignleft, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.alignleft, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignleft, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignleft, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.alignleft, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.alignleft, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignleft, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.alignleft, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignleft, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignleft, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.alignleft, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.alignleft, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignleft, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.alignleft, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignleft, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignleft, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignleft {
        float: none;
        margin-right: auto; }
      body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *.alignright, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *.alignright, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignright, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *.alignright, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *.alignright, body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignright, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *.alignright, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *.alignright, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignright, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *.alignright, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *.alignright, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignright, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *.alignright, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *.alignright, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignright, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *.alignright, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *.alignright, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container > *.alignright, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container > *.alignright {
        float: none;
        margin-left: auto; } }

body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group > .wp-block-group__inner-container {
  padding-top: 1px;
  padding-bottom: 1px; }

body.page-template-default:not(.woocommerce-account) .post-container.post-type-page .wp-block-group:not(.alignwide):not(.alignfull), body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), body.page-template-default.woocommerce-edit-account .post-container.post-type-page .wp-block-group:not(.alignwide):not(.alignfull), body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), body.page-template-default.woocommerce-edit-address .post-container.post-type-page .wp-block-group:not(.alignwide):not(.alignfull), body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull), .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products .wp-block-group:not(.alignwide):not(.alignfull) {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px; }

body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *:first-child, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *:first-child, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *:first-child, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *:first-child, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *:first-child, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *:first-child, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *:first-child, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *:first-child, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *:first-child, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *:first-child, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *:first-child, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *:first-child, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *:first-child, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *:first-child, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *:first-child {
  margin-top: 0; }

body.page-template-default:not(.woocommerce-account) .post-container.post-type-page > *:last-child, body.page-template-default:not(.woocommerce-account) .woocommerce ul.post-type-page.products > *:last-child, .woocommerce body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *:last-child, body.page-template-default:not(.woocommerce-account) .woocommerce-page ul.post-type-page.products > *:last-child, .woocommerce-page body.page-template-default:not(.woocommerce-account) ul.post-type-page.products > *:last-child, body.page-template-default.woocommerce-edit-account .post-container.post-type-page > *:last-child, body.page-template-default.woocommerce-edit-account .woocommerce ul.post-type-page.products > *:last-child, .woocommerce body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *:last-child, body.page-template-default.woocommerce-edit-account .woocommerce-page ul.post-type-page.products > *:last-child, .woocommerce-page body.page-template-default.woocommerce-edit-account ul.post-type-page.products > *:last-child, body.page-template-default.woocommerce-edit-address .post-container.post-type-page > *:last-child, body.page-template-default.woocommerce-edit-address .woocommerce ul.post-type-page.products > *:last-child, .woocommerce body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *:last-child, body.page-template-default.woocommerce-edit-address .woocommerce-page ul.post-type-page.products > *:last-child, .woocommerce-page body.page-template-default.woocommerce-edit-address ul.post-type-page.products > *:last-child {
  margin-bottom: 0; }

.fl-testimonials-wrap .bx-viewport {
  height: auto !important; }

.fl-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

@media (max-width: 991px) {
  #home-panel-intro .fl-row-content-wrap {
    padding-top: 70px;
    padding-bottom: 60px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  #home-panel-intro .fl-row-content-wrap {
    padding-top: 58vw; } }

@media (min-width: 768px) {
  #home-panel-intro .fl-row-content .fl-col-group {
    padding-left: 41.6666666667%; } }

@media (max-width: 991px) {
  #home-panel-intro .fl-heading {
    text-align: center;
    font-size: 3em; } }

@media (min-width: 768px) {
  #home-panel-iama .fl-row-content .fl-col-group {
    padding-right: 33.3333333333%; } }

#home-panel-iama .fl-module-tabs .fl-tabs-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: rgba(246, 246, 246, 0.6);
  border-radius: 4px;
  padding: 15px 20px; }
  #home-panel-iama .fl-module-tabs .fl-tabs-labels .fl-tabs-label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 3px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #home-panel-iama .fl-module-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
      background-color: white;
      border: none;
      top: 0; }
  @media (max-width: 767px) {
    #home-panel-iama .fl-module-tabs .fl-tabs-labels {
      display: none; } }

#home-panel-iama .fl-module-tabs .fl-tabs-panels {
  border: none;
  background: none; }
  #home-panel-iama .fl-module-tabs .fl-tabs-panels .fl-tabs-panel {
    border: none; }
    #home-panel-iama .fl-module-tabs .fl-tabs-panels .fl-tabs-panel .fl-tabs-panel-label {
      background-color: rgba(246, 246, 246, 0.6); }
      #home-panel-iama .fl-module-tabs .fl-tabs-panels .fl-tabs-panel .fl-tabs-panel-label.fl-tab-active {
        background-color: white; }
    #home-panel-iama .fl-module-tabs .fl-tabs-panels .fl-tabs-panel .fl-tabs-panel-content {
      padding: 0; }
      @media (max-width: 767px) {
        #home-panel-iama .fl-module-tabs .fl-tabs-panels .fl-tabs-panel .fl-tabs-panel-content {
          padding: 20px; } }

#home-panel-iama blockquote {
  font-family: "omnes-pro", "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 0.9;
  font-style: italic;
  color: #01aeb8;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  border: none; }
  #home-panel-iama blockquote + h5 {
    color: #01aeb8; }
    #home-panel-iama blockquote + h5 em {
      font-style: normal;
      font-size: 16px;
      color: white;
      text-transform: uppercase;
      font-weight: normal;
      margin-left: 0.5em; }

#home-panel-featured-profiles .fl-post-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#home-panel-featured-profiles .fl-post-gallery-post {
  height: auto !important;
  width: auto !important;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  margin: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12); }

#home-panel-featured-profiles .fl-post-gallery-link {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden; }

#home-panel-featured-profiles .fl-post-gallery-img {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  max-width: none !important;
  max-height: none !important; }

#home-panel-featured-profiles .fl-post-gallery-text-wrap {
  opacity: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  background: none; }

#home-panel-featured-profiles .fl-post-gallery-text {
  position: static;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important; }

#home-panel-featured-profiles .fl-post-gallery-title {
  font-family: "omnes-pro", "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 0.9;
  text-align: left;
  margin: 0;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -o-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black); }

#home-panel-stars .fl-photo {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12); }

#home-panel-stars .fl-photo-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: initial;
  white-space: initial;
  font-family: "omnes-pro", "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 0.9;
  text-align: left;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -o-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#home-panel-about blockquote {
  font-family: 'omnes-pro';
  font-weight: 300;
  font-style: italic;
  border: none; }
  #home-panel-about blockquote:last-child {
    margin-bottom: 0; }
  #home-panel-about blockquote footer {
    font-size: 1.2em;
    font-weight: 400; }

.resources-poster-parallax {
  height: 100%;
  position: relative;
  --direction: -1; }
  .resources-poster-parallax .fl-photo {
    position: absolute;
    top: 0;
    bottom: 0; }
    @media (max-width: 768px) {
      .resources-poster-parallax .fl-photo {
        -webkit-transform: translateX(calc( 105vw * var( --direction ))) rotate(calc( 15deg * var( --direction ))) translateY(60px) scale(1.1);
             -o-transform: translateX(calc( 105vw * var( --direction ))) rotate(calc( 15deg * var( --direction ))) translateY(60px) scale(1.1);
                transform: translateX(calc( 105vw * var( --direction ))) rotate(calc( 15deg * var( --direction ))) translateY(60px) scale(1.1);
        -webkit-transform-origin: top left;
             -o-transform-origin: top left;
                transform-origin: top left; }
        .resources-poster-parallax .fl-photo img {
          width: auto;
          height: 100%; } }
    @media (min-width: 769px) {
      .resources-poster-parallax .fl-photo {
        -webkit-transform: translateX(calc( 100px * var( --direction ))) rotate(calc( 15deg * var( --direction ))) translateY(-5%) scale(1.1);
             -o-transform: translateX(calc( 100px * var( --direction ))) rotate(calc( 15deg * var( --direction ))) translateY(-5%) scale(1.1);
                transform: translateX(calc( 100px * var( --direction ))) rotate(calc( 15deg * var( --direction ))) translateY(-5%) scale(1.1); } }
    @media (min-width: 993px) {
      .resources-poster-parallax .fl-photo {
        -webkit-transform: translateX(calc( 100px * var( --direction ))) rotate(calc( 15deg * var( --direction ))) translateY(-25%);
             -o-transform: translateX(calc( 100px * var( --direction ))) rotate(calc( 15deg * var( --direction ))) translateY(-25%);
                transform: translateX(calc( 100px * var( --direction ))) rotate(calc( 15deg * var( --direction ))) translateY(-25%); } }

.resources-poster-parallax-alt {
  --direction: 1; }

.home-infuse-featured .fl-photo a img {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02), 0 4px 7px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02), 0 4px 7px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; }

.home-infuse-featured .fl-photo a:hover img {
  -webkit-box-shadow: 0 40px 50px -30px rgba(0, 0, 0, 0.79);
          box-shadow: 0 40px 50px -30px rgba(0, 0, 0, 0.79); }

body.woocommerce-account .dashboard-section {
  text-align: center;
  margin-bottom: 40px; }

body.woocommerce-account .dashboard-section-tickets .nav, body.woocommerce-account .dashboard-section-tickets .acf-tab-group, body.woocommerce-account .dashboard-section-tickets .wc-memberships-members-area-navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }

body.woocommerce-account .dashboard-section-tickets .table, body.woocommerce-account .dashboard-section-tickets .woocommerce-cart .woocommerce table.shop_table, .woocommerce-cart .woocommerce body.woocommerce-account .dashboard-section-tickets table.shop_table,
body.woocommerce-account .dashboard-section-tickets .woocommerce-checkout .woocommerce table.shop_table, .woocommerce-checkout .woocommerce body.woocommerce-account .dashboard-section-tickets table.shop_table,
body.woocommerce-account .dashboard-section-tickets .wc_content_wrapping_container .woocommerce table.shop_table, .wc_content_wrapping_container .woocommerce body.woocommerce-account .dashboard-section-tickets table.shop_table, body.woocommerce-account .dashboard-section-tickets .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-tickets .woocommerce-checkout-review-order-table,
body.woocommerce-account .dashboard-section-tickets .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-tickets .woocommerce-checkout-payment, body.woocommerce-account .dashboard-section-tickets .shop_table.order_details {
  text-align: left;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

body.woocommerce-account .dashboard-section-professional-development .table, body.woocommerce-account .dashboard-section-professional-development .woocommerce-cart .woocommerce table.shop_table, .woocommerce-cart .woocommerce body.woocommerce-account .dashboard-section-professional-development table.shop_table,
body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce table.shop_table, .woocommerce-checkout .woocommerce body.woocommerce-account .dashboard-section-professional-development table.shop_table,
body.woocommerce-account .dashboard-section-professional-development .wc_content_wrapping_container .woocommerce table.shop_table, .wc_content_wrapping_container .woocommerce body.woocommerce-account .dashboard-section-professional-development table.shop_table, body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout-review-order-table,
body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout-payment, body.woocommerce-account .dashboard-section-professional-development .shop_table.order_details {
  margin-bottom: 0;
  background-color: white; }
  body.woocommerce-account .dashboard-section-professional-development .table.pd-hours-list, body.woocommerce-account .dashboard-section-professional-development .woocommerce-cart .woocommerce table.pd-hours-list.shop_table, .woocommerce-cart .woocommerce body.woocommerce-account .dashboard-section-professional-development table.pd-hours-list.shop_table,
  body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce table.pd-hours-list.shop_table, .woocommerce-checkout .woocommerce body.woocommerce-account .dashboard-section-professional-development table.pd-hours-list.shop_table,
  body.woocommerce-account .dashboard-section-professional-development .wc_content_wrapping_container .woocommerce table.pd-hours-list.shop_table, .wc_content_wrapping_container .woocommerce body.woocommerce-account .dashboard-section-professional-development table.pd-hours-list.shop_table, body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .pd-hours-list.woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-professional-development .pd-hours-list.woocommerce-checkout-review-order-table,
  body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .pd-hours-list.woocommerce-checkout-payment, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-professional-development .pd-hours-list.woocommerce-checkout-payment, body.woocommerce-account .dashboard-section-professional-development .pd-hours-list.shop_table.order_details {
    border-bottom-right-radius: 0; }
    @media (max-width: 767px) {
      body.woocommerce-account .dashboard-section-professional-development .table.pd-hours-list, body.woocommerce-account .dashboard-section-professional-development .woocommerce-cart .woocommerce table.pd-hours-list.shop_table, .woocommerce-cart .woocommerce body.woocommerce-account .dashboard-section-professional-development table.pd-hours-list.shop_table,
      body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce table.pd-hours-list.shop_table, .woocommerce-checkout .woocommerce body.woocommerce-account .dashboard-section-professional-development table.pd-hours-list.shop_table,
      body.woocommerce-account .dashboard-section-professional-development .wc_content_wrapping_container .woocommerce table.pd-hours-list.shop_table, .wc_content_wrapping_container .woocommerce body.woocommerce-account .dashboard-section-professional-development table.pd-hours-list.shop_table, body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .pd-hours-list.woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-professional-development .pd-hours-list.woocommerce-checkout-review-order-table,
      body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .pd-hours-list.woocommerce-checkout-payment, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-professional-development .pd-hours-list.woocommerce-checkout-payment, body.woocommerce-account .dashboard-section-professional-development .pd-hours-list.shop_table.order_details {
        border-bottom-left-radius: 0; } }
  body.woocommerce-account .dashboard-section-professional-development .table.total-hours, body.woocommerce-account .dashboard-section-professional-development .woocommerce-cart .woocommerce table.total-hours.shop_table, .woocommerce-cart .woocommerce body.woocommerce-account .dashboard-section-professional-development table.total-hours.shop_table,
  body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce table.total-hours.shop_table, .woocommerce-checkout .woocommerce body.woocommerce-account .dashboard-section-professional-development table.total-hours.shop_table,
  body.woocommerce-account .dashboard-section-professional-development .wc_content_wrapping_container .woocommerce table.total-hours.shop_table, .wc_content_wrapping_container .woocommerce body.woocommerce-account .dashboard-section-professional-development table.total-hours.shop_table, body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .total-hours.woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-professional-development .total-hours.woocommerce-checkout-review-order-table,
  body.woocommerce-account .dashboard-section-professional-development .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .total-hours.woocommerce-checkout-payment, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order body.woocommerce-account .dashboard-section-professional-development .total-hours.woocommerce-checkout-payment, body.woocommerce-account .dashboard-section-professional-development .total-hours.shop_table.order_details {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

body.woocommerce-account .dashboard-section-digests table {
  text-align: left; }

.select2-container .select2-dropdown .select2-search__field {
  display: none; }

nav.page-nav {
  text-align: center; }

body.single-job .type-job h4, body.single-job .type-job .h4,
body.single-job .type-job h5, body.single-job .type-job .h5,
body.single-job .type-job h6, body.single-job .type-job .h6,
body.single-job .type-job p.lead,
body.single-product .type-product h4,
body.single-product .type-product .h4,
body.single-product .type-product h5,
body.single-product .type-product .h5,
body.single-product .type-product h6,
body.single-product .type-product .h6,
body.single-product .type-product p.lead,
body.single-event .type-event h4,
body.single-event .type-event .h4,
body.single-event .type-event h5,
body.single-event .type-event .h5,
body.single-event .type-event h6,
body.single-event .type-event .h6,
body.single-event .type-event p.lead {
  color: #01aeb8; }

.sidebar-details h5 {
  margin-bottom: 22px; }

.sidebar-details dl {
  margin-bottom: 0; }
  .sidebar-details dl dd {
    margin-bottom: 22px; }

.sidebar-details a.job-map-directions {
  display: block;
  position: relative; }
  .sidebar-details a.job-map-directions .directions-btn {
    position: absolute;
    top: 70%;
    width: 100%;
    text-align: center; }

.sidebar-details .contact-details p {
  margin-bottom: 20px; }

.sidebar-details .featured-image {
  margin-bottom: 20px; }
  .sidebar-details .featured-image img {
    width: 100%; }

.entry-image {
  width: 100%;
  margin: 0 auto; }

.post.category-infuse .entry-content.embed-responsive iframe[src*='joomag'] {
  height: 100% !important;
  width: 100% !important; }

body.attachment.single .loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9e9e9e;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  min-width: 100vw; }
  body.attachment.single .loading-screen i {
    font-size: 40px; }

body#tinymce {
  margin: 12px !important; }

body h1, body h2, body h3, body h4, body h5, body h6 {
  margin-bottom: 11px; }

body h1, body h2, body h3 {
  margin-top: 22px; }

body h4, body h5, body h6 {
  margin-top: 11px; }

body p {
  margin: 0 0 11px; }

body address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

body ul,
body ol {
  margin-top: 0;
  margin-bottom: 11px; }
  body ul ul,
  body ul ol,
  body ol ul,
  body ol ol {
    margin-bottom: 0; }

body dl {
  margin-top: 0;
  margin-bottom: 22px; }

body dt,
body dd {
  line-height: 1.428571429; }

body dt {
  font-weight: bold; }

body dd {
  margin-left: 0; }

body blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #888988; }
  body blockquote p:last-child,
  body blockquote ul:last-child,
  body blockquote ol:last-child {
    margin-bottom: 0; }

body b,
body strong {
  font-weight: bold; }

body small {
  font-size: 80%; }

body sub,
body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

body sup {
  top: -0.5em; }

body sub {
  bottom: -0.25em; }

.box, body.woocommerce-checkout .woocommerce form.checkout_coupon,
body.woocommerce-checkout .woocommerce form.login,
body.woocommerce-checkout .woocommerce form.register, .woocommerce-checkout .woocommerce #customer_details, .woocommerce-thankyou-order-details {
  padding: 15px;
  -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
  border: none; }

.woocommerce .quantity input.qty {
  width: 4.5em;
  text-align: left; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid #ccc;
  padding: 6px 12px;
  line-height: 1.428571429; }
  #add_payment_method table.cart td.actions .coupon .input-text:focus,
  .woocommerce-cart table.cart td.actions .coupon .input-text:focus,
  .woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
    border-color: #01aeb8; }

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em; }

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
  color: inherit; }

.woocommerce ul.products li.product .price ins {
  font-weight: 300;
  text-decoration: none; }

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  width: 100%;
  display: block;
  border-radius: 0;
  background-color: #01aeb8;
  color: white;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
  line-height: 2; }

.woocommerce div.product div.images img {
  -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3); }

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.fifty_fifty span.price del {
  color: #FF004E !important; }

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.fifty_fifty span.price ins {
  font-weight: 300;
  text-decoration: none; }

.woocommerce div.product .product_title {
  margin-bottom: 20px; }

.woocommerce div.product div[itemprop="description"] {
  margin-bottom: 30px; }

.woocommerce div.product form.cart .variations .label {
  font-size: 14px;
  text-align: left;
  color: #565656; }

.woocommerce div.product form.cart .variations label {
  font-weight: 300;
  margin-bottom: 0; }

.woocommerce div.product form.cart .variations td {
  display: block; }

.woocommerce div.product .quantity .qty {
  line-height: 2.4; }

.woocommerce div.product .product_meta {
  display: none; }

.woocommerce div.product .product-addon {
  margin-top: 0;
  margin-bottom: 20px; }

.woocommerce div.product .addon-name {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 -1px 10px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
    margin: 0 -2px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      font-weight: 400;
      padding: .6em .5em; }

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .box, body.woocommerce-checkout .woocommerce div.product .woocommerce-tabs form.checkout_coupon,
body.woocommerce-checkout .woocommerce div.product .woocommerce-tabs form.login,
body.woocommerce-checkout .woocommerce div.product .woocommerce-tabs form.register, .woocommerce-checkout .woocommerce div.product .woocommerce-tabs #customer_details, .woocommerce div.product .woocommerce-tabs .woocommerce-thankyou-order-details {
  padding: 20px;
  -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
  z-index: 5;
  position: relative; }
  .woocommerce div.product .woocommerce-tabs .panel > h2, .woocommerce div.product .woocommerce-tabs .box > h2, body.woocommerce-checkout .woocommerce div.product .woocommerce-tabs form.checkout_coupon > h2, body.woocommerce-checkout .woocommerce div.product .woocommerce-tabs form.login > h2, body.woocommerce-checkout .woocommerce div.product .woocommerce-tabs form.register > h2, .woocommerce-checkout .woocommerce div.product .woocommerce-tabs #customer_details > h2, .woocommerce div.product .woocommerce-tabs .woocommerce-thankyou-order-details > h2 {
    margin-top: 0; }

.woocommerce .upsells {
  padding-top: 20px; }
  .woocommerce .upsells h2 {
    font-size: 48px;
    margin-bottom: .75em; }

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table,
.wc_content_wrapping_container .woocommerce table.shop_table {
  -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: none;
  border-radius: 5px;
  overflow: hidden; }
  .woocommerce-cart .woocommerce table.shop_table td.actions,
  .woocommerce-checkout .woocommerce table.shop_table td.actions,
  .wc_content_wrapping_container .woocommerce table.shop_table td.actions {
    padding-top: 40px;
    padding-bottom: 20px; }
    .woocommerce-cart .woocommerce table.shop_table td.actions input,
    .woocommerce-checkout .woocommerce table.shop_table td.actions input,
    .wc_content_wrapping_container .woocommerce table.shop_table td.actions input {
      width: auto;
      font-weight: 300;
      line-height: 22px; }

.woocommerce-cart .woocommerce .checkout-button,
.woocommerce-cart .woocommerce input#place_order.button,
.woocommerce-checkout .woocommerce .checkout-button,
.woocommerce-checkout .woocommerce input#place_order.button,
.wc_content_wrapping_container .woocommerce .checkout-button,
.wc_content_wrapping_container .woocommerce input#place_order.button {
  height: auto;
  font-size: 18px !important; }

.woocommerce-checkout {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .woocommerce-checkout .woocommerce .checkout_coupon .form-row-last {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .woocommerce-checkout .woocommerce .checkout_coupon .form-row {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .woocommerce-checkout .woocommerce .woocommerce-billing-fields > h3,
    .woocommerce-checkout .woocommerce .woocommerce-shipping-fields > h3,
    .woocommerce-checkout .woocommerce .woocommerce-additional-fields > h3 {
      margin-top: 0; } }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields > h3 label,
  .woocommerce-checkout .woocommerce .woocommerce-shipping-fields > h3 label,
  .woocommerce-checkout .woocommerce .woocommerce-additional-fields > h3 label {
    margin: 0; }
  .woocommerce-checkout .woocommerce #customer_details {
    overflow: hidden; }
    .woocommerce-checkout .woocommerce #customer_details td.actions {
      padding-top: 40px;
      padding-bottom: 20px; }
      .woocommerce-checkout .woocommerce #customer_details td.actions input {
        width: auto;
        font-weight: 300; }
  .woocommerce-checkout .woocommerce .create-account {
    border-top: 1px solid #888988;
    margin-top: 22px;
    padding-top: 22px; }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff !important;
    border: none;
    border-radius: 5px; }
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment td,
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment th {
      padding-left: 21px !important;
      padding-right: 21px !important; }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods,
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
    padding-left: 21px !important;
    padding-right: 21px !important; }

.woocommerce-account .addresses .title h3 {
  margin-top: 0; }

.shop_table.order_details {
  -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff !important;
  border: none;
  border-radius: 5px; }
  .shop_table.order_details td, .shop_table.order_details th {
    padding-left: 21px !important;
    padding-right: 21px !important; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto; }

.facetwp-facet-pager_default {
  text-align: center; }

h3.addon-name {
  line-height: inherit; }

#ship-to-different-address > label, .acf-field .acf-label #ship-to-different-address > label {
  padding-left: 0; }

.woocommerce .card.post-type-product .card-excerpt > p:first-child, .woocommerce-page .card.post-type-product .card-excerpt > p:first-child {
  max-height: 44px;
  overflow: hidden; }

.woocommerce h3.page-title span.primary, .woocommerce-page h3.page-title span.primary {
  display: block;
  margin: 17.5px; }

.woocommerce h3.page-title span.secondary, .woocommerce-page h3.page-title span.secondary {
  font-weight: normal;
  font-style: normal;
  color: #565656;
  font-size: 0.6em; }

.woocommerce div.product p.price,
.woocommerce div.product .woocommerce-variation-price,
.woocommerce #content div.product p.price,
.woocommerce #content div.product .woocommerce-variation-price, .woocommerce-page div.product p.price,
.woocommerce-page div.product .woocommerce-variation-price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product .woocommerce-variation-price {
  margin-bottom: 10px;
  color: #01aeb8; }
  .woocommerce div.product p.price .price .woocommerce-Price-amount,
  .woocommerce div.product .woocommerce-variation-price .price .woocommerce-Price-amount,
  .woocommerce #content div.product p.price .price .woocommerce-Price-amount,
  .woocommerce #content div.product .woocommerce-variation-price .price .woocommerce-Price-amount, .woocommerce-page div.product p.price .price .woocommerce-Price-amount,
  .woocommerce-page div.product .woocommerce-variation-price .price .woocommerce-Price-amount,
  .woocommerce-page #content div.product p.price .price .woocommerce-Price-amount,
  .woocommerce-page #content div.product .woocommerce-variation-price .price .woocommerce-Price-amount {
    color: #01aeb8 !important;
    font-weight: normal;
    opacity: 0.6; }

.woocommerce div.product div.images,
.woocommerce #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  float: none;
  width: auto; }

.woocommerce .product-type-variable h6.ttl, .woocommerce-page .product-type-variable h6.ttl {
  color: #01aeb8 !important; }

.woocommerce .product-type-variable .summary div[itemprop="offers"] .price, .woocommerce-page .product-type-variable .summary div[itemprop="offers"] .price {
  display: none !important; }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  background-color: #01aeb8; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  border-radius: 1px; }
  @media (max-width: 992px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 30%;
      margin: 1.5%; } }
  @media (max-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 45%;
      margin: 2.5%; } }
  @media (max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 95%; } }
  .woocommerce ul.products li.product span.img_container, .woocommerce-page ul.products li.product span.img_container {
    display: block;
    position: relative; }
    .woocommerce ul.products li.product span.img_container img, .woocommerce-page ul.products li.product span.img_container img {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      height: 120px; }
    .woocommerce ul.products li.product span.img_container h3, .woocommerce-page ul.products li.product span.img_container h3 {
      position: absolute;
      bottom: 0px;
      left: 5px;
      color: #FFF;
      font-style: normal;
      font-size: 1.5em; }
  .woocommerce ul.products li.product span.prod_description, .woocommerce-page ul.products li.product span.prod_description {
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    color: #565656;
    text-decoration: none;
    height: 40px;
    overflow: hidden; }
    .woocommerce ul.products li.product span.prod_description:hover, .woocommerce-page ul.products li.product span.prod_description:hover {
      color: #565656; }
  .woocommerce ul.products li.product span.prod_category, .woocommerce-page ul.products li.product span.prod_category {
    display: block;
    color: #01aeb8 !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 35px; }
    .woocommerce ul.products li.product span.prod_category:hover, .woocommerce-page ul.products li.product span.prod_category:hover {
      color: #01aeb8 !important; }
  .woocommerce ul.products li.product a.button, .woocommerce-page ul.products li.product a.button {
    margin-left: auto;
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    height: 30px; }
  .woocommerce ul.products li.product div.fifty_fifty, .woocommerce-page ul.products li.product div.fifty_fifty {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0px; }
    .woocommerce ul.products li.product div.fifty_fifty span.price, .woocommerce-page ul.products li.product div.fifty_fifty span.price {
      color: #01aeb8;
      font-size: 1em;
      margin-top: 5px;
      line-height: 2em;
      margin-left: 5px;
      margin-bottom: 0px; }
      .woocommerce ul.products li.product div.fifty_fifty span.price del, .woocommerce-page ul.products li.product div.fifty_fifty span.price del {
        display: inline-block; }

.woocommerce .webinar-image {
  margin-bottom: 20px; }
  .woocommerce .webinar-image.webinar-placeholder {
    background-color: black; }
    .woocommerce .webinar-image.webinar-placeholder img,
    .woocommerce .webinar-image.webinar-placeholder .no-image {
      position: absolute;
      top: -25px;
      left: -25px;
      max-width: none;
      width: calc(100% + 50px);
      height: calc(100% + 50px);
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      -webkit-filter: blur(25px);
              filter: blur(25px);
      opacity: 0.9;
      z-index: 1; }
    .woocommerce .webinar-image.webinar-placeholder .no-image {
      background: #01bcc7 url(../images/logo-colour.svg) center/cover no-repeat;
      background-size: calc(100% - 20px);
      background-position: center;
      -webkit-filter: none;
              filter: none;
      opacity: 1; }
    .woocommerce .webinar-image.webinar-placeholder::before, .woocommerce .webinar-image.webinar-placeholder::after {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .woocommerce .webinar-image.webinar-placeholder::before {
      content: '\e921';
      font-family: dc-icons;
      font-size: 200px;
      background-color: #FFF;
      color: #FFF;
      opacity: 0.5;
      width: 100%;
      height: 40px;
      top: calc(50% - 20px);
      padding-bottom: 10px;
      z-index: 2; }
      @media (max-width: 1199px) {
        .woocommerce .webinar-image.webinar-placeholder::before {
          font-size: 160px;
          padding-bottom: 28px; } }
      @media (max-width: 991px) {
        .woocommerce .webinar-image.webinar-placeholder::before {
          font-size: 120px; } }
      @media (max-width: 767px) {
        .woocommerce .webinar-image.webinar-placeholder::before {
          font-size: 85px; } }
    .woocommerce .webinar-image.webinar-placeholder::after {
      content: attr(data-message);
      font-size: 20px;
      width: 100%;
      height: 100%;
      z-index: 3; }

.wc-box-office-ticket-form {
  margin: 0;
  clear: both; }
  .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title {
    padding-bottom: 12px;
    padding-top: 20px;
    font-size: 1.6em; }
    .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title a::after {
      display: none; }
  .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-body {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.5em; }
    .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-body > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0.5em;
      width: auto; }

.wc-item-meta .wc-item-meta-label + ul {
  clear: left; }

.woocommerce div.product form.cart .variations {
  margin: 0; }

.woocommerce .product-addon-checkbox-add-on .form-row {
  margin: 0; }

.woocommerce div.product .woocommerce-tabs .tabs > li:first-child:last-child {
  display: none; }

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .box, body.woocommerce-checkout .woocommerce div.product .woocommerce-tabs form.checkout_coupon,
body.woocommerce-checkout .woocommerce div.product .woocommerce-tabs form.login,
body.woocommerce-checkout .woocommerce div.product .woocommerce-tabs form.register, .woocommerce-checkout .woocommerce div.product .woocommerce-tabs #customer_details, .woocommerce div.product .woocommerce-tabs .woocommerce-thankyou-order-details {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0; }

#checkout-login-modal {
  background-color: rgba(0, 120, 137, 0.6); }
  #checkout-login-modal form.login {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    #checkout-login-modal form.login .btn, #checkout-login-modal form.login .acf-field[data-type="image"] .hide-if-value label.acf-basic-uploader, .acf-field[data-type="image"] .hide-if-value #checkout-login-modal form.login label.acf-basic-uploader, #checkout-login-modal form.login .woocommerce #respond input#submit, .woocommerce #respond #checkout-login-modal form.login input#submit,
    #checkout-login-modal form.login .woocommerce a.button, .woocommerce #checkout-login-modal form.login a.button,
    #checkout-login-modal form.login .woocommerce button.button, .woocommerce #checkout-login-modal form.login button.button,
    #checkout-login-modal form.login .woocommerce input.button, .woocommerce #checkout-login-modal form.login input.button,
    #checkout-login-modal form.login .woocommerce-page #respond input#submit, .woocommerce-page #respond #checkout-login-modal form.login input#submit,
    #checkout-login-modal form.login .woocommerce-page a.button, .woocommerce-page #checkout-login-modal form.login a.button,
    #checkout-login-modal form.login .woocommerce-page button.button, .woocommerce-page #checkout-login-modal form.login button.button,
    #checkout-login-modal form.login .woocommerce-page input.button, .woocommerce-page #checkout-login-modal form.login input.button, #checkout-login-modal form.login .card.post-type-product .card-meta .widget-product-item, .card.post-type-product .card-meta #checkout-login-modal form.login .widget-product-item, #checkout-login-modal form.login .acf-button, #checkout-login-modal form.login .acf-color_picker .wp-picker-container .wp-picker-clear, .acf-color_picker .wp-picker-container #checkout-login-modal form.login .wp-picker-clear,
    #checkout-login-modal form.login .checkbox-inline,
    #checkout-login-modal form.login .forgot-password {
      display: inline-block;
      vertical-align: baseline;
      margin-right: 1em; }
  #checkout-login-modal .modal-footer {
    text-align: center; }

body.woocommerce.single-product main .type-product {
  margin: 0 auto;
  gap: 4rem; }
  @media (min-width: 992px) {
    body.woocommerce.single-product main .type-product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  body.woocommerce.single-product main .type-product .product_title {
    font-size: 30px;
    line-height: 40px; }
  body.woocommerce.single-product main .type-product form button {
    width: 100%; }
  body.woocommerce.single-product main .type-product > .single-product-header-infobox {
    grid-area: info; }
  body.woocommerce.single-product main .type-product > .product-content-image {
    grid-area: image; }
  body.woocommerce.single-product main .type-product > .summary {
    grid-area: summary; }
  body.woocommerce.single-product main .type-product > .product-content-tabs {
    grid-area: tabs; }
  body.woocommerce.single-product main .type-product .product-content-tabs {
    padding-left: 20px; }
    body.woocommerce.single-product main .type-product .product-content-tabs .alert-muted {
      padding: 0;
      background-color: transparent;
      border-color: transparent; }
      body.woocommerce.single-product main .type-product .product-content-tabs .alert-muted thead th {
        font-weight: 400;
        border-bottom: none !important;
        padding-bottom: 0 !important; }
      body.woocommerce.single-product main .type-product .product-content-tabs .alert-muted tbody {
        font-size: 14px; }
        body.woocommerce.single-product main .type-product .product-content-tabs .alert-muted tbody tr:first-of-type > * {
          border-top: none; }
      body.woocommerce.single-product main .type-product .product-content-tabs .alert-muted td,
      body.woocommerce.single-product main .type-product .product-content-tabs .alert-muted th {
        padding-left: 0;
        padding-bottom: 4px; }
      body.woocommerce.single-product main .type-product .product-content-tabs .alert-muted .single-product-header-infobox {
        display: none; }
  body.woocommerce.single-product main .type-product .product-description {
    overflow: hidden;
    margin-top: 2em; }
    body.woocommerce.single-product main .type-product .product-description h5 {
      font-size: 16px; }
    body.woocommerce.single-product main .type-product .product-description p,
    body.woocommerce.single-product main .type-product .product-description li,
    body.woocommerce.single-product main .type-product .product-description a {
      font-size: 14px; }
  body.woocommerce.single-product main .type-product > * {
    float: none;
    width: auto; }
  body.woocommerce.single-product main .type-product .single-product-header-infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: -webkit-sticky;
    position: sticky;
    top: calc( -3px + var(--wp-admin-bar-height));
    z-index: 10; }
    body.woocommerce.single-product main .type-product .single-product-header-infobox h2 {
      position: relative;
      top: 0.3rem;
      font-size: 2.5rem;
      line-height: 1;
      margin-top: 0;
      margin-right: 2rem;
      margin-bottom: 0.9rem; }
    body.woocommerce.single-product main .type-product .single-product-header-infobox .price {
      display: none;
      position: relative;
      top: 0.1rem;
      color: #01aeb8;
      white-space: nowrap;
      margin-left: auto;
      margin-right: 1rem; }
  body.woocommerce.single-product main .type-product > .product-content-image {
    z-index: 2; }
    @media (min-width: 992px) {
      body.woocommerce.single-product main .type-product > .product-content-image {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        width: 100%; } }
    @media (max-width: 991px) {
      body.woocommerce.single-product main .type-product > .product-content-image {
        margin-bottom: 2em; } }
    body.woocommerce.single-product main .type-product > .product-content-image .images {
      margin-top: 0;
      margin-bottom: 0; }
  body.woocommerce.single-product main .type-product > .summary {
    margin-bottom: 0;
    max-width: 575px; }
    @media (min-width: 992px) {
      body.woocommerce.single-product main .type-product > .summary {
        width: 50%;
        min-width: 50%;
        padding-right: 10px; } }
    body.woocommerce.single-product main .type-product > .summary .quantity {
      display: none; }
  body.woocommerce.single-product main .type-product > .summary > form {
    width: 100%;
    margin: 0;
    z-index: 11;
    position: relative;
    display: grid;
    grid-template-areas: 'price qty _ btn' 'vars vars vars vars' 'form form form form';
    grid-template-columns: -webkit-min-content -webkit-min-content auto -webkit-min-content;
    grid-template-columns: min-content min-content auto min-content; }
    body.woocommerce.single-product main .type-product > .summary > form > * {
      grid-column-end: span 4; }
    body.woocommerce.single-product main .type-product > .summary > form .single_variation_wrap,
    body.woocommerce.single-product main .type-product > .summary > form .woocommerce-variation-add-to-cart,
    body.woocommerce.single-product main .type-product > .summary > form .composite_data,
    body.woocommerce.single-product main .type-product > .summary > form .composite_wrap,
    body.woocommerce.single-product main .type-product > .summary > form .composite_button {
      display: contents; }
      body.woocommerce.single-product main .type-product > .summary > form .single_variation_wrap > *,
      body.woocommerce.single-product main .type-product > .summary > form .woocommerce-variation-add-to-cart > *,
      body.woocommerce.single-product main .type-product > .summary > form .composite_data > *,
      body.woocommerce.single-product main .type-product > .summary > form .composite_wrap > *,
      body.woocommerce.single-product main .type-product > .summary > form .composite_button > * {
        grid-column-end: span 4; }
    body.woocommerce.single-product main .type-product > .summary > form .price,
    body.woocommerce.single-product main .type-product > .summary > form .composite_price {
      grid-area: price; }
    body.woocommerce.single-product main .type-product > .summary > form .quantity {
      grid-area: qty; }
    body.woocommerce.single-product main .type-product > .summary > form [type="submit"] {
      grid-area: btn; }
    body.woocommerce.single-product main .type-product > .summary > form .variations {
      grid-area: vars; }
    body.woocommerce.single-product main .type-product > .summary > form > * {
      margin: 0; }
    body.woocommerce.single-product main .type-product > .summary > form .price,
    body.woocommerce.single-product main .type-product > .summary > form .composite_price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      margin-right: 1em;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        body.woocommerce.single-product main .type-product > .summary > form .price,
        body.woocommerce.single-product main .type-product > .summary > form .composite_price {
          text-align: right; } }
    body.woocommerce.single-product main .type-product > .summary > form .quantity,
    body.woocommerce.single-product main .type-product > .summary > form [type="submit"] {
      float: none;
      display: inline-block;
      vertical-align: top; }
    body.woocommerce.single-product main .type-product > .summary > form .quantity input {
      display: inline-block; }
    body.woocommerce.single-product main .type-product > .summary > form table.variations {
      margin-top: 1em; }
    body.woocommerce.single-product main .type-product > .summary > form .woocommerce-variation-add-to-cart .price .from {
      margin-right: 0.5em; }
    body.woocommerce.single-product main .type-product > .summary > form .composite_price {
      margin-right: 0; }
      body.woocommerce.single-product main .type-product > .summary > form .composite_price .total {
        display: none; }
    body.woocommerce.single-product main .type-product > .summary > form .component .component_title_wrapper {
      padding-top: 2em; }
    body.woocommerce.single-product main .type-product > .summary > form .subscription-details {
      white-space: nowrap; }
    body.woocommerce.single-product main .type-product > .summary > form .wc-pao-addon-container {
      margin-top: 1em; }
    body.woocommerce.single-product main .type-product > .summary > form .product-addon-totals {
      margin-bottom: 0; }
      body.woocommerce.single-product main .type-product > .summary > form .product-addon-totals ul {
        padding: 0; }
    body.woocommerce.single-product main .type-product > .summary > form .wc-pao-subtotal-line .price {
      text-align: left;
      margin: 0; }
      body.woocommerce.single-product main .type-product > .summary > form .wc-pao-subtotal-line .price .amount {
        margin-left: 0.5em; }
  body.woocommerce.single-product main .type-product:not(.purchasable) .summary > form {
    display: none; }

body.woocommerce.single-product main .woocommerce-breadcrumb {
  margin: 2em 0; }

body.woocommerce.single-product.has-blocks main .type-product {
  max-width: none;
  gap: 4rem 0; }
  @media (min-width: 768px) {
    body.woocommerce.single-product.has-blocks main .type-product {
      grid-template-areas: '.    info    .' '.    image   .' 'tabs tabs    tabs' '.    summary .';
      grid-template-columns: auto 780px auto; } }

body.woocommerce.single-product .woocommerce-notices-wrapper:not(:empty) {
  position: -webkit-sticky;
  position: sticky;
  top: calc( -3px + var(--wp-admin-bar-height));
  z-index: 11; }
  body.woocommerce.single-product .woocommerce-notices-wrapper:not(:empty) ~ .type-product .single-product-header-infobox {
    top: calc( -3px + var(--wp-admin-bar-height) + 67px); }

dl.presenter-supporter-details {
  display: inline-grid;
  grid-template-areas: "presenter_title supporter_title" "presenter_image supporter_image" "presenter_name supporter_name";
  grid-template-columns: repeat(2, 100px);
  grid-template-rows: auto 100px auto;
  gap: 1em 3em;
  margin-top: 2em;
  text-align: center; }
  @media (min-width: 480px) {
    dl.presenter-supporter-details {
      grid-template-columns: repeat(2, 150px);
      grid-template-rows: auto 150px auto; } }
  dl.presenter-supporter-details dt.presenter_name {
    grid-area: presenter_title; }
  dl.presenter-supporter-details dd.presenter_name {
    grid-area: presenter_name; }
  dl.presenter-supporter-details dd.presenter_image {
    grid-area: presenter_image; }
  dl.presenter-supporter-details dt.supporter_name {
    grid-area: supporter_title; }
  dl.presenter-supporter-details dd.supporter_name {
    grid-area: supporter_name; }
  dl.presenter-supporter-details dd.supporter_image {
    grid-area: supporter_image; }
  dl.presenter-supporter-details dd.presenter_image,
  dl.presenter-supporter-details dd.supporter_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  dl.presenter-supporter-details dd.presenter_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }

.product_cat-event-tickets .buttons-sidebar a.register,
.product_cat-event-tickets .alert.continuing-education,
.product_cat-event-tickets div.continuing-education.wpcf7-mail-sent-ok,
.product_cat-event-tickets div.continuing-education.wpcf7-mail-sent-ng,
.product_cat-event-tickets div.continuing-education.wpcf7-spam-blocked,
.product_cat-event-tickets div.continuing-education.wpcf7-validation-errors,
.product_cat-event-tickets .continuing-education.woocommerce-info,
.product_cat-event-tickets .continuing-education.woocommerce-message,
.product_cat-event-tickets .continuing-education.woocommerce-error,
.product_cat-event-tickets .continuing-education.woocommerce-password-strength,
.product_cat-books-resources .webinar-side,
.product_cat-books-resources .continuing-education {
  display: none !important; }

.woocommerce #customer_login form.checkout_coupon,
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
  padding: 0;
  margin: 0 0 20px;
  border: none; }

.woocommerce #customer_login h2 {
  text-align: center; }

.woocommerce #customer_login input[type="password"] {
  position: relative;
  z-index: 2; }
  .woocommerce #customer_login input[type="password"] + .woocommerce-password-strength {
    position: relative;
    z-index: 1; }

.woocommerce #customer_login .form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
  .woocommerce #customer_login .form-controls label[for="rememberme"] {
    margin: 0 0.75em; }
  .woocommerce #customer_login .form-controls a.forgot-password {
    white-space: nowrap; }
  @media (max-width: 767px) {
    .woocommerce #customer_login .form-controls {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .woocommerce #customer_login .form-controls label[for="rememberme"],
      .woocommerce #customer_login .form-controls a.forgot-password {
        margin-top: 0.75em; } }

.woocommerce-password-strength {
  padding: 8px 10px 5px;
  margin: -3px 0 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.woocommerce-account .wc-memberships-members-area-navigation {
  float: none;
  width: auto;
  margin-bottom: 20px; }
  .woocommerce-account .wc-memberships-members-area-navigation > ul > li.is-active a, .woocommerce-account .wc-memberships-members-area-navigation > ul > li.is-active a:hover, .woocommerce-account .wc-memberships-members-area-navigation > ul > li.is-active a:focus {
    color: #fff;
    background-color: #01aeb8;
    -webkit-box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.15); }

@media (max-width: 767px) {
  .simbaotp_qr_container {
    float: none !important;
    text-align: center;
    margin: 2em auto;
    padding: 0 !important; } }

label[for="simba_two_factor_auth"], .acf-field .acf-label label[for="simba_two_factor_auth"] {
  display: block;
  margin-bottom: 15px; }

#simba_two_factor_auth {
  margin-top: 5px; }

.simba_tfa_personal_settings_notice.simba_tfa_intro_notice {
  visibility: hidden; }
  .simba_tfa_personal_settings_notice.simba_tfa_intro_notice:after {
    content: 'These are your personal settings. Nothing you change here will have any effect on other users. If you activate two-factor authentication, then please verify that your two-factor application and this page show the same One-Time Password (within a minute of each other) before you log out of your account.';
    display: block;
    visibility: visible;
    font-weight: 800;
    margin-bottom: 30px; }

.postbox h2,
#tfa_advanced_heading {
  margin-top: 50px; }

.postbox .simbaotp_qr_container {
  float: none !important; }

.simbaotp_spinner {
  margin-top: -8px; }

label[for="rememberme"] + .simbaotp_spinner, .acf-field .acf-label label[for="rememberme"] + .simbaotp_spinner {
  display: none; }

.woocommerce #customer_login .form-controls {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#tfa_wc_holder {
  width: 100%; }

li.woocommerce-MyAccount-navigation-link svg {
  height: 20px !important;
  width: 20px !important; }

.woocommerce-account h1.page-title {
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cpeu-header {
  display: inline-grid;
  grid-template-columns: auto auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em; }

.category-podcasts .page-header .header-icon-menu {
  display: none !important; }

.has-dark-background-color {
  background-color: #565656 !important; }

.has-dark-color {
  color: #565656 !important; }

.has-light-background-color {
  background-color: #ffffff !important; }

.has-light-color {
  color: #ffffff !important; }

.has-primary-background-color {
  background-color: #01aeb8 !important; }

.has-primary-color {
  color: #01aeb8 !important; }

.has-success-background-color {
  background-color: #8bd1b7 !important; }

.has-success-color {
  color: #8bd1b7 !important; }

.has-info-background-color {
  background-color: #428BCA !important; }

.has-info-color {
  color: #428BCA !important; }

.has-warning-background-color {
  background-color: #f0ad4e !important; }

.has-warning-color {
  color: #f0ad4e !important; }

.has-danger-background-color {
  background-color: #f86d6a !important; }

.has-danger-color {
  color: #f86d6a !important; }

body.has-blocks .wrap > .container {
  width: auto;
  padding: 0; }

body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .panel, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .box, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.checkout_coupon,
body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.login,
body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.register, .woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs #customer_details, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .woocommerce-thankyou-order-details, body.single-post.has-blocks article.type-post .entry-content {
  display: grid;
  grid-template-columns: auto; }
  @media (max-width: 859px) {
    body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .panel > :not(.alignwide):not(.alignfull), body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .box > :not(.alignwide):not(.alignfull), body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.checkout_coupon > :not(.alignwide):not(.alignfull), body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.login > :not(.alignwide):not(.alignfull), body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.register > :not(.alignwide):not(.alignfull), .woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs #customer_details > :not(.alignwide):not(.alignfull), body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .woocommerce-thankyou-order-details > :not(.alignwide):not(.alignfull), body.single-post.has-blocks article.type-post .entry-content > :not(.alignwide):not(.alignfull) {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 860px) {
    body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .panel > *, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .box > *, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.checkout_coupon > *, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.login > *, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.register > *, .woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs #customer_details > *, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .woocommerce-thankyou-order-details > *, body.single-post.has-blocks article.type-post .entry-content > * {
      grid-column: 3 / span 1; }
    body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .panel > .alignwide, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .box > .alignwide, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.checkout_coupon > .alignwide, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.login > .alignwide, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.register > .alignwide, .woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs #customer_details > .alignwide, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .woocommerce-thankyou-order-details > .alignwide, body.single-post.has-blocks article.type-post .entry-content > .alignwide {
      grid-column: 2 / span 3; }
    body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .panel > .alignfull, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .box > .alignfull, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.checkout_coupon > .alignfull, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.login > .alignfull, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.register > .alignfull, .woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs #customer_details > .alignfull, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .woocommerce-thankyou-order-details > .alignfull, body.single-post.has-blocks article.type-post .entry-content > .alignfull {
      grid-column: 1 / span 5; } }
  @media (min-width: 860px) {
    body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .panel, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .box, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.checkout_coupon,
    body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.login,
    body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.register, .woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs #customer_details, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .woocommerce-thankyou-order-details, body.single-post.has-blocks article.type-post .entry-content {
      grid-template-columns: auto 100px 580px 100px auto; } }
  @media (min-width: 992px) {
    body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .panel, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .box, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.checkout_coupon,
    body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.login,
    body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.register, .woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs #customer_details, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .woocommerce-thankyou-order-details, body.single-post.has-blocks article.type-post .entry-content {
      grid-template-columns: auto 150px 580px 150px auto; } }
  @media (min-width: 1200px) {
    body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .panel, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .box, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.checkout_coupon,
    body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.login,
    body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.register, .woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs #customer_details, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .woocommerce-thankyou-order-details, body.single-post.has-blocks article.type-post .entry-content {
      grid-template-columns: auto 150px 780px 150px auto; } }
  @media (min-width: 1600px) {
    body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .panel, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .box, body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.checkout_coupon,
    body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.login,
    body.woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs form.register, .woocommerce-checkout body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs #customer_details, body.woocommerce.single-product.has-blocks main .type-product .woocommerce-tabs .woocommerce-thankyou-order-details, body.single-post.has-blocks article.type-post .entry-content {
      grid-template-columns: auto 200px 780px 200px auto; } }

body.single-post.has-blocks article.type-post > .row {
  margin: 0; }
  body.single-post.has-blocks article.type-post > .row > [class*="col-"] {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none; }

body.woocommerce-account.my-webinars .webinar-opts {
  display: block; }

@media (max-width: 1309px) {
  body.woocommerce-account .header-icon-menu.nav-tabs, body.woocommerce-account .header-icon-menu.acf-tab-group {
    display: none !important; }
  body.woocommerce-account .dropdown.my-account-menu {
    display: block !important; }
  body.woocommerce-account .menu-wrap {
    grid-template-columns: auto auto !important; } }

body.woocommerce-account > div.wrap > div.page-header > div:nth-child(2) {
  display: block; }

body.woocommerce-account .menu-wrap {
  margin: 0px !important;
  display: grid;
  grid-template-columns: 1000px auto; }

body.woocommerce-account .webinar-opts {
  display: none; }
  body.woocommerce-account .webinar-opts .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: right; }
  body.woocommerce-account .webinar-opts > div:first-child {
    margin-left: 10px; }
  body.woocommerce-account .webinar-opts select, body.woocommerce-account .webinar-opts input {
    height: 24px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    max-width: 160px;
    outline: none !important; }
  body.woocommerce-account .webinar-opts select, body.woocommerce-account .webinar-opts i, body.woocommerce-account .webinar-opts input::-webkit-input-placeholder {
    color: #06aeb8 !important; }
  body.woocommerce-account .webinar-opts select, body.woocommerce-account .webinar-opts i, body.woocommerce-account .webinar-opts input:-ms-input-placeholder {
    color: #06aeb8 !important; }
  body.woocommerce-account .webinar-opts select, body.woocommerce-account .webinar-opts i, body.woocommerce-account .webinar-opts input::-ms-input-placeholder {
    color: #06aeb8 !important; }
  body.woocommerce-account .webinar-opts select, body.woocommerce-account .webinar-opts i, body.woocommerce-account .webinar-opts input::placeholder {
    color: #06aeb8 !important; }

body.woocommerce-account div#footer-lower {
  background: none !important; }

body.woocommerce-account .page-header {
  padding-bottom: 0px !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05); }

body.woocommerce-account .container-fluid.py-4.breadcrumbs {
  padding-bottom: 0px !important; }

body.woocommerce-account h1.page-title.mt-0 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

body.woocommerce-account ul.header-icon-menu.nav.nav-tabs, body.woocommerce-account ul.header-icon-menu.acf-tab-group, body.woocommerce-account .wc-memberships-members-area-navigation > ul.header-icon-menu.nav-tabs, body.woocommerce-account .wc-memberships-members-area-navigation > ul.header-icon-menu.acf-tab-group {
  margin-bottom: -3px;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important; }

body.woocommerce-account .header-icon-menu.nav-tabs, body.woocommerce-account .header-icon-menu.acf-tab-group {
  display: grid;
  grid-template-columns: repeat(9, auto); }
  body.woocommerce-account .header-icon-menu.nav-tabs a, body.woocommerce-account .header-icon-menu.acf-tab-group a {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important; }
    body.woocommerce-account .header-icon-menu.nav-tabs a svg, body.woocommerce-account .header-icon-menu.acf-tab-group a svg {
      margin-right: 7px; }

body.woocommerce-account .header-icon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
          column-gap: 1em;
  border-bottom: none !important; }
  body.woocommerce-account .header-icon-menu::before {
    display: none; }
  body.woocommerce-account .header-icon-menu span {
    margin: 0px !important;
    padding: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.woocommerce-account .header-icon-menu span::before {
      font-size: 24px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  body.woocommerce-account .header-icon-menu a {
    padding: 0px !important;
    margin: 0px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    padding-bottom: 10px !important; }

body.woocommerce-account .my-account-menu {
  margin: 0px !important;
  width: 100% !important;
  display: none; }
  body.woocommerce-account .my-account-menu.open .dropdown-menu {
    display: grid; }
  body.woocommerce-account .my-account-menu button {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    text-align: inherit;
    background: #06aeb8;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 5px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body.woocommerce-account .my-account-menu button i {
      margin-left: 10px; }
    body.woocommerce-account .my-account-menu button svg {
      margin-right: 5px;
      width: 24px; }
      body.woocommerce-account .my-account-menu button svg path {
        fill: #fff; }
  body.woocommerce-account .my-account-menu .dropdown-menu {
    width: 100%;
    background: #ffff;
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
    margin-top: 0px;
    padding: 0px !important; }
    body.woocommerce-account .my-account-menu .dropdown-menu a {
      display: grid;
      grid-template-columns: 30px auto;
      padding: 5px 10px;
      text-decoration: none !important; }
      body.woocommerce-account .my-account-menu .dropdown-menu a:hover {
        background: #06aeb8;
        color: #fff; }
        body.woocommerce-account .my-account-menu .dropdown-menu a:hover svg path {
          fill: #fff; }
      body.woocommerce-account .my-account-menu .dropdown-menu a svg {
        width: 24px; }

/** mobile menu */
@media (max-width: 500px) {
  .my-account-menu {
    display: block; } }

nav.woocommerce-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Aller';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #808080; }
  nav.woocommerce-breadcrumb .active {
    color: #06aeb8; }

@media (max-width: 450px) {
  a.navbar-brand svg {
    width: 30px !important; }
  a.navbar-brand {
    padding: 10px 0px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .navbar-header {
    grid-template-columns: 30px 70px auto !important; }
  .normal-logo {
    display: none; }
  .small-logo {
    display: block !important; } }

@media (min-width: 768px) {
  nav.navbar.navbar-lower ul > li > a {
    padding-bottom: 14px !important;
    padding-top: 0px; }
  nav.navbar.navbar-lower {
    min-height: auto; } }

@media (max-width: 767px) {
  /** hide the search */
  li#menu-item-432988 {
    display: none; }
  /** hide the cart **/
  li#menu-item-1082351 {
    display: none; }
  .menu-top-right .user-menu {
    display: none; }
  .navbar-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  ul#menu-main-menu {
    margin: 0px !important; }
  nav.navbar.navbar-lower.navbar-inverse.navbar-static-top .main-nav-headers.navbar-collapse a {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  nav.navbar.navbar-lower.navbar-inverse.navbar-static-top .main-nav-headers {
    padding-left: 5px; }
  .navbar-header {
    margin: 0px !important;
    display: grid !important;
    grid-template-columns: 200px 70px auto; }
  .navbar-header::before {
    display: none; }
  .float-right button {
    margin: 0px !important; }
  .float-right > div {
    float: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .float-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right; }
  .align-center a i {
    background: #fff;
    padding: 8px 7px;
    border-radius: 50%;
    width: 32px;
    height: 32px; }
  .float-right {
    -webkit-column-gap: 10px;
            column-gap: 10px; }
  .menu-top-right {
    display: grid !important;
    float: left !important;
    width: 100%; }
  .menu-top-right ul#menu-account-menu {
    display: grid;
    float: left;
    margin: 0px;
    gap: 0px !important; }
  .menu-top-right ul#menu-account-menu > li > a {
    padding: 10px 0px !important; }
  .menu-top-right .sm-nowrap {
    margin: 0px !important; }
  .menu-item:not(.open) > ul {
    display: none !important; }
  /** make logo smaller */
  a.navbar-brand svg {
    width: 200px; }
  .mobile-only {
    display: block !important; } }

.mobile-only {
  display: none; }

.small-logo {
  display: none; }

.user-menu.open .dropdown-menu {
  display: grid;
  padding: 0px; }

.user-menu .dropdown-menu a {
  padding: 5px 10px;
  text-decoration: none !important;
  cursor: pointer !important; }

.user-menu .dropdown-menu a:hover {
  background: #06aeb8;
  color: #fff; }

.user-menu .user-icon {
  border-radius: 50%;
  width: 32px;
  height: 32px; }

.user-menu button {
  padding: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
  color: #fff !important; }
  .user-menu button span {
    margin-left: 6px; }

nav.navbar.navbar-upper > .container-fluid {
  padding: 0 15px; }

nav.navbar.navbar-upper .navbar-brand {
  padding: 12px 0;
  margin: 0px !important; }

nav.navbar.navbar-upper #country-selector {
  margin-top: -5px;
  margin-left: 9px; }
  nav.navbar.navbar-upper #country-selector button {
    margin: 0px !important;
    padding-top: 0px !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 20px !important; }

nav.navbar.navbar-upper .menu-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  nav.navbar.navbar-upper .menu-top-right .nav, nav.navbar.navbar-upper .menu-top-right .acf-tab-group, nav.navbar.navbar-upper .menu-top-right .woocommerce-account .wc-memberships-members-area-navigation > ul, .woocommerce-account nav.navbar.navbar-upper .menu-top-right .wc-memberships-members-area-navigation > ul {
    grid-gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    nav.navbar.navbar-upper .menu-top-right .nav > li > a, nav.navbar.navbar-upper .menu-top-right .acf-tab-group > li > a, nav.navbar.navbar-upper .menu-top-right .woocommerce-account .wc-memberships-members-area-navigation > ul > li > a, .woocommerce-account nav.navbar.navbar-upper .menu-top-right .wc-memberships-members-area-navigation > ul > li > a {
      padding: 14px 0px !important; }

nav.navbar.navbar-upper .inline-search {
  background: #fff;
  padding: 0 15px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  height: 0px;
  overflow: hidden; }
  nav.navbar.navbar-upper .inline-search.show {
    height: 42px; }
  nav.navbar.navbar-upper .inline-search label {
    margin: 0px;
    width: 100%; }
  nav.navbar.navbar-upper .inline-search input {
    border: none;
    width: 100%;
    padding: 10px 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.product-template-default div#wc-stripe-payment-request-wrapper {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -100% !important;
  left: -100% !important;
  width: 0px !important;
  height: 0px !important; }

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