:root {

  /* Colors */
  --cnvs-themecolor-primary: #000;
  --cnvs-themecolor-secondary: #000;
  --cnvs-themecolor-warning: #000;
  --cnvs-themecolor-danger: #000;
  --cnvs-themecolor-success: #000;
  --cnvs-themecolor-info: #000;
  --cnvs-themecolor-light: #000;
  --cnvs-themecolor-dark: #000;

  /* Fonts */
  --cnvs-font-1: 'Avrile Sans', sans-serif;
  --cnvs-font-2: '', sans-serif;
  --cnvs-font-3: '', sans-serif;
  
  --cnvs-body-font: var(--cnvs-font-1);
  --cnvs-primary-menu-font: var( --cnvs-font-1);
}


/* ----------------------------------------------------------------
	Winter CMS 
-----------------------------------------------------------------*/

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  height: 0px !important;
}

/* ----------------------------------------------------------------
 BLOG
-----------------------------------------------------------------*/

/* Blog Image Caption */
.figure-caption a {
  color: var(--cnvs-themecolor-1000);
}

.figure-caption a:hover {
  color: var(--cnvs-themecolor-1000);
}

/* Blog Posts */
.entry-meta li {
  font-size: var(--cnvs-post-meta-fontsize);
  margin: 0 var(--cnvs-post-meta-margin) 0.75rem 0;
  color: var(--cnvs-contrast-1000);
}

.entry-meta li a {
  color: var(--cnvs-contrast-1000);
}

.entry-meta li a+a:last-child::before {
  content: " and ";
}

.entry-meta li a:nth-of-type(n + 2):not(:last-child)::before {
  content: ", ";
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--cnvs-themecolor-primary);
  border-color: var(--cnvs-themecolor-primary);
}

/* ----------------------------------------------------------------
    Offline Site Search
-----------------------------------------------------------------*/

/* Search Results */

.ss-result {
  margin-bottom: 2em;
}

.ss-result__aside {
  float: right;
  margin-left: 0.5em;
}

.ss-result__title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ss-result__badge {
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  margin-left: 0.75em;
  background: #eee;
  display: inline-block;
}

.ss-result__text {
  margin-bottom: 0.5em;
}

.ss-result__url {}

/* Search Form */

.ss-search-form__results {
  width: 100%;
  background: #fff;
  padding: 1em;
}

.ss-search-form__results--visible {
  display: block;
}

.ss-search-form__results .ss-autocomplete-result__aside {
  display: inline-block;
}

.ss-search-form__results .ss-autocomplete-result__content {
  display: inline-block;
}

.ss-search-form__results--visible .ss-autocomplete-result:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding: 0.5rem;
}

.top-search-form input {
  box-shadow: none !important;
  border-radius: 0;
  border: 0;
  outline: 0 !important;
  font-size: 1.175rem;
  padding: 10px 80px 10px 0;
  height: 100%;
  background-color: white !important;
  color: var(--cnvs-primary-menu-color) !important;
  font-weight: 500;
  margin-top: 0 !important;
  font-family: var(--cnvs-primary-font);
}

/* ----------------------------------------------------------------
 Offline GDPR
-----------------------------------------------------------------*/

.gdpr-banner {
  position: fixed;
  padding: 15px;
  color: #fff;
  background-color: var(--cnvs-themecolor-primary) !important;
  bottom: 0;
  z-index: 10000;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.gdpr-banner__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gdpr-banner__column {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gdpr-banner__row+.gdpr-banner__row {
  margin-top: 0.5rem;
}

.gdpr-banner__column--1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gdpr-banner__column--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
}

.gdpr-banner__message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
  text-align: left;
  hyphens: auto;
}

.gdpr-banner__settings a {
  color: inherit;
  border-bottom: 1px solid currentColor;
  display: inline-block;
  padding: 2px 0;
  text-decoration: none;
}

.gdpr-banner__button {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  transition: 0.3s;
}

.gdpr-banner__button--opt-in {
  color: #fff;
  background: var(--cnvs-themecolor-primary) !important;
  border: 1.5px solid #fff;
}

.gdpr-banner__button--opt-in:hover {
  color: var(--cnvs-themecolor-primary) !important;
  background: #fff !important;
}

.gdpr-banner__button--opt-out {
  color: var(--cnvs-themecolor-primary) !important;
  background: #fff !important;
  border: 1.5px solid #fff !important;
}

.gdpr-banner__button--opt-out:hover {
  color: #fff !important;
  background: var(--cnvs-themecolor-primary) !important;
  border: 1.5px solid #fff !important;
}

.gdpr-banner__button--dismiss {
  position: static;
  cursor: pointer;
  color: #fff !important;
  background: inherit;
  line-height: 0;
  font-size: 20px;
  font-weight: bold;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.gdpr-banner__dismiss {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  z-index: 1000;
}

@media screen and (min-width: 1340px) {
  .gdpr-banner__dismiss {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 450px) {
  .gdpr-banner__button--opt-in {
    margin-left: 20px;
  }

  .gdpr-banner__settings {
    margin: 0 25px;
  }
}

@media screen and (max-width: 510px) {
  .gdpr-banner__button {
    width: 90%;
    line-height: 1.2;
  }

  .gdpr-banner__opt-out,
  .gdpr-banner__opt-in {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .gdpr-banner__settings {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 560px) {
  .gdpr-banner {
    padding: 10px;
  }

  .gdpr-banner__dismiss {
    position: absolute;
    right: 10px;
    top: -13px;
  }

  .gdpr-banner__button--dismiss {
    background: #333;
    height: 26px;
    width: 26px;
    padding-bottom: 1px;
    border: 1px solid #fff !important;
    border-radius: 50%;
  }
}

@media screen and (max-width: 300px) {
  .gdpr-banner__button {
    width: 100%;
  }

  .gdpr-banner__opt-out,
  .gdpr-banner__opt-in {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .gdpr-banner__column--2 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 900px) {
  .gdpr-banner {
    text-align: center;
  }

  .gdpr-banner__wrapper {
    display: block;
  }

  .gdpr-banner__settings {
    margin-left: 0;
  }

  .gdpr-banner__column--2 {
    margin-top: 6px;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .gdpr-banner__column--2 {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .gdpr-banner__button--dismiss {
    margin-right: 10px;
  }

  .gdpr-banner {
    width: 100%;
  }
}

/* Cookie Manager */

.gdpr-cookie-manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .gdpr-cookie-manager {
    display: block;
  }
}

.gdpr-cookie-manager__groups {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

.gdpr-cookie-manager__group-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gdpr-cookie-manager__consent_expiry {
  display: block;
  width: 100%;
  padding: 0.15em 0.5em;
  font-size: 0.9rem;
}

.gdpr-cookie-manager .gdpr-cookie-manager__group-list a {
  text-decoration: none;
}

.gdpr-cookie-manager__group-list li {
  margin: 0;
  padding: 0;
}

.gdpr-cookie-manager__group-list li:first-child .gdpr-cookie-manager__group-list-entry {
  border-top: 1px solid #e3e3e3;
}

.gdpr-cookie-manager__group-list-entry {
  display: block;
  padding: 0.5em 1em;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  position: relative;
  color: inherit;
}

.gdpr-cookie-manager__group-list-entry--active {
  background-color: #fff;
}

.gdpr-cookie-manager__group-list-entry--active:after {
  content: "";
  top: 0;
  right: -2px;
  width: 4px;
  height: 100%;
  position: absolute;
  background-color: #fff;
}

@media screen and (max-width: 1100px) {

  .gdpr-cookie-manager__group-list-entry,
  .gdpr-cookie-manager__group-list-entry--active {
    border-right: 1px solid #e3e3e3;
  }

  .gdpr-cookie-manager__group-list-entry--active:after {
    display: none;
  }
}

.gdpr-cookie-manager__group-list-name {
  font-weight: bold;
}

.gdpr-cookie-manager__group-list-description {
  font-size: 0.85rem;
  color: #666;
}

.gdpr-cookie-manager__group-list-description p {
  margin: 0;
}

.gdpr-cookie-manager__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1em 2em;
  border: 1px solid #e3e3e3;
  background: white;
}

.gdpr-cookie-manager__content p {
  margin: 0;
}

.gdpr-cookie-manager__cookie-group {
  display: none;
}

.gdpr-cookie-manager__cookie-group--active {
  display: block;
}

.gdpr-cookie-manager__cookie {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .gdpr-cookie-manager__cookie {
    flex-direction: column;
  }
}

.gdpr-cookie-manager__cookie:last-child {
  margin-bottom: 0;
}

.gdpr-cookie-manager__cookie-name {
  margin: 0;
  font-size: 1rem;
}

.gdpr-cookie-manager__cookie-description {
  font-size: 1rem;
}

.gdpr-cookie-manager__cookie-toggle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-top: 0.5rem;
}

@media screen and (max-width: 980px) {
  .gdpr-cookie-manager__cookie-toggle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}

.gdpr-cookie-manager__cookie-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gdpr-cookie-manager__cookie-levels {
  margin-top: 1rem;
}

.gdpr-cookie-manager__cookie-levels input[type="range"] {
  width: 100%;
}

.gdpr-cookie-manager__cookie-level {
  display: none;
  margin-top: 1rem;
}

.gdpr-cookie-manager__cookie-level--active {
  display: block;
}

.gdpr-cookie-manager__cookie-level-name {
  font-weight: bold;
  font-size: 0.8rem;
  margin: 0;
}

.gdpr-cookie-manager__cookie-level-description {
  font-size: 0.8rem;
}

.gdpr-cookie-manager__cookie-level-description p {
  margin: 0;
}

.gdpr-cookie-manager__submit-button {
  background: #e0e0e0;
  display: block;
  outline: none;
  border: none;
  margin: 0;
  padding: 0.5em 1em;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
}

.gdpr-cookie-manager__cookie-item-details {
  margin-top: 2rem;
}

.gdpr-cookie-manager__cookie-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.gdpr-cookie-manager__cookie-item {
  position: relative;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 2rem;
}

.gdpr-cookie-manager__cookie-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 1px;
  display: block;
  background: #e3e3e3;
}

.gdpr-cookie-manager__cookie-item:nth-child(2n):after {
  content: none;
}

.gdpr-cookie-manager__cookie-item:nth-child(1n + 3):before {
  content: "";
  display: block;
  height: 1px;
  margin: 1rem 0;
  background: #e3e3e3;
}

@media screen and (max-width: 980px) {
  .gdpr-cookie-manager__cookie-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
  }

  .gdpr-cookie-manager__cookie-item:last-child {
    border-bottom: none;
  }

  .gdpr-cookie-manager__cookie-item:before,
  .gdpr-cookie-manager__cookie-item:after {
    content: none !important;
  }
}

.gdpr-cookie-manager__contact-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.gdpr-cookie-manager__contact-details div {
  flex: 0 0 50%;
}

@media screen and (max-width: 980px) {
  .gdpr-cookie-manager__contact-details div {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}

.gdpr-cookie-manager__contact-details-heading {
  margin: 0;
  font-size: 1rem;
}

.gdpr-cookie-manager__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------
 User Profile
-----------------------------------------------------------------*/

/* Profile Naviagtion */
.nav-account .nav-item .nav-link.active {
  background-color: var(--cnvs-themecolor-primary);
  color: #fff;
}

/* Profile Naviagtion END */

/*Profile Pic Start*/
.picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #cccccc;
  color: #ffffff;
  border-radius: 50%;
  margin: 0px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.picture:hover {
  border-color: var(--cnvs-themecolor-primary);
}

.picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

.picture-src {
  width: 100%;
}

.picture-nav {
  border: 2px solid var(--cnvs-themecolor-primary);
}

/*Profile Pic END*/

/* Settings Nav */
#settings-nav.nav-account .nav-item .nav-link.active {
  border-radius: 5px;
}

/* ----------------------------------------------------------------
 User Sign In Button Mobile 
-----------------------------------------------------------------*/

@media screen and (max-width: 600px) {
  #header .mobile-hide {
    visibility: hidden !important;
    display: none !important;
  }

  #header #account-btn {
    --cnvs-btn-padding-x: 2px;
    --cnvs-btn-padding-y: 2px;
    --cnvs-btn-fontsize: 1rem;
    --cnvs-btn-color: none;
    --cnvs-btn-color-dark: var(--bs-gray-900);
    --cnvs-btn-color-light: #e9ecef;
    --cnvs-btn-color-hover: var(--cnvs-btn-color-dark);
    --cnvs-btn-lineheight: calc(var(--cnvs-btn-fontsize) * 1.6);
    --cnvs-btn-border-width: 0px;
    --cnvs-btn-icon-margin: 10px;
    --cnvs-btn-icon-margin-offset: 0;

    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    /*  margin: 5px; */
    padding: var(--cnvs-btn-padding-y) var(--cnvs-btn-padding-x);
    font-size: var(--cnvs-btn-fontsize);
    line-height: var(--cnvs-btn-lineheight);
    text-align: center;
    background-color: var(--cnvs-btn-color);
    color: inherit;
    font-weight: 500;
    border: var(--cnvs-btn-border-width) solid transparent;
    transition: all 0.2s ease-in-out;
    margin-left: 0;
  }
}


/* ----------------------------------------------------------------
 Variables
-----------------------------------------------------------------*/
:root {
	
	/* Colors */
	--cnvs-themecolor: #000;
	--cnvs-themecolor-rgb: 0, 168, 219;
	
	/* Menu Navigation */
	--cnvs-menu-box-shadow: 0 0.7vw 1.4vw rgba(0, 0, 0, .1);
}


/* ----------------------------------------------------------------
 Theme
-----------------------------------------------------------------*/
.mall-btn--link {
	text-decoration: none !important;
}

.section {
  padding: 1rem;
}
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.table-responsive-stack td, .table-responsive-stack th {
  display: block;
  /*
   flex-grow | flex-shrink | flex-basis   */
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}
.mall-cart-image {
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block;
  }
  .mall-cart-image {
    max-width: 100%;
    /*  IE9 FIX   */
  }
  .table-responsive-stack td {
    float: left\9;
    width: 100%;
  }
}


/* Account  */
.mall-my-account__nav-item.nav-item.mall-my-account__nav-item--active > a {
  color: #fff;
  background-color: var();
}


/* Cart */

.page-cart .quantity {
    --cnvs-cart-quantity-width: 32px;
    --cnvs-cart-quantity-height: 40px
}

.page-cart .cart td {
    padding: 16px 0 !important;
    border-color: rgba(0, 0, 0, .05) !important
}

.page-cart .cart .cart_item:last-child td {
    border-bottom: 0 !important
}

.top-cart-item-image img,
.cart-product-thumbnail img {
    object-fit: cover;
    object-position: center
}

/* Mobile View Breakpoint */
@media(max-width:767.98px) {
	
    .cart:not(.cart-totals) .cart_item {
        border: 0px solid #eee;
        margin-bottom: 1.5rem;
        padding: 3rem;
        background-color: rgba(var(--cnvs-themecolor-rgb), 0);
        border-radius: 10px
    }
    
     .cart:not(.cart-totals) .cart_item .product-remove-button {
		background-color: transparent !important;
     }
    
      .cart:not(.cart-totals) .cart_item .js-mall-remove-product {
		background-color: red;
		width: 25px;
		height: 25px;
		font-size: 1.3rem !important;
		border-radius: 50%;
		margin-left: 50%;
     }
    
		.cart:not(.cart-totals) .cart_item img {
		    display: inline;
		    width: 250px;
		    height: 250px;
		    border: 0px solid rgba(var(--cnvs-contrast-rgb), 0.2);
		}
		
		.cart:not(.cart-totals) .cart_item .cart-product-total_post_taxes {
			font-weight: bold;
			margin: 1rem 0;
		}

}

@media(min-width:992px) {
    .page-cart .quantity {
        --cnvs-cart-quantity-width: 44px;
        --cnvs-cart-quantity-height: 40px
    }
}

/* Checkout Cart Totals */

.cart-totals {
--bs-table-bg: transparent !important;
}



/* ----------------------------------------------------------------
 Offline Mall
-----------------------------------------------------------------*/
.mall-selectbox {
  padding: 0.75rem 2rem 0.75rem 0.5rem;
}
.mall-input-sm {
  padding: 0.5rem 0.75rem;
  min-height: 0;
}
.mall-input--width-limited {
  max-width: 450px;
}
.has-error .mall-input {
  background-color: #fcebea;
}
.has-error .mall-label {
  color: #cc1f1a;
}
[data-validate-for] {
  color: #cc1f1a;
  font-size: 0.75rem;
  margin-left: 0.25rem;
  margin-top: 0.5rem;
}
.is-required label:after {
  content: "*";
  display: inline-block;
  margin-left: 3px;
  color: red;
}
.dropdown-pointer {
  background-image: url(../themes/family-reunion/assets/dropdown.svg);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: right 1em top 50%;
}
.mall-form-control {
  margin-bottom: 1.5rem;
  width: 100%;
}
.mall-form-checkbox {
  margin-bottom: 1.5rem;
  width: 100%;
}
.mall-form-checkbox input[type=checkbox] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.mall-form-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1.5rem;
}
.mall-form-actions .mall-btn + .mall-btn {
  margin-left: 1rem;
}
.mall-form-comment {
  color: #9babb4;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.mall-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.mall-table th {
  font-size: 0.875rem;
  font-weight: 600;
  color: #596a73;
  padding: 0.5rem;
  background-color: #fafcfc;
}
.mall-table td {
  padding: 0.5rem;
  border-top-width: 1px;
  font-size: 0.75rem;
  white-space: nowrap;
  line-height: 1.5;
}
.mall-callout {
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  text-align: center;
}
.mall-callout--neutral {
  background-color: #fafcfc;
  color: #364349;
}
.mall-switcher__item:last-child {
  border-radius: 0 4px 4px 0;
}
.has-children:hover div {
  display: block;
}
.mall-cart__empty {
  padding: 1.5rem;
  text-align: center;
  width: 50%;
  margin: auto;
}
.mall-product {
  display: -ms-flexbox;
  display: flex;
}
.mall-product__description {
  margin-bottom: 2rem;
}
.mall-product__image:nth-child(3n) {
  margin-right: 0;
}
.mall-product__variants {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.mall-product__variants-heading {
  margin-bottom: 1rem;
}
.mall-product__variant-properties {
  margin-bottom: 2rem;
}
.mall-product__properties {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.mall-product__custom-fields {
  margin-bottom: 2rem;
}
.mall-product__custom-fields .mall-option-selector {
  border-width: 2px;
  border-color: #dae4e9;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.mall-product__custom-fields .mall-option-selector.is-active {
  border-color: #70818a;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.mall-product__custom-fields .mall-option-selector img {
  display: block;
}
.mall-product__price {
  border-top-width: 1px;
  border-color: #f1f6f8;
  padding-top: 2rem;
}
.mall-product__old-price {
  font-size: 0.975rem;
  font-weight: 700;
  color: #e3342f; /*  #e3342f */
  text-decoration: line-through;
  margin-bottom: 0.25rem;
}
.mall-product__tax-info {
  font-size: 0.75rem;
  color: #9babb4;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.mall-product__property-stock {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  color: #9babb4;
}
.mall-product__add-to-cart-form {
  border-top-width: 1px;
  border-color: #f1f6f8;
  padding-top: 2rem;
}
.mall-color-swatches {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mall-color-swatches__swatch {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-width: 2px;
}
.mall-color-swatches__swatch.is-active {
  border-color: #103d60;
}
.mall-product-service:not(:last-child) {
  margin-bottom: 4rem;
}
.mall-product-service__name {
  margin-bottom: 1rem;
}
.mall-product-service__description {
  color: #364349;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.mall-product-service__required {
  color: #103d60;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.mall-product-service__required[data-validate-for] {
  margin-left: 0;
}
.mall-product-service-options {
  border-bottom-width: 1px;
  border-color: #dae4e9;
}
.mall-product-service-option {
  border-top-width: 1px;
  border-color: #dae4e9;
  color: #364349;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
}
.mall-product-service-option__radio {
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
}
.mall-product-service-option__name {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mall-product-service-option__price {
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
  text-align: right;
  font-weight: 700;
}
.mall-product-service-option__description {
  color: #596a73;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  padding-left: 40px;
  padding-right: 100px;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.mall-product-service-error {
  font-size: 0.875rem;
  background-color: #fcebea;
  padding: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  margin-left: 0;
  margin-top: 2rem;
}
.mall-products {
  padding-left: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.mall-products__products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mall-products-empty {
  padding: 1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-left: 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.mall-products-item a {
  color: inherit;
  text-decoration: none;
}
.mall-products-item .row.flex {
  padding-top: 0.25rem;
}
.mall-products-item__info-primary {
  padding-top: 0.25rem;
  display: -ms-flexbox;
  display: flex;
}
.mall-products-item__info-secondary {
  display: -ms-flexbox;
  display: flex;
}
.mall-products-item__image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.mall-products-item__name {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mall-products-item__price {
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding-left: 0.5rem;
  white-space: nowrap;
}
.mall-products-item__price--special {
  color: #cc1f1a;
  font-weight: 700;
}
.mall-products-item__short-description {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #70818a;
}
.mall-products-item__old-price {
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding-left: 0.5rem;
  color: #ef5753;
  font-style: italic;
  text-decoration: line-through;
  white-space: nowrap;
}
.mall-payment-method {
  margin-top: 1rem;
}
.mall-payment-method__entry {
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  border-width: 1px;
  border-color: #dae4e9;
}
.mall-payment-method__entry--active {
  background-color: #fff;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: none;
  opacity: 1;
  z-index: 10;
  border-width: 1px;
  border-color: #9babb4;
}
.mall-payment-method__entry--active .mall-payment-method__text {
  opacity: 1;
}
.mall-payment-method__logo {
  width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.mall-payment-method__logo img {
  width: auto;
  max-width: 100%;
  display: block;
}
.mall-payment-method__text {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}
.mall-payment-method__text > div {
  width: 100%;
}
.mall-payment-method__name {
  font-weight: 700;
}
.mall-payment-method__description, .mall-payment-method__instructions {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 1rem;
}
.mall-payment-method__meta {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #9babb4;
  margin-top: 0.5rem;
}
.mall-payment-method__data {
  margin-top: 2rem;
  width: 100%;
}
.mall-payment-method__selector {
  width: 180px;
  position: relative;
  z-index: 20;
}
.mall-payment-method__submit {
  margin-top: 1rem;
}
.mall-payment-method .mall-form-control {
  margin-bottom: 0.5rem;
}
.mall-payment-method [data-validate-for] {
  margin-bottom: 1rem;
  margin-top: 0;
}
.mall-payment-method__customer-methods {
  margin-top: 2rem;
}
.mall-payment-customer-methods {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.75rem;
}
.mall-payment-customer-method {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: none;
  flex: none;
  padding: 0.75rem;
  position: relative;
  border-width: 1px;
  border-color: #ccd6db;
  border-radius: 0.125rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-right: 1rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: border-color, box-shadow;
}
.mall-payment-customer-method__name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mall-payment-customer-method__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.5rem;
  width: 8rem;
}
.mall-payment-customer-method:hover {
  border-color: #9babb4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.mall-shipping-method {
  margin-top: 1rem;
}
.mall-shipping-method__entry {
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  border-width: 1px;
  border-color: #dae4e9;
}
.mall-shipping-method__entry--active {
  background-color: #fff;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  opacity: 1;
  z-index: 10;
  border-width: 1px;
  border-color: #9babb4;
}
.mall-shipping-method__entry--active .mall-shipping-method__text {
  opacity: 1;
}
.mall-shipping-method__logo {
  width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.mall-shipping-method__logo img {
  width: auto;
  max-width: 100%;
  display: block;
}
.mall-shipping-method__text {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}
.mall-shipping-method__name {
  font-weight: 700;
}
.mall-shipping-method__description {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 1rem;
}
.mall-shipping-method__meta {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #9babb4;
  margin-top: 0.5rem;
}
.mall-shipping-method__selector {
  width: 180px;
  position: relative;
  z-index: 20;
}
.mall-shipping-method__select-button {
  float: right;
  font-size: 0.875rem;
  display: inline;
  background-color: #fff;
  color: #364349;
  padding: 0.75rem 1.5rem;
  border-width: 1px;
  border-color: #dae4e9;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-height: 42px;
  margin-right: 1rem;
  white-space: nowrap;
}
.mall-shipping-method__submit {
  margin-top: 1rem;
}
.mall-shipping-method .mall-form-control {
  margin-bottom: 0.5rem;
}
.mall-shipping-method [data-validate-for] {
  margin-bottom: 1rem;
  margin-top: 0;
}
.mall-address-selector label {
  font-size: 0.75rem;
}
.mall-address-list__actions {
  display: block;
  margin-top: 1rem !important;
  margin-bottom: 1rem;
  float: right;
/*   margin-top: -3.4em; */
}
.mall-address-list__table-actions {
  text-align: right;
}
.mall-address-list__table-actions a {
  margin-right: 1rem;
}
.mall-checkout-result {
  width: 50%;
  margin: auto;
  padding: 2rem;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}
.mall-checkout-result--failed {
  background-color: #fcebea;
  border-width: 1px;
  border-color: #ef5753;
  color: #420806;
}
.mall-checkout-result--cancelled {
  background-color: #fff5eb;
  border-width: 1px;
  border-color: #faad63;
  color: #542605;
}
.mall-checkout-result__heading {
  margin-bottom: 1rem;
}
.mall-checkout-result__actions {
  margin-top: 2rem;
}
.mall-checkout-result p {
  margin-bottom: 1rem;
}
.mall-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mall-my-account, .mall-overlay {
  display: -ms-flexbox;
  display: flex;
}
.mall-my-account__content {
  width: 80%;
  padding-left: 2rem;
}
.mall-my-account__content h2 {
  margin-bottom: 2rem;
}
.mall-orders-list__order {
  cursor: pointer;
}
.mall-orders-list__order:hover td {
  background-color: #f6fbfd;
}
.mall-orders-list__order.is-open {
  background-color: #f1f6f8;
}
.mall-orders-list__order--unpaid td {
  background-color: #fff5eb;
  color: #542605;
}
.mall-orders-list__order--unpaid:hover td {
  background-color: #faad63;
}
.mall-orders-list__order--unpaid a {
  color: #420806;
}
.mall-orders-list__details {
  background-color: #f1f6f8;
}
.mall-order-details__row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.mall-order-details__detail {
  width: 50%;
}
.mall-order-details .mall-table td {
  vertical-align: top;
}
.mall-wishlists-manager__lists {
  width: 350px;
}
.mall-wishlists-manager__header {
  margin-bottom: 2rem;
}
.mall-wishlists-manager__input {
  font-size: 1.125rem;
  border-bottom-width: 1px;
  border-color: #9babb4;
  padding: 0.5rem 0;
  width: 100%;
  height: 3rem;
  background: transparent;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mall-wishlists-manager__form {
  display: -ms-flexbox;
  display: flex;
}
.mall-wishlists-manager__action-button {
  -ms-flex: 1 1 60px;
  flex: 1 1 60px;
  margin-left: 20px;
}
.mall-wishlists-manager__actions {
  text-align: right;
  margin-top: 2rem;
}
.mall-wishlists-manager__actions .mall-btn {
  margin-left: 1rem;
}
.mall-wishlists-manager .mall-trash-icon {
  width: 14px;
  fill: currentColor;
}
.mall-wishlists-manager .mall-wishlist-empty {
  padding: 1rem;
  text-align: center;
}
.mall-wishlist-button {
  position: relative;
  font-weight: 700;
  border-radius: 0px;
}

.mall-wishlist-item {
background-color: var(--cnvs-themecolor);
border-color: var(--cnvs-themecolor);
}

.mall-wishlist-item:hover {
	background-color: #333;
	border-color: #333;
}

.mall-wishlist-button__popup {
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.2s ease-out;
  transition-property: transform, opacity;
}
.mall-wishlist-button__popup--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mall-wishlist-button__popup-inner {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.mall-wishlist-button__new {
  border: 1px dashed;
  border-color: #9babb4;
  padding: 0.75rem 1rem;
  margin: 1rem;
  border-radius: 0.25rem;
  display: block;
  position: relative;
}
.mall-wishlist-button__name-input {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
}
.mall-wishlist-button__new-label {
  color: #9babb4;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.mall-wishlists {
  width: 100%;
}
.mall-wishlists--height-limited {
  overflow-y: auto;
  max-height: 400px;
}
.mall-wishlist-item__data {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.mall-add-to-wishlist-button {
  margin-top: 0.25rem;
  border-radius: 0px;
}
.mall-product-reviews {
  margin-top: 2rem;
  border-top-width: 1px;
  border-color: #f3f7f9;
  padding-top: 2rem;
}
.mall-product-reviews__heading {
  margin-bottom: 1.5rem;
}
.mall-product-reviews__info {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top-width: 1px;
  border-color: #fafcfc;
  display: -ms-flexbox;
  display: flex;
}
.mall-product-reviews__summary {
  font-size: 0.75rem;
  color: #70818a;
}
.mall-product-reviews__summary [data-validate-for] {
  margin-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.mall-product-reviews__info-name {
  font-size: 0.875rem;
  color: #596a73;
  font-weight: 700;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.mall-product-reviews__info-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mall-product-reviews__form-details {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.mall-product-reviews__form-details--visible {
  padding-top: 1rem;
  max-height: 750px;
}
.mall-product-reviews__overall-ratings {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mall-product-reviews__overall-ratings .mall-star {
  width: 24px;
  height: 24px;
}
.mall-product-reviews__overall-ratings > div {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.mall-product-reviews__login-required {
  font-size: 0.875rem;
  color: #70818a;
}
.mall-product-reviews .mall-callout {
  width: 100%;
}
.mall-reviews {
  border-top-width: 1px;
  border-color: #f3f7f9;
}
.mall-pagination--reviews {
  margin-top: 2rem;
}
.mall-review {
  margin-top: 1rem;
  font-size: 0.875rem;
  border-bottom-width: 1px;
  border-color: #f3f7f9;
  padding-bottom: 1rem;
}
.mall-review__rating {
  margin-bottom: 1rem;
  white-space: nowrap;
}
.mall-review__rating .mall-star {
  width: 16px;
  height: 16px;
}
.mall-review__title {
  color: #364349;
  font-size: 0.875rem;
}
.mall-review__subtitle {
  color: #70818a;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.mall-review__content {
  margin-top: 1rem;
  color: #364349;
  line-height: 1.5;
}
.mall-review__category-reviews {
  margin-bottom: 0.5rem;
}
.mall-review__author {
  color: #70818a;
  font-size: 0.75rem;
}
.mall-review__details {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mall-review__pro-con-list {
  font-size: 0.75rem;
  color: #70818a;
  list-style: none;
}
.mall-review__pro-con-list li {
  margin-bottom: 0.25rem;
}
.mall-review__category-reviews {
  width: 50%;
}
.mall-category-review {
  font-size: 0.75rem;
  color: #596a73;
  margin-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.mall-category-review__name {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mall-category-review__rating {
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.mall-category-review__rating--clickable .mall-star {
  cursor: pointer;
}
.mall-category-review__rating .mall-star {
  width: 12px;
  height: 12px;
}
.mall-category-review--big .mall-category-review__rating {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
}
.mall-category-review--big .mall-category-review__rating .mall-star {
  width: 18px;
  height: 18px;
}
.mall-star__bg {
  fill: transparent;
}
.mall-star--hover .mall-star__bg, .mall-star--hover .mall-star__border {
  fill: silver;
}
.mall-star__border {
  fill: silver;
}
.mall-star--active .mall-star__bg, .mall-star--active .mall-star__border {
  fill: var(--cnvs-themecolor);
}
.mall-review__details .mall-star.mall-star--active {
  color: #9babb4;
}
.mall-review__details .mall-star.mall-star--active .mall-star__bg, .mall-review__details .mall-star.mall-star--active .mall-star__border {
  fill: currentColor;
}
.mall-modal {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
  transition-property: opacity, visibility;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.mall-modal--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mall-modal__inner {
  width: 600px;
  max-width: 95%;
  margin: 2rem auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  background: #fff;
  border-radius: 3px;
}
.mall-modal__inner > h3 {
  margin-bottom: 2rem;
}
.mall-modal__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}
.list-reset {
  list-style: none;
  padding: 0;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Catergory Filter Empty */

.mall-products-empty {
    padding: 1rem;
    box-shadow: none;
    text-align: center;
    margin-left: 1rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}


/* ----------------------------------------------------------------
 Offline Mall - Loader
-----------------------------------------------------------------*/

.mall-loader, .mall-pagination .pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.mall-loader {
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: wait;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  min-height: 400px;
}
.mall-pagination .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.mall-pagination .pagination li {
  position: relative;
  display: block;
  padding: 1rem 1.4rem;
  border-radius: 50% !important;
  margin: 0 5px;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.mall-pagination .pagination li:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.mall-pagination .pagination li:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mall-pagination .pagination li.active {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: var(--cnvs-themecolor);
  border-color: #dee2e6;
}
.mall-pagination .pagination li a:hover {
  text-decoration: none;
}
.noUi-horizontal.is-tiny {
  height: 6px;
}
.noUi-connect {
  background: var(--cnvs-themecolor) !important;
}
.noUi {
  border: none;
}
.noUi .noUi-horizontal .noUi-connects {
  background: var(--cnvs-themecolor);
}
.noUi .noUi-handle {
  height: 1em !important;
  width: 1em !important;
  top: -0.5em !important;
  right: -0.5em !important;
  border-radius: 100%;
  background: var(--cnvs-themecolor);
  box-shadow: none;
  border: 1px solid rgb(var(--cnvs-themecolor));
}
.noUi .noUi-handle:before, .noUi .noUi-handle:after {
  display: none;
}

/* ----------------------------------------------------------------
 Offline Mall - Quick Checkout
-----------------------------------------------------------------*/

.mall-quick-checkout {
  /*! CSS Used from: https://mall.offline.swiss/combine/99a6cd1cf099d84ab61ff242d24393e1-1603436098 */
}
.mall-quick-checkout .card .card-header .btn-link {
  text-decoration: none !important;
}
.mall-quick-checkout .mall-quick-checkout__collapsible-inner {
  padding-bottom: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
.mall-quick-checkout .mall-quick-checkout__toggle-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #70818a;
  border-color: #dae4e9;
  cursor: pointer;
  text-decoration: none;
  padding: 1rem 0 0 0;
}
.mall-quick-checkout .mall-quick-checkout__toggle-option-text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Option Name  */
.mall-quick-checkout .mall-quick-checkout__toggle-option-text .mall-quick-checkout__toggle-option-name {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 0;
}

/* Option Meta */

.mall-quick-checkout .mall-quick-checkout__toggle-option-text .mall-quick-checkout__toggle-option-meta p {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
}

/* Option Price */
.mall-quick-checkout .mall-quick-checkout__toggle-option-text .mall-quick-checkout__toggle-option-price {
  color: #000;
  font-size: 1rem;
}

.mall-quick-checkout .mall-quick-checkout__toggle-option .mall-selection-indicator {
  margin-right: 20px;
}
.mall-quick-checkout .mall-quick-checkout__toggle-option:hover .mall-selection-indicator:not(.mall-selection-indicator--active) {
  color: #000;
}
.mall-quick-checkout .mall-selection-indicator {
  background-color: #eee;
  color: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  width: 32px;
  height: 32px;
  line-height: 1;
  border-radius: 50%;
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mall-quick-checkout .mall-selection-indicator--active {
  background-color: var(--cnvs-themecolor);
}
.mall-quick-checkout #card-element {
  background-color: #fff;
  border: 0px solid #000;
  padding: 1rem;
}

/*
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
*/

