/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 300 11px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.page-content img {
  height: auto;
}

a {
  color: #c2312c;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

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

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.content {
  width: 940px;
  margin: 0 auto;
  background-color: white;
  position: relative;
}

/* header */
/* logo */
.logo-img {
  margin-left: -54px;
  position: relative;
  z-index: 1;
}

/* nav */
.nav {
  background-color: #bf1e2e;
  height: 37px;
  margin-top: -100px;
}

/* sidebar */
.sidebar {
  float: right;
  width: auto;
  margin-bottom: 20px;
}

/* footer */
p a {
  color: #bf1e2e;
}

p a:hover {
  color: #bf1e2e;
  text-decoration: underline;
}

.overlay {
  width: 100%;
  transform: translateY(-100%);
  background-color: white;
  position: absolute;
  opacity: 0.9;
}

.hablo_spanish_text {
  text-align: center;
  width: 100%;
  color: #c2312c;
}

.front-text {
  font-size: 15px;
  margin-top: -4px;
  font-family: "open-sans", sans-serif;
}

.page-thirds__wrapper {
  display: flex;
  justify-content: space-around;
}

.page-third {
  width: 33.3%;
  float: left;
  padding: 10px;
  text-align: center;
  height: 340px;
  min-height: 340px;
}

.page-third h2 {
  margin-top: 50px;
  font-size: 21px;
}

.page-third p {
  font-size: 15px;
}

.page-third a {
  color: #bf1e2e;
  text-decoration: underline;
}

.lower-left {
  width: 300px;
  float: left;
  clear: left;
}

.lower-left h2 {
  color: #716008;
  font-size: 32px;
  margin-bottom: 7px;
}

.lower-left-content {
  border: gray solid 1px;
  width: 300px;
  height: auto;
  padding: 10px;
}

.lower-left-content p {
  margin-bottom: 7px;
}

.lower-left-content h3 {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #716008;
  font-size: 11pt;
  margin-top: 0;
}

.lower-middle {
  height: 510px;
  float: left;
  margin-left: 30px;
  width: 375px;
}

.lower-middle p {
  font-family: Arial;
  font-size: 10pt;
}

.lower-middle h2 {
  color: #056839;
  font-size: 32px;
  margin-bottom: 7px;
}

.lower-right {
  height: 570px;
  float: left;
  margin-left: 30px;
  width: 205px;
}

.lower-right h2 {
  color: #bf1e2e;
  font-size: 32px;
  margin-bottom: 7px;
}

.lower-right p {
  font-size: 11pt;
}

.lower-right ul {
  margin-top: -20px;
}

.lower-right h3 {
  font-weight: bold;
  font-size: 14pt;
  text-transform: uppercase;
}

.footer {
  margin-top: 2em;
  background-color: #c7c5c5;
  width: 100%;
  height: 40px;
  clear: both;
}

.copyright {
  float: left;
  margin-left: 25.3%;
}

.webspec {
  float: right;
  margin-right: 25.3%;
}

.webspec a {
  text-decoration: underline;
}

span.wpcf7-list-item {
  display: block;
  margin: 5px;
}

.submit {
  text-transform: uppercase;
  background-color: #e5c20b;
  border: #b59908 solid 2px;
  float: right;
  font-family: "bebas-neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14pt;
  color: #056839;
}

.page-content {
  width: 630px;
  float: left;
  font-size: 11pt;
  margin-bottom: 20px;
  margin-top: 22px;
}
.page-content > .page-title, .single-product .summary .page-content > .price {
  margin-top: 4pt;
}

body.page-template-template-no-sidebar .page-content {
  width: auto;
  float: none;
}

.page-content iframe {
  max-width: 100%;
}

.video-wrap {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.video-wrap:nth-child(odd) {
  clear: both;
}

.video-wrap:nth-child(even) {
  margin-right: 0;
}

.pagination {
  clear: both;
}

.vr {
  float: left;
  height: 300px;
  width: 2px;
  background-color: #dfe0e1;
  margin-top: 38px;
  margin-left: 25px;
}

.nav-list {
  margin-left: 185px;
}

.nav-list li {
  display: inline-block;
  margin-right: 21px;
  margin-top: 3px;
}

.nav-list li a {
  color: white;
  font-size: 17pt;
  margin-right: 5px;
}

.has-children:after {
  content: url(../images/sub-menu-arrow.png?8173422bc01aac0c5f60aa0cd592153a);
}

.sub-menu {
  position: absolute;
  z-index: 2;
  display: none;
  background-color: #bf1e2e;
  margin-top: 0px;
}

.sub-menu li {
  display: block;
  color: white;
  margin-left: -10px;
}

.crumbs {
  text-transform: lowercase;
  margin-top: -13px;
  margin-bottom: 14px;
  color: #747675;
  font-size: 9pt;
}

.crumbs a {
  color: #747675;
}

/*------------------------------------*\
	CAROUSEL
\*------------------------------------*/
.slider {
  margin: 10px 0;
  width: 205px; /* Update to your slider width */
  position: relative;
  list-style-type: none;
}

.slider li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
div.bg {
  position: absolute;
  z-index: -5;
  width: 100%;
  height: 440px;
  margin-top: 200px;
  background-image: url(../images/bg.jpg?da29137da1d6337715622bc03defb1e9);
  background-repeat: repeat-x;
}

.login-buttons {
  float: right;
  clear: right;
}

.schedule {
  float: right;
  margin: 15px 0 0 8px;
  background: #E5C20B;
  text-transform: uppercase;
  background-size: 100% 100%;
  padding: 2px;
  border: 2px solid #BF1E2E;
}
.login-buttons + .login-buttons .schedule {
  margin-top: 8px;
}

.single_add_to_cart_button, .woocommerce button.button.alt {
  border: 1px solid #BF1E2E;
  padding: 0px 8px;
}

.front-pic {
  width: 940px; /* Update to your slider width */
  height: 440px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: 0px;
}

.page-third-pic {
  margin-top: 20px;
}

.test-back, .test-forward {
  height: 23px;
  width: 23px;
  float: left;
  margin-left: 10px;
}

.test-back:hover, .test-forward:hover {
  cursor: pointer;
}

.test-back {
  background-image: url(../images/test-back.png?42036fd12b1a6ae75aed5c994c815d91);
  width: 22px;
}

.test-forward {
  background-image: url(../images/test-forward.png?c5fe2f306bbac1dcee79166bae6c94b6);
}

.email-icon {
  width: 19px;
  height: 14px;
  float: left;
  background-image: url(../images/email.png?52fcf87565291f3da3cf37b2d940bb44);
  margin: 3px;
  margin-right: 10px;
}

.tele {
  width: 19px;
  height: 30px;
  float: left;
  background-image: url(../images/phone.png?c18a78cc5091ed09e517f6e733dcc886);
  margin: 3px;
  margin-top: -5px;
  margin-right: 10px;
}

.funky-arrow {
  position: absolute;
  margin-left: -16px;
}

.sidebar-button {
  background-color: #e5c20b;
  box-shadow: 0px 0px 0px 4px #e5c20b;
  border: #c2312c solid 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  color: #bf1e2e;
  font-size: 24pt;
  width: auto;
  height: 37px;
  text-align: center;
}

.social {
  float: right;
  margin-top: 30px;
}

.social a {
  margin-right: 10px;
}

.social a img {
  height: 30px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
.schedule_button_content {
  border: 1px solid #BF1E2E;
  padding: 0px 8px;
}

.bebas, .single-product .summary .price, .woocommerce ul.products li.product .woocommerce-loop-category__title, .btn, .woocommerce a.button, .woocommerce button.button.alt, .wpcf7-submit, .rcp-button {
  font-family: "bebas-neue", sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.open-sans {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.sidebar-widget h3 {
  margin-bottom: -20px;
}

.sidebar-widget h3, .beta, .woocommerce ul.products li.product .woocommerce-loop-category__title {
  color: #bf1e2e;
  font-size: 23pt;
}

.beta, .woocommerce ul.products li.product .woocommerce-loop-category__title {
  margin-top: 0px;
}

.sidebar-widget p, .sidebar-widget a {
  color: #056839;
  font-size: 11pt;
}

.page-title, .single-product .summary .price {
  font-size: 33pt;
  color: #056839;
  margin-bottom: 0px;
  font-family: "bebas-neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.page-title.price, .single-product .summary .price {
  font-size: 33pt !important;
  color: #056839 !important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

fieldset + fieldset {
  margin-top: 2em;
}
fieldset legend {
  font-weight: bold;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/* Shop */
.product-row {
  margin-bottom: 24px;
}

.product-row-heading {
  margin-bottom: 12px;
}

.product-row-unit {
  text-align: center;
  width: 194px;
  float: left;
  margin-right: 24px;
  margin-bottom: 12px;
}

.product-row-unit:last-child {
  margin-right: 0px;
}

.product-row-inner-heading {
  margin: 12px 0 6px;
}

.delta, .woocommerce ul.products li.product .price {
  font-size: 15px;
  color: #056839;
}

.product-row-under {
  text-align: right;
}

.product-add-to-cart-container {
  margin-top: 24px;
  margin-bottom: 24px;
}

.product-add-to-cart-container-unit {
  float: left;
  margin-right: 24px;
}

.product-add-to-cart-container-unit:last-child {
  margin-right: 0px;
}

.button, .button-container {
  cursor: pointer;
}

.floated-heading-unit {
  float: left;
  margin-right: 24px;
}

.button-by-heading {
  margin-top: 41px;
}

.large-button-container {
  background-color: #E5C20B;
  display: inline-block;
  padding: 9px 6px 2px;
}

.large-button-container.as-button {
  padding-top: 15px;
  padding-bottom: 8px;
  border: 0px;
}

.large-button {
  font-size: 31px;
  color: #BF1E2E;
  text-transform: uppercase;
  border: 1px solid #BF1E2E;
  padding: 9px 20px 1px;
}

.small-button-container {
  background-color: #E5C20B;
  display: inline-block;
  padding: 6px 2px 1px;
  border: 2px solid #BF1E2E;
}

.small-button-container.as-button {
  padding-top: 9px;
  padding-bottom: 4px;
}

.small-button-container.as-button.cart {
  padding-top: 4px;
}

.small-button {
  font-size: 19px !important;
  color: #056839 !important;
  text-transform: uppercase !important;
  border: 1px solid #BF1E2E !important;
  padding: 6px 8px 1px !important;
  background: none !important;
  font-weight: normal !important;
  border-radius: 0 !important;
}

.store-sidebar-widget {
  display: none;
}

.woocommerce .store-sidebar-widget {
  display: block;
}

.store-cats-list {
  list-style-type: none;
  padding: 0;
  margin-top: 1.5em;
}

.store-cats-list li a {
  font-weight: 700;
}

.sidebar-product-category {
  font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em 165px;
}

.woocommerce ul.products li.product:not(.type-product), .woocommerce-page ul.products li.product:not(.type-product) {
  display: block;
  float: none;
  width: auto;
}

.woocommerce ul.products li.product.type-product, .woocommerce-page ul.products li.product.type-product {
  width: 31%;
  margin: 15px 1% 0;
}

.woocommerce ul.products li.product.type-product.first, .woocommerce-page ul.products li.product.type-product.first {
  clear: none;
}

.woocommerce ul.products li.product.type-product:nth-child(3n+4), .woocommerce-page ul.products li.product.type-product:nth-child(3n+4) {
  clear: left;
}

.woocommerce ul.products li.product.type-product img, .woocommerce-page ul.products li.product.type-product img {
  max-width: 100%;
  height: auto;
}

.woocommerce ul.products li.product a img {
  width: auto;
}

.woocommerce #container {
  width: 700px;
  float: left;
  padding-right: 20px;
}

.woocommerce table.shop_table tr.order_item td small a {
  font-weight: bold;
  color: #056839;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding-right: 6px;
}

.btn, .woocommerce a.button, .woocommerce button.button.alt {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  background: #BF1E2E;
  color: white;
  margin-bottom: 5px;
}

button, input, optgroup, select, textarea {
  max-width: 100%;
}

.btn, .woocommerce a.button, .woocommerce button.button.alt, .wpcf7-submit, .rcp-button {
  background: #e5c20b;
  border-radius: 0;
  padding: 5px 16px;
  position: relative;
  color: #056839;
  border: 3px solid #c2312c;
  cursor: pointer;
}
.btn:after, .woocommerce a.button:after, .woocommerce button.button.alt:after, .wpcf7-submit:after, .rcp-button:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 5px);
  border: 1px solid #c2312c;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.btn:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .wpcf7-submit:hover, .rcp-button:hover {
  background: #b49909;
}
input[type=submit].btn, .wpcf7-submit, .rcp-button {
  margin: 6px;
  box-shadow: 0 0 0px 4px #c2312c;
  outline: 2px solid #e5c20b;
  border-width: 1px;
}
input[type=submit].btn:hover, .wpcf7-submit:hover, .rcp-button:hover {
  outline-color: #b49909;
}

/*
|--------------------------------------------------------------------------
| Forms/Misc
|--------------------------------------------------------------------------
*/
body .rcp_form,
.rcp_form#rcp_registration_form {
  padding: 0;
}

.rcp-table {
  width: 100%;
}
.rcp-table + button {
  margin-top: 1em;
}

.rcp_form legend {
  margin-bottom: 0.5em;
}

.rcp_form p {
  display: flex;
}

.rcp_form label {
  flex: 0 0 30%;
  align-self: center;
  padding-right: 1em;
}
.rcp_form label:first-child:last-child {
  flex: 1 1 100%;
}

.rcp_form span,
.rcp_form input + input {
  margin-left: 1em;
}

.rcp_login_link p,
.rcpga-group-csv-import-sample {
  display: block;
}

/*
|--------------------------------------------------------------------------
| Group Management
|--------------------------------------------------------------------------
*/
.rcpga-group-dashboard h2 {
  margin-bottom: 0;
}
.rcpga-group-dashboard h2 + p {
  margin-top: 0;
}
.rcpga-group-dashboard table {
  width: 100%;
}

#rcpga-group-members-list-roles-filter {
  padding: 0;
}
#rcpga-group-members-list-roles-filter > li {
  padding-right: 10px !important;
}

details {
  border: 2px solid #056839;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 6px;
  overflow: hidden;
}
details summary {
  margin: -1em;
  padding: 1em;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
}
details summary:hover {
  background: #e6f0eb;
}
details summary + h3 {
  display: none;
}
details[open] summary {
  margin-bottom: 1em;
  background: #e6f0eb;
}
details p:last-child {
  margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Content Access Management
|--------------------------------------------------------------------------
*/
.accessible-content-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  height: 100%;
  margin: 8px 0;
}

.accessible-content-toggle {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border: 3px solid #c2312c;
  padding-bottom: 50%;
  aspect-ratio: 1;
}
.accessible-content-toggle .post-type {
  padding: 0.25em 0.5em;
  display: inline-block;
  background: #e5c20b;
  color: #c2312c;
  position: absolute;
  top: 0;
  left: 0;
}
.accessible-content-toggle .title {
  margin: 0;
  padding: 0.25em 0.5em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e5c20b;
  color: #c2312c;
}
.accessible-content-toggle input {
  opacity: 0;
}
.accessible-content-toggle:hover input:not(:checked) + .toggle {
  border-color: #056839;
  background: #056839 center no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 50%;
  opacity: 0.5;
}
.accessible-content-toggle input:checked + .toggle {
  border-color: #056839;
  background: #056839 center no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 50%;
}

.content-access-management h2 {
  margin-bottom: 0;
}
.content-access-management h2 + p {
  margin-top: 0;
}
.content-access-management .toggle {
  width: 3em;
  height: 3em;
  border-radius: 999em;
  border: 3px solid gray;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.content-access-management .toggle.toggle-legend {
  border-color: #056839;
  background: #056839 center no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 50%;
  position: relative;
  top: 6px;
  left: auto;
  transform: none;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.15em;
}

table {
  border-collapse: collapse;
}

thead {
  border-bottom: 1px solid gray;
}

td, th {
  padding: 0.125em 1em 0.25em 0.5em;
  line-height: 1.7;
}

th {
  vertical-align: bottom;
  text-align: left;
}

td {
  vertical-align: top;
}

.woocommerce-page ul.products li.product.product-category:not(.type-product) {
  margin-bottom: 0;
}
.woocommerce-page ul.products li.product.product-category:not(.type-product) + li {
  margin-left: 0;
}

.product-row-more-container {
  float: right;
}
.product-row-more-container:after {
  clear: both;
  content: "";
  display: block;
}

.woocommerce a.button, .woocommerce button.button.alt {
  font-size: 19px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0 3px;
  margin-bottom: 6px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation-section a {
  font-weight: bold;
  color: inherit;
  cursor: inherit;
  pointer-events: none;
}

.woocommerce-MyAccount-navigation-link + .woocommerce-MyAccount-navigation-section {
  margin-top: 1.5em;
}
