:root {
  --easystore-body-color: #000000;
  --easystore-primary-color: #406deb;
  --easystore-primary-color-rgb: 64, 110, 235;
  --easystore-secondary-color: #48595f;
  --easystore-secondary-light-color: #abb5be;
  --easystore-danger-color: #be1d04;
  --easystore-muted-color: #a4b0b9;
  --easystore-border-color: #e7e6e5;
  --easystore-border-radius: 6px;
  --easystore-cart-drawer-width: 450px;
  --easystore-text-default: #111213;
  --easystore-text-neutral: #676970;
  --link-color: #FFDF00;
  --text-color: #000000;
  --link-color-2: #da4d41;
  --text-color-secondary: #48595f;
  --hue: 214;
  --template-bg-light: #f0f4fb;
  --template-text-dark: #495057;
  --template-text-light: #fff;
  --template-link-color: #2a69b8;
  --template-special-color: #001b4c;
}



.easystore-product-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

/* FAQ Title Font Size */
.sppb-panel-title {
  font-size: 22px;
}

/* Spec keys to bold */
 .easystore-product-specification .easystore-specification-key {
  font-weight: bold;
}

/* Spec area to use 100% Width */
.sp-page-builder .page-content #section-id-4be72d25-f177-463e-b22e-9330df3a574c {
  width: 100% !important;
}

/* Description area to use 75% Width */
.sp-page-builder .page-content #section-id-67e4f26e-5427-4300-a9d5-25dbaf4bbaa4 {
  width: 75% !important;
}

#sppb-addon-qcuCpH0XTxcBkjtXpEhLx .sppb-nav-custom > li.active > a, #sppb-addon-qcuCpH0XTxcBkjtXpEhLx .sppb-nav-custom > li.active > a:hover, #sppb-addon-qcuCpH0XTxcBkjtXpEhLx .sppb-nav-custom > li.active > a:focus {
  border-width: 0px 0px 15px 0px !important;
}

/* Product Tabs to be blue */
#sppb-addon-qcuCpH0XTxcBkjtXpEhLx .sppb-nav-custom > li > a, #sppb-addon-qcuCpH0XTxcBkjtXpEhLx .sppb-nav-custom > li > a:hover, #sppb-addon-qcuCpH0XTxcBkjtXpEhLx .sppb-nav-custom > li.active > a:focus {
    background-color: #2c599d !important;
}

/* Product Tabs text white and padded */
#sppb-addon-qcuCpH0XTxcBkjtXpEhLx .sppb-nav-custom a {
  color: white !important;
  padding: 20px !important;
}


/* background for description / spec */
#sppb-addon-qcuCpH0XTxcBkjtXpEhLx .sppb-nav {
  background-color: #fb9850 !important;
}



#sppb-addon-63fe8761-7c88-4302-939e-9c7ca052e1de .easystore-product-description {
  font-size: 16px !important;
} 

.easystore-product-description {
  font-size: 16px;
}


.sppb-collection-item .easystore-product-image {
  border-radius: 24px !important;
  transition: border-radius 0.3s ease-in-out;
}

.easystore-product-image .easystore-product-image {

  border-radius: 24px !important;
  transition: border-radius 0.3s ease-in-out;
}

.sppb-collection-item:hover .easystore-product-image {
	border-radius: 60px !important;
}

.list-inline-item {
  display: inline-block;
  background-color: #2c599d;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 10px;
}

.easystore-product-tags .list-inline-item a {
	color: white;
}


.easystore-btn-add-to-cart {
  display: none;
}

#sppb-addon-ccb717fd-4ba5-41a0-aa21-23283caafaca .easystore-product-variant-list .easystore-variant-option input[type="radio"]:checked + .easystore-variant-option-value {
  background-color: revert !important;
  color: revert !important;
}


.easystore-product-variants .easystore-variant-option-value {
  min-width: revert;
  min-height: revert;
  width: revert;
  height: revert;
  border-radius: revert;
}
.easystore-variant-option-value {
  min-width: revert;
  min-height: revert;
  border: revert;
  border-radius: revert;
}
.easystore-variant-option-value, .easystore-variant-option-color {
  color: revert;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

/* Remove selected variant text */
#sppb-addon-ccb717fd-4ba5-41a0-aa21-23283caafaca .easystore-option-value-name {
  display: none !important;
}
