/* Themes switch */

/* Theme Green (.theme-green)*/

.theme-green footer.sticky-cart,
.theme-green button.add-to-card-btn,
.theme-green button.add-multi-s,
.theme-green .guest-info-wrap,
.theme-green .add-to-cart-bar button,
.theme-green .form-custom-check label.checkbox span::before,
.theme-green .form-custom-check label.checkbox span::after,
.theme-green .title-bar,
.theme-green .confirm-btn,
.theme-green .form-elements button.submit-circle,
.theme-green button.not-disabled,
.theme-green .plan-bar button{
	background-color: #00873c !important;
}

.theme-green .green-title,
.theme-green .small-green-title,
.theme-green .para-column a,
.theme-green .single-card-item
.card-body .price-of-item{
	color: #00873c !important;
}

.theme-green .sign-link {
	border: 1px solid #00873c;
    color: #00873c;
}

.theme-green .sign-back {
	border: 1px solid #00873c;
    background: #00873c;
}

/* Theme Navy Blue (.theme-nav-blue)*/

.theme-nav-blue footer.sticky-cart,
.theme-nav-blue button.add-to-card-btn,
.theme-nav-blue button.add-multi-s,
.theme-nav-blue .guest-info-wrap,
.theme-nav-blue .add-to-cart-bar button,
.theme-nav-blue .form-custom-check label.checkbox span::before,
.theme-nav-blue .form-custom-check label.checkbox span::after,
.theme-nav-blue .title-bar,
.theme-nav-blue .confirm-btn,
.theme-nav-blue .form-elements button.submit-circle,
.theme-nav-blue button.not-disabled,
.theme-nav-blue .plan-bar button{
  background-color: #02203e !important;
}

.theme-nav-blue .green-title,
.theme-nav-blue .small-green-title,
.theme-nav-blue .para-column a,
.theme-nav-blue .single-card-item
.card-body .price-of-item{
  color: #02203e !important;
}

.theme-nav-blue .sign-link {
	border: 1px solid #02203e;
    color: #02203e;
}

.theme-nav-blue .sign-back {
	border: 1px solid #02203e;
    background: #02203e;
}

/* Theme Orange (.theme-orange)*/

.theme-orange footer.sticky-cart,
.theme-orange button.add-to-card-btn,
.theme-orange button.add-multi-s,
.theme-orange .guest-info-wrap,
.theme-orange .add-to-cart-bar button,
.theme-orange .form-custom-check label.checkbox span::before,
.theme-orange .form-custom-check label.checkbox span::after,
.theme-orange .title-bar,
.theme-orange .confirm-btn,
.theme-orange .form-elements button.submit-circle,
.theme-orange button.not-disabled,
.theme-orange .plan-bar button{
  background-color: #fd852f !important;
}

.theme-orange .green-title,
.theme-orange .small-green-title,
.theme-orange .para-column a,
.theme-orange .single-card-item
.card-body .price-of-item{
  color: #fd852f !important;
}

.theme-orange .sign-link {
	border: 1px solid #fd852f;
    color: #fd852f;
}

.theme-orange .sign-back {
	border: 1px solid #fd852f;
    background: #fd852f;
}

/* Theme Red (.theme-red)*/

.theme-red footer.sticky-cart,
.theme-red button.add-to-card-btn,
.theme-red button.add-multi-s,
.theme-red .guest-info-wrap,
.theme-red .add-to-cart-bar button,
.theme-red .form-custom-check label.checkbox span::before,
.theme-red .form-custom-check label.checkbox span::after,
.theme-red .title-bar,
.theme-red .confirm-btn,
.theme-red .form-elements button.submit-circle,
.theme-red button.not-disabled,
.theme-red .plan-bar button{
  background-color: #ff3b3b !important;
}

.theme-red .green-title,
.theme-red .small-green-title,
.theme-red .para-column a,
.theme-red .single-card-item
.card-body .price-of-item{
  color: #ff3b3b !important;
}

.theme-red .sign-link {
	border: 1px solid #ff3b3b;
    color: #ff3b3b;
}

.theme-red .sign-back {
	border: 1px solid #ff3b3b;
    background: #ff3b3b;
}

/* Theme Maroon (.theme-maroon)*/

.theme-maroon footer.sticky-cart,
.theme-maroon button.add-to-card-btn,
.theme-maroon button.add-multi-s,
.theme-maroon .guest-info-wrap,
.theme-maroon .add-to-cart-bar button,
.theme-maroon .form-custom-check label.checkbox span::before,
.theme-maroon .form-custom-check label.checkbox span::after,
.theme-maroon .title-bar,
.theme-maroon .confirm-btn,
.theme-maroon .form-elements button.submit-circle,
.theme-maroon button.not-disabled,
.theme-maroon .plan-bar button{
  background-color: #84184b !important;
}

.theme-maroon .green-title,
.theme-maroon .small-green-title,
.theme-maroon .para-column a,
.theme-maroon .single-card-item
.card-body .price-of-item{
  color: #84184b !important;
}

.theme-maroon .sign-link {
	border: 1px solid #84184b;
    color: #84184b;
}

.theme-maroon .sign-back {
	border: 1px solid #84184b;
    background: #84184b;
}

/* Theme Teal (.theme-teal)*/

.theme-teal footer.sticky-cart,
.theme-teal button.add-to-card-btn,
.theme-teal button.add-multi-s,
.theme-teal .guest-info-wrap,
.theme-teal .add-to-cart-bar button,
.theme-teal .form-custom-check label.checkbox span::before,
.theme-teal .form-custom-check label.checkbox span::after,
.theme-teal .title-bar,
.theme-teal .confirm-btn,
.theme-teal .form-elements button.submit-circle,
.theme-teal button.not-disabled,
.theme-teal .plan-bar button{
  background-color: #43cccb !important;
}

.theme-teal .green-title,
.theme-teal .small-green-title,
.theme-teal .para-column a,
.theme-teal .single-card-item
.card-body .price-of-item{
  color: #43cccb !important;
}

.theme-teal .sign-link {
	border: 1px solid #43cccb;
    color: #43cccb;
}

.theme-teal .sign-back {
	border: 1px solid #43cccb;
    background: #43cccb;
}

/* Theme Blue (.theme-blue)*/

.theme-blue footer.sticky-cart,
.theme-blue button.add-to-card-btn,
.theme-blue button.add-multi-s,
.theme-blue .guest-info-wrap,
.theme-blue .add-to-cart-bar button,
.theme-blue .form-custom-check label.checkbox span::before,
.theme-blue .form-custom-check label.checkbox span::after,
.theme-blue .title-bar,
.theme-blue .confirm-btn,
.theme-blue .form-elements button.submit-circle,
.theme-blue button.not-disabled,
.theme-blue .plan-bar button{
  background-color: #1277d6 !important;
}

.theme-blue .green-title,
.theme-blue .small-green-title,
.theme-blue .para-column a,
.theme-blue .single-card-item
.card-body .price-of-item{
  color: #1277d6 !important;
}

.theme-blue .sign-link {
	border: 1px solid #1277d6;
    color: #1277d6;
}

.theme-blue .sign-back {
	border: 1px solid #1277d6;
    background: #1277d6;
}

/* Theme Black (.theme-black)*/

.theme-black footer.sticky-cart,
.theme-black button.add-to-card-btn,
.theme-black button.add-multi-s,
.theme-black .guest-info-wrap,
.theme-black .add-to-cart-bar button,
.theme-black .form-custom-check label.checkbox span::before,
.theme-black .form-custom-check label.checkbox span::after,
.theme-black .title-bar,
.theme-black .confirm-btn,
.theme-black .form-elements button.submit-circle,
.theme-black button.not-disabled,
.theme-black .plan-bar button{
  background-color: #111 !important;
}

.theme-black .green-title,
.theme-black .small-green-title,
.theme-black .para-column a,
.theme-black .single-card-item
.card-body .price-of-item{
  color: #111 !important;
}

.theme-black .sign-link {
	border: 1px solid #111;
    color: #111;
}

.theme-black .sign-back {
	border: 1px solid #111;
    background: #111;
}

/* Theme Silver (.theme-silver)*/

.theme-silver footer.sticky-cart,
.theme-silver button.add-to-card-btn,
.theme-silver button.add-multi-s,
.theme-silver .guest-info-wrap,
.theme-silver .add-to-cart-bar button,
.theme-silver .form-custom-check label.checkbox span::before,
.theme-silver .form-custom-check label.checkbox span::after,
.theme-silver .title-bar,
.theme-silver .confirm-btn,
.theme-silver .form-elements button.submit-circle,
.theme-silver button.not-disabled,
.theme-silver .plan-bar button{
  background-color: #ddd !important;
}

.theme-silver .green-title,
.theme-silver .small-green-title,
.theme-silver .para-column a,
.theme-silver .single-card-item
.card-body .price-of-item,
.theme-silver footer.sticky-cart,
.theme-silver button.add-to-card-btn,
.theme-silver .plan-bar button,
.theme-silver a#item-vcart,
.theme-silver .guest-info-wrap{
  color: #000 !important;
}

.theme-silver .sign-link {
	border: 1px solid #ddd;
    color: #ddd;
}

.theme-silver .sign-back {
	border: 1px solid #ddd;
    background: #ddd;
}

/* Theme Aqua (.theme-aqua)*/

.theme-silver footer.sticky-cart,
.theme-aqua button.add-to-card-btn,
.theme-aqua button.add-multi-s,
.theme-aqua .guest-info-wrap,
.theme-aqua .add-to-cart-bar button,
.theme-aqua .form-custom-check label.checkbox span::before,
.theme-aqua .form-custom-check label.checkbox span::after,
.theme-aqua .title-bar,
.theme-aqua .confirm-btn,
.theme-aqua .form-elements button.submit-circle,
.theme-aqua button.not-disabled,
.theme-aqua .plan-bar button,
.theme-aqua footer.sticky-cart{
  background-color: #83dbfd !important;
}

.theme-aqua .green-title,
.theme-aqua .small-green-title,
.theme-aqua .para-column a,
.theme-aqua .single-card-item
.card-body .price-of-item, .theme-aqua footer.sticky-cart,
.theme-aqua button.add-to-card-btn,
.theme-aqua .plan-bar button,
.theme-aqua a#item-vcart,
.theme-aqua .guest-info-wrap{
  color: #014965 !important;
}

.theme-aqua .sign-link {
	border: 1px solid #83dbfd;
    color: #83dbfd;
}

.theme-aqua .sign-back {
	border: 1px solid #83dbfd;
    background: #83dbfd;
}