.action.primary {
  color: #ffffff;
  background-color: #2fa835;
  border-color: #2fa835;
}
.action.primary:focus,
.action.primary:hover,
.action.primary:active {
  color: #ffffff;
  background-color: #248028;
  border-color: #248028;
}
.action.primary.home {
  color: #ffffff;
  background-color: #6c207e;
  border-color: #6c207e;
}
.action.primary.home:focus,
.action.primary.home:hover,
.action.primary.home:active {
  color: #ffffff;
  background-color: #491655;
  border-color: #491655;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #2fa835;
}
.form-cart .cart.table .item-actions .action {
  color: #6c207e;
  background-color: #ffffff;
  border-color: #6c207e;
}
.form-cart .cart.table .item-actions .action:focus,
.form-cart .cart.table .item-actions .action:hover,
.form-cart .cart.table .item-actions .action:active {
  color: #491655;
  background-color: #ffffff;
  border-color: #491655;
}
.form-cart .cart.main.actions .action {
  color: #ffffff;
  background-color: #6c207e;
  border-color: #6c207e;
}
.form-cart .cart.main.actions .action:focus,
.form-cart .cart.main.actions .action:hover,
.form-cart .cart.main.actions .action:active {
  color: #ffffff;
  background-color: #491655;
  border-color: #491655;
}
/**
 * Top naviagtion
 */
.navigation .level0 {
  margin: 0;
}
.navigation .level0 > .level-top {
  color: #ad60be;
  padding: 0 18px;
  border-right: 2px solid #ad60be;
}
.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top.ui-state-focus {
  color: #6c207e;
}
.navigation .level0 > .level-top:hover span,
.navigation .level0 > .level-top.ui-state-focus span {
  border-bottom: 2px solid #ad60be;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-right: 2px solid #ad60be;
  border-bottom: none;
  color: #2fa835;
  display: inline;
}
.navigation .level0.active > .level-top span,
.navigation .level0.has-active > .level-top span {
  border-bottom: 2px solid #2fa835;
}
@media (max-width: 767px) {
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #2fa835;
  }
}
.navigation .level0:last-child > .level-top {
  border-right: none;
}
/**
 * Layered navigation
 */
.mana-filter-block .filter-options-title {
  color: #ad60be;
}
.mana-filter-block .filter-options-content .items {
  display: flex;
  flex-flow: row wrap;
}
.mana-filter-block .filter-options-content .items .item {
  padding-right: 20px;
}
.mana-filter-block .filter-options-content .items .item.mana-selected a,
.mana-filter-block .filter-options-content .items .item.mana-selected .count {
  color: #2fa835;
}
.mana-filter-block .filter-options-content .items .item.mana-selected a::before {
  background: linear-gradient(45deg, transparent, transparent 46%, #2fa835 46%, #2fa835 54%, transparent 54%, transparent), linear-gradient(135deg, transparent, transparent 46%, #2fa835 46%, #2fa835 54%, transparent 54%, transparent);
}
.mana-filter-block .filter-options-content .items .item a::before {
  content: '';
  width: .8em;
  display: inline-block;
  height: .8em;
  position: relative;
  top: 2px;
  border-width: 1px;
  border-style: solid;
  margin-right: 3px;
}
.columns {
  display: flex;
}
.column.main .product-items {
  margin-left: 0;
}
.block-compare {
  display: none;
}
/**
 * Cart sidebar
 */
.block.vaproducts .item {
  margin-top: 1em;
  margin-left: .5em;
}
.products.wrapper ~ .toolbar {
  display: none;
}
.toolbar-products .limiter {
  display: none;
}
.toolbar-products .sorter {
  display: none;
}
.toolbar-products .toolbar-amount {
  padding-top: 3px;
}
.product-item .price-box {
  display: none;
}
.product-table-tocart {
  display: block;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-table-tocart .actions-primary {
  display: flex;
  justify-content: flex-end;
}
.column.main {
  height: 100%;
}
.products.table .table-wrapper {
  border: 1px solid #000000;
  /* background-image: 
			linear-gradient(to right, #fff, rgba(255, 255, 255, 0)),
			linear-gradient(to left, #fff, rgba(255, 255, 255, 0)),
			linear-gradient(to right, rgb(90,90,90), rgba(200,200,200,0)),
			linear-gradient(to left, rgb(90,90,90), rgba(200,200,200,0));
		background-position: 0 0, 100% 0, 0 0, 100% 0;
		background-repeat: no-repeat;
		background-color: white;
		background-size: 5em 100%, 5em 100%, 1em 100%, 1em 100%;
		background-attachment: local, local, scroll, scroll; */
}
.products.table h2 {
  border-top: 1px solid #cccccc;
  padding-top: 3.5rem;
  margin-top: 3.5rem;
}
.products.table h2:first-child {
  border-top: none;
  padding-top: 0;
}
.products.table .product-items {
  border-collapse: collapse;
  text-align: center;
}
.products.table .product-items .product-item-link {
  width: 100%;
}
.products.table .product-items > * {
  border-bottom: 1px solid #000000;
}
.products.table .product-items > *:last-child {
  border-bottom: none;
}
.products.table .product-items > * > * {
  border-right: 1px solid #000000;
  padding: 3.33333333px;
}
@media (min-width: 920px) {
  .products.table .product-items > * > * {
    padding: 10px;
  }
}
.products.table .product-items > * > *:last-child {
  border-right: none;
}
.products.table .product-items .table-header {
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
}
.products.table .product-items .table-header .primary {
  background-color: #6c207e;
  color: #fff;
}
.products.table .product-items .product-item.unavailable {
  background-color: rgba(0, 0, 0, 0.07000000000000001);
}
.products.table .product-items .product-item-name-inner {
  display: flex;
  justify-content: space-between;
}
.products.table .product-items .product-item-name-inner > .product-item-link {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
.products.table .product-items .product-image-container {
  display: block;
  margin: auto;
}
.products.table .product-items .product-item-actions select {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4);
}
.products.table .product-items .product-item-name {
  max-width: 220px;
}
@media screen and (max-width: 859px) {
  .products.table .product-items .table-header-zinc,
  .products.table .product-items .product-item-zinc {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .products.table .product-items .table-header-category,
  .products.table .product-items .product-category-container {
    display: none;
  }
}
.footer.content {
  display: flex;
  flex-flow: row wrap;
}
.footer.content > *,
.footer.content > ul {
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.footer.content > .copyright {
  flex: 0 0 100%;
}
.footer.content > .availability-legend .legend-item {
  margin-bottom: .5em;
}
.footer.content > .availability-legend .legend-item .legend-image {
  vertical-align: top;
  margin-right: .2em;
}
.ui-tooltip {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  padding: .25em .5em;
}
.block-minicart .items-total {
  float: none;
  text-align: center;
}
.block-minicart .minicart-items .product-item:last-child {
  padding-bottom: 0;
}
.minicart-wrapper .counter.qty {
  display: none;
}
.va-inline,
.va-inline-block,
.va-product-actions,
.va-action,
.va-action .form {
  display: flex;
  flex-flow: row wrap;
}
.va-action {
  justify-content: center;
}
.va-inline-block {
  align-items: center;
}
.va-inline-block > * {
  flex: 0 0 100%;
}
@media (min-width: 700px) {
  .va-inline-block > * {
    flex: 1 1 0;
  }
}
.va-inline > * {
  flex: 1 1 0;
}
.va-inline .art {
  color: #6c207e;
}
.va-inline .breadcrumbs {
  text-align: right;
}
.va-description .qtyincrement {
  display: inline;
}
.va-description .qty-block {
  padding-top: 1em;
  display: table;
  color: #6c207e;
}
.va-description .qty-block > * {
  display: table-row;
}
.va-description .qty-block > * > * {
  display: table-cell;
  padding-right: 1em;
}
.va-action {
  margin-top: 3em;
}
.va-action .stock.unavailable > * {
  display: block;
}
.va-media .gallery-placeholder {
  margin-bottom: 3em;
}
.va-media .gallery-placeholder .loading-mask {
  padding-bottom: 100px;
}
.va-media .fotorama-item .fotorama__stage {
  left: 0 !important;
}
.va-media .fotorama-item .fotorama__nav-wrap--vertical {
  left: auto;
  left: unset;
  right: 0;
}
.va-media .fotorama__stage__frame .fotorama__img {
  max-height: 96%;
  max-width: 96%;
  box-shadow: 0px 0px 10px 5px #555;
}
.va-media .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  max-height: 96%;
  max-width: 96%;
  box-shadow: 0px 0px 10px 5px #555;
}
.page-title-wrapper .page-title {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.checkout-container .col-price {
  display: none;
}
.checkout-container .cart-price {
  display: none;
}
.checkout-container .opc-block-summary .table-totals {
  display: none;
}
.block-order-comments {
  margin: 20px;
}
.block-order-comments .field[data-role="title"] {
  margin-bottom: 5px;
}
.cart.item .item-actions .actions-toolbar .gift-options-cart-item {
  display: none;
}
.cart.item .item-actions .actions-toolbar .action.action-edit {
  display: none;
}
.cms-home .page-main {
  display: flex;
  flex-direction: column;
}
.cms-home .page-main .columns {
  flex-grow: 1;
}
.cms-home .column.main {
  display: flex;
  flex-flow: column wrap;
}
.cms-home .column.main .block-category-link {
  flex: 0 0 100%;
  margin-bottom: 0;
}
@media (min-width: 350px) {
  .cms-home .column.main .block-category-link {
    flex: 0 0 50%;
  }
}
.cms-home .column.main .block-category-link a {
  display: flex;
  height: calc(100% - 10px);
  justify-content: center;
  align-items: center;
  margin: 5px;
  font-size: 1.4em;
}
@media (min-width: 350px) {
  .cms-home .column.main .block-category-link a {
    font-size: 1.6em;
  }
}
@media (min-width: 768px) {
  .cms-home .column.main .block-category-link a {
    font-size: 1.8em;
  }
}
.va-cms-categories {
  flex: 1 0 auto;
  display: flex;
  flex-flow: row wrap;
}
.va-cms-categories a.action.primary.home {
  background-color: #6c207e;
  border-color: #6c207e;
  border-radius: 0;
}
.va-cms-categories a.action.primary.home:focus,
.va-cms-categories a.action.primary.home:hover,
.va-cms-categories a.action.primary.home:active {
  background-color: #491655;
  border-color: #491655;
}
.product-archive-files .text-left {
  text-align: left;
}
.product-archive-files .text-right {
  text-align: right;
}
.product-archive-files td {
  padding: 0 5px;
}
.productchange #product-selection .archived {
  background-color: #ffb8b8;
}
li > a[href$="/review/customer/"],
li > a[href$="/downloadable/customer/products/"],
li > a[href$="/vault/cards/listaction/"] {
  display: none !important;
}
.table-order-items .col.total {
  display: none !important;
}
.block .box-billing-address {
  display: none !important;
}
.block .box-shipping-address,
.block .box-address-shipping {
  float: none !important;
  width: 100% !important;
}
#shopping-cart-table .col.price,
#shopping-cart-table .col.subtotal {
  display: none !important;
}
.checkout-payment-method .payment-methods .step-title {
  display: none;
}
/* .table-checkout-shipping-method {
	.col.col-carrier[data-bind] {
		display: none !important;
	}
} */
.payment-option.discount-code {
  display: none !important;
}
.payment-method .payment-method-content {
  padding-left: 0 !important;
}
.payment-method .payment-method-billing-address {
  display: none !important;
}
.customer-account-login .nav-sections-items {
  display: none !important;
}
.sales-order-view .action.print {
  display: none !important;
}
.form-address-edit .field.set.billing {
  display: none !important;
}
.block.items-in-cart .title::after {
  display: none !important;
}
.block.items-in-cart .content.minicart-items {
  display: block !important;
}
.login-container .block {
  float: none;
  width: 100%;
}
@media screen, print and (min-width: 768px) {
  .login-container .fieldset > .field > .control {
    width: 74.2%;
  }
}
