@charset "UTF-8";

html {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

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

body {
  word-wrap: break-word;
  font-size: 1.25em;
  color: #566573;
}

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

span.required {
  color: red;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #2c3e50;
  margin-top: 0;
  font-weight: 700;
}

h4,
h5,
h6 {
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

h1 {
  font-size: 1.8rem;
  font-weight: 900;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.0rem;
}

h5 {
  font-size: 0.85rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  margin-bottom: 2rem;
  line-height: 1.5;
}

a {
  color: #21c2f8;
  -webkit-transition: color 0.25s;
          transition: color 0.25s;
}

a:hover {
  color: #6bd6fa;
}

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

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

.text--larger {
  font-size: 115%;
}

.text--largest {
  font-size: 153%;
}

.text--small {
  font-size: 85%;
}

.text--warning {
  color: #fc4123;
}

.text--danger {
  color: #ed145b;
}

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

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.flatpyramid-content__topbar {
  padding: 1rem 0;
  background-color: #f6f6f7;
  border-bottom: 1px solid #eee;
  overflow: wrap;
}

.flatpyramid-content__topbar .topbar__breadcrumb {
  text-align: right;
  font-size: 0.75em;
  padding-top: 0.5em;
}

.flatpyramid-content__main {
  padding-top: 0.5em;
  min-height: 500px;
}

.flatpyramid-page__title {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 15px 0 0;
}

.flatpyramid-iframe__youtube {
  max-width: 980px;
  min-height: 380px;
}

.section--convert-sell {
  background-color: rgba(26, 188, 156, 0.06);
}

.section--convert-sell .container-fluid {
  padding: 0;
}

.section--convert-sell .row {
  margin: 0;
}

.section--convert-sell .grid-item {
  position: relative;
  padding: 0;
}

.section--convert-sell .grid-item .text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /*position: absolute;*/
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.25s;
          transition: 0.25s;
}

.section--convert-sell .grid-item .text-block p {
  width: 100%;
}

.section--convert-sell .grid-item .text-block h2,
.section--convert-sell .grid-item .text-block p {
  color: #2e3746;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}

.section--convert-sell img {
  position: relative;
  display: block;
}

.section--convert h2 {
  margin-top: 2rem;
}

.section--convert .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
}

.section--convert .flatpyramid-btn--floating {
  position: absolute;
  display: block;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -90px;
}

.section--convert .flatpyramid-btn--floating:hover {
  opacity: 0.9;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}

.woocommerce-account a:hover {
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  display: block;
  clear: both;
  padding: 1rem;
  border: 1px solid #21c2f8;
}

.woocommerce-MyAccount-navigation-link {
  display: inline-block;
  margin-left: 0.1rem;
  padding: 0.5rem;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #21c2f8;
}

.woocommerce-MyAccount-navigation-link.is-active {
  background-color: #1abc9c;
}

.woocommerce-MyAccount-navigation-link:first-child {
  margin-left: 0;
}

.woocommerce-MyAccount-navigation-link a {
  color: #fff;
  text-decoration: none;
}

.woocommerce .woocommerce-orders-table .leave_feedback {
  display: inline-block;
  margin-left: 1rem;
}

.fp-make-seller-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
}

.fp-make-seller-section .fp-spinner {
  margin-left: 1rem;
}

.fp-make-seller-section h2 {
  margin-top: 0 !important;
}

.footer-section {
  background-color: #1a1a1d;
}

.footer--bottom {
  border-top: 1px solid #282b39;
  background-color: #222533;
}

.footer-widget__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #becddc;
  padding-top: 1.25em;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #becddc;
  margin-top: 0;
  font-weight: 700;
}

.footer-widget ul {
  list-style: none;
  padding: 0.5em 0;
  margin-top: 0;
  font-weight: bold;
}

.footer-widget a {
  display: inline-block;
  margin-bottom: 0.5rem;
  -webkit-transition: 0.25s;
          transition: 0.25s;
  text-decoration: none;
  color: #1fa3d0;
}

.footer-widget a:hover {
  text-decoration: none;
}

.menu-footer_social-container #menu-footer_social li {
  display: inline;
  padding: 0.7em;
}

.menu-footer_social-container #menu-footer_social li:first-child {
  padding-left: 0;
}

/* start Tkach web-promo */

.div-spoiler-title {
  border: 1px solid #c0c0c0;
  display: block;
}

.div-spoiler-title > h4 {
  background-color: #21c2f8;
  padding: 10px 40px;
  margin-bottom: 0;
  cursor: pointer;
}

.spoiler-body {
  display: none;
  padding: 10px;
}

/* end web-promo */

.container {
  max-width: 100%;
  padding: 1rem;
}

.container.container--page {
  width: 100%;
  max-width: 2200px;
}

section {
  padding: 2rem 0;
}

section.section--no-padding {
  padding: 0;
}

.flatpyramid-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 6px;
  background-color: #fff;
}

.flatpyramid-header > .container {
  z-index: 1;
}

.home .flatpyramid-header {
  background-color: transparent;
  box-shadow: none;
}

.home .flatpyramid-header > .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home .flatpyramid-header .ie-fix {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.home .logo-text {
  color: #21c2f8;
}

.logo-text {
  text-align: center;
  font-size: 0.65rem;
  margin-top: -7px;
  margin-left: 5px;
  padding-bottom: 8px;
}

.flatpyramid-header__banner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.flatpyramid-header__banner img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.flatpyramid-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  text-decoration: none;
}

.flatpyramid-header__logo .flatpyramid-logo__img {
  max-width: 284px;
}

.menu-row {
  position: relative;
  z-index: 3;
}

.hero-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #2c3e50;
}

.menu-toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.flatpyramid-content__search {
  background: rgba(46, 56, 69, 0.8);
}

.flatpyramid-content__search .search-form {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.flatpyramid-content__search label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flatpyramid-content__search i {
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 0.75em;
  color: #566573;
}

.flatpyramid-content__search input {
  border-radius: 5px;
  border: white;
}

.low-poly-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.low-poly-wrapper a {
  text-decoration: none;
}

.section-low-poly {
  background-color: #2c3e50;
  color: white;
  padding-bottom: 2em;
  padding-top: 2em;
}

.section-low-poly h2.text--center {
  color: white;
}

.container--shop {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.woof_results_by_ajax,
.woof_shortcode_output,
.woof_results_by_ajax_shortcode {
  width: 100%;
}

.fp-products__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.woocommerce span.onsale {
  left: auto;
  right: -0.5em;
  background-color: #ed145b;
  padding: 0;
  min-height: 3.236em;
  min-width: 3.236em;
  max-width: 3.236rem;
  max-height: 3.236rem;
}

.fp-products-item__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #e6e6e6;
  -webkit-transition: 0.25s all;
          transition: 0.25s all;
}

.fp-products-item__wrapper:hover {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.fp-products-item__wrapper .top-link {
  max-height: 100%;
  height: 100%;
}

.fp-products-item__wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.fp-products-item__meta {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
}

.fp-products-item__meta a {
  text-decoration: none;
  padding-bottom: 0;
}

.fp-products-item__meta span.woocommerce-Price-amount {
  margin: 0;
  padding: 0;
}

.fp-products-price {
  padding-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.fp-products-price ins {
  text-decoration: none;
  font-weight: bold;
}

.fp-products-price del {
  font-weight: normal;
}

.woocommerce-loop-product__title {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  text-align: center;
  color: #21c2f8;
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.woocommerce-loop-product__title:hover {
  color: #6bd6fa;
}

.products .fp-products-item__formats b {
  display: block;
  padding-bottom: 0.5rem;
}

.products .fp-products-item__formats .format-list {
  margin-bottom: 0;
}

.products .fp-products-item__formats .format-list li {
  padding: 0.25rem;
}

.products .fp-products-item__formats .format-list li:nth-child(odd) {
  background-color: rgba(230, 230, 230, 0.5);
}

.products form.cart {
  display: none;
}

.woocommerce .woocommerce-pagination {
  text-align: right !important;
  padding: 0 0.5rem;
}

.woocommerce .woocommerce-pagination .page-numbers li {
  margin-left: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #1abc9c;
  color: #fff;
}

.woocommerce .woocommerce-pagination ul.page-numbers {
  border: 0;
}

.sidebar-widget select,
.sidebar-widget input {
  max-width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
  float: none;
  padding: 0.5rem;
  width: inherit;
}

li#product-166500 {
  display: none;
}

.shop_description .desc_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
}

.cut-format-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
}

.cut-format-list .more_formats {
  font-size: 2em;
}

.with_banner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1em;
}

.with_banner .shop_info span {
  font-weight: 700;
  color: #21c2f8;
}

.product {
  padding-top: 2rem;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
}

.woocommerce-product-gallery__wrapper:before,
.woocommerce-product-gallery__wrapper:after {
  content: " ";
  display: table;
}

.woocommerce-product-gallery__wrapper:after {
  clear: both;
}

.woocommerce-product-gallery {
  float: none !important;
}

.product__price {
  color: #a1b1bc;
  font-size: 1.5rem;
  font-family: Lato, sans serif black;
}

.product__price ins {
  text-decoration: none;
  color: #2e3746;
  font-weight: 700;
}

.product__price del {
  color: #ed145b;
}

.license-info__benefits {
  margin-bottom: 1rem;
}

.product__guarantee {
  width: 75%;
  margin-bottom: 0.5rem;
}

.product__guarantee img.img--responsive {
  max-width: 307px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  min-height: inherit !important;
  padding-bottom: 0;
  padding-top: 0;
}

.flex-control-thumbs li {
  width: 20%;
}

.product__summary > div {
  border-bottom: 1px solid rgba(161, 177, 188, 0.3);
  padding: 1.75rem 2em 1.75rem 2rem;
  margin-bottom: 19px;
  /*box-shadow: 1px 2px 10px 0px rgba(224, 217, 217, 0.5);*/
  box-shadow: 0 1px 3px 0 rgba(16, 16, 16, 0.8);
  border-radius: 3px;
  /* tablet: 48rem, laptop 64reem */
  /* mobile: 34rem */
}

.product__summary > div:last-child {
  border-bottom: 0;
}

.product__summary > div hr {
  max-width: 80%;
  border: 1px solid #e6e6e6;
  margin: 20px 10px 20px 0;
  max-width: 200px;
}

.product__summary .product__add-to-cart form.cart {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.product__money-back-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}

.product__money-back-banner img {
  height: 4rem;
}

.product__money-back-banner span {
  text-indent: 1rem;
  font-size: 105%;
}

.product__satisfaction-banner {
  margin-bottom: 1rem;
}

.product__add-to-cart .quantity .qty {
  padding: 0.4rem;
  font-size: 1rem;
  display: none !important;
}

.product__add-to-cart .cart {
  margin-bottom: 0.5rem !important;
}

.product__add-to-cart .single_add_to_cart_button {
  background-color: #1abc9c !important;
  font-size: 1.8rem !important;
}

.product__social {
  font-size: 1.5rem;
}

.product__social a {
  padding: 0.5rem;
}

.product__excerpt p:last-child {
  margin-bottom: 0;
}

.product__full {
  padding: 1rem;
  background-color: #fafafa;
}

.product__full .product-full__description {
  line-height: 1.5;
  margin-bottom: 2em;
  padding-right: 1.25em;
  text-align: left;
}

.product__full .product-full__description .product__video .video__img-placeholder {
  max-width: 640px;
  width: 100%;
}

.product__full .product-full__description .product__video .video__img-placeholder .video__play-arrow {
  border-color: transparent transparent transparent #f7f7f7;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  height: 0;
  width: 0;
}

.product__full .product-full__description iframe#ytplayer {
  max-width: 640px;
  width: 100%;
}

.product__full .product-full-formats__link {
  text-decoration: none;
}

.container.product .product__photos {
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.container.product .product__summary {
  padding-left: 1rem;
}

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

.product__meta .posted_in {
  display: block;
}

.product__meta .posted_in a {
  padding: 0.5rem;
}

.product__meta .tagged_as a {
  padding: 0.5rem;
}

.product_single_date h1,
.product_single_date p,
.product_single_date div,
.product_single_date form.cart {
  display: none;
}

.desc_file_formats {
  font-size: 1.1em;
  font-weight: 700;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like {
  width: 5em !important;
}

.heateorSssSharingRound {
  display: none;
}

.heateor_sss_sharing_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}

.format-list .file_size {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
}

.format-list .file_size span.size {
  font-size: 1.0em;
  color: #566573;
  display: block;
}

.format-list li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.specs-list li {
  padding-bottom: 0.2em;
}

#one_guarantee_modal,
#one_license_modal {
  text-decoration: none;
}

.related_products .products li {
  width: 25%;
  min-width: 25%;
}

.related_products .more_pr {
  margin-bottom: 1em;
}

.related_products .more_pr a {
  margin-left: 0.5em;
}

.related_products .product__related {
  padding-top: 4em;
}

.product-sample__files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 1em 1em 0;
  margin-top: 1em;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.product-sample__files .sample {
  margin-left: 0.5em;
}

.product-sample__files h5 {
  margin-bottom: 0;
  padding-left: 1em;
}

.product-sample__files a {
  padding: 1em;
  background-color: #21c2f8;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.product-sample__files a:hover {
  opacity: 0.9;
}

.tabs-menu__single .tab {
  padding: 0.4em 0.6em;
  margin-right: 0.5em;
  background-color: #ddd;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.25s all;
          transition: 0.25s all;
}

.tabs-menu__single .tab:hover {
  opacity: 0.9;
}

.tabs-menu__single .tab.active {
  background-color: #21c2f8;
  color: #fff;
}

.tabs-single__product .tabs_single {
  display: none;
}

.tabs-single__product .tabs_single.active {
  display: block;
}

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

.tabs-share h3.wdb-h3-share {
  font-size: 1.5rem;
  display: inline;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-product .product__price {
  color: black;
  font-weight: 900;
  font-size: 1.8rem;
}

.tabs-menu__description .tab {
  padding: 0.4em 0.6em;
  margin-right: 0.5em;
  background-color: #ddd;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.25s all;
          transition: 0.25s all;
}

.tabs-menu__description .tab:hover {
  opacity: 0.9;
}

.tabs-menu__description .tab.active {
  background-color: #21c2f8;
  color: #fff;
}

.tabs-single__description .tabs_desc {
  display: none;
}

.tabs-single__description .tabs_desc.active {
  display: block;
}

.product__photos {
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.product__summary {
  padding-left: 1rem;
}

.flatpyramid-form--search .search-field {
  width: 9em;
  margin-right: 0.5rem;
  padding: 1.5rem;
}

.flatpyramid-form--search .search-submit {
  font-size: 1.1rem;
  padding: 1.5rem;
}

.home .flatpyramid-form-title {
  text-transform: uppercase;
  font-size: 2rem;
  text-shadow: 5px 1px 1px #666;
  line-height: 1.7;
  color: #fff;
}

.flatpyramid-searchbox {
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: #566573;
}

.wcv-grid .wcv-navigation ul.menu.black {
  padding: 0.5rem;
  background-color: #21c2f8;
}

.wcv-grid .wcv-navigation ul.menu.black li.active {
  background-color: #1abc9c;
}

.wcv-grid .wcv-navigation ul.menu.black a {
  color: #fff;
  text-decoration: none;
}

.wcv-grid table.wcvendors-table.wcvendors-table-product .row-actions.row-actions-product a {
  padding-right: 18px;
  font-size: 1.2em;
  color: #61707e;
}

.wcv-grid table.wcvendors-table.wcvendors-table-product:hover {
  color: #000;
}

.wcv-form .all-100 .wcv-product-type {
  display: none;
}

.wcv-form .wcv-product-media {
  margin-top: 1.5em;
}

.wcv-form .wcv-product-media a.wcv-media-uploader-featured-add {
  margin-top: 0.5em;
  background-color: #21c2f8 !important;
}

.wcv-form .wcv-product-media a.wcv-media-uploader-featured-add:hover {
  opacity: 0.90;
}

.wcv-form .wcv-product-media .wcv-media-uploader-gallery a {
  margin-top: 0.5em;
  background-color: #21c2f8 !important;
}

.wcv-form .wcv-product-media .wcv-media-uploader-gallery a:hover {
  opacity: 0.90;
}

.wcv-form .control-group {
  position: relative;
}

.wcv-form .control-group .control .wcv-datepicker {
  width: 80%;
}

.wcv-form .control-group .control button {
  padding: 5px 8px !important;
  background-color: #21c2f8 !important;
}

.wcv-form .control-group .control button:hover {
  opacity: 0.90;
}

.wcv-form .control-group .control input {
  margin-top: 0.3rem;
}

.wcv-form .control-group .control input,
.wcv-form .control-group .control select,
.wcv-form .control-group .control textarea {
  padding: 1rem;
  display: inline-block;
  max-width: 100%;
}

.wcv-form .control-group .inline li label {
  margin-bottom: 0.5rem;
}

.wcv-button {
  background-color: #21c2f8 !important;
  margin-left: 0.5rem;
  margin-left: 0.5rem;
}

.form-field.downloadable_files table {
  width: 100%;
}

.form-field.downloadable_files table tbody td {
  padding-right: 10px;
}

.form-field.downloadable_files table tbody td .control-group {
  margin-bottom: 0;
}

.form-field.downloadable_files table tbody td:last-child {
  width: 4%;
}

.form-field.downloadable_files table .ui-sortable tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}

.form-field.downloadable_files table .ui-sortable tr td:last-child {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.form-field.downloadable_files table .ui-sortable tr .sort {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.form-field.downloadable_files table .ui-sortable tr .file_name {
  display: block;
  width: 100%;
}

.form-field.downloadable_files table .ui-sortable tr .file_name .control-group {
  margin-bottom: 0;
}

.form-field.downloadable_files table .ui-sortable tr .file_url {
  display: block;
  width: 100%;
}

.form-field.downloadable_files table .ui-sortable tr .file_url input[type="text"] {
  padding: 1em;
}

.form-field.downloadable_files table .ui-sortable tr .file_url_choose {
  display: block;
  width: 30%;
}

tfoot a.button.insert {
  background-color: #21c2f8 !important;
}

tfoot a.button.insert:hover {
  opacity: 0.90;
}

td.file_url input[type="text"] {
  margin-top: 0 !important;
}

td.file_url_choose {
  vertical-align: baseline;
}

td.file_url_choose a.upload_file_button {
  background-color: #1abc9c !important;
  margin-top: 0.3em;
}

td.file_url_choose a.upload_file_button:hover {
  opacity: 0.90;
}

td a.delete {
  display: block;
  color: #fc4123;
}

.download_file_table {
  width: 100% !important;
}

.download_file_table thead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.download_file_table thead .file_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-bottom: 1em;
}

.wcv-product .control .wcv-tag-search {
  margin-top: 0.5em;
}

.img_add_description {
  font-style: italic;
}

button.add_attribute {
  padding: 3px 15px !important;
  background-color: #21c2f8 !important;
}

button.add_attribute:hover {
  opacity: 0.90;
}

.wcv-form select {
  vertical-align: inherit;
}

.wcv-gallery-image img {
  max-height: 100%;
  display: block;
  width: auto;
}

.wcv_attribute_data .wcv-column-group .all-30 {
  display: none;
}

.wcv_attribute_data .control-group ul.control li {
  display: none;
}

.media-modal-content .media-frame select.attachment-filters {
  max-width: 100%;
  width: 100%;
}

.wcv_dashboard_table_header .append-button {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display:         flex !important;
}

.wcv_dashboard_table_header .append-button #wcv-search {
  margin-top: 0 !important;
}

body.page-id-9 .flatpyramid-content__search {
  display: none;
}

.wcvendors-pro-dashboard-wrapper .button.product,
.wcvendors-pro-dashboard-wrapper .button.shop_coupon,
.wcvendors-pro-dashboard-wrapper .button.uploads {
  background-color: #21c2f8;
  padding: 0.5em;
  color: #fff;
  margin-right: 1em;
}

.wcvendors-pro-dashboard-wrapper .button.product:hover,
.wcvendors-pro-dashboard-wrapper .button.shop_coupon:hover,
.wcvendors-pro-dashboard-wrapper .button.uploads:hover {
  opacity: 0.9;
  text-decoration: none;
}

.wcvendors-pro-dashboard-wrapper .woocommerce-pagination ul.page-numbers li {
  display: inline;
  padding: 0.5em;
}

.show_if_downloadable {
  display: block !important;
}

.attachments-browser .media-toolbar {
  height: 80px;
}

.attachments-browser .attachments {
  top: 80px;
}

.media-toolbar-secondary {
  height: auto !important;
}

.wcv-search .wcv-form .wcv-button {
  width: 60%;
}

.wcvendors-table-product {
  display: block;
  overflow-x: auto;
}

ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  padding-left: 0;
}

ul.order_details li {
  float: none;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  list-style-type: none;
  padding: 1em !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  margin: 0 1em 1em !important;
  width: 20%;
}

ul.order_details li:last-of-type {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.support_bs #tab_faq {
  display: none;
}

/* hide stripe integration (for now) */

.wcv_stripe_connect_container {
  display: none;
}

.woocommerce_downloads_filter .views-exposed-widgets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.woocommerce_downloads_filter .views-exposed-widgets .views-exposed-widget {
  width: 24%;
}

.woocommerce_downloads_filter .views-exposed-widgets .views-exposed-widget input[type="text"] {
  width: 100%;
}

.woocommerce_downloads_filter .views-exposed-widgets .views-exposed-widget input[type="submit"] {
  margin-top: 1em;
  width: 100%;
}

.vendor_notice {
  margin-left: auto;
  background-color: #ebc73c;
  margin-bottom: 1em;
  border-radius: 9px;
}

.vendor_notice p {
  margin-bottom: 1em;
}

#dowloads-filter-apply-button {
  background-color: #21c2f8;
  border-radius: 5px;
  border: 2px solid #21c2f8;
  color: #fff;
}

.section--vr-partners {
  background-image: url(https://assets.flatpyramid.com/wp-content/uploads/images/css/vr-partners-bg.png);
  background-position: top center;
  background-size: cover;
}

.vr-partners-item {
  margin-bottom: 2rem;
}

.vr-partners-item img {
  max-width: 100%;
  height: 5rem;
}

.you-get__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.you-get__item i {
  color: #2c3e50;
}

.you-get__item .devider-50 {
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #8998a6;
  height: 0;
  width: 50%;
}

.help_page .help_topics {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #e1e1e1;
}

.help_page .help_topics ul a {
  font-size: 1.2em;
  text-decoration: none;
}

.cat_posts {
  margin-bottom: 5em;
}

.cat_posts a {
  text-decoration: none;
}

.cat_posts a.read_more_help {
  padding: 1em;
  background-color: #21c2f8;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.cat_posts a.read_more_help hover {
  color: #fff;
}

.cat_posts p {
  margin-bottom: 1em;
}

.cat_posts h3 {
  margin-bottom: 0;
}

.all_faq {
  font-size: 1.5em;
  padding-top: 1em;
}

.all_faq a {
  text-decoration: none;
  display: inherit;
  text-align: right;
}

.help_post_category {
  background-color: #e1e1e1;
  padding: 2em;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  margin-bottom: 3em;
  color: #a4a6aa;
}

.help_post_category span {
  padding-right: 0.5em;
}

.help_post_category a {
  text-decoration: none;
}

.cart-collaterals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.cart-collaterals .cart_totals {
  margin-left: auto;
}

.cart-collaterals li#product-166500 {
  display: block !important;
}

.cart-collaterals .fp-products__item {
  padding: 0 !important;
}

.cart-collaterals .fp-products__item form.cart {
  display: block !important;
  text-align: center;
}

.cart-collaterals .fp-products__item form.cart .quantity {
  display: none;
}

.cart-collaterals .fp-products__item form.cart button[type="submit"] {
  background-color: #21c2f8;
}

.cart-collaterals .fp-products__item .fp-products-item__wrapper {
  width: 220px;
}

table.cart .quantity .qty {
  width: 5em !important;
}

table.cart img {
  width: 60px !important;
}

table.cart td.actions .input-text {
  width: 200px !important;
}

.checkout_proceed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}

.checkout_proceed .cart_totals {
  float: none !important;
  width: 100% !important;
}

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

.checkout_proceed .under_checkout .secure_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
}

.checkout_proceed .under_checkout .secure_img img {
  height: 20%;
  width: 20%;
}

.red_text {
  color: #fc4123;
}

.checkout-button {
  background-color: #21c2f8 !important;
}

.woocommerce-cart .flatpyramid-content__search {
  display: none;
}

.warranty_product {
  background-color: #f9f9f9;
  width: 45%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.warranty_product p {
  margin-bottom: 0.4em;
}

.warranty_product a {
  margin-bottom: 1.5em;
}

.warranty_product .button-cart {
  font-size: 1.25em;
  width: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  margin-bottom: 0;
}

.warranty_product h3 {
  margin-bottom: 0.5em;
  text-transform: capitalize;
}

.cart_item .product-name .variation {
  display: none;
}

.cart_item .product-name .model-167072 {
  display: none !important;
}

.flatpyramid-btn__download {
  background-color: #21c2f8;
}

.get_coupon {
  margin-top: 1em;
}

.get_coupon p {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.get_coupon a {
  font-size: 1.4em;
}

.get_coupon span {
  font-weight: 700;
  color: #2c3e50;
  font-size: 1.1em;
}

.thanks p {
  font-style: italic;
}

.thanks a {
  text-decoration: none;
  font-weight: 700;
}

.thankyou_help .thankyou-btn_download {
  text-transform: capitalize;
  margin-bottom: 1.5em;
}

.thankyou_help p {
  text-transform: capitalize;
  font-size: 1.1em;
}

.woocommerce-thankyou-order-received {
  font-size: 1.2em;
}

.woocommerce-order-received section.woocommerce-order-details,
.woocommerce-order-received section.woocommerce-customer-details {
  padding-bottom: 0.5em;
}

/* remove qty input border */

table.cart .quantity .qty {
  border: none;
}

.woocommerce-cart-form__contents .quantity {
  /* remove qty input arrows */
}

.woocommerce-cart-form__contents .quantity input.input-text.qty.text {
  border: none;
}

.woocommerce-cart-form__contents .quantity input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.contact_us .form_contact {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #e1e1e1;
  background-color: #efefefef;
}

.contact_us .form_contact p {
  margin-bottom: 0;
  line-height: 1;
}

.contact_us .form_2 {
  height: auto;
}

.wpcf7-form-control input[type="button"] {
  padding: 1em;
  background-color: #21c2f8;
  color: #fff;
  border: none;
}

.wpcf7-form-control select {
  height: 3.5em;
}

.wpcf7-form-control .req-symbol {
  color: #e80000;
}

/* Pagination */

.pagination_blog {
  clear: both;
  position: relative;
  font-size: 0.8em;
  /* Pagination text size */
  line-height: 13px;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.pagination_blog span,
.pagination_blog a {
  margin: 2px 2px 2px 0;
  padding: 0.8em;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #21c2f8;
  -webkit-transition: background 0.15s ease-in-out;
          transition: background 0.15s ease-in-out;
}

.pagination_blog span:hover,
.pagination_blog a:hover {
  color: #fff;
  background: #1abc9c;
}

.pagination_blog .current {
  padding: 0.8em;
  background: #1abc9c;
  color: #fff;
}

.blog-widget {
  padding: 1em;
  border: 1px solid #e1e1e1;
  margin-bottom: 1em;
}

.blog-widget .blog-widget__title {
  text-align: center;
}

.blog-widget ul {
  list-style: none;
  padding-left: 0;
}

.blog-widget li {
  background-color: #f9f9f9;
  margin-bottom: 0.5em;
  padding: 0.5em;
}

.blog-widget li:hover {
  background-color: none;
}

.blog-widget a {
  text-decoration: none;
}

.blog-widget a:hover {
  text-decoration: underline;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.not_found {
  text-align: center;
}

.not_found .page-not_found {
  margin-bottom: 3em;
  margin-top: 3em;
}

.not_found .page-not_found h2 {
  margin-bottom: 0;
}

.not_found .page-not_found img {
  margin-bottom: 3em;
  max-width: 100%;
}

.not_found .page-not_found form {
  margin: 0 auto;
  width: 40%;
  max-width: 100%;
}

.not_found .page-not_found form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.not_found .page-not_found form label i {
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 0.75em;
  color: #566573;
}

.custom_models img {
  width: 100%;
}

.custom_models .blue-button {
  padding: 1em;
  background-color: #1abc9c;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1em;
}

.custom_models .blue-button:hover {
  opacity: 0.7;
}

.custom_models .top_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
}

.custom_models .light_gray {
  padding: 2em;
  background-color: #efefef;
  border: 1px solid #2e3746;
}

.custom_models .quotes {
  background-color: #ebeef1;
  font-size: 1.3em;
}

.custom_models .quotes .blockquote-footer {
  text-align: right;
}

.custom_models .row_img {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.custom_models .anchor .bot_anchor {
  text-align: center;
  padding: 1.5em 1em;
  background-color: #efefef;
  font-size: 1.3em;
}

.custom_models .anchor .bot_anchor a {
  text-decoration: none;
}

.custom_models .anchor .bot_anchor a:hover {
  text-decoration: underline;
}

.custom_models .anchor_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.custom_models .anchor_right .right {
  padding: 1.5em 1em;
  background-color: #efefef;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

.custom_models .anchor_right .right a {
  text-decoration: none;
}

.custom_models .anchor_right .right a:hover {
  text-decoration: underline;
}

.custom_models .gray_box {
  margin: 0 auto;
  padding: 2em;
  max-width: 98%;
  background-color: #2e3746;
  color: #efefef;
}

.custom_models .gray_box .orange {
  color: #fc4123;
}

.custom_models .gray_box .last {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.custom_models span.orange {
  color: #fc4123;
  font-weight: 700;
}

.custom_models .gray_list {
  margin-bottom: 1em;
}

.custom_models .gray_list li {
  padding-bottom: 0.7em;
}

.custom_models .blue_buttons {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
}

.any_help .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.any_help .row .we_can_help {
  font-size: 1.5em;
}

.any_help .row .we_can_make h3,
.any_help .row .we_can_make .models_for {
  text-align: center;
  color: #fc4123;
}

.any_help .row .we_can_make h3 span,
.any_help .row .we_can_make .models_for span {
  padding: 0 1em;
}

body.page-id-394 .page {
  min-height: 10em;
}

.profiles-widget {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.view-featured-3dprofiles img {
  max-width: 100%;
  display: block;
}

.view-testimonials-page span {
  font-size: 2em;
}

.view-testimonials-page .blockquote-footer {
  text-align: right;
}

.view-testimonials-page p {
  font-size: 1.2em;
}

.view-testimonials-page .blockquote {
  margin-bottom: 3em;
}

.progress {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.progress .circle,
.progress .bar {
  display: inline-block;
  background: #fff;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  border: 1px solid #d5d5da;
}

.progress .bar {
  position: relative;
  width: 7em;
  height: 6px;
  bottom: -24px;
  margin-left: -31px;
  margin-right: -31px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.progress .circle .label {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 47px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 20px;
}

.progress .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 30px;
  margin-left: -5px;
}

/* Done / Active */

.progress .bar.done,
.progress .circle.done {
  background: #eee;
}

.progress .bar.active {
  background: -webkit-linear-gradient(left, #eee 40%, #fff 60%);
  background:         linear-gradient(to right, #eee 40%, #fff 60%);
}

.progress .circle.done .label {
  color: #fff;
  background: #21c2f8;
  opacity: 0.6;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.progress .circle.done .title {
  color: #444;
}

.progress .circle.active .label {
  color: #fff;
  background: #21c2f8;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.progress .circle.active .title {
  color: #21c2f8;
}

.hi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 115px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.woocommerce-checkout .flatpyramid-content__search {
  display: none;
}

.woocommerce-checkout #place_order {
  background-color: #21c2f8 !important;
}

#customer_details .col-1 {
  width: 98%;
  float: none;
}

#customer_details .col-2 {
  display: none;
}

li.wc_payment_method.payment_method_paypalap {
  display: none;
}

.warranty_item {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

.warranty_item .button-cart {
  display: block;
  width: auto;
  background-color: #21c2f8;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 700;
  width: 25%;
  margin-top: 1em;
}

.warranty_item img {
  display: block;
  margin: 0 auto;
}

.flatpyramid-sidebar--profile {
  background-color: #f9f9f9;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}

.flatpyramid-sidebar--profile .profile_item {
  margin-bottom: 1em;
}

.flatpyramid-sidebar--profile .profile_item span.profile_heading {
  color: #2c3e50;
  font-weight: 700;
  display: block;
}

.flatpyramid-sidebar--profile .profile-name_experience h3 {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.flatpyramid-sidebar--profile .user-profile-avatar {
  margin-bottom: 1rem;
}

.show-all {
  display: inherit;
}

.hide-all {
  display: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.push-left {
  float: left;
}

.push-center {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.push-right {
  float: right;
  -webkit-justify-content: flex-end;
     -moz-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

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

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.wcv-grid * {
  box-sizing: border-box;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 0 0;
}

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

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

b,
strong {
  font-weight: 700;
}

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: 0;
}

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

pre {
  overflow: auto;
}

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

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] {
  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;
  box-sizing: border-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

.wcv-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.wcv-form fieldset legend {
  font-size: 1.438em;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.wcv-form fieldset legend + * {
  -webkit-margin-top-collapse: separate;
  margin: 2em 0;
}

.wcv-form p.tip {
  font-size: 0.875em;
  color: #919191;
  position: relative;
  margin: 0.2em 0 0 0.1em;
}

.wcv-form p.label {
  padding: 0;
  margin: 0;
  color: #555;
  white-space: normal;
}

.wcv-form input[type=color],
.wcv-form input[type=date],
.wcv-form input[type=datetime-local],
.wcv-form input[type=datetime],
.wcv-form input[type=email],
.wcv-form input[type=month],
.wcv-form input[type=number],
.wcv-form input[type=password],
.wcv-form input[type=search],
.wcv-form input[type=tel],
.wcv-form input[type=text],
.wcv-form input[type=time],
.wcv-form input[type=url],
.wcv-form input[type=week],
.wcv-form select,
.wcv-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  border-radius: 2px;
  padding: 8px 6px;
  border: 1px solid #c7c7c7;
  resize: none;
  background: #fff;
  vertical-align: middle;
}

.wcv-form input[type=color]:focus,
.wcv-form input[type=date]:focus,
.wcv-form input[type=datetime-local]:focus,
.wcv-form input[type=datetime]:focus,
.wcv-form input[type=email]:focus,
.wcv-form input[type=month]:focus,
.wcv-form input[type=number]:focus,
.wcv-form input[type=password]:focus,
.wcv-form input[type=search]:focus,
.wcv-form input[type=tel]:focus,
.wcv-form input[type=text]:focus,
.wcv-form input[type=time]:focus,
.wcv-form input[type=url]:focus,
.wcv-form input[type=week]:focus,
.wcv-form select:focus,
.wcv-form textarea:focus {
  border-color: rgba(153, 153, 153, 0.9);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  outline: 0;
}

.wcv-form input[type=color]:disabled,
.wcv-form input[type=date]:disabled,
.wcv-form input[type=datetime-local]:disabled,
.wcv-form input[type=datetime]:disabled,
.wcv-form input[type=email]:disabled,
.wcv-form input[type=month]:disabled,
.wcv-form input[type=number]:disabled,
.wcv-form input[type=password]:disabled,
.wcv-form input[type=search]:disabled,
.wcv-form input[type=tel]:disabled,
.wcv-form input[type=text]:disabled,
.wcv-form input[type=time]:disabled,
.wcv-form input[type=url]:disabled,
.wcv-form input[type=week]:disabled,
.wcv-form select:disabled,
.wcv-form textarea:disabled {
  background: #f2f2f2;
  cursor: not-allowed;
}

.wcv-form .input-file {
  border-radius: 2px;
  padding: 6px;
  border: 1px solid #c7c7c7;
  background: #fff;
  vertical-align: middle;
  line-height: 1.2;
}

.wcv-form .input-file input[type=file] {
  border-radius: 0;
  border: none;
  padding: 0;
  background: 0 0;
  width: 100%;
}

.wcv-form label {
  cursor: pointer;
}

.wcv-form select {
  line-height: 2;
  cursor: pointer;
}

.wcv-form textarea {
  min-height: 5em;
  width: 100%;
}

.wcv-form .control-group {
  line-height: 2;
  margin-bottom: 1em;
}

.wcv-form .control-group:after {
  content: "";
  display: table;
  clear: both;
}

.wcv-form .control-group .control {
  position: relative;
}

.wcv-form .control-group .control:after {
  content: "";
  display: table;
  clear: both;
}

.wcv-form .control-group .control > li {
  position: relative;
}

.wcv-form .control-group .control > li:after {
  content: "";
  display: table;
  clear: both;
}

.wcv-form .control-group .control > input,
.wcv-form .control-group .control > select,
.wcv-form .control-group .control > textarea {
  width: 100%;
  resize: vertical;
}

.wcv-form .control-group .control > input + .fa,
.wcv-form .control-group .control > select + .fa,
.wcv-form .control-group .control > textarea + .fa {
  display: none;
}

.wcv-form .control-group .control.append-button > span,
.wcv-form .control-group .control.append-symbol > span,
.wcv-form .control-group .control.prepend-button > span,
.wcv-form .control-group .control.prepend-symbol > span {
  width: 100%;
  position: relative;
}

.wcv-form .control-group .control.append-button > span > input,
.wcv-form .control-group .control.append-button > span > select,
.wcv-form .control-group .control.append-button > span > textarea,
.wcv-form .control-group .control.append-symbol > span > input,
.wcv-form .control-group .control.append-symbol > span > select,
.wcv-form .control-group .control.append-symbol > span > textarea,
.wcv-form .control-group .control.prepend-button > span > input,
.wcv-form .control-group .control.prepend-button > span > select,
.wcv-form .control-group .control.prepend-button > span > textarea,
.wcv-form .control-group .control.prepend-symbol > span > input,
.wcv-form .control-group .control.prepend-symbol > span > select,
.wcv-form .control-group .control.prepend-symbol > span > textarea {
  width: 100%;
}

.wcv-form .control-group .control.append-button > input[type=button],
.wcv-form .control-group .control.append-button > input[type=reset],
.wcv-form .control-group .control.append-button > input[type=submit],
.wcv-form .control-group .control.append-symbol > input[type=button],
.wcv-form .control-group .control.append-symbol > input[type=reset],
.wcv-form .control-group .control.append-symbol > input[type=submit],
.wcv-form .control-group .control.prepend-button > input[type=button],
.wcv-form .control-group .control.prepend-button > input[type=reset],
.wcv-form .control-group .control.prepend-button > input[type=submit],
.wcv-form .control-group .control.prepend-symbol > input[type=button],
.wcv-form .control-group .control.prepend-symbol > input[type=reset],
.wcv-form .control-group .control.prepend-symbol > input[type=submit] {
  width: auto;
}

.wcv-form .control-group .control.append-button {
  display: table;
}

.wcv-form .control-group .control.append-button > span {
  display: table-cell;
}

.wcv-form .control-group .control.append-button > span > input,
.wcv-form .control-group .control.append-button > span > select,
.wcv-form .control-group .control.append-button > span > textarea {
  border-radius: 2px 0 0 2px;
}

.wcv-form .control-group .control.append-button .wcv-button {
  margin: 0;
  border-radius: 0 2px 2px 0;
  border-left: none;
}

.wcv-form .control-group .control.prepend-button {
  display: table;
}

.wcv-form .control-group .control.prepend-button > span {
  display: table-cell;
}

.wcv-form .control-group .control.prepend-button > span > input,
.wcv-form .control-group .control.prepend-button > span > select,
.wcv-form .control-group .control.prepend-button > span > textarea {
  border-radius: 0 2px 2px 0;
}

.wcv-form .control-group .control.prepend-button .wcv-button {
  margin: 0;
  border-radius: 2px 0 0 2px;
  border-right: none;
}

.wcv-form .control-group .control.append-symbol > span {
  display: block;
}

.wcv-form .control-group .control.append-symbol > span > input,
.wcv-form .control-group .control.append-symbol > span > select,
.wcv-form .control-group .control.append-symbol > span > textarea {
  padding-right: 2.5em;
}

.wcv-form .control-group .control.append-symbol > span > [class*=" fa-"],
.wcv-form .control-group .control.append-symbol > span > [class^=fa-] {
  position: absolute;
  right: 1em;
  top: 0.76em;
  pointer-events: none;
}

.wcv-form .control-group .control.prepend-symbol > span {
  display: block;
}

.wcv-form .control-group .control.prepend-symbol > span > input,
.wcv-form .control-group .control.prepend-symbol > span > select,
.wcv-form .control-group .control.prepend-symbol > span > textarea {
  padding-left: 2.5em;
}

.wcv-form .control-group .control.prepend-symbol > span > [class*=" fa-"],
.wcv-form .control-group .control.prepend-symbol > span > [class^=fa-] {
  position: absolute;
  left: 1em;
  top: 0.76em;
  pointer-events: none;
}

.wcv-form .control-group input[type=checkbox],
.wcv-form .control-group input[type=radio] {
  position: absolute;
  border: none;
  cursor: pointer;
}

.wcv-form .control-group input[type=checkbox] + label,
.wcv-form .control-group input[type=radio] + label {
  margin-top: -0.28em;
  padding-left: 1.25em;
  display: inline-block;
}

.wcv-form .control-group .inline li {
  padding: 0;
}

.wcv-form .control-group .inline li label {
  margin-right: 1em;
}

.wcv-form .control-group.validation.error input,
.wcv-form .control-group.validation.error select,
.wcv-form .control-group.validation.error textarea {
  outline: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  border: 1px solid rgba(200, 10, 16, 0.5);
}

.wcv-form .control-group.validation.error p.tip {
  color: rgba(150, 8, 12, 0.55);
}

.wcv-form .control-group.validation.warning input,
.wcv-form .control-group.validation.warning select,
.wcv-form .control-group.validation.warning textarea {
  outline: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  border: 1px solid rgba(255, 156, 0, 0.6);
}

.wcv-form .control-group.validation.warning p.tip {
  color: rgba(204, 125, 0, 0.6);
}

.wcv-form .control-group.required label,
.wcv-form .control-group.required p.label {
  color: #555;
}

.wcv-form .control-group.required label:after,
.wcv-form .control-group.required p.label:after {
  content: "\f069";
  color: #c91111;
  margin-left: 0.6em;
  font-family: FontAwesome;
  font-size: 0.75em;
  width: 1.25em;
}

.wcv-form .control-group.required ul.control label:after {
  content: "";
}

.wcv-grid {
  width: auto;
  max-width: 1440px;
  margin: 0 auto;
}

.all-5 {
  width: 5%;
  float: left;
  clear: none;
}

.all-10 {
  width: 10%;
  float: left;
  clear: none;
}

.all-15 {
  width: 15%;
  float: left;
  clear: none;
}

.all-16 {
  width: 16.66%;
  float: left;
  clear: none;
}

.all-20 {
  width: 20%;
  float: left;
  clear: none;
}

.all-25 {
  width: 25%;
  float: left;
  clear: none;
}

.all-30 {
  width: 30%;
  float: left;
  clear: none;
}

.all-33 {
  width: 33.33%;
  float: left;
  clear: none;
}

.all-35 {
  width: 35%;
  float: left;
  clear: none;
}

.all-40 {
  width: 40%;
  float: left;
  clear: none;
}

.all-45 {
  width: 45%;
  float: left;
  clear: none;
}

.all-50 {
  width: 50%;
  float: left;
  clear: none;
}

.all-55 {
  width: 55%;
  float: left;
  clear: none;
}

.all-60 {
  width: 60%;
  float: left;
  clear: none;
}

.all-65 {
  width: 65%;
  float: left;
  clear: none;
}

.all-66 {
  width: 66.66%;
  float: left;
  clear: none;
}

.all-70 {
  width: 70%;
  float: left;
  clear: none;
}

.all-75 {
  width: 75%;
  float: left;
  clear: none;
}

.all-80 {
  width: 80%;
  float: left;
  clear: none;
}

.all-85 {
  width: 85%;
  float: left;
  clear: none;
}

.all-90 {
  width: 90%;
  float: left;
  clear: none;
}

.all-95 {
  width: 95%;
  float: left;
  clear: none;
}

.all-100 {
  width: 100%;
  float: left;
  clear: none;
}

[class~=all-100] {
  float: none;
  clear: both;
}

/*
@media screen and (min-width:1261px) {
    html:after {
        content:'[{"name":"xlarge", "size":{"min":"1261px","max":""}},{"name":"large", "size":{"min":"961px","max":"1260px"}},{"name":"medium", "size":{"min":"641px","max":"960px"}},{"name":"small", "size":{"min":"321px","max":"640px"}},{"name":"tiny", "size":{"min":"","max":"320px"}}]';
        display: none
    }
}

@media screen and (min-width:961px) and (max-width:1260px) {
    html:after {
        content:'[{"name":"xlarge", "size":{"min":"1261px","max":""}},{"name":"large", "size":{"min":"961px","max":"1260px"}},{"name":"medium", "size":{"min":"641px","max":"960px"}},{"name":"small", "size":{"min":"321px","max":"640px"}},{"name":"tiny", "size":{"min":"","max":"320px"}}]';
        display: none
    }
}

@media screen and (min-width:641px) and (max-width:960px) {
    html:after {
        content:'[{"name":"xlarge", "size":{"min":"1261px","max":""}},{"name":"large", "size":{"min":"961px","max":"1260px"}},{"name":"medium", "size":{"min":"641px","max":"960px"}},{"name":"small", "size":{"min":"321px","max":"640px"}},{"name":"tiny", "size":{"min":"","max":"320px"}}]';
        display: none
    }
}

@media screen and (min-width:321px) and (max-width:640px) {
    html:after {
        content:'[{"name":"xlarge", "size":{"min":"1261px","max":""}},{"name":"large", "size":{"min":"961px","max":"1260px"}},{"name":"medium", "size":{"min":"641px","max":"960px"}},{"name":"small", "size":{"min":"321px","max":"640px"}},{"name":"tiny", "size":{"min":"","max":"320px"}}]';
        display: none
    }
}

@media screen and (max-width:320px) {
    html:after {
        content:'[{"name":"xlarge", "size":{"min":"1261px","max":""}},{"name":"large", "size":{"min":"961px","max":"1260px"}},{"name":"medium", "size":{"min":"641px","max":"960px"}},{"name":"small", "size":{"min":"321px","max":"640px"}},{"name":"tiny", "size":{"min":"","max":"320px"}}]';
        display: none
    }
}
*/

.wcv-navigation ul.menu:after {
  content: "";
  display: table;
  clear: both;
}

.wcv-navigation ul.menu li:hover > ul.submenu {
  display: block;
}

.wcv-navigation ul.menu li ul.submenu {
  display: none;
  position: absolute;
  z-index: 10;
}

.wcv-navigation ul.menu li ul.submenu li a {
  padding: 0.5em 1em;
  display: block;
  float: none;
}

.wcv-navigation ul.menu.horizontal.scrollable {
  font-size: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.wcv-navigation ul.menu.horizontal.scrollable li {
  display: inline-block;
  float: none;
}

.wcv-navigation ul.menu.horizontal.scrollable li a {
  border-right: rgba(10, 10, 10, 0.3) 1px solid;
  font-size: initial;
}

.wcv-navigation ul.menu.horizontal.scrollable li:last-child a {
  border-right: none;
}

.wcv-navigation ul.menu.horizontal li {
  float: left;
  position: relative;
}

.wcv-navigation ul.menu.horizontal li a {
  padding: 0.5em 1em;
  display: block;
  line-height: 1.7;
}

.wcv-navigation ul.menu.horizontal li .control {
  margin-top: 0.3em;
}

.wcv-navigation ul.menu.horizontal li ul.submenu {
  min-width: 100%;
  z-index: 50;
  top: auto;
  left: auto;
}

.wcv-navigation ul.menu.horizontal li ul.submenu li {
  float: none;
}

.wcv-navigation ul.menu.horizontal li ul.submenu li .flyout {
  position: absolute;
  top: 0;
  border-radius: 2px;
}

.wcv-navigation ul.menu.horizontal li ul.submenu li .flyout.left {
  right: 100%;
}

.wcv-navigation ul.menu.horizontal li ul.submenu li .flyout.right {
  left: 100%;
}

.wcv-navigation ul.menu.vertical li {
  line-height: 1.7;
  position: relative;
}

.wcv-navigation ul.menu.vertical li a {
  padding: 0.5em 1em;
  display: block;
}

.wcv-navigation ul.menu.vertical li ul.submenu {
  position: relative;
  top: auto;
  left: auto;
}

.wcv-navigation ul.menu.vertical li ul.submenu.flyout {
  position: absolute;
  min-width: 8em;
  top: 0;
  border-radius: 2px;
}

.wcv-navigation ul.menu.vertical li ul.submenu.flyout.left {
  right: 100%;
}

.wcv-navigation ul.menu.vertical li ul.submenu.flyout.right {
  left: 100%;
}

table.wcv-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.wcv-table td,
table.wcv-table th {
  padding: 5px 10px;
  line-height: 1.3;
  text-align: left;
}

table.wcv-table th[data-sortable=true]:hover {
  cursor: pointer;
  text-decoration: underline;
}

table.wcv-table th[data-sortable=true]:hover i {
  text-decoration: none;
}

table.wcv-table th[data-sortable=true] i {
  padding-left: 0.5em;
}

table.wcv-table.hover tbody tr:hover {
  cursor: pointer;
}

table.wcv-table.bordered {
  border-collapse: separate;
}

html {
      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.wcv-grid .fw-100,
.wcv-grid .fw-light {
  font-weight: 100;
}

.wcv-grid .fw-300,
.wcv-grid .fw-thin {
  font-weight: 300;
}

.wcv-grid .fw-400,
.wcv-grid .fw-regular {
  font-weight: 400;
}

.wcv-grid .fw-500,
.wcv-grid .fw-medium {
  font-weight: 500;
}

.wcv-grid .fw-700,
.wcv-grid .fw-bold {
  font-weight: 700;
}

.wcv-grid .fw-900,
.wcv-grid .fw-black {
  font-weight: 900;
}

.wcv-grid .condensed-300,
.wcv-grid .condensed-thin {
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
}

.wcv-grid .condensed-400,
.wcv-grid .condensed-regular {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.wcv-grid .condensed-700,
.wcv-grid .condensed-bold {
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.wcv-grid .slab-100,
.wcv-grid .slab-light {
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}

.wcv-grid .slab-300,
.wcv-grid .slab-thin {
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
}

.wcv-grid .slab-400,
.wcv-grid .slab-regular {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.wcv-grid .slab-700,
.wcv-grid .slab-bold {
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.wcv-grid .sans {
  font-family: Arial, Helvetica, sans-serif;
}

.wcv-grid .serif {
  font-family: Times, "Times New Roman", serif;
}

.wcv-grid .monospace {
  font-family: Monaco, "Andale Mono", "Courier New", monospace;
}

.wcv-grid .condensed,
.wcv-grid .slab {
  font-family: Arial, Helvetica, sans-serif;
}

.wcv-grid .italic {
  font-style: italic;
}

.wcv-grid .uppercase {
  text-transform: uppercase;
}

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

.wcv-grid .capitalizer {
  text-transform: capitalize;
}

.wcv-grid a {
  text-decoration: none;
  cursor: pointer;
}

.wcv-grid a:hover {
  color: #007ed5;
  text-decoration: underline;
}

.wcv-grid h1 {
  font-size: 2.2em;
  margin-top: 0;
  margin-bottom: 0.59318em;
}

.wcv-grid h2 {
  font-size: 1.75em;
  margin-top: 0;
  margin-bottom: 0.74571em;
}

.wcv-grid h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.87em;
}

.wcv-grid h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1.044em;
}

.wcv-grid h5,
.wcv-grid h6 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 1.18636em;
}

.wcv-grid p,
.wcv-grid table {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1.305em;
}

.wcv-grid h1:first-child,
.wcv-grid h2:first-child,
.wcv-grid h3:first-child,
.wcv-grid h4:first-child,
.wcv-grid h5:first-child,
.wcv-grid h6:first-child,
.wcv-grid p:first-child {
  margin-top: 0;
}

.wcv-grid h1,
.wcv-grid h2,
.wcv-grid h3,
.wcv-grid h4,
.wcv-grid h5,
.wcv-grid h6 {
  color: #404040;
  font-weight: 700;
  line-height: 1.16;
}

.wcv-grid small {
  color: #888;
}

.wcv-grid input,
.wcv-grid textarea {
  color: #666;
}

.wcv-grid h1 small,
.wcv-grid h2 small,
.wcv-grid h3 small,
.wcv-grid h4 small {
  color: #bbb;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 1;
}

.wcv-grid mark {
  background: #dae5f2;
}

.wcv-grid address {
  color: #777;
  font-size: 1em;
  line-height: 1.4;
}

.wcv-grid address p {
  margin-top: 0;
}

.wcv-grid address h6 {
  color: #555;
}

.wcv-grid abbr:hover {
  cursor: help;
}

.wcv-grid blockquote {
  border-left: 4px solid #ddd;
  padding-left: 25px;
  margin: 1em 0;
  font-weight: 200;
  font-size: 1.1em;
}

.wcv-grid blockquote small {
  font-size: 0.9em;
}

.wcv-grid blockquote small::after,
.wcv-grid blockquote small::before {
  content: " — ";
}

.wcv-grid .note {
  font-size: 0.9em;
  color: #777;
}

.wcv-grid .note strong {
  color: #555;
}

.wcv-grid .small {
  font-size: 0.75em;
}

.wcv-grid .medium {
  font-size: 0.85em;
}

.wcv-grid .large {
  font-size: 1.2em;
}

.wcv-grid .extralarge {
  font-size: 1.45em !important;
}

.wcv-grid hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
}

.wcv-grid .lead {
  font-size: 1.1em;
  font-weight: 700;
}

.wcv-grid ol,
.wcv-grid ul {
  line-height: 1.4;
  padding: 0 0 0 1.45em;
  margin: 1em 0;
}

.wcv-grid ol li,
.wcv-grid ul li {
  margin: 0.5em 0;
}

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

.wcv-grid ul.unstyled ul {
  list-style: disc;
}

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

.wcv-grid ul.inline {
  list-style: none;
}

.wcv-grid ul.inline li {
  display: inline-block;
  padding: 0 0.5em;
}

.wcv-grid ul.inline li:first-child {
  padding: 0 0.5em 0 0;
}

.wcv-grid dl {
  margin: 1em 0;
}

.wcv-grid dl dt {
  font-weight: 700;
  margin: 0.5em 0;
}

.wcv-grid dl dd {
  margin: 0.5em 0 0.5em 25px;
}

.wcv-grid dl.inline dt {
  float: left;
  clear: left;
  text-align: right;
  width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

.wcv-grid dl.inline dd {
  margin: 0.5em 0 0.5em 200px;
}

.wcv-navigation ul.menu {
  border-radius: 2px;
}

.wcv-navigation ul.menu > li {
  font-weight: 300;
}

.wcv-navigation ul.menu > li.active a {
  text-decoration: underline;
}

.wcv-navigation ul.menu > li.heading {
  font-weight: 500;
}

.wcv-navigation ul.menu > li.disabled a {
  color: #b3b3b3;
  text-shadow: #fff 0 1px 0;
}

.wcv-navigation ul.menu > li.disabled a:hover {
  cursor: default;
  background: 0 0;
  text-decoration: none;
}

.wcv-navigation ul.menu > li ul.submenu li {
  font-size: 0.875em;
}

.wcv-navigation ul.menu > li ul.submenu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wcv-navigation ul.menu.vertical li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.wcv-navigation ul.menu.vertical li:first-child,
.wcv-navigation ul.menu.vertical li:first-child > a {
  border-radius: 2px 2px 0 0;
}

.wcv-navigation ul.menu.vertical li:last-child {
  border-radius: 0 0 2px 2px;
}

.wcv-navigation ul.menu.vertical li:last-child > a {
  border-bottom: none;
  border-radius: 0 0 2px 2px;
}

.wcv-navigation ul.menu.vertical li:last-child .submenu {
  border-radius: 0 0 2px 2px;
}

.wcv-navigation ul.menu.vertical li:last-child .submenu.flyout {
  border-radius: 2px;
}

.wcv-navigation ul.menu.vertical li:last-child .submenu li:last-child,
.wcv-navigation ul.menu.vertical li:last-child .submenu li:last-child a {
  border-radius: 0 0 2px 2px;
}

.wcv-navigation ul.menu.horizontal > li:first-child,
.wcv-navigation ul.menu.horizontal > li:first-child a {
  border-radius: 2px 0 0 2px;
}

.wcv-navigation ul.menu.horizontal > li:last-child,
.wcv-navigation ul.menu.horizontal > li:last-child a {
  border-radius: 0 2px 2px 0;
}

.wcv-navigation ul.menu.horizontal > li ul.submenu {
  border-radius: 0 0 2px 2px;
  background: #fff;
}

.wcv-navigation ul.menu.horizontal > li ul.submenu li:last-child {
  border-radius: 0 0 2px 2px;
}

.wcv-navigation ul.menu.horizontal > li ul.submenu li:last-child a {
  border-bottom: none;
}

.wcv-navigation ul.menu.white {
  background: #fff;
}

.wcv-navigation ul.menu.white li ul.submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wcv-navigation ul.menu.white li ul.submenu li a {
  color: #555;
}

.wcv-navigation ul.menu.white li ul.submenu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.wcv-navigation ul.menu.white li.disabled a:hover {
  background: 0 0;
}

.wcv-navigation ul.menu.white li.active {
  background: #e6e6e6;
}

.wcv-navigation ul.menu.white li.disabled a {
  color: #ccc;
  text-shadow: #fff 0 1px 0;
}

.wcv-navigation ul.menu.white li a {
  color: #555;
  text-decoration: none;
}

.wcv-navigation ul.menu.white li a:hover {
  background: #f2f2f2;
}

.wcv-navigation ul.menu.grey {
  background: #d9d9d9;
}

.wcv-navigation ul.menu.grey li ul.submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wcv-navigation ul.menu.grey li ul.submenu li a {
  color: #555;
}

.wcv-navigation ul.menu.grey li ul.submenu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.wcv-navigation ul.menu.grey li.disabled a:hover {
  background: 0 0;
}

.wcv-navigation ul.menu.grey li.active {
  background: #bfbfbf;
}

.wcv-navigation ul.menu.grey li.disabled a {
  color: #a6a6a6;
  text-shadow: #ededed 0 1px 0;
}

.wcv-navigation ul.menu.grey li a {
  color: #555;
  text-decoration: none;
}

.wcv-navigation ul.menu.grey li a:hover {
  background: #ccc;
}

.wcv-navigation ul.menu.black {
  background: #1a1a1a;
}

.wcv-navigation ul.menu.black li ul.submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wcv-navigation ul.menu.black li ul.submenu li a {
  color: #555;
}

.wcv-navigation ul.menu.black li ul.submenu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.wcv-navigation ul.menu.black li.disabled a:hover {
  background: 0 0;
}

.wcv-navigation ul.menu.black li.active {
  background: #333;
}

.wcv-navigation ul.menu.black li.disabled a {
  color: #666;
  text-shadow: #000 0 -1px 0;
}

.wcv-navigation ul.menu.black li a {
  color: #fff;
  text-decoration: none;
}

.wcv-navigation ul.menu.black li a:hover {
  background: #404040;
}

.wcv-navigation ul.menu.blue {
  background: #1b75ce;
}

.wcv-navigation ul.menu.blue li ul.submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wcv-navigation ul.menu.blue li ul.submenu li a {
  color: #555;
}

.wcv-navigation ul.menu.blue li ul.submenu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.wcv-navigation ul.menu.blue li.disabled a:hover {
  background: 0 0;
}

.wcv-navigation ul.menu.blue li.active {
  background: #0c5baa;
}

.wcv-navigation ul.menu.blue li.disabled a {
  color: #08427b;
  text-shadow: #2289f0 0 1px 0;
}

.wcv-navigation ul.menu.blue li a {
  color: #fff;
  text-decoration: none;
}

.wcv-navigation ul.menu.blue li a:hover {
  background: #0d68c2;
}

.wcv-navigation ul.menu.green {
  background: #4c9220;
}

.wcv-navigation ul.menu.green li ul.submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wcv-navigation ul.menu.green li ul.submenu li a {
  color: #555;
}

.wcv-navigation ul.menu.green li ul.submenu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.wcv-navigation ul.menu.green li.disabled a:hover {
  background: 0 0;
}

.wcv-navigation ul.menu.green li.active {
  background: #356f10;
}

.wcv-navigation ul.menu.green li.disabled a {
  color: #20420a;
  text-shadow: #5bbf1c 0 1px 0;
}

.wcv-navigation ul.menu.green li a {
  color: #fff;
  text-decoration: none;
}

.wcv-navigation ul.menu.green li a:hover {
  background: #3f8514;
}

.wcv-navigation ul.menu.orange {
  background: #f2990d;
}

.wcv-navigation ul.menu.orange li ul.submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wcv-navigation ul.menu.orange li ul.submenu li a {
  color: #555;
}

.wcv-navigation ul.menu.orange li ul.submenu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.wcv-navigation ul.menu.orange li.disabled a:hover {
  background: 0 0;
}

.wcv-navigation ul.menu.orange li.active {
  background: #cc7d00;
}

.wcv-navigation ul.menu.orange li.disabled a {
  color: #995e00;
  text-shadow: #ffac29 0 1px 0;
}

.wcv-navigation ul.menu.orange li a {
  color: #fff;
  text-decoration: none;
}

.wcv-navigation ul.menu.orange li a:hover {
  background: #e68c00;
}

.wcv-navigation ul.menu.red {
  background: #be1c1c;
}

.wcv-navigation ul.menu.red li ul.submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wcv-navigation ul.menu.red li ul.submenu li a {
  color: #555;
}

.wcv-navigation ul.menu.red li ul.submenu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.wcv-navigation ul.menu.red li.disabled a:hover {
  background: 0 0;
}

.wcv-navigation ul.menu.red li.active {
  background: #9a0d0d;
}

.wcv-navigation ul.menu.red li.disabled a {
  color: #6b0909;
  text-shadow: #eb1717 0 1px 0;
}

.wcv-navigation ul.menu.red li a {
  color: #fff;
  text-decoration: none;
}

.wcv-navigation ul.menu.red li a:hover {
  background: #b10f0f;
}

table.wcv-table {
  background: #fff;
}

table.wcv-table tr td,
table.wcv-table tr th {
  border-bottom: #bbb 1px solid;
}

table.wcv-table tr:last-child td {
  border-bottom: none;
}

table.wcv-table tfoot tr td,
table.wcv-table tfoot tr th {
  border-top: #bbb 1px solid;
}

table.wcv-table.alternating tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table.wcv-table.hover tbody tr:hover {
  background: #fefbd6;
  color: #555;
}

table.wcv-table.bordered {
  border: 1px solid #bbb;
  border-radius: 2px;
}

table.wcv-table.bordered tr th {
  border-left: #bbb 1px solid;
}

table.wcv-table.bordered tr th:first-child {
  border-left: none;
}

table.wcv-table.bordered tr:last-child td {
  border-bottom: none;
}

table.wcv-table.bordered tr td {
  border-left: #bbb 1px solid;
}

table.wcv-table.bordered tr td:first-child {
  border-left: none;
}

table.wcv-table tbody > tr.red td {
  background: #c91111;
  color: #fff;
}

table.wcv-table tbody > tr.green td {
  background: #4a9b17;
  color: #fff;
}

table.wcv-table tbody > tr.blue td {
  background: #0f75da;
  color: #fff;
}

table.wcv-table tbody > tr.orange td {
  background: #ff9c00;
  color: #fff;
}

table.wcv-table tbody > tr.black td {
  background: #000;
  color: #ccc;
}

table.wcv-table tbody > tr.yellow td {
  background: #ffd500;
  color: #000;
}

table.wcv-table tbody > tr.grey td {
  background: #e6e6e6;
  color: #1a1a1a;
}

.wcv-datepicker-wrapper {
  position: relative;
}

.wcv-datepicker-wrapper input {
  width: 100%;
}

.wcv-datepicker-calendar {
  margin-top: 0;
  position: absolute;
}

.wcv-datepicker-calendar.right {
  left: 100%;
  top: 0;
}

.wcv-datepicker-calendar.left {
  right: 100%;
  top: 0;
}

.wcv-datepicker-calendar.bottom {
  top: 100%;
  left: 0;
}

.wcv-datepicker-calendar.top {
  bottom: 100%;
  left: 0;
}

.wcv-datepicker-calendar,
.wcv-datepicker-wrapper {
  display: inline;
  display: inline-block;
}

.wcv-calendar {
  border-radius: 2px;
  text-align: center;
  padding: 0.3em;
  min-width: 17.4em;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px 0;
  background: #fff;
  z-index: 10;
}

.wcv-calendar a {
  text-decoration: none;
}

.wcv-calendar li {
  list-style: none inside;
}

html.wcv-modal-is-open .wcv-calendar {
  z-index: 101;
}

.wcv-calendar-top-options {
  padding: 5px;
  font-size: 0.813em;
  cursor: pointer;
}

.wcv-calendar-top-options .clean {
  float: left;
}

.wcv-calendar-top-options .close {
  float: right;
}

.wcv-calendar-top {
  line-height: 2em;
  background: #e6e6e6;
  border-radius: 2px;
}

.wcv-calendar-top div {
  float: left;
}

.wcv-calendar-top .wcv-calendar-next,
.wcv-calendar-top .wcv-calendar-prev {
  width: 10%;
}

.wcv-calendar-top .wcv-calendar-next a,
.wcv-calendar-top .wcv-calendar-prev a {
  display: block;
}

.wcv-calendar-top .wcv-calendar-month_desc {
  width: 80%;
}

.wcv-calendar-month,
.wcv-calendar-month-selector,
.wcv-calendar-year-selector {
  margin-top: 0.5em;
  padding-left: 0;
}

.wcv-calendar-month li a,
.wcv-calendar-month-selector li a,
.wcv-calendar-year-selector li a {
  margin: 0;
  line-height: 2em;
  vertical-align: middle;
  display: block;
  border-radius: 2px;
  color: #444;
}

.wcv-calendar-month li a:hover,
.wcv-calendar-month-selector li a:hover,
.wcv-calendar-year-selector li a:hover {
  background: #e6e6e6;
}

.wcv-calendar-month li a.wcv-calendar-on,
.wcv-calendar-month li a.wcv-calendar-on:hover,
.wcv-calendar-month-selector li a.wcv-calendar-on,
.wcv-calendar-month-selector li a.wcv-calendar-on:hover,
.wcv-calendar-year-selector li a.wcv-calendar-on,
.wcv-calendar-year-selector li a.wcv-calendar-on:hover {
  background: #0069d6;
  color: #fff;
}

.wcv-calendar-month li a.wcv-calendar-off,
.wcv-calendar-month li a.wcv-calendar-off:hover,
.wcv-calendar-month-selector li a.wcv-calendar-off,
.wcv-calendar-month-selector li a.wcv-calendar-off:hover,
.wcv-calendar-year-selector li a.wcv-calendar-off,
.wcv-calendar-year-selector li a.wcv-calendar-off:hover {
  background: #fff;
  color: #aaa;
  cursor: default;
}

.wcv-calendar-month ul,
.wcv-calendar-month-selector ul,
.wcv-calendar-year-selector ul {
  clear: both;
  padding-left: 0;
}

.wcv-calendar-month ul li,
.wcv-calendar-month-selector ul li,
.wcv-calendar-year-selector ul li {
  width: 2.4em;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}

.wcv-calendar-month-selector ul li,
.wcv-calendar-year-selector ul li {
  width: 25%;
}

.wcv-calendar-month-selector,
.wcv-calendar-year-selector {
  display: none;
}

.action_inactive,
.wcv-calendar-off {
  color: #ddd !important;
}

.wcv-calendar-month .wcv-calendar-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #aaa;
}

.wcv-calendar-middle:after,
.wcv-calendar-month .wcv-calendar-header:after,
.wcv-calendar-month .wcv-calendar-middle ul:after,
.wcv-calendar-top-options:after,
.wcv-calendar-top:after {
  content: "";
  display: table;
  clear: both;
}

.wcv-shade {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgOAMAAM8AzbfAeUUAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  z-index: 1000;
  display: none;
  filter: alpha(Opacity=0);
  opacity: 0;
}

.wcv-shade.wcv-fade {
  -webkit-transition: opacity 300ms;
          transition: opacity 300ms;
}

.wcv-shade.visible {
  filter: alpha(enabled=false);
  opacity: 1;
}

.wcv-modal {
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  margin-top: -45vh;
  margin-left: -45vw;
  background: #fff;
  z-index: 100;
  position: absolute;
  overflow: hidden;
  filter: alpha(enabled=false);
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 15px 0;
  border-radius: 2px;
}

.wcv-modal:after {
  content: "";
  display: table;
  clear: both;
}

.wcv-modal > .modal-body {
  padding: 1em;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

.wcv-modal > .modal-body .wcv-grid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  min-width: 100%;
}

.wcv-modal > .modal-header,
.wcv-modal > header {
  border-bottom: 1px #e6e6e6 solid;
  overflow: hidden;
  box-shadow: rgba(175, 175, 175, 0.2) 0 1px 2px 0;
}

.wcv-modal > .modal-header > .modal-close,
.wcv-modal > header > .modal-close {
  padding-top: 2px;
  text-align: center;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 1.2em;
  border: 0;
  background: #bfbfbf;
  font-size: 0;
  border-radius: 50%;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  filter: alpha(Opacity=60);
  opacity: 0.6;
  float: right;
}

.wcv-modal > .modal-header > .modal-close:after,
.wcv-modal > header > .modal-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: medium;
  line-height: 22px;
}

.wcv-modal > .modal-header > .modal-close:hover,
.wcv-modal > header > .modal-close:hover {
  filter: alpha(enabled=false);
  opacity: 1;
}

.wcv-modal > .modal-footer,
.wcv-modal > footer {
  background: #e6e6e6;
  margin-bottom: 0;
  zoom: 1;
  box-shadow: rgba(175, 175, 175, 0.2) 0 -1px 2px 0;
}

.wcv-modal > .modal-footer,
.wcv-modal > .modal-header,
.wcv-modal > footer,
.wcv-modal > header {
  padding: 0.8em 1em 0.65em;
}

.wcv-modal > .modal-footer:after,
.wcv-modal > .modal-footer:before,
.wcv-modal > .modal-header:after,
.wcv-modal > .modal-header:before,
.wcv-modal > footer:after,
.wcv-modal > footer:before,
.wcv-modal > header:after,
.wcv-modal > header:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wcv-modal-open {
  overflow: hidden;
}

.wcv-tabs .tabs-nav {
  list-style: none;
  padding: 0;
}

.wcv-tabs .tabs-nav li {
  line-height: 1.7;
  position: relative;
  margin: 0;
}

.wcv-tabs .tabs-nav li a {
  padding: 0.5em 1em;
  display: block;
  border: 1px solid transparent;
}

.wcv-tabs .tabs-nav li a:hover {
  background: #f0f0f0;
}

.wcv-tabs .tabs-nav li.active a {
  color: #555;
  cursor: default;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
}

.wcv-tabs .tabs-nav:after {
  content: "";
  display: table;
  clear: both;
}

.wcv-tabs .tabs-content {
  margin-top: 1.5em;
}

.wcv-tabs.top > .tabs-nav {
  border-bottom: 1px solid #ccc;
}

.wcv-tabs.top > .tabs-nav li {
  float: left;
}

.wcv-tabs.top > .tabs-nav li a {
  margin-right: 0.4em;
  border-radius: 4px 4px 0 0;
}

.wcv-tabs.top > .tabs-nav li.active {
  margin: 0 0 -2px;
}

.wcv-tabs.top > .tabs-nav li.active a {
  border-bottom-color: transparent;
}

.wcv-tabs.bottom > .tabs-nav {
  border-top: 1px solid #ccc;
}

.wcv-tabs.bottom > .tabs-nav li {
  float: left;
}

.wcv-tabs.bottom > .tabs-nav li a {
  margin-right: 0.4em;
  border-radius: 0 0 4px 4px;
}

.wcv-tabs.bottom > .tabs-nav li.active {
  margin: -2px 0 0;
}

.wcv-tabs.bottom > .tabs-nav li.active a {
  border-top-color: transparent;
}

.wcv-tabs.left > .tabs-nav {
  border-right: 1px solid #ccc;
  float: left;
  margin-right: 2em;
}

.wcv-tabs.left > .tabs-nav li {
  float: none;
  text-align: right;
}

.wcv-tabs.left > .tabs-nav li a {
  margin-bottom: 0.4em;
  border-radius: 4px 0 0 4px;
}

.wcv-tabs.left > .tabs-nav li.active {
  margin: 0 -2px 0 0;
}

.wcv-tabs.left > .tabs-nav li.active a {
  border-right-color: transparent;
}

.wcv-tabs.right > .tabs-nav {
  border-left: 1px solid #ccc;
  float: right;
  margin-left: 2em;
}

.wcv-tabs.right > .tabs-nav li {
  float: none;
}

.wcv-tabs.right > .tabs-nav li a {
  margin-bottom: 0.4em;
  border-radius: 0 4px 4px 0;
}

.wcv-tabs.right > .tabs-nav li.active {
  margin: 0 0 0 -2px;
}

.wcv-tabs.right > .tabs-nav li.active a {
  border-left-color: transparent;
}

.wcv-tooltip {
  display: inline-block;
  position: relative;
}

.wcv-tooltip > .content {
  background: #f0f0f0;
  padding: 0.5em 0.6em;
  border-radius: 2px;
  font-size: 0.8em;
  color: #8c8c8c;
}

.wcv-tooltip > .arrow {
  position: absolute;
}

.wcv-tooltip > .arrow.down,
.wcv-tooltip > .arrow.left,
.wcv-tooltip > .arrow.right,
.wcv-tooltip > .arrow.up {
  width: 0;
  height: 0;
}

.wcv-tooltip > .arrow.up {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f0f0f0;
  top: -6px;
  left: 50%;
  margin-left: -3px;
}

.wcv-tooltip > .arrow.down {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f0f0f0;
  bottom: -5.45px;
  left: 50%;
  margin-left: -3px;
}

.wcv-tooltip > .arrow.right {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f0f0f0;
  top: 50%;
  right: -5.45px;
  margin-top: -6px;
}

.wcv-tooltip > .arrow.left {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f0f0f0;
  top: 50%;
  left: -5.45px;
  margin-top: -6px;
}

.wcv-tooltip.blue > .content {
  background: #0f75da;
  color: #fff;
}

.wcv-tooltip.blue > .arrow.up {
  border-bottom-color: #0f75da;
}

.wcv-tooltip.blue > .arrow.down {
  border-top-color: #0f75da;
}

.wcv-tooltip.blue > .arrow.left {
  border-right-color: #0f75da;
}

.wcv-tooltip.blue > .arrow.right {
  border-left-color: #0f75da;
}

.wcv-tooltip.red > .content {
  background: #c91111;
  color: #fff;
}

.wcv-tooltip.red > .arrow.up {
  border-bottom-color: #c91111;
}

.wcv-tooltip.red > .arrow.down {
  border-top-color: #c91111;
}

.wcv-tooltip.red > .arrow.left {
  border-right-color: #c91111;
}

.wcv-tooltip.red > .arrow.right {
  border-left-color: #c91111;
}

.wcv-tooltip.orange > .content {
  background: #ff9c00;
  color: #fff;
}

.wcv-tooltip.orange > .arrow.up {
  border-bottom-color: #ff9c00;
}

.wcv-tooltip.orange > .arrow.down {
  border-top-color: #ff9c00;
}

.wcv-tooltip.orange > .arrow.left {
  border-right-color: #ff9c00;
}

.wcv-tooltip.orange > .arrow.right {
  border-left-color: #ff9c00;
}

.wcv-tooltip.green > .content {
  background: #4a9b17;
  color: #fff;
}

.wcv-tooltip.green > .arrow.up {
  border-bottom-color: #4a9b17;
}

.wcv-tooltip.green > .arrow.down {
  border-top-color: #4a9b17;
}

.wcv-tooltip.green > .arrow.left {
  border-right-color: #4a9b17;
}

.wcv-tooltip.green > .arrow.right {
  border-left-color: #4a9b17;
}

.wcv-tooltip.black > .content {
  background: #000;
  color: #fff;
}

.wcv-tooltip.black > .arrow.up {
  border-bottom-color: #000;
}

.wcv-tooltip.black > .arrow.down {
  border-top-color: #000;
}

.wcv-tooltip.black > .arrow.left {
  border-right-color: #000;
}

.wcv-tooltip.black > .arrow.right {
  border-left-color: #000;
}

.wcv-tooltip.grey > .content {
  background: #ccc;
  color: #333;
}

.wcv-tooltip.grey > .arrow.up {
  border-bottom-color: #ccc;
}

.wcv-tooltip.grey > .arrow.down {
  border-top-color: #ccc;
}

.wcv-tooltip.grey > .arrow.left {
  border-right-color: #ccc;
}

.wcv-tooltip.grey > .arrow.right {
  border-left-color: #ccc;
}

html.custom-override:after {
  content: "";
  display: none;
}

.wcv-grid ul li {
  list-style: none;
}

.wcv-grid nav.wcv-navigation {
  margin-bottom: 1em;
}

.wcv-grid nav.wcv-navigation ul.menu {
  padding: 0;
  margin: 0;
}

.wcv-grid .wcv_search_results {
  font-style: italic;
}

.wcv-grid table .row-actions {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  padding-top: 10px;
}

.wcv-grid table tr:hover .row-actions {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.wcv-grid table ul {
  margin: 0;
}

.wcv-grid table .row-actions a {
  padding-right: 5px;
  font-size: 1em;
  color: #000;
  text-decoration: none;
}

.wcv-grid table .row-actions-order ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wcv-grid table .row-actions-order li {
  display: block;
}

.wcv-grid table .row-actions-order a {
  font-size: 0.875em;
  display: block;
  text-decoration: none;
}

.wcv-grid .wcvendors-table-rating {
  margin-top: 2em;
}

.wcv-grid .hidden,
.wcv-grid .screen-reader-text {
  visibility: hidden;
}

.wcv-grid .wcv-featuredimg {
  height: 150px;
  width: 150px;
  overflow: hidden;
  background: #e1e1e1;
}

.wcv-grid .wcv-product-media {
  margin-top: 10px;
}

.wcv-grid #product_images_container ul {
  padding: 0;
  margin: 0;
}

.wcv-grid #product_images_container ul li.wcv-gallery-image {
  list-style-type: none;
  position: relative;
  padding-right: 5px;
  margin: 0;
  height: 100px;
  width: 100px;
}

.wcv-grid #product_images_container ul ul.actions {
  position: absolute;
  top: -5px;
  left: 70px;
  display: none;
  list-style-type: none;
  background: #fafafa;
  padding: 2px;
}

.wcv-grid #product_images_container ul ul.actions li {
  float: right;
  margin: 0 0 0 2px;
}

.wcv-grid #wcv_variable_product_options .variation_options,
.wcv-grid .variations-defaults {
  margin-bottom: 15px;
}

.wcv-grid #product_images_container ul ul.actions li a {
  width: 1em;
  height: 1em;
  color: #a00;
}

.wcv-grid #product_images_container ul ul.actions li a.delete {
  font-size: 1.6em;
}

.wcv-grid #product_images_container ul ul.actions li a.delete:before {
  color: #a00;
  background-color: grey;
}

.wcv-grid #product_images_container ul li:hover ul.actions {
  display: block;
}

.wcv-grid #files_download .sort i,
.wcv-grid #files_download a.delete i {
  position: relative;
  font-size: 1.2em;
}

.wcv-grid .file_display {
  width: 100%;
}

.wcv-grid .wcv_variation_inner {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.wcv-grid .wcv_variation .remove_variation {
  float: right;
}

.wcv-grid .wcv_variation .upload_image_button {
  display: block;
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.wcv-grid .wcv_variation .upload_image_button.wcv_remove {
  display: block;
  width: 75px;
  height: 75px;
  line-height: 1.618;
  font-weight: 400;
  position: relative;
}

.wcv-grid .wcv_variation .upload_image_button.wcv_remove:before {
  content: "\f057";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #a00;
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  display: none;
}

.wcv-grid .wcv_variation .upload_image_button.wcv_remove:hover:before,
.wcv-grid .wcv_variation .woocommerce_variable_attributes .upload_image_button .woocommerce_variable_attributes .upload_image_button.remove:hover:before {
  display: block;
}

.wcv-grid .order_note,
.wcv-vacation-mode-msg-wrapper {
  display: none;
}

.wcv-grid #files_download table thead td,
.wcv-grid #files_download table thead th {
  padding: 0 10px;
}

.wcv-grid a.cancel_sale_schedule,
.wcv-grid a.sale_schedule {
  float: right;
}

.wcv-grid .wcv-store-icon img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.wcv-grid .order_note .order_details {
  padding: 0 25px;
}

.wcv-grid .order_note .order_note_form textarea {
  margin: 10px 0;
}

.wcv-grid .wcv_search {
  padding: 1em 0;
}

.wcv-grid .wcv_actions {
  padding-bottom: 0.5em;
}

.wcv-grid .wcv_dashboard_overview .stats {
  padding: 10px 10px 10px 2em;
  background: #f3f3f3;
}

.wcv-grid .wcv_dashboard_overview .border {
  border: 1px solid #e1e1e1;
}

.wcv-grid .wcv_dashboard_overview i {
  color: #fff;
  padding: 5px;
}

.wcv-grid .wcv_dashboard_overview .orders {
  background: #21785f;
}

.wcv-grid .wcv_dashboard_overview .products {
  background: #1e86ab;
}

.wcv-grid .wcv_dashboard_overview .sales {
  background: #ab1e3f;
}

.wcv-grid .wcv_dashboard_overview .commission {
  background: #96cbde;
}

.wcv-grid .wcv_reports #orders_chart {
  padding-right: 28px;
}

.wcv-grid .wcv_reports .mini-table table {
  padding-left: 28px;
  padding-right: 28px;
}

.wcv-grid .wcv_details img.attachment-50x50.wp-post-image {
  margin: 0;
}

.wcv-grid .wcv_terms_checklist_container {
  height: 150px;
  border: #fafafa;
  overflow: scroll;
  padding: 5px 10px;
}

.wcv-grid .wcv_category_msg,
.wcv-grid .wcv_check_list_msg,
.wcv-grid .wcv_featured_image_msg,
.wcv-grid .wcv_gallery_msg,
.wcv-grid .wcv_required_form_msg {
  width: 100%;
  color: rgba(150, 8, 12, 0.55);
}

.wcv-grid ul.wcv_terms_checklist {
  padding: 0 !important;
  margin: 0 !important;
}

.wcv-grid ul.children {
  margin: 0 !important;
}

.wcv-grid .attribute_values {
  margin-bottom: 5px;
}

.wcv-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.wcv-order-details .wcv-order-thumb img {
  width: 50px;
  height: 50px;
}

.wcv-order-details .wcv-order-table thead tr {
  border-bottom: #bbb 1px solid;
}

.wcv-order-details .wcv-order-address strong {
  display: block;
}

.wcv-order-details .wcv-order-totals {
  border-top: #bbb 1px solid;
}

.wcv-order-details .wcv-order-totals tr {
  border-bottom: none !important;
}

.wcv-order-details .wcv-order-totals-label {
  text-align: right;
}

.wcv_shipping_rates td.country,
.wcv_shipping_rates td.state {
  width: 25%;
}

.wcv_shipping_rates td,
.wcv_shipping_rates th {
  padding: 0.5em !important;
  vertical-align: middle;
}

.wcv_shipping_rates a.delete {
  padding-right: 25px !important;
}

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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) {
  background-color: #f9f9f9;
}

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

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

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

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > 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,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > 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,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > 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,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > 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,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > 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%;
}

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

.clearfix:after {
  clear: both;
}

#user-payments .flatpyramid-content__search {
  display: none !important;
  visibility: hidden !important;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
  overflow: hidden !important;
}

#user-payments .wcv-grid .wcv-navigation ul.menu.black {
  padding: 0.5rem;
  background-color: #21c2f8;
}

#user-payments .wcv-grid .wcv-navigation ul.menu.black li.active {
  background-color: #1abc9c;
}

#user-payments .wcv-navigation ul.menu.horizontal > li:first-child,
.wcv-navigation ul.menu.horizontal > li:first-child a {
  border-radius: 2px 0 0 2px;
}

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

.yoast-breadcrumbs a {
  text-decoration: none;
}

.flatpyramid-btn,
.product__add-to-cart .single_add_to_cart_button,
.wcv-form .wcv-product-media a.wcv-media-uploader-featured-add,
.wcv-form .wcv-product-media .wcv-media-uploader-gallery a,
.wcv-form .control-group .control button,
.wcv-button,
tfoot a.button.insert,
td.file_url_choose a.upload_file_button,
button.add_attribute {
  display: inline-block;
  border: 0;
  border-radius: 5px;
  padding: 11px 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: 0.25s;
          transition: 0.25s;
  text-decoration: none;
}

.flatpyramid-btn:hover,
.product__add-to-cart .single_add_to_cart_button:hover,
.wcv-form .wcv-product-media a.wcv-media-uploader-featured-add:hover,
.wcv-form .wcv-product-media .wcv-media-uploader-gallery a:hover,
.wcv-form .control-group .control button:hover,
.wcv-button:hover,
tfoot a.button.insert:hover,
td.file_url_choose a.upload_file_button:hover,
button.add_attribute:hover {
  opacity: 0.90;
}

.flatpyramid-btn--success {
  background-color: #1abc9c;
}

.flatpyramid-btn--danger {
  background-color: #ed145b;
}

.flatpyramid-btn--warning {
  background-color: #fc4123;
}

.flatpyramid-btn--info {
  background-color: #fc4123;
}

.flatpyramid-btn--info {
  background-color: #21c2f8;
}

.widget_shopping_cart {
  visibility: hidden;
  background-color: #fff;
  border-top: 0.2rem solid #1abc9c;
  padding: 1rem;
  opacity: 0 !important;
  right: 0;
  top: 85px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 6px;
  position: fixed;
  z-index: 1001;
  width: 400px;
  margin-top: 70px;
  -webkit-transition: opacity 0.5s, margin-top 0.5s, visibility 0.5s linear 0.5s;
          transition: opacity 0.5s, margin-top 0.5s, visibility 0.5s linear 0.5s;
}

.widget_shopping_cart > div {
  padding: 0;
}

.flatpyramid-is-visible {
  margin-top: 46px;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.widget_shopping_cart .buttons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.fp-image-window {
  z-index: 999;
  position: fixed;
  left: 50%;
  margin-left: -210px;
  width: 500px;
  max-height: 500px;
  max-width: 95%;
  height: auto;
  min-height: 200px;
  padding: 0.25rem;
  background-color: #fff;
  -webkit-transition: width 0.25s, height 0.25s;
          transition: width 0.25s, height 0.25s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.fp-image-window b {
  display: block;
  padding-bottom: 0.5rem;
}

label {
  color: #2c3e50;
}

.flatpyramid-input {
  padding: 10px 20px 11px;
  border: 1px solid #ebeef1;
  line-height: 20px;
  background: #fff;
  border-radius: 5px;
}

.flatpyramid-input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flatpyramid-input-group--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

input {
  padding: 1rem;
}

.flatpyramid-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.flatpyramid-nav .menu-item {
  list-style: none;
}

.flatpyramid-icon--hamburger {
  width: 30px;
  height: 25px;
  margin-top: -10px;
  margin-bottom: -13px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out;
  cursor: pointer;
}

.flatpyramid-icon--hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #2e3746;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
}

.flatpyramid-icon--hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.flatpyramid-icon--hamburger span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.flatpyramid-icon--hamburger span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.flatpyramid-icon--hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.flatpyramid-icon--hamburger.is-open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.flatpyramid-icon--hamburger.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.flatpyramid-nav--main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 2;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.flatpyramid-nav--main:after {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 1rem;
  background-image: url(https://assets.flatpyramid.com/wp-content/uploads/images/css/money_back_1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.flatpyramid-nav--main .menu-item {
  display: inline-block;
  margin-left: 1rem;
  position: relative;
}

.flatpyramid-nav--main .menu-item a {
  text-decoration: none;
}

.flatpyramid-nav--main .menu-item a span.menu_desc {
  padding-left: 0.5em;
  display: none;
  font-family: "Lato", sans-serif;
}

.flatpyramid-nav--main .current-menu-item a {
  color: #2e3746;
}

.flatpyramid-nav--main .sub-menu {
  display: none;
  padding: 1rem 0.2rem 1rem 0;
  margin-left: -4rem;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 6px;
  background-color: #fff;
  overflow-y: auto;
  margin-top: 22px;
  width: 240px;
}

.flatpyramid-nav--main .sub-menu li:not(:last-child) {
  padding-bottom: 1rem;
}

body.home .flatpyramid-nav--main .js-toggle-search {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.modal {
  margin: 0 auto;
  width: 50%;
  height: auto;
  max-height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  padding: 1.5em;
  background-color: #fff;
  position: relative;
}

.modal__close {
  position: absolute;
  right: 1%;
  font-size: 4rem;
  top: -3%;
}

.section--no-padding.section--fav-categories {
  padding-top: 2rem;
}

.showcase-container .row {
  margin: 0;
}

.showcase-container .showcase__item {
  padding: 0;
}

.showcase__item {
  position: relative;
  overflow: hidden;
}

.showcase__item:hover .overlay {
  height: 100%;
}

.showcase__item:hover .overlay a {
  margin-top: 0;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}

.showcase__item img {
  display: block;
  width: 100%;
}

.overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 25%;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}

.overlay h3 {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.showcase-item__info a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #2e3746;
  -webkit-transition: 0.25s;
          transition: 0.25s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.showcase-item__info a:hover {
  color: #4c5b74;
}

.showcase-item__info .showcase-item__heading {
  min-height: 50px;
  text-align: center;
  padding-top: 2em;
  margin-bottom: 1em;
}

.container--shop .widget-woof h4 {
  font-size: 1.2rem;
}

.container--shop .woof_show_text_search,
.container--shop .woof_text_search_container.woof_container {
  display: none !important;
}

.container--shop ul.woof_list {
  padding-left: 0;
}

.container--shop .irs-slider {
  background-color: #21c2f8;
  background-image: none;
}

.container--shop .irs-slider:hover {
  background-color: #84ddfb;
}

.container--shop .irs-bar {
  background-image: none;
  background-color: #1abc9c;
}

.container--shop .irs-line-left,
.container--shop .irs-line-right,
.container--shop .irs-line-mid {
  background-image: none;
  background-color: #0e6252;
}

.container--shop .woof_front_toggle {
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  width: 1.5rem;
}

.container--shop .chosen-container-single .chosen-single {
  border-radius: 0;
  border-color: #21c2f8;
}

.container--shop .chosen-container-single .chosen-search input[type=text] {
  border-color: #21c2f8;
}

.container--shop .chosen-container {
  max-width: 100%;
}

.container--shop .chosen-container .chosen-drop {
  border-color: #21c2f8;
}

.container--shop .chosen-container .chosen-single {
  background-image: none !important;
}

.container--shop .chosen-container .chosen-results .active-result {
  background-color: #21c2f8;
  color: #fff;
}

.container--shop .dropdown_product_cat {
  box-shadow: 0 1px 0 #fff inset;
  outline: none;
  padding: 2px;
  margin-bottom: 1rem;
  border-color: #21c2f8;
}

.container--shop .dropdown_product_cat option:checked {
  background-color: #21c2f8;
}

.container--shop .sidebar-widget__title {
  margin-bottom: 1rem;
}

.sidebar_open {
  display: none;
}

.sidebar_open a.open_sidebar {
  font-size: 1.2em;
  text-decoration: none;
  position: relative;
}

.sidebar_open a.open_sidebar i {
  position: absolute;
  top: 9px;
  font-size: 1em !important;
}

.sidebar_open #sidebar_open {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.sidebar_open #sidebar_open i {
  color: #21c2f8;
  font-size: 1.4em;
}

.sidebar_open #sidebar_open span {
  margin-right: 1em;
}

.custom-3d-helper {
  text-align: right;
}

.flatpyramid-btn-custom3d {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpyramid-btn-custom3d:hover {
  color: #fff;
}

.flex-control-thumbs-wrapper {
  overflow-x: scroll;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
}

.flex-control-thumbs-wrapper .thumbs-wrapper-button {
  top: 0;
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
  font-size: 2.5rem;
  line-height: 2.8;
  text-align: center;
}

.flex-control-thumbs-wrapper .thumbs-wrapper-button:hover {
  opacity: 0.85;
}

.flex-control-thumbs-wrapper .thumbs-wrapper-button-left {
  left: 0;
}

.flex-control-thumbs-wrapper .thumbs-wrapper-button-right {
  right: 0;
}

.flex-control-thumbs {
  /*width: 9999px;*/
}

.woocommerce div.product div.images .flex-control-thumbs li {
  height: 7rem;
  width: auto;
  clear: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  display: block;
  height: 100%;
  max-height: 100%;
  width: auto;
}

.woocommerce-product-gallery__image {
  padding-top: 2em;
  padding-bottom: 2em;
}

.woocommerce-product-gallery__image a img {
  width: auto !important;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75) !important;
}

figure.woocommerce-product-gallery__wrapper {
  background-color: #f3f3f3;
}

.categories-widget {
  background-color: #566573;
  color: #efefef;
  padding-bottom: 7px;
}

.categories-widget .categories-widget__title {
  padding-left: 13px;
  font-size: 1.1em;
  padding-top: 12px;
  padding-bottom: 8px;
  border: 1px solid #88939d;
  border-width: 1px 0;
}

.categories-widget .children {
  padding-top: 0.5rem;
  display: none;
  padding-left: 0;
  width: 100%;
  background-color: #6c7f90;
  margin-top: 0.5em;
  padding-top: 0;
}

.categories-widget .children a {
  color: #fff;
}

.categories-widget .children .close-btn,
.categories-widget .children .open-btn {
  color: #fff;
}

.categories-widget .current-cat {
  background-color: #44505c;
}

.categories-widget .current-cat a {
  color: #fff;
}

.categories-widget .current-cat i {
  color: #fff;
}

.categories-widget ul {
  list-style: none;
  padding-left: 20px;
}

.categories-widget ul li.wc-layered-nav-term a {
  color: #f6f6f7;
  margin-right: 0;
  padding-left: 0;
  line-height: 1.75;
}

.categories-widget ul li.wc-layered-nav-term a:hover {
  color: #fff;
}

.categories-widget ul li.wc-layered-nav-term.chosen {
  background-color: #44505c;
}

.categories-widget ul li.wc-layered-nav-term.chosen a {
  color: #fff;
}

.categories-widget ul.product-categories {
  padding-left: 0;
  color: #566573;
  background-color: transparent;
}

.categories-widget ul.product-categories li a {
  color: #efefef;
}

.categories-widget .open-btn,
.categories-widget .close-btn {
  cursor: pointer;
  margin-left: 1em;
  padding-right: 0.5em;
}

.categories-widget .cat-item {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.categories-widget .cat-item.active {
  background-color: #44505c;
}

.categories-widget .cat-item.active:hover {
  background-color: #44505c;
}

.categories-widget .cat-item.active a {
  color: #fff;
}

.categories-widget .cat-item.active .close-btn {
  color: #fff;
}

.categories-widget .cat-item:hover {
  background-color: #566573;
}

.categories-widget .cat-item:hover a {
  color: #fff;
}

.categories-widget .cat-item:hover .open-btn,
.categories-widget .cat-item:hover .close-btn {
  color: #fff;
}

.categories-widget .cat-parent.active {
  padding-bottom: 0;
}

.categories-widget .cat-parent.active .children li a {
  padding-left: 1em;
}

.categories-widget .count {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  padding: 0.175rem;
  background-color: #61707e;
  color: #d5d5e5;
  font-weight: bold;
  font-size: 0.7rem;
  margin-left: 1px;
  border-radius: 6px;
}

.categories-widget a {
  color: #566573;
  margin-right: 0.5rem;
  display: inline-block;
  text-decoration: none;
  padding-left: 0.5em;
}

.categories-widget h3 {
  padding-left: 0.5em;
  padding-top: 0.5em;
}

.flatpyramid-sidebar--cats {
  background-color: #f6f6f7;
}

p.hidden {
  display: none;
  margin-top: 0.5em;
}

p.visible {
  margin-bottom: 0.5em;
}

.read-more__description {
  text-decoration: none;
  padding-left: 1em;
}

li.cat-item.cat-item-77995,
li.cat-item.cat-item-80195 {
  display: none;
}

li.wc-layered-nav-term.none,
li.wc-layered-nav-term.vrecards {
  display: none;
}

.flatpyramid-rotator {
  position: relative;
  height: 36px;
  margin-bottom: 1rem;
}

.js-rotator-item {
  position: absolute;
  top: -100%;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #abb6c8;
}

.fp-spinner {
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: none;
}

.stripe {
  background-color: #21c2f8;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0.1rem;
  -webkit-animation: wave-delay 1.2s infinite ease-in-out;
          animation: wave-delay 1.2s infinite ease-in-out;
}

.stripe-2 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.stripe-3 {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}

.stripe-4 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.stripe-5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes wave-delay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes wave-delay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.widget_shopping_cart ul.product_list_widget li {
  border-bottom: 1px solid #ecf0f1;
}

.widget_shopping_cart ul.cart_list li a:hover {
  color: #29d9c2;
}

.widget_shopping_cart .variation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 4px 0 0 0 !important;
  padding-left: 0 !important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

.widget_shopping_cart .variation .variation-Artist {
  margin: 0;
  padding: 0 1rem 0;
}

.widget_shopping_cart .variation .variation-Artist p {
  margin: 0;
}

.widget_shopping_cart .mini_cart_item {
  padding-top: 4px;
}

.widget_shopping_cart .total {
  margin: 0.5rem 0 !important;
}

.widget_shopping_cart .buttons {
  margin: 0 !important;
}

.widget_shopping_cart .button {
  color: #fff !important;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}

.widget_shopping_cart .button.wc-forward {
  background-color: #21c2f8;
}

.widget_shopping_cart .button.wc-forward:hover {
  background-color: #52d0fa;
}

.widget_shopping_cart .button.checkout.wc-forward {
  background-color: #1abc9c;
}

.widget_shopping_cart .button.checkout.wc-forward:hover {
  background-color: #28e1bd;
}

.widget_shopping_cart .remove {
  margin-top: 4px;
}

.widget_shopping_cart .attachment-shop_thumbnail {
  margin-top: 4px;
  width: 4rem !important;
  height: 4rem !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  color: #21c2f8;
  margin-left: 0.7em;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 1s;
          transition: opacity 1s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #555;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.fa-asterisk {
  color: #ed145b;
}

@media screen and (min-width: 48rem) {
  .flatpyramid-searchbox {
    position: absolute;
    top: -50%;
    margin-top: 50%;
    background-color: transparent;
  }
}

@media screen and (min-width: 64rem) {
  .product__add-to-cart .single_add_to_cart_button {
    font-size: 1.96rem !important;
  }
}

@media screen and (min-width: 48em) {
  .fp-products__item {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }

  .flatpyramid-form--search .search-field {
    width: 28rem;
  }
}

@media screen and (min-width: 783px) {
  .flatpyramid-is-visible {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .menu-toggle-wrapper {
    display: none;
  }

  .flatpyramid-nav--main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}

@media screen and (min-width: 64em) {
  .fp-products__item {
    -webkit-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
  }

  .flatpyramid-form--search .search-field {
    width: 28rem;
  }

  .home .flatpyramid-form-title {
    line-height: 1;
    font-size: 3rem;
  }
}

@media screen and (min-width: 75em) {
  .fp-products__item {
    -webkit-flex-basis: 16.5%;
    -ms-flex-preferred-size: 16.5%;
            flex-basis: 16.5%;
  }
}

@media screen and (min-width: 1261px) {
  .wcv-cols-group > [class*=xlarge-] {
    float: left;
    clear: none;
  }

  .xlarge-5 {
    width: 5%;
  }

  .xlarge-10 {
    width: 10%;
  }

  .xlarge-15 {
    width: 15%;
  }

  .xlarge-16 {
    width: 16.66%;
  }

  .xlarge-20 {
    width: 20%;
  }

  .xlarge-25 {
    width: 25%;
  }

  .xlarge-30 {
    width: 30%;
  }

  .xlarge-33 {
    width: 33.33%;
  }

  .xlarge-35 {
    width: 35%;
  }

  .xlarge-40 {
    width: 40%;
  }

  .xlarge-45 {
    width: 45%;
  }

  .xlarge-50 {
    width: 50%;
  }

  .xlarge-55 {
    width: 55%;
  }

  .xlarge-60 {
    width: 60%;
  }

  .xlarge-65 {
    width: 65%;
  }

  .xlarge-66 {
    width: 66.66%;
  }

  .xlarge-70 {
    width: 70%;
  }

  .xlarge-75 {
    width: 75%;
  }

  .xlarge-80 {
    width: 80%;
  }

  .xlarge-85 {
    width: 85%;
  }

  .xlarge-90 {
    width: 90%;
  }

  .xlarge-95 {
    width: 95%;
  }

  .xlarge-100 {
    width: 100%;
  }

  [class*=xlarge-100] {
    float: none;
    clear: both;
  }

  .wcv-cols-group:after {
    content: "";
    display: table;
    clear: both;
  }

  .wcv-cols-group.gutters {
    margin-left: -2em;
  }

  .wcv-cols-group.gutters > [class*=all-],
  .wcv-cols-group.gutters > [class*=xlarge-] {
    padding-left: 2em;
    margin-bottom: 2em;
  }

  .wcv-cols-group.wcv-horizontal-gutters {
    margin-left: -2em;
  }

  .wcv-cols-group.wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-horizontal-gutters > [class*=xlarge-] {
    padding-left: 2em;
  }

  .wcv-cols-group.wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-vertical-gutters > [class*=xlarge-] {
    margin-bottom: 2em;
  }

  .wcv-cols-group.wcv-double-gutters {
    margin-left: -4em;
  }

  .wcv-cols-group.wcv-double-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-gutters > [class*=xlarge-] {
    padding-left: 4em;
    margin-bottom: 4em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters {
    margin-left: -4em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=xlarge-] {
    padding-left: 4em;
  }

  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=xlarge-] {
    margin-bottom: 4em;
  }

  .wcv-cols-group.wcv-half-gutters {
    margin-left: -1em;
  }

  .wcv-cols-group.wcv-half-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-gutters > [class*=xlarge-] {
    padding-left: 1em;
    margin-bottom: 1em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters {
    margin-left: -1em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=xlarge-] {
    padding-left: 1em;
  }

  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=xlarge-] {
    margin-bottom: 1em;
  }

  .wcv-cols-group.wcv-quarter-gutters {
    margin-left: -0.5em;
  }

  .wcv-cols-group.wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-gutters > [class*=xlarge-] {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.5em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=xlarge-] {
    padding-left: 0.5em;
  }

  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=xlarge-] {
    margin-bottom: 0.5em;
  }

  .wcv-cols-group.xlarge-gutters {
    margin-left: -2em;
  }

  .wcv-cols-group.xlarge-gutters > [class*=all-],
  .wcv-cols-group.xlarge-gutters > [class*=xlarge-] {
    padding-left: 2em;
    margin-bottom: 2em;
  }

  .wcv-cols-group.xlarge-wcv-horizontal-gutters {
    margin-left: -2em;
  }

  .wcv-cols-group.xlarge-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-horizontal-gutters > [class*=xlarge-] {
    padding-left: 2em;
  }

  .wcv-cols-group.xlarge-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-vertical-gutters > [class*=xlarge-] {
    margin-bottom: 2em;
  }

  .wcv-cols-group.xlarge-wcv-double-gutters {
    margin-left: -4em;
  }

  .wcv-cols-group.xlarge-wcv-double-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-double-gutters > [class*=xlarge-] {
    padding-left: 4em;
    margin-bottom: 4em;
  }

  .wcv-cols-group.xlarge-wcv-double-wcv-horizontal-gutters {
    margin-left: -4em;
  }

  .wcv-cols-group.xlarge-wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-double-wcv-horizontal-gutters > [class*=xlarge-] {
    padding-left: 4em;
  }

  .wcv-cols-group.xlarge-wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-double-wcv-vertical-gutters > [class*=xlarge-] {
    margin-bottom: 4em;
  }

  .wcv-cols-group.xlarge-wcv-half-gutters {
    margin-left: -1em;
  }

  .wcv-cols-group.xlarge-wcv-half-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-half-gutters > [class*=xlarge-] {
    padding-left: 1em;
    margin-bottom: 1em;
  }

  .wcv-cols-group.xlarge-wcv-half-wcv-horizontal-gutters {
    margin-left: -1em;
  }

  .wcv-cols-group.xlarge-wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-half-wcv-horizontal-gutters > [class*=xlarge-] {
    padding-left: 1em;
  }

  .wcv-cols-group.xlarge-wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-half-wcv-vertical-gutters > [class*=xlarge-] {
    margin-bottom: 1em;
  }

  .wcv-cols-group.xlarge-wcv-quarter-gutters {
    margin-left: -0.5em;
  }

  .wcv-cols-group.xlarge-wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-quarter-gutters > [class*=xlarge-] {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
  }

  .wcv-cols-group.xlarge-wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.5em;
  }

  .wcv-cols-group.xlarge-wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-quarter-wcv-horizontal-gutters > [class*=xlarge-] {
    padding-left: 0.5em;
  }

  .wcv-cols-group.xlarge-wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.xlarge-wcv-quarter-wcv-vertical-gutters > [class*=xlarge-] {
    margin-bottom: 0.5em;
  }

  .wcv-cols-group.xlarge-no-gutters {
    margin-left: 0;
  }

  .wcv-cols-group.xlarge-no-gutters > [class*=all-],
  .wcv-cols-group.xlarge-no-gutters > [class*=xlarge-] {
    padding-left: 0;
    margin-bottom: 0;
  }

  .wcv-table tbody[class*=xlarge-],
  .wcv-table td[class*=xlarge-],
  .wcv-table tfoot[class*=xlarge-],
  .wcv-table th[class*=xlarge-],
  .wcv-table thead[class*=xlarge-],
  .wcv-table tr[class*=xlarge-] {
    float: none;
  }

  .xlarge-push-left {
    float: left;
  }

  .xlarge-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-push-right {
    float: right;
  }

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

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

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

  .xlarge-no-margin {
    margin: 0 !important;
  }

  .space,
  .xlarge-space {
    margin: 2em;
  }

  .padding,
  .xlarge-padding {
    padding: 2em;
  }

  .double-space,
  .xlarge-double-space {
    margin: 4em;
  }

  .double-padding,
  .xlarge-double-padding {
    padding: 4em;
  }

  .half-space,
  .xlarge-half-space {
    margin: 1em;
  }

  .half-padding,
  .xlarge-half-padding {
    padding: 1em;
  }

  .quarter-space,
  .xlarge-quarter-space {
    margin: 0.5em;
  }

  .quarter-padding,
  .xlarge-quarter-padding {
    padding: 0.5em;
  }

  .vertical-space,
  .xlarge-vertical-space {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .vertical-padding,
  .xlarge-vertical-padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .double-vertical-space,
  .xlarge-double-vertical-space {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .double-vertical-padding,
  .xlarge-double-vertical-padding {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .half-vertical-space,
  .xlarge-half-vertical-space {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .half-vertical-padding,
  .xlarge-half-vertical-padding {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .quarter-vertical-space,
  .xlarge-quarter-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .quarter-vertical-padding,
  .xlarge-quarter-vertical-padding {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .horizontal-space,
  .xlarge-horizontal-space {
    margin-left: 2em;
    margin-right: 2em;
  }

  .horizontal-padding,
  .xlarge-horizontal-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .double-horizontal-space,
  .xlarge-double-horizontal-space {
    margin-left: 4em;
    margin-right: 4em;
  }

  .double-horizontal-padding,
  .xlarge-double-horizontal-padding {
    padding-left: 4em;
    padding-right: 4em;
  }

  .half-horizontal-space,
  .xlarge-half-horizontal-space {
    margin-left: 1em;
    margin-right: 1em;
  }

  .half-horizontal-padding,
  .xlarge-half-horizontal-padding {
    padding-left: 1em;
    padding-right: 1em;
  }

  .quarter-horizontal-space,
  .xlarge-quarter-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .quarter-horizontal-padding,
  .xlarge-quarter-horizontal-padding {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .top-space,
  .xlarge-top-space {
    margin-top: 2em;
  }

  .top-padding,
  .xlarge-top-padding {
    padding-top: 2em;
  }

  .double-top-space,
  .xlarge-double-top-space {
    margin-top: 4em;
  }

  .double-top-padding,
  .xlarge-double-top-padding {
    padding-top: 4em;
  }

  .half-top-space,
  .xlarge-half-top-space {
    margin-top: 1em;
  }

  .half-top-padding,
  .xlarge-half-top-padding {
    padding-top: 1em;
  }

  .quarter-top-space,
  .xlarge-quarter-top-space {
    margin-top: 0.5em;
  }

  .quarter-top-padding,
  .xlarge-quarter-top-padding {
    padding-top: 0.5em;
  }

  .right-space,
  .xlarge-right-space {
    margin-right: 2em;
  }

  .right-padding,
  .xlarge-right-padding {
    padding-right: 2em;
  }

  .double-right-space,
  .xlarge-double-right-space {
    margin-right: 4em;
  }

  .double-right-padding,
  .xlarge-double-right-padding {
    padding-right: 4em;
  }

  .half-right-space,
  .xlarge-half-right-space {
    margin-right: 1em;
  }

  .half-right-padding,
  .xlarge-half-right-padding {
    padding-right: 1em;
  }

  .quarter-right-space,
  .xlarge-quarter-right-space {
    margin-right: 0.5em;
  }

  .quarter-right-padding,
  .xlarge-quarter-right-padding {
    padding-right: 0.5em;
  }

  .bottom-space,
  .xlarge-bottom-space {
    margin-bottom: 2em;
  }

  .bottom-padding,
  .xlarge-bottom-padding {
    padding-bottom: 2em;
  }

  .double-bottom-space,
  .xlarge-double-bottom-space {
    margin-bottom: 4em;
  }

  .double-bottom-padding,
  .xlarge-double-bottom-padding {
    padding-bottom: 4em;
  }

  .half-bottom-space,
  .xlarge-half-bottom-space {
    margin-bottom: 1em;
  }

  .half-bottom-padding,
  .xlarge-half-bottom-padding {
    padding-bottom: 1em;
  }

  .quarter-bottom-space,
  .xlarge-quarter-bottom-space {
    margin-bottom: 0.5em;
  }

  .quarter-bottom-padding,
  .xlarge-quarter-bottom-padding {
    padding-bottom: 0.5em;
  }

  .left-space,
  .xlarge-left-space {
    margin-left: 2em;
  }

  .left-padding,
  .xlarge-left-padding {
    padding-left: 2em;
  }

  .double-left-space,
  .xlarge-double-left-space {
    margin-left: 4em;
  }

  .double-left-padding,
  .xlarge-double-left-padding {
    padding-left: 4em;
  }

  .half-left-space,
  .xlarge-half-left-space {
    margin-left: 1em;
  }

  .half-left-padding,
  .xlarge-half-left-padding {
    padding-left: 1em;
  }

  .quarter-left-space,
  .xlarge-quarter-left-space {
    margin-left: 0.5em;
  }

  .quarter-left-padding,
  .xlarge-quarter-left-padding {
    padding-left: 0.5em;
  }

  .hide-xlarge {
    display: none !important;
  }

  .show-xlarge {
    display: inherit !important;
  }

  table.show-xlarge {
    display: table;
  }

  thead.show-xlarge {
    display: table-header-group;
  }

  tbody.show-xlarge {
    display: table-row-group;
  }

  tfoot.show-xlarge {
    display: table-footer-group;
  }

  tr.show-xlarge {
    display: table-row;
  }

  td.show-xlarge,
  th.show-xlarge {
    display: table-cell;
  }
}

@media screen and (max-width: 1023px) {
  .flatpyramid-nav--main {
    display: none;
  }
}

@media screen and (max-width: 783px) {
  .widget_shopping_cart {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .section--convert-sell .grid-item .text-block h2 {
    margin-bottom: 0.4rem;
  }

  .section--convert-sell .grid-item .text-block p {
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
  }

  .form-field.downloadable_files table .ui-sortable tr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .cart-collaterals {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .checkout_proceed {
    width: 100%;
  }

  .warranty_product {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hero-text {
    position: relative;
  }

  .vendor_notice {
    margin: 0 auto 1em auto;
  }

  .modal {
    width: 75%;
  }

  .tooltip {
    position: inherit;
  }

  .tooltip .tooltiptext {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce_downloads_filter .views-exposed-widgets .views-exposed-widget {
    width: 100%;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > 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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .section--convert-sell .container-fluid {
    position: relative;
  }

  .section--convert-sell a.grid-item {
    position: inherit;
  }

  .section--convert-sell .grid-item--sell {
    width: 100%;
    position: inherit;
  }

  .section--convert-sell .grid-item .text-block h2 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  .section--convert-sell .grid-item .text-block p {
    margin-bottom: 0.4em;
    margin-top: 0;
    font-size: 0.7em;
  }

  .flatpyramid-header__logo {
    /*overflow: hidden;*/
  }

  .flatpyramid-form--search .search-field {
    width: 70%;
  }

  tr th.sort {
    display: none;
  }

  tfoot a.button.insert {
    margin-top: 0.5em;
  }

  button.add_attribute {
    margin-top: 0.5em;
  }

  .wcv_dashboard_table_header div.all-30 {
    width: 100%;
  }

  .wcv-product-general .show_if_external .wcv-horizontal-gutters .all-50 {
    width: 100% !important;
  }

  form#wcv-product-edit #save_button {
    margin: 0 auto 1em;
    display: block;
  }

  form#wcv-product-edit #draft_button {
    margin: 0 auto;
    display: block;
  }

  .attachments-browser .media-toolbar {
    height: 150px !important;
  }

  .attachments-browser .attachments {
    top: 150px !important;
  }

  .media-toolbar-secondary {
    float: none;
    max-width: 100% !important;
  }

  .media-toolbar-primary.search-form {
    float: none;
    width: 50%;
    max-width: 100% !important;
  }

  .media-modal .attachments-browser .media-toolbar .search {
    float: none;
  }

  ul.order_details li {
    width: 100%;
  }

  .vr-partners-item img {
    height: auto;
  }

  .partner_imgs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }

  .flatpyramid-input-group--horizontal {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .flatpyramid-input-group--horizontal label {
    width: 100%;
  }

  .modal {
    max-height: 100%;
    height: 100%;
    width: 100%;
  }

  .modal__close {
    right: 2%;
    top: -1%;
  }
}

@media screen and (max-width: 320px) {
  .wcv-cols-group > [class*=tiny-] {
    float: left;
    clear: none;
  }

  .tiny-5 {
    width: 5%;
  }

  .tiny-10 {
    width: 10%;
  }

  .tiny-15 {
    width: 15%;
  }

  .tiny-16 {
    width: 16.66%;
  }

  .tiny-20 {
    width: 20%;
  }

  .tiny-25 {
    width: 25%;
  }

  .tiny-30 {
    width: 30%;
  }

  .tiny-33 {
    width: 33.33%;
  }

  .tiny-35 {
    width: 35%;
  }

  .tiny-40 {
    width: 40%;
  }

  .tiny-45 {
    width: 45%;
  }

  .tiny-50 {
    width: 50%;
  }

  .tiny-55 {
    width: 55%;
  }

  .tiny-60 {
    width: 60%;
  }

  .tiny-65 {
    width: 65%;
  }

  .tiny-66 {
    width: 66.66%;
  }

  .tiny-70 {
    width: 70%;
  }

  .tiny-75 {
    width: 75%;
  }

  .tiny-80 {
    width: 80%;
  }

  .tiny-85 {
    width: 85%;
  }

  .tiny-90 {
    width: 90%;
  }

  .tiny-95 {
    width: 95%;
  }

  .tiny-100 {
    width: 100%;
  }

  [class*=tiny-100] {
    float: none;
    clear: both;
  }

  .wcv-cols-group:after {
    content: "";
    display: table;
    clear: both;
  }

  .wcv-cols-group.gutters {
    margin-left: -1em;
  }

  .wcv-cols-group.gutters > [class*=all-],
  .wcv-cols-group.gutters > [class*=tiny-] {
    padding-left: 1em;
    margin-bottom: 1em;
  }

  .wcv-cols-group.wcv-horizontal-gutters {
    margin-left: -1em;
  }

  .wcv-cols-group.wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-horizontal-gutters > [class*=tiny-] {
    padding-left: 1em;
  }

  .wcv-cols-group.wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-vertical-gutters > [class*=tiny-] {
    margin-bottom: 1em;
  }

  .wcv-cols-group.wcv-double-gutters {
    margin-left: -2em;
  }

  .wcv-cols-group.wcv-double-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-gutters > [class*=tiny-] {
    padding-left: 2em;
    margin-bottom: 2em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters {
    margin-left: -2em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=tiny-] {
    padding-left: 2em;
  }

  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=tiny-] {
    margin-bottom: 2em;
  }

  .wcv-cols-group.wcv-half-gutters {
    margin-left: -0.5em;
  }

  .wcv-cols-group.wcv-half-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-gutters > [class*=tiny-] {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters {
    margin-left: -0.5em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=tiny-] {
    padding-left: 0.5em;
  }

  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=tiny-] {
    margin-bottom: 0.5em;
  }

  .wcv-cols-group.wcv-quarter-gutters {
    margin-left: -0.25em;
  }

  .wcv-cols-group.wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-gutters > [class*=tiny-] {
    padding-left: 0.25em;
    margin-bottom: 0.25em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.25em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=tiny-] {
    padding-left: 0.25em;
  }

  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=tiny-] {
    margin-bottom: 0.25em;
  }

  .wcv-cols-group.tiny-gutters {
    margin-left: -1em;
  }

  .wcv-cols-group.tiny-gutters > [class*=all-],
  .wcv-cols-group.tiny-gutters > [class*=tiny-] {
    padding-left: 1em;
    margin-bottom: 1em;
  }

  .wcv-cols-group.tiny-wcv-horizontal-gutters {
    margin-left: -1em;
  }

  .wcv-cols-group.tiny-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-horizontal-gutters > [class*=tiny-] {
    padding-left: 1em;
  }

  .wcv-cols-group.tiny-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-vertical-gutters > [class*=tiny-] {
    margin-bottom: 1em;
  }

  .wcv-cols-group.tiny-wcv-double-gutters {
    margin-left: -2em;
  }

  .wcv-cols-group.tiny-wcv-double-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-double-gutters > [class*=tiny-] {
    padding-left: 2em;
    margin-bottom: 2em;
  }

  .wcv-cols-group.tiny-wcv-double-wcv-horizontal-gutters {
    margin-left: -2em;
  }

  .wcv-cols-group.tiny-wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-double-wcv-horizontal-gutters > [class*=tiny-] {
    padding-left: 2em;
  }

  .wcv-cols-group.tiny-wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-double-wcv-vertical-gutters > [class*=tiny-] {
    margin-bottom: 2em;
  }

  .wcv-cols-group.tiny-wcv-half-gutters {
    margin-left: -0.5em;
  }

  .wcv-cols-group.tiny-wcv-half-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-half-gutters > [class*=tiny-] {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
  }

  .wcv-cols-group.tiny-wcv-half-wcv-horizontal-gutters {
    margin-left: -0.5em;
  }

  .wcv-cols-group.tiny-wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-half-wcv-horizontal-gutters > [class*=tiny-] {
    padding-left: 0.5em;
  }

  .wcv-cols-group.tiny-wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-half-wcv-vertical-gutters > [class*=tiny-] {
    margin-bottom: 0.5em;
  }

  .wcv-cols-group.tiny-wcv-quarter-gutters {
    margin-left: -0.25em;
  }

  .wcv-cols-group.tiny-wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-quarter-gutters > [class*=tiny-] {
    padding-left: 0.25em;
    margin-bottom: 0.25em;
  }

  .wcv-cols-group.tiny-wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.25em;
  }

  .wcv-cols-group.tiny-wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-quarter-wcv-horizontal-gutters > [class*=tiny-] {
    padding-left: 0.25em;
  }

  .wcv-cols-group.tiny-wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.tiny-wcv-quarter-wcv-vertical-gutters > [class*=tiny-] {
    margin-bottom: 0.25em;
  }

  .wcv-cols-group.tiny-no-gutters {
    margin-left: 0;
  }

  .wcv-cols-group.tiny-no-gutters > [class*=all-],
  .wcv-cols-group.tiny-no-gutters > [class*=tiny-] {
    padding-left: 0;
    margin-bottom: 0;
  }

  .wcv-table tbody[class*=tiny-],
  .wcv-table td[class*=tiny-],
  .wcv-table tfoot[class*=tiny-],
  .wcv-table th[class*=tiny-],
  .wcv-table thead[class*=tiny-],
  .wcv-table tr[class*=tiny-] {
    float: none;
  }

  .tiny-push-left {
    float: left;
  }

  .tiny-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .tiny-push-right {
    float: right;
  }

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

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

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

  .tiny-no-margin {
    margin: 0 !important;
  }

  .space,
  .tiny-space {
    margin: 1em;
  }

  .padding,
  .tiny-padding {
    padding: 1em;
  }

  .double-space,
  .tiny-double-space {
    margin: 2em;
  }

  .double-padding,
  .tiny-double-padding {
    padding: 2em;
  }

  .half-space,
  .tiny-half-space {
    margin: 0.5em;
  }

  .half-padding,
  .tiny-half-padding {
    padding: 0.5em;
  }

  .quarter-space,
  .tiny-quarter-space {
    margin: 0.25em;
  }

  .quarter-padding,
  .tiny-quarter-padding {
    padding: 0.25em;
  }

  .tiny-vertical-space,
  .vertical-space {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .tiny-vertical-padding,
  .vertical-padding {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .double-vertical-space,
  .tiny-double-vertical-space {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .double-vertical-padding,
  .tiny-double-vertical-padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .half-vertical-space,
  .tiny-half-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .half-vertical-padding,
  .tiny-half-vertical-padding {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .quarter-vertical-space,
  .tiny-quarter-vertical-space {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }

  .quarter-vertical-padding,
  .tiny-quarter-vertical-padding {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

  .horizontal-space,
  .tiny-horizontal-space {
    margin-left: 1em;
    margin-right: 1em;
  }

  .horizontal-padding,
  .tiny-horizontal-padding {
    padding-left: 1em;
    padding-right: 1em;
  }

  .double-horizontal-space,
  .tiny-double-horizontal-space {
    margin-left: 2em;
    margin-right: 2em;
  }

  .double-horizontal-padding,
  .tiny-double-horizontal-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .half-horizontal-space,
  .tiny-half-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .half-horizontal-padding,
  .tiny-half-horizontal-padding {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .quarter-horizontal-space,
  .tiny-quarter-horizontal-space {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }

  .quarter-horizontal-padding,
  .tiny-quarter-horizontal-padding {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }

  .tiny-top-space,
  .top-space {
    margin-top: 1em;
  }

  .tiny-top-padding,
  .top-padding {
    padding-top: 1em;
  }

  .double-top-space,
  .tiny-double-top-space {
    margin-top: 2em;
  }

  .double-top-padding,
  .tiny-double-top-padding {
    padding-top: 2em;
  }

  .half-top-space,
  .tiny-half-top-space {
    margin-top: 0.5em;
  }

  .half-top-padding,
  .tiny-half-top-padding {
    padding-top: 0.5em;
  }

  .quarter-top-space,
  .tiny-quarter-top-space {
    margin-top: 0.25em;
  }

  .quarter-top-padding,
  .tiny-quarter-top-padding {
    padding-top: 0.25em;
  }

  .right-space,
  .tiny-right-space {
    margin-right: 1em;
  }

  .right-padding,
  .tiny-right-padding {
    padding-right: 1em;
  }

  .double-right-space,
  .tiny-double-right-space {
    margin-right: 2em;
  }

  .double-right-padding,
  .tiny-double-right-padding {
    padding-right: 2em;
  }

  .half-right-space,
  .tiny-half-right-space {
    margin-right: 0.5em;
  }

  .half-right-padding,
  .tiny-half-right-padding {
    padding-right: 0.5em;
  }

  .quarter-right-space,
  .tiny-quarter-right-space {
    margin-right: 0.25em;
  }

  .quarter-right-padding,
  .tiny-quarter-right-padding {
    padding-right: 0.25em;
  }

  .bottom-space,
  .tiny-bottom-space {
    margin-bottom: 1em;
  }

  .bottom-padding,
  .tiny-bottom-padding {
    padding-bottom: 1em;
  }

  .double-bottom-space,
  .tiny-double-bottom-space {
    margin-bottom: 2em;
  }

  .double-bottom-padding,
  .tiny-double-bottom-padding {
    padding-bottom: 2em;
  }

  .half-bottom-space,
  .tiny-half-bottom-space {
    margin-bottom: 0.5em;
  }

  .half-bottom-padding,
  .tiny-half-bottom-padding {
    padding-bottom: 0.5em;
  }

  .quarter-bottom-space,
  .tiny-quarter-bottom-space {
    margin-bottom: 0.25em;
  }

  .quarter-bottom-padding,
  .tiny-quarter-bottom-padding {
    padding-bottom: 0.25em;
  }

  .left-space,
  .tiny-left-space {
    margin-left: 1em;
  }

  .left-padding,
  .tiny-left-padding {
    padding-left: 1em;
  }

  .double-left-space,
  .tiny-double-left-space {
    margin-left: 2em;
  }

  .double-left-padding,
  .tiny-double-left-padding {
    padding-left: 2em;
  }

  .half-left-space,
  .tiny-half-left-space {
    margin-left: 0.5em;
  }

  .half-left-padding,
  .tiny-half-left-padding {
    padding-left: 0.5em;
  }

  .quarter-left-space,
  .tiny-quarter-left-space {
    margin-left: 0.25em;
  }

  .quarter-left-padding,
  .tiny-quarter-left-padding {
    padding-left: 0.25em;
  }

  .hide-tiny {
    display: none !important;
  }

  .show-tiny {
    display: inherit !important;
  }

  table.show-tiny {
    display: table;
  }

  thead.show-tiny {
    display: table-header-group;
  }

  tbody.show-tiny {
    display: table-row-group;
  }

  tfoot.show-tiny {
    display: table-footer-group;
  }

  tr.show-tiny {
    display: table-row;
  }

  td.show-tiny,
  th.show-tiny {
    display: table-cell;
  }
}

@media screen and (max-width: 64rem) {
  .woocommerce-MyAccount-navigation-link {
    font-size: 0.8rem;
  }

  .logo-text {
    display: none;
  }

  .product__summary > div {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_us .wpcf7.form {
    max-width: 60rem;
  }
}

@media (max-width: 64rem) {
  .flatpyramid-page__title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 48rem) {
  .flatpyramid-content__topbar .topbar__breadcrumb {
    text-align: left;
    display: none;
  }

  .woocommerce-MyAccount-navigation-link {
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .fp-products-item__wrapper .top-link {
    height: 75%;
  }

  .contact_us .wpcf7.form {
    max-width: 40rem;
  }

  .wpcf7-form-control select {
    font-size: 0.9em;
  }

  .not_found .page-not_found form {
    width: 100%;
  }

  #customer_details .col-1 .woocommerce-billing-fields__field-wrapper p {
    width: 100%;
  }

  .flatpyramid-nav--main {
    display: none;
    padding: 5rem 1rem 1rem 1rem;
    position: fixed;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 6px;
    width: 100%;
    text-align: center;
  }

  .flatpyramid-nav--main .sub-menu {
    display: none !important;
  }

  .flatpyramid-nav--main .menu-item {
    margin-left: 0;
    display: block;
    padding: 1rem;
    font-size: 1.5rem;
  }

  .flatpyramid-nav--main .menu-item a span.menu_desc {
    display: inline-block;
  }

  body.home .flatpyramid-nav--main .menu-item a span.menu_desc {
    display: inline-block;
  }

  .sidebar_open {
    display: block;
  }

  .flatpyramid-sidebar--shop {
    display: none;
  }

  .flatpyramid-sidebar--cats {
    display: none;
  }
}

@media screen and (max-width: 46rem) {
  .flatpyramid-rotator {
    margin-bottom: 0;
  }

  .js-rotator-item {
    font-size: 1rem;
    color: white;
  }
}

@media screen and (max-width: 34rem) {
  .flatpyramid-header__logo .flatpyramid-logo__img {
    max-width: 80%;
    height: auto;
  }

  .flatpyramid-header__logo {
    margin-left: -38px;
  }

  .product {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product__summary > div {
    box-shadow: none;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
  }

  .product__add-to-cart .single_add_to_cart_button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem !important;
  }

  .format-list .file_size span.size {
    font-size: 0.85em;
  }

  .related_products {
    display: none;
  }
}

@media screen and (min-width: 961px) and (max-width: 1260px) {
  .wcv-cols-group > [class*=large-] {
    float: left;
    clear: none;
  }

  .large-5 {
    width: 5%;
  }

  .large-10 {
    width: 10%;
  }

  .large-15 {
    width: 15%;
  }

  .large-16 {
    width: 16.66%;
  }

  .large-20 {
    width: 20%;
  }

  .large-25 {
    width: 25%;
  }

  .large-30 {
    width: 30%;
  }

  .large-33 {
    width: 33.33%;
  }

  .large-35 {
    width: 35%;
  }

  .large-40 {
    width: 40%;
  }

  .large-45 {
    width: 45%;
  }

  .large-50 {
    width: 50%;
  }

  .large-55 {
    width: 55%;
  }

  .large-60 {
    width: 60%;
  }

  .large-65 {
    width: 65%;
  }

  .large-66 {
    width: 66.66%;
  }

  .large-70 {
    width: 70%;
  }

  .large-75 {
    width: 75%;
  }

  .large-80 {
    width: 80%;
  }

  .large-85 {
    width: 85%;
  }

  .large-90 {
    width: 90%;
  }

  .large-95 {
    width: 95%;
  }

  .large-100 {
    width: 100%;
  }

  [class*=large-100] {
    float: none;
    clear: both;
  }

  .wcv-cols-group:after {
    content: "";
    display: table;
    clear: both;
  }

  .wcv-cols-group.gutters {
    margin-left: -1.75em;
  }

  .wcv-cols-group.gutters > [class*=all-],
  .wcv-cols-group.gutters > [class*=large-] {
    padding-left: 1.75em;
    margin-bottom: 1.75em;
  }

  .wcv-cols-group.wcv-horizontal-gutters {
    margin-left: -1.75em;
  }

  .wcv-cols-group.wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-horizontal-gutters > [class*=large-] {
    padding-left: 1.75em;
  }

  .wcv-cols-group.wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-vertical-gutters > [class*=large-] {
    margin-bottom: 1.75em;
  }

  .wcv-cols-group.wcv-double-gutters {
    margin-left: -3.5em;
  }

  .wcv-cols-group.wcv-double-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-gutters > [class*=large-] {
    padding-left: 3.5em;
    margin-bottom: 3.5em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters {
    margin-left: -3.5em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=large-] {
    padding-left: 3.5em;
  }

  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=large-] {
    margin-bottom: 3.5em;
  }

  .wcv-cols-group.wcv-half-gutters {
    margin-left: -0.875em;
  }

  .wcv-cols-group.wcv-half-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-gutters > [class*=large-] {
    padding-left: 0.875em;
    margin-bottom: 0.875em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters {
    margin-left: -0.875em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=large-] {
    padding-left: 0.875em;
  }

  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=large-] {
    margin-bottom: 0.875em;
  }

  .wcv-cols-group.wcv-quarter-gutters {
    margin-left: -0.4375em;
  }

  .wcv-cols-group.wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-gutters > [class*=large-] {
    padding-left: 0.4375em;
    margin-bottom: 0.4375em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.4375em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=large-] {
    padding-left: 0.4375em;
  }

  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=large-] {
    margin-bottom: 0.4375em;
  }

  .wcv-cols-group.large-gutters {
    margin-left: -1.75em;
  }

  .wcv-cols-group.large-gutters > [class*=all-],
  .wcv-cols-group.large-gutters > [class*=large-] {
    padding-left: 1.75em;
    margin-bottom: 1.75em;
  }

  .wcv-cols-group.large-wcv-horizontal-gutters {
    margin-left: -1.75em;
  }

  .wcv-cols-group.large-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-horizontal-gutters > [class*=large-] {
    padding-left: 1.75em;
  }

  .wcv-cols-group.large-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-vertical-gutters > [class*=large-] {
    margin-bottom: 1.75em;
  }

  .wcv-cols-group.large-wcv-double-gutters {
    margin-left: -3.5em;
  }

  .wcv-cols-group.large-wcv-double-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-double-gutters > [class*=large-] {
    padding-left: 3.5em;
    margin-bottom: 3.5em;
  }

  .wcv-cols-group.large-wcv-double-wcv-horizontal-gutters {
    margin-left: -3.5em;
  }

  .wcv-cols-group.large-wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-double-wcv-horizontal-gutters > [class*=large-] {
    padding-left: 3.5em;
  }

  .wcv-cols-group.large-wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-double-wcv-vertical-gutters > [class*=large-] {
    margin-bottom: 3.5em;
  }

  .wcv-cols-group.large-wcv-half-gutters {
    margin-left: -0.875em;
  }

  .wcv-cols-group.large-wcv-half-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-half-gutters > [class*=large-] {
    padding-left: 0.875em;
    margin-bottom: 0.875em;
  }

  .wcv-cols-group.large-wcv-half-wcv-horizontal-gutters {
    margin-left: -0.875em;
  }

  .wcv-cols-group.large-wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-half-wcv-horizontal-gutters > [class*=large-] {
    padding-left: 0.875em;
  }

  .wcv-cols-group.large-wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-half-wcv-vertical-gutters > [class*=large-] {
    margin-bottom: 0.875em;
  }

  .wcv-cols-group.large-wcv-quarter-gutters {
    margin-left: -0.4375em;
  }

  .wcv-cols-group.large-wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-quarter-gutters > [class*=large-] {
    padding-left: 0.4375em;
    margin-bottom: 0.4375em;
  }

  .wcv-cols-group.large-wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.4375em;
  }

  .wcv-cols-group.large-wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-quarter-wcv-horizontal-gutters > [class*=large-] {
    padding-left: 0.4375em;
  }

  .wcv-cols-group.large-wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.large-wcv-quarter-wcv-vertical-gutters > [class*=large-] {
    margin-bottom: 0.4375em;
  }

  .wcv-cols-group.large-no-gutters {
    margin-left: 0;
  }

  .wcv-cols-group.large-no-gutters > [class*=all-],
  .wcv-cols-group.large-no-gutters > [class*=large-] {
    padding-left: 0;
    margin-bottom: 0;
  }

  .wcv-table tbody[class*=large-],
  .wcv-table td[class*=large-],
  .wcv-table tfoot[class*=large-],
  .wcv-table th[class*=large-],
  .wcv-table thead[class*=large-],
  .wcv-table tr[class*=large-] {
    float: none;
  }

  .large-push-left {
    float: left;
  }

  .large-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-push-right {
    float: right;
  }

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

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

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

  .large-no-margin {
    margin: 0 !important;
  }

  .large-space,
  .space {
    margin: 1.75em;
  }

  .large-padding,
  .padding {
    padding: 1.75em;
  }

  .double-space,
  .large-double-space {
    margin: 3.5em;
  }

  .double-padding,
  .large-double-padding {
    padding: 3.5em;
  }

  .half-space,
  .large-half-space {
    margin: 0.875em;
  }

  .half-padding,
  .large-half-padding {
    padding: 0.875em;
  }

  .large-quarter-space,
  .quarter-space {
    margin: 0.4375em;
  }

  .large-quarter-padding,
  .quarter-padding {
    padding: 0.4375em;
  }

  .large-vertical-space,
  .vertical-space {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }

  .large-vertical-padding,
  .vertical-padding {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }

  .double-vertical-space,
  .large-double-vertical-space {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }

  .double-vertical-padding,
  .large-double-vertical-padding {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .half-vertical-space,
  .large-half-vertical-space {
    margin-top: 0.875em;
    margin-bottom: 0.875em;
  }

  .half-vertical-padding,
  .large-half-vertical-padding {
    padding-top: 0.875em;
    padding-bottom: 0.875em;
  }

  .large-quarter-vertical-space,
  .quarter-vertical-space {
    margin-top: 0.4375em;
    margin-bottom: 0.4375em;
  }

  .large-quarter-vertical-padding,
  .quarter-vertical-padding {
    padding-top: 0.4375em;
    padding-bottom: 0.4375em;
  }

  .horizontal-space,
  .large-horizontal-space {
    margin-left: 1.75em;
    margin-right: 1.75em;
  }

  .horizontal-padding,
  .large-horizontal-padding {
    padding-left: 1.75em;
    padding-right: 1.75em;
  }

  .double-horizontal-space,
  .large-double-horizontal-space {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }

  .double-horizontal-padding,
  .large-double-horizontal-padding {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .half-horizontal-space,
  .large-half-horizontal-space {
    margin-left: 0.875em;
    margin-right: 0.875em;
  }

  .half-horizontal-padding,
  .large-half-horizontal-padding {
    padding-left: 0.875em;
    padding-right: 0.875em;
  }

  .large-quarter-horizontal-space,
  .quarter-horizontal-space {
    margin-left: 0.4375em;
    margin-right: 0.4375em;
  }

  .large-quarter-horizontal-padding,
  .quarter-horizontal-padding {
    padding-left: 0.4375em;
    padding-right: 0.4375em;
  }

  .large-top-space,
  .top-space {
    margin-top: 1.75em;
  }

  .large-top-padding,
  .top-padding {
    padding-top: 1.75em;
  }

  .double-top-space,
  .large-double-top-space {
    margin-top: 3.5em;
  }

  .double-top-padding,
  .large-double-top-padding {
    padding-top: 3.5em;
  }

  .half-top-space,
  .large-half-top-space {
    margin-top: 0.875em;
  }

  .half-top-padding,
  .large-half-top-padding {
    padding-top: 0.875em;
  }

  .large-quarter-top-space,
  .quarter-top-space {
    margin-top: 0.4375em;
  }

  .large-quarter-top-padding,
  .quarter-top-padding {
    padding-top: 0.4375em;
  }

  .large-right-space,
  .right-space {
    margin-right: 1.75em;
  }

  .large-right-padding,
  .right-padding {
    padding-right: 1.75em;
  }

  .double-right-space,
  .large-double-right-space {
    margin-right: 3.5em;
  }

  .double-right-padding,
  .large-double-right-padding {
    padding-right: 3.5em;
  }

  .half-right-space,
  .large-half-right-space {
    margin-right: 0.875em;
  }

  .half-right-padding,
  .large-half-right-padding {
    padding-right: 0.875em;
  }

  .large-quarter-right-space,
  .quarter-right-space {
    margin-right: 0.4375em;
  }

  .large-quarter-right-padding,
  .quarter-right-padding {
    padding-right: 0.4375em;
  }

  .bottom-space,
  .large-bottom-space {
    margin-bottom: 1.75em;
  }

  .bottom-padding,
  .large-bottom-padding {
    padding-bottom: 1.75em;
  }

  .double-bottom-space,
  .large-double-bottom-space {
    margin-bottom: 3.5em;
  }

  .double-bottom-padding,
  .large-double-bottom-padding {
    padding-bottom: 3.5em;
  }

  .half-bottom-space,
  .large-half-bottom-space {
    margin-bottom: 0.875em;
  }

  .half-bottom-padding,
  .large-half-bottom-padding {
    padding-bottom: 0.875em;
  }

  .large-quarter-bottom-space,
  .quarter-bottom-space {
    margin-bottom: 0.4375em;
  }

  .large-quarter-bottom-padding,
  .quarter-bottom-padding {
    padding-bottom: 0.4375em;
  }

  .large-left-space,
  .left-space {
    margin-left: 1.75em;
  }

  .large-left-padding,
  .left-padding {
    padding-left: 1.75em;
  }

  .double-left-space,
  .large-double-left-space {
    margin-left: 3.5em;
  }

  .double-left-padding,
  .large-double-left-padding {
    padding-left: 3.5em;
  }

  .half-left-space,
  .large-half-left-space {
    margin-left: 0.875em;
  }

  .half-left-padding,
  .large-half-left-padding {
    padding-left: 0.875em;
  }

  .large-quarter-left-space,
  .quarter-left-space {
    margin-left: 0.4375em;
  }

  .large-quarter-left-padding,
  .quarter-left-padding {
    padding-left: 0.4375em;
  }

  .hide-large {
    display: none !important;
  }

  .show-large {
    display: inherit !important;
  }

  table.show-large {
    display: table;
  }

  thead.show-large {
    display: table-header-group;
  }

  tbody.show-large {
    display: table-row-group;
  }

  tfoot.show-large {
    display: table-footer-group;
  }

  tr.show-large {
    display: table-row;
  }

  td.show-large,
  th.show-large {
    display: table-cell;
  }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  .wcv-cols-group > [class*=medium-] {
    float: left;
    clear: none;
  }

  .medium-5 {
    width: 5%;
  }

  .medium-10 {
    width: 10%;
  }

  .medium-15 {
    width: 15%;
  }

  .medium-16 {
    width: 16.66%;
  }

  .medium-20 {
    width: 20%;
  }

  .medium-25 {
    width: 25%;
  }

  .medium-30 {
    width: 30%;
  }

  .medium-33 {
    width: 33.33%;
  }

  .medium-35 {
    width: 35%;
  }

  .medium-40 {
    width: 40%;
  }

  .medium-45 {
    width: 45%;
  }

  .medium-50 {
    width: 50%;
  }

  .medium-55 {
    width: 55%;
  }

  .medium-60 {
    width: 60%;
  }

  .medium-65 {
    width: 65%;
  }

  .medium-66 {
    width: 66.66%;
  }

  .medium-70 {
    width: 70%;
  }

  .medium-75 {
    width: 75%;
  }

  .medium-80 {
    width: 80%;
  }

  .medium-85 {
    width: 85%;
  }

  .medium-90 {
    width: 90%;
  }

  .medium-95 {
    width: 95%;
  }

  .medium-100 {
    width: 100%;
  }

  [class*=medium-100] {
    float: none;
    clear: both;
  }

  .wcv-cols-group:after {
    content: "";
    display: table;
    clear: both;
  }

  .wcv-cols-group.gutters {
    margin-left: -1.5em;
  }

  .wcv-cols-group.gutters > [class*=all-],
  .wcv-cols-group.gutters > [class*=medium-] {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
  }

  .wcv-cols-group.wcv-horizontal-gutters {
    margin-left: -1.5em;
  }

  .wcv-cols-group.wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-horizontal-gutters > [class*=medium-] {
    padding-left: 1.5em;
  }

  .wcv-cols-group.wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-vertical-gutters > [class*=medium-] {
    margin-bottom: 1.5em;
  }

  .wcv-cols-group.wcv-double-gutters {
    margin-left: -3em;
  }

  .wcv-cols-group.wcv-double-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-gutters > [class*=medium-] {
    padding-left: 3em;
    margin-bottom: 3em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters {
    margin-left: -3em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=medium-] {
    padding-left: 3em;
  }

  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=medium-] {
    margin-bottom: 3em;
  }

  .wcv-cols-group.wcv-half-gutters {
    margin-left: -0.75em;
  }

  .wcv-cols-group.wcv-half-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-gutters > [class*=medium-] {
    padding-left: 0.75em;
    margin-bottom: 0.75em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters {
    margin-left: -0.75em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=medium-] {
    padding-left: 0.75em;
  }

  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=medium-] {
    margin-bottom: 0.75em;
  }

  .wcv-cols-group.wcv-quarter-gutters {
    margin-left: -0.375em;
  }

  .wcv-cols-group.wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-gutters > [class*=medium-] {
    padding-left: 0.375em;
    margin-bottom: 0.375em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.375em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=medium-] {
    padding-left: 0.375em;
  }

  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=medium-] {
    margin-bottom: 0.375em;
  }

  .wcv-cols-group.medium-gutters {
    margin-left: -1.5em;
  }

  .wcv-cols-group.medium-gutters > [class*=all-],
  .wcv-cols-group.medium-gutters > [class*=medium-] {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
  }

  .wcv-cols-group.medium-wcv-horizontal-gutters {
    margin-left: -1.5em;
  }

  .wcv-cols-group.medium-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-horizontal-gutters > [class*=medium-] {
    padding-left: 1.5em;
  }

  .wcv-cols-group.medium-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-vertical-gutters > [class*=medium-] {
    margin-bottom: 1.5em;
  }

  .wcv-cols-group.medium-wcv-double-gutters {
    margin-left: -3em;
  }

  .wcv-cols-group.medium-wcv-double-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-double-gutters > [class*=medium-] {
    padding-left: 3em;
    margin-bottom: 3em;
  }

  .wcv-cols-group.medium-wcv-double-wcv-horizontal-gutters {
    margin-left: -3em;
  }

  .wcv-cols-group.medium-wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-double-wcv-horizontal-gutters > [class*=medium-] {
    padding-left: 3em;
  }

  .wcv-cols-group.medium-wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-double-wcv-vertical-gutters > [class*=medium-] {
    margin-bottom: 3em;
  }

  .wcv-cols-group.medium-wcv-half-gutters {
    margin-left: -0.75em;
  }

  .wcv-cols-group.medium-wcv-half-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-half-gutters > [class*=medium-] {
    padding-left: 0.75em;
    margin-bottom: 0.75em;
  }

  .wcv-cols-group.medium-wcv-half-wcv-horizontal-gutters {
    margin-left: -0.75em;
  }

  .wcv-cols-group.medium-wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-half-wcv-horizontal-gutters > [class*=medium-] {
    padding-left: 0.75em;
  }

  .wcv-cols-group.medium-wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-half-wcv-vertical-gutters > [class*=medium-] {
    margin-bottom: 0.75em;
  }

  .wcv-cols-group.medium-wcv-quarter-gutters {
    margin-left: -0.375em;
  }

  .wcv-cols-group.medium-wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-quarter-gutters > [class*=medium-] {
    padding-left: 0.375em;
    margin-bottom: 0.375em;
  }

  .wcv-cols-group.medium-wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.375em;
  }

  .wcv-cols-group.medium-wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-quarter-wcv-horizontal-gutters > [class*=medium-] {
    padding-left: 0.375em;
  }

  .wcv-cols-group.medium-wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.medium-wcv-quarter-wcv-vertical-gutters > [class*=medium-] {
    margin-bottom: 0.375em;
  }

  .wcv-cols-group.medium-no-gutters {
    margin-left: 0;
  }

  .wcv-cols-group.medium-no-gutters > [class*=all-],
  .wcv-cols-group.medium-no-gutters > [class*=medium-] {
    padding-left: 0;
    margin-bottom: 0;
  }

  .wcv-table tbody[class*=medium-],
  .wcv-table td[class*=medium-],
  .wcv-table tfoot[class*=medium-],
  .wcv-table th[class*=medium-],
  .wcv-table thead[class*=medium-],
  .wcv-table tr[class*=medium-] {
    float: none;
  }

  .medium-push-left {
    float: left;
  }

  .medium-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-push-right {
    float: right;
  }

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

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

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

  .medium-no-margin {
    margin: 0 !important;
  }

  .medium-space,
  .space {
    margin: 1.5em;
  }

  .medium-padding,
  .padding {
    padding: 1.5em;
  }

  .double-space,
  .medium-double-space {
    margin: 3em;
  }

  .double-padding,
  .medium-double-padding {
    padding: 3em;
  }

  .half-space,
  .medium-half-space {
    margin: 0.75em;
  }

  .half-padding,
  .medium-half-padding {
    padding: 0.75em;
  }

  .medium-quarter-space,
  .quarter-space {
    margin: 0.375em;
  }

  .medium-quarter-padding,
  .quarter-padding {
    padding: 0.375em;
  }

  .medium-vertical-space,
  .vertical-space {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .medium-vertical-padding,
  .vertical-padding {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .double-vertical-space,
  .medium-double-vertical-space {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .double-vertical-padding,
  .medium-double-vertical-padding {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .half-vertical-space,
  .medium-half-vertical-space {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .half-vertical-padding,
  .medium-half-vertical-padding {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }

  .medium-quarter-vertical-space,
  .quarter-vertical-space {
    margin-top: 0.375em;
    margin-bottom: 0.375em;
  }

  .medium-quarter-vertical-padding,
  .quarter-vertical-padding {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
  }

  .horizontal-space,
  .medium-horizontal-space {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .horizontal-padding,
  .medium-horizontal-padding {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .double-horizontal-space,
  .medium-double-horizontal-space {
    margin-left: 3em;
    margin-right: 3em;
  }

  .double-horizontal-padding,
  .medium-double-horizontal-padding {
    padding-left: 3em;
    padding-right: 3em;
  }

  .half-horizontal-space,
  .medium-half-horizontal-space {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }

  .half-horizontal-padding,
  .medium-half-horizontal-padding {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }

  .medium-quarter-horizontal-space,
  .quarter-horizontal-space {
    margin-left: 0.375em;
    margin-right: 0.375em;
  }

  .medium-quarter-horizontal-padding,
  .quarter-horizontal-padding {
    padding-left: 0.375em;
    padding-right: 0.375em;
  }

  .medium-top-space,
  .top-space {
    margin-top: 1.5em;
  }

  .medium-top-padding,
  .top-padding {
    padding-top: 1.5em;
  }

  .double-top-space,
  .medium-double-top-space {
    margin-top: 3em;
  }

  .double-top-padding,
  .medium-double-top-padding {
    padding-top: 3em;
  }

  .half-top-space,
  .medium-half-top-space {
    margin-top: 0.75em;
  }

  .half-top-padding,
  .medium-half-top-padding {
    padding-top: 0.75em;
  }

  .medium-quarter-top-space,
  .quarter-top-space {
    margin-top: 0.375em;
  }

  .medium-quarter-top-padding,
  .quarter-top-padding {
    padding-top: 0.375em;
  }

  .medium-right-space,
  .right-space {
    margin-right: 1.5em;
  }

  .medium-right-padding,
  .right-padding {
    padding-right: 1.5em;
  }

  .double-right-space,
  .medium-double-right-space {
    margin-right: 3em;
  }

  .double-right-padding,
  .medium-double-right-padding {
    padding-right: 3em;
  }

  .half-right-space,
  .medium-half-right-space {
    margin-right: 0.75em;
  }

  .half-right-padding,
  .medium-half-right-padding {
    padding-right: 0.75em;
  }

  .medium-quarter-right-space,
  .quarter-right-space {
    margin-right: 0.375em;
  }

  .medium-quarter-right-padding,
  .quarter-right-padding {
    padding-right: 0.375em;
  }

  .bottom-space,
  .medium-bottom-space {
    margin-bottom: 1.5em;
  }

  .bottom-padding,
  .medium-bottom-padding {
    padding-bottom: 1.5em;
  }

  .double-bottom-space,
  .medium-double-bottom-space {
    margin-bottom: 3em;
  }

  .double-bottom-padding,
  .medium-double-bottom-padding {
    padding-bottom: 3em;
  }

  .half-bottom-space,
  .medium-half-bottom-space {
    margin-bottom: 0.75em;
  }

  .half-bottom-padding,
  .medium-half-bottom-padding {
    padding-bottom: 0.75em;
  }

  .medium-quarter-bottom-space,
  .quarter-bottom-space {
    margin-bottom: 0.375em;
  }

  .medium-quarter-bottom-padding,
  .quarter-bottom-padding {
    padding-bottom: 0.375em;
  }

  .left-space,
  .medium-left-space {
    margin-left: 1.5em;
  }

  .left-padding,
  .medium-left-padding {
    padding-left: 1.5em;
  }

  .double-left-space,
  .medium-double-left-space {
    margin-left: 3em;
  }

  .double-left-padding,
  .medium-double-left-padding {
    padding-left: 3em;
  }

  .half-left-space,
  .medium-half-left-space {
    margin-left: 0.75em;
  }

  .half-left-padding,
  .medium-half-left-padding {
    padding-left: 0.75em;
  }

  .medium-quarter-left-space,
  .quarter-left-space {
    margin-left: 0.375em;
  }

  .medium-quarter-left-padding,
  .quarter-left-padding {
    padding-left: 0.375em;
  }

  .hide-medium {
    display: none !important;
  }

  .show-medium {
    display: inherit !important;
  }

  table.show-medium {
    display: table;
  }

  thead.show-medium {
    display: table-header-group;
  }

  tbody.show-medium {
    display: table-row-group;
  }

  tfoot.show-medium {
    display: table-footer-group;
  }

  tr.show-medium {
    display: table-row;
  }

  td.show-medium,
  th.show-medium {
    display: table-cell;
  }
}

@media screen and (min-width: 321px) and (max-width: 640px) {
  .wcv-cols-group > [class*=small-] {
    float: left;
    clear: none;
  }

  .small-5 {
    width: 5%;
  }

  .small-10 {
    width: 10%;
  }

  .small-15 {
    width: 15%;
  }

  .small-16 {
    width: 16.66%;
  }

  .small-20 {
    width: 20%;
  }

  .small-25 {
    width: 25%;
  }

  .small-30 {
    width: 30%;
  }

  .small-33 {
    width: 33.33%;
  }

  .small-35 {
    width: 35%;
  }

  .small-40 {
    width: 40%;
  }

  .small-45 {
    width: 45%;
  }

  .small-50 {
    width: 50%;
  }

  .small-55 {
    width: 55%;
  }

  .small-60 {
    width: 60%;
  }

  .small-65 {
    width: 65%;
  }

  .small-66 {
    width: 66.66%;
  }

  .small-70 {
    width: 70%;
  }

  .small-75 {
    width: 75%;
  }

  .small-80 {
    width: 80%;
  }

  .small-85 {
    width: 85%;
  }

  .small-90 {
    width: 90%;
  }

  .small-95 {
    width: 95%;
  }

  .small-100 {
    width: 100%;
  }

  [class*=small-100] {
    float: none;
    clear: both;
  }

  .wcv-cols-group:after {
    content: "";
    display: table;
    clear: both;
  }

  .wcv-cols-group.gutters {
    margin-left: -1.25em;
  }

  .wcv-cols-group.gutters > [class*=all-],
  .wcv-cols-group.gutters > [class*=small-] {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }

  .wcv-cols-group.wcv-horizontal-gutters {
    margin-left: -1.25em;
  }

  .wcv-cols-group.wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-horizontal-gutters > [class*=small-] {
    padding-left: 1.25em;
  }

  .wcv-cols-group.wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-vertical-gutters > [class*=small-] {
    margin-bottom: 1.25em;
  }

  .wcv-cols-group.wcv-double-gutters {
    margin-left: -2.5em;
  }

  .wcv-cols-group.wcv-double-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-gutters > [class*=small-] {
    padding-left: 2.5em;
    margin-bottom: 2.5em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters {
    margin-left: -2.5em;
  }

  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-horizontal-gutters > [class*=small-] {
    padding-left: 2.5em;
  }

  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-double-wcv-vertical-gutters > [class*=small-] {
    margin-bottom: 2.5em;
  }

  .wcv-cols-group.wcv-half-gutters {
    margin-left: -0.625em;
  }

  .wcv-cols-group.wcv-half-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-gutters > [class*=small-] {
    padding-left: 0.625em;
    margin-bottom: 0.625em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters {
    margin-left: -0.625em;
  }

  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-horizontal-gutters > [class*=small-] {
    padding-left: 0.625em;
  }

  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-half-wcv-vertical-gutters > [class*=small-] {
    margin-bottom: 0.625em;
  }

  .wcv-cols-group.wcv-quarter-gutters {
    margin-left: -0.3125em;
  }

  .wcv-cols-group.wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-gutters > [class*=small-] {
    padding-left: 0.3125em;
    margin-bottom: 0.3125em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.3125em;
  }

  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-horizontal-gutters > [class*=small-] {
    padding-left: 0.3125em;
  }

  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.wcv-quarter-wcv-vertical-gutters > [class*=small-] {
    margin-bottom: 0.3125em;
  }

  .wcv-cols-group.small-gutters {
    margin-left: -1.25em;
  }

  .wcv-cols-group.small-gutters > [class*=all-],
  .wcv-cols-group.small-gutters > [class*=small-] {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }

  .wcv-cols-group.small-wcv-horizontal-gutters {
    margin-left: -1.25em;
  }

  .wcv-cols-group.small-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-horizontal-gutters > [class*=small-] {
    padding-left: 1.25em;
  }

  .wcv-cols-group.small-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-vertical-gutters > [class*=small-] {
    margin-bottom: 1.25em;
  }

  .wcv-cols-group.small-wcv-double-gutters {
    margin-left: -2.5em;
  }

  .wcv-cols-group.small-wcv-double-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-double-gutters > [class*=small-] {
    padding-left: 2.5em;
    margin-bottom: 2.5em;
  }

  .wcv-cols-group.small-wcv-double-wcv-horizontal-gutters {
    margin-left: -2.5em;
  }

  .wcv-cols-group.small-wcv-double-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-double-wcv-horizontal-gutters > [class*=small-] {
    padding-left: 2.5em;
  }

  .wcv-cols-group.small-wcv-double-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-double-wcv-vertical-gutters > [class*=small-] {
    margin-bottom: 2.5em;
  }

  .wcv-cols-group.small-wcv-half-gutters {
    margin-left: -0.625em;
  }

  .wcv-cols-group.small-wcv-half-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-half-gutters > [class*=small-] {
    padding-left: 0.625em;
    margin-bottom: 0.625em;
  }

  .wcv-cols-group.small-wcv-half-wcv-horizontal-gutters {
    margin-left: -0.625em;
  }

  .wcv-cols-group.small-wcv-half-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-half-wcv-horizontal-gutters > [class*=small-] {
    padding-left: 0.625em;
  }

  .wcv-cols-group.small-wcv-half-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-half-wcv-vertical-gutters > [class*=small-] {
    margin-bottom: 0.625em;
  }

  .wcv-cols-group.small-wcv-quarter-gutters {
    margin-left: -0.3125em;
  }

  .wcv-cols-group.small-wcv-quarter-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-quarter-gutters > [class*=small-] {
    padding-left: 0.3125em;
    margin-bottom: 0.3125em;
  }

  .wcv-cols-group.small-wcv-quarter-wcv-horizontal-gutters {
    margin-left: -0.3125em;
  }

  .wcv-cols-group.small-wcv-quarter-wcv-horizontal-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-quarter-wcv-horizontal-gutters > [class*=small-] {
    padding-left: 0.3125em;
  }

  .wcv-cols-group.small-wcv-quarter-wcv-vertical-gutters > [class*=all-],
  .wcv-cols-group.small-wcv-quarter-wcv-vertical-gutters > [class*=small-] {
    margin-bottom: 0.3125em;
  }

  .wcv-cols-group.small-no-gutters {
    margin-left: 0;
  }

  .wcv-cols-group.small-no-gutters > [class*=all-],
  .wcv-cols-group.small-no-gutters > [class*=small-] {
    padding-left: 0;
    margin-bottom: 0;
  }

  .wcv-table tbody[class*=small-],
  .wcv-table td[class*=small-],
  .wcv-table tfoot[class*=small-],
  .wcv-table th[class*=small-],
  .wcv-table thead[class*=small-],
  .wcv-table tr[class*=small-] {
    float: none;
  }

  .small-push-left {
    float: left;
  }

  .small-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .small-push-right {
    float: right;
  }

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

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

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

  .small-no-margin {
    margin: 0 !important;
  }

  .small-space,
  .space {
    margin: 1.25em;
  }

  .padding,
  .small-padding {
    padding: 1.25em;
  }

  .double-space,
  .small-double-space {
    margin: 2.5em;
  }

  .double-padding,
  .small-double-padding {
    padding: 2.5em;
  }

  .half-space,
  .small-half-space {
    margin: 0.625em;
  }

  .half-padding,
  .small-half-padding {
    padding: 0.625em;
  }

  .quarter-space,
  .small-quarter-space {
    margin: 0.3125em;
  }

  .quarter-padding,
  .small-quarter-padding {
    padding: 0.3125em;
  }

  .small-vertical-space,
  .vertical-space {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .small-vertical-padding,
  .vertical-padding {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }

  .double-vertical-space,
  .small-double-vertical-space {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .double-vertical-padding,
  .small-double-vertical-padding {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .half-vertical-space,
  .small-half-vertical-space {
    margin-top: 0.625em;
    margin-bottom: 0.625em;
  }

  .half-vertical-padding,
  .small-half-vertical-padding {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }

  .quarter-vertical-space,
  .small-quarter-vertical-space {
    margin-top: 0.3125em;
    margin-bottom: 0.3125em;
  }

  .quarter-vertical-padding,
  .small-quarter-vertical-padding {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
  }

  .horizontal-space,
  .small-horizontal-space {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }

  .horizontal-padding,
  .small-horizontal-padding {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .double-horizontal-space,
  .small-double-horizontal-space {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }

  .double-horizontal-padding,
  .small-double-horizontal-padding {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .half-horizontal-space,
  .small-half-horizontal-space {
    margin-left: 0.625em;
    margin-right: 0.625em;
  }

  .half-horizontal-padding,
  .small-half-horizontal-padding {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }

  .quarter-horizontal-space,
  .small-quarter-horizontal-space {
    margin-left: 0.3125em;
    margin-right: 0.3125em;
  }

  .quarter-horizontal-padding,
  .small-quarter-horizontal-padding {
    padding-left: 0.3125em;
    padding-right: 0.3125em;
  }

  .small-top-space,
  .top-space {
    margin-top: 1.25em;
  }

  .small-top-padding,
  .top-padding {
    padding-top: 1.25em;
  }

  .double-top-space,
  .small-double-top-space {
    margin-top: 2.5em;
  }

  .double-top-padding,
  .small-double-top-padding {
    padding-top: 2.5em;
  }

  .half-top-space,
  .small-half-top-space {
    margin-top: 0.625em;
  }

  .half-top-padding,
  .small-half-top-padding {
    padding-top: 0.625em;
  }

  .quarter-top-space,
  .small-quarter-top-space {
    margin-top: 0.3125em;
  }

  .quarter-top-padding,
  .small-quarter-top-padding {
    padding-top: 0.3125em;
  }

  .right-space,
  .small-right-space {
    margin-right: 1.25em;
  }

  .right-padding,
  .small-right-padding {
    padding-right: 1.25em;
  }

  .double-right-space,
  .small-double-right-space {
    margin-right: 2.5em;
  }

  .double-right-padding,
  .small-double-right-padding {
    padding-right: 2.5em;
  }

  .half-right-space,
  .small-half-right-space {
    margin-right: 0.625em;
  }

  .half-right-padding,
  .small-half-right-padding {
    padding-right: 0.625em;
  }

  .quarter-right-space,
  .small-quarter-right-space {
    margin-right: 0.3125em;
  }

  .quarter-right-padding,
  .small-quarter-right-padding {
    padding-right: 0.3125em;
  }

  .bottom-space,
  .small-bottom-space {
    margin-bottom: 1.25em;
  }

  .bottom-padding,
  .small-bottom-padding {
    padding-bottom: 1.25em;
  }

  .double-bottom-space,
  .small-double-bottom-space {
    margin-bottom: 2.5em;
  }

  .double-bottom-padding,
  .small-double-bottom-padding {
    padding-bottom: 2.5em;
  }

  .half-bottom-space,
  .small-half-bottom-space {
    margin-bottom: 0.625em;
  }

  .half-bottom-padding,
  .small-half-bottom-padding {
    padding-bottom: 0.625em;
  }

  .quarter-bottom-space,
  .small-quarter-bottom-space {
    margin-bottom: 0.3125em;
  }

  .quarter-bottom-padding,
  .small-quarter-bottom-padding {
    padding-bottom: 0.3125em;
  }

  .left-space,
  .small-left-space {
    margin-left: 1.25em;
  }

  .left-padding,
  .small-left-padding {
    padding-left: 1.25em;
  }

  .double-left-space,
  .small-double-left-space {
    margin-left: 2.5em;
  }

  .double-left-padding,
  .small-double-left-padding {
    padding-left: 2.5em;
  }

  .half-left-space,
  .small-half-left-space {
    margin-left: 0.625em;
  }

  .half-left-padding,
  .small-half-left-padding {
    padding-left: 0.625em;
  }

  .quarter-left-space,
  .small-quarter-left-space {
    margin-left: 0.3125em;
  }

  .quarter-left-padding,
  .small-quarter-left-padding {
    padding-left: 0.3125em;
  }

  .hide-small {
    display: none !important;
  }

  .show-small {
    display: inherit !important;
  }

  table.show-small {
    display: table;
  }

  thead.show-small {
    display: table-header-group;
  }

  tbody.show-small {
    display: table-row-group;
  }

  tfoot.show-small {
    display: table-footer-group;
  }

  tr.show-small {
    display: table-row;
  }

  td.show-small,
  th.show-small {
    display: table-cell;
  }
}
/*# sourceMappingURL=main.css.map */
