/* Main Virtual Graffiti CSS Document */
@charset "utf-8";
body {
  background-color: #f5f5f5 !important;
  font-family: 'Open Sans', sans-serif;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary:active {
  color: #fff;
}
.container {
  background-color: #fff;
  padding-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  padding: 4px 0;
}
h1 {
  font-size: 2.5em;
  font-weight: 500;
}
h2 {
  font-size: 2em;
  font-weight: 500;
}
h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #333;
}
h4 {
  font-size: 1.2em;
  font-weight: 500;
  color: #333;
}
h5 {
  font-size: 12px;
}
blockquote {
  font-size: 14px;
}
/***********************/
/*Buttons*/
/***********************/
.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  border-radius: 0;
}
.btn-primary,
a.btn-primary {
  color: #fff;
  background-image: none;
  vertical-align: middle;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-warning:hover,
a.btn-primary:focus,
a.btn-primary.focus,
a.btn-primary:active,
a.btn-primary.active,
a.dropdown-toggle.btn-primary {
  color: #ffffff;
}
.btn-warning {
  background-image: none !important;
  background-color: #f86000;
  border-radius: 0 !important;
  border: 1px solid #f86000;
}
.btn-cart {
  color: #fff;
  background-color: #3a71a0;
  border-color: #3a71a0;
}
.btn-cart:hover,
.btn-cart:focus,
.btn-cart.focus,
.btn-cart:active,
.btn-cart.active,
.open > .dropdown-toggle.btn-cart {
  color: #fff;
  background-color: #1c80d5;
  border-color: #1c80d5;
}
/***********************/
/*Top Menu*/
/***********************/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #666;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #949494;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ddd;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #666;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #666;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #666;
  color: #fff;
}
.navbar {
  background-image: -webkit-linear-gradient(#949494, #878787 60%, #717171);
  background-image: -o-linear-gradient(#949494, #878787 60%, #717171);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#949494), color-stop(60%, #878787), to(#717171));
  background-image: linear-gradient(#949494, #878787 60%, #717171);
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.navbar-default {
  background-color: #878787;
  border-color: #717171;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #666;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #717171;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #666;
}
.nav-tabs,
.nav-pills {
  position: relative;
}
.nav-tabs > li > a {
  border: 1px solid #e9e9e9;

  background-color: #eee;
  font-weight: 700;
}
.nav-tabs > li > a:hover {
  background-color: #e9e9e9;
}
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #949494;
  border-color: #717171;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #666;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #666;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdownHeader {
  font-weight: 700;
  padding: 5px 0 5px 5px;
  background-color: #eee;
  text-align: center;
}
.phone-header {
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.header {
  margin: 15px 0;
}
/***********************/
/*Form Validation (INTL)*/
/***********************/
.fv-has-feedback {
  position: relative;
}
.fv-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.fv-help-block {
  display: block;
}
.fv-form-bootstrap .help-block {
  margin-bottom: 0;
}
.fv-form-bootstrap .tooltip-inner {
  text-align: left;
}
.fv-form-bootstrap .fv-icon-no-label {
  top: 0;
}
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100;
}
.form-inline.fv-form-bootstrap .form-group {
  vertical-align: top;
}
.fv-form-foundation .fv-control-feedback {
  top: 21px;
  right: 15px;
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.fv-form-foundation .collapse .fv-control-feedback {
  top: 0;
  right: 0;
}
.fv-form-foundation .fv-icon-no-label,
.fv-form-horizontal.fv-form-foundation .fv-control-feedback {
  top: 0;
}
.fv-form-foundation .error .fv-control-feedback {
  color: #f04124;
}
.error.fv-has-tooltip select,
.error.fv-has-tooltip textarea,
.fv-form-foundation .error.fv-has-tooltip input {
  margin-bottom: 1rem;
}
.fv-form-pure .fv-control-feedback {
  top: 22px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.pure-form-stacked.fv-form-pure .fv-control-feedback {
  top: 4px;
}
.pure-form-aligned .pure-control-group .fv-help-block {
  margin-top: 5px;
  margin-left: 180px;
}
.fv-form-pure .fv-icon-no-label,
.pure-form-aligned.fv-form-pure .fv-control-feedback {
  top: 0;
}
.fv-form-pure .fv-has-error .fv-control-feedback,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error label {
  color: #ca3c3c;
}
.fv-form-semantic .fv-control-feedback.icon {
  right: 7px;
}
.fv-form-semantic .error .icon {
  color: #d95c5c;
}
.fv-form-horizontal.fv-form-semantic .row {
  padding-bottom: 0;
}
.fv-form-uikit .fv-control-feedback {
  top: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.fv-form-uikit .uk-text-danger {
  display: block;
}
.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
  top: 0;
}
.fv-form-uikit .fv-has-error .fv-control-feedback,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error label {
  color: #d85030;
}
.fv-form-uikit .fv-icon-no-label {
  top: 0;
}
/***********************/
/*Logos*/
/***********************/
.logo {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  line-height: 90%;
  margin: 0;
}
.logo a {
  text-decoration: none;
}
.logo-block {
  line-height: 80%;
}
.subLogo {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.vendorLogo {
  float: right;
  margin: 2px;
  text-align: right;
}
.progress {
  height: 36px;
}
.progress-bar {
  font-size: 16px;
  font-weight: 700;
  padding-top: 6px;
}
.footer-menu li {
  display: inline;
  padding: 0.2em 1em;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}
.smallHeaderText {
  color: #666;
  font-weight: 500;
  font-size: 0.6em;
}
.smallText {
  font-size: 12px;
}
.redText {
  color: red;
}
.whiteText {
  color: white;
}
.fltrt {
  float: right;
  margin: 8px;
  text-align: right;
}
.fltlft {
  float: left;
  margin: 8px;
  text-align: left;
}
.tabpanel h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  padding: 10px 0;
}
.tab-pane {
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-top: 0;
  overflow: auto;
}
.tab-pane h2 {
  margin: 0;
}
.tab-content {
  margin-bottom: 10px;
}
/***********************/
/*Pricing Tables*/
/***********************/
.panel .row {
  padding: 5px;
}
.panel-body {
  padding: 0;
}
.panel-title {
  padding: 0;
}
.panel-subheading {
  background-color: #ccc;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 5px;
}
.panel-subtext {
  background-color: #eee;
  color: #000;
  margin: 0;
  padding: 5px;
  font-size: 12px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}
.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
}
.pricing .col-sm-7,
.col-sm-3,
.col-sm-2 {
  padding: 0;
}
.pricing .col-sm-2 {
  padding-top: 5px;
}
.pricing .col-sm-3 {
  padding-left: 4px;
}
.panel-heading {
  font-size: 16px;
  font-weight: 700;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
  display: block;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  position: relative;
}
.panel-group .panel-heading a.collapsed {
  background: #666;
  color: inherit;
}
.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
}
.panel-group .panel-body {
  background: #fff;
}
.panel-group .panel {
  background-color: transparent;
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}
.home {
  margin: 10px;
}
.home .row {
  border: 1px solid #ddd;
}
.pricing .row {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 5px;
}
.price {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
/***********************/
/*Tables*/
/***********************/
.row-header {
  margin: 0;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  background-color: #eee;
}
.col-header {
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
}
.table th {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
}
.table th h2 a {
  color: white;
}
.table h2 a:hover {
  text-decoration-line: underline;
}
/***********************/
/*Footer*/
/***********************/
#footer-widgets .container {
  background-color: #eee;
  border-top: solid 2px #ccc;
}
.footer-widget-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  padding: 10px 0;
}
#footer-widgets a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer {
  padding: 20px;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
#footer p {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
.footer-widget .media {
  margin-bottom: 10px;
}
.footer-widget .media .media-heading {
  font-size: 1.1em;
  line-height: 1.3em;
}
.footer-widget small {
  color: #ccc;
  font-style: oblique;
}
.footer-widget .thumbnail {
  border-color: #666;
  background-color: rgba(0, 0, 0, 0.2);
}
.three_cols {
  overflow: hidden;
}
.three_cols > li {
  float: left;
  width: 33.333%;
  padding-bottom: 2px;
  padding-top: 1px;
}
input.input-lg[type='text'] {
  height: 40px !important;
}
/***********************/
/*lightbox ???*/
/***********************/
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
/***********************/
/*Mobile Responsive*/
/***********************/
@media (min-width: 768px) {
  .navbar-default {
    background-color: #949494;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #949494;
  }
}
@media (max-width: 1200px) {
  .phone-header {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .navbar {
    font-size: 12px;
    min-height: 25px;
    margin-bottom: 10px;
  }
  .navbar-nav > li > a {
    padding: 10px;
  }
  .phone-header {
    font-size: 14px;
  }
  .logo {
    font-size: 36px;
    line-height: 90%;
    margin: 0;
  }
  .logo a {
    text-decoration: none;
  }
  .logo-block {
    line-height: 80%;
  }
  .subLogo {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /*
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 13px;
  }
  h5 {
    font-size: 11px;
  }
*/
  .priceTable .btn {
    padding: 6px 2px;
  }
  .home li {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .icons {
    padding: 10px;
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #666;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #666;
  }
  body {
    background-color: #f5f5f5 !important;
    background-color: #fff;
  }
  .container {
    background-color: #fff;
    padding-bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  }
  .content {
    padding: 0 5px;
  }
  .btn-block {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .phone-header {
    display: none !important;
  }
  .vendorLogo {
    display: none !important;
  }
  .progress {
    display: none !important;
  }
  .breadcrumb {
    display: none !important;
  }
  .panel-heading {
    font-size: 14px;
    padding: 5px;
  }
  .panel-subheading {
    background-color: #ccc;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 5px;
    font-size: 14px;
  }
  .panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    right: 10px;
    top: 12px;
    padding-left: 5px;
    font-size: 20px;
  }
}

/***********************/
/*style for Promo wells on promo pages*/
/***********************/
#promotions .well img {
  height: 100px;
  margin-bottom: 10px;
}
#promotions .well {
  text-align: center;
}
.well {
  background-color: white;
  color: darkslategray;
}
#promotions .well p {
  color: black;
  margin: 10px;
  font-size: 12pt;
}
.well:not(.nohover):hover {
  -webkit-box-shadow: 5px 5px 5px 0px lightgray;
  -moz-box-shadow: 5px 5px 5px 0px lightgray;
  box-shadow: 5px 5px 5px 0px lightgray;
}
/*contact box css*/
.contact-container {
  padding: 4% 2%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  border-radius: 6px;
  color: #fff;
  background: rgb(37, 64, 119);
  background-color: black;
}
.white-text {
  color: white;
}
/***********************/
/*Tab css*/
/***********************/
.tab button {
  font-size: 16pt;
  padding: 8px 14px;
  line-height: normal;
  border-radius: 8px;
  display: block;
  background-color: inherit;
  color: black;
  width: 50%;
  border: 1px solid black;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 5px;
}
.tab button:hover {
  background-color: #00afa6;
  color: #fff;
  border: none;
}
.tab button.active {
  color: #fff;
  background: no-repeat 92% center;
  background-size: 7px 10px;
  border: none;
}
.tabcontent {
  padding: 0px 12px;
  width: 100%;
}
.tab {
  padding-bottom: 30px;
}
/***********************/
/*Special links css*/
/*Row colors css (if you want a row with a background color and white text add here*/
/***********************/
.row-black {
  background-color: black;
  color: white;
  padding: 4%;
}
.row-black h2,
.row-black h3 {
  color: white;
}
.row-blue {
  background-color: #214571;
  color: white;
  padding: 4%;
}
.row-blue h3,
.row-blue h2 {
  color: white;
}
/***********************/
/*btn outline css (for bootstrap 3 and other sites without btn outline from bootstrap 4*/
/***********************/
.btn-primary-outline {
  color: #2c6c89;
  background-color: white;
  border: solid 2px #2c6c89;
}
.btn-warning-outline {
  background-color: white;
  border: 2px solid #f86305;
  border-radius: 4px;
  color: #f86305;
}
.btn-gray-outline {
  background-color: white;
  border: 2px solid gray;
  border-radius: 4px;
  color: gray;
}
.btn-warning-outline:hover,
.btn-primary-outline:hover {
  background-color: white;
  border: 2px solid darkslategray;
  border-radius: 4px;
  color: darkslategray;
}
.w-100 {
  width: 100% !important;
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: space-between !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.white-text {
  color: #fff;
}
.section-padding {
  padding: 5rem;
}
/***********************/
/*Interactive Product Images*/
/***********************/
.main-img-container {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.img-change {
  height: 75px;
  width: 75px;
  margin: 3px 5px;
}
.img-change img {
  height: 75px;
  width: 75px;
  object-fit: contain;
}
.img-list {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
}
.main-prod-img {
  height: 350px;
  width: 75%;
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.main-prod-img img {
  max-height: 100%;
  max-width: 75%;
}
@media only screen and (max-device-width: 512px) {
  .main-img-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .img-list {
    flex-direction: row;
    justify-content: center;
  }
  .img-change {
    height: 35px;
    width: 35px;
  }
  .img-change img {
    height: 35px;
    width: 35px;
  }
  .main-prod-img {
    height: 200px;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .main-prod-img img {
    max-width: 100%;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
/* Google Recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
.grecaptcha-disclosure {
  color: #bbb;
  font-size: 11px;
  margin-top: 10px;
}
.grecaptcha-disclosure > a,
.grecaptcha-disclosure > a:link,
.grecaptcha-disclosure > a:visited,
.grecaptcha-disclosure > a:active {
  color: #bbb;
  text-decoration: underline;
}
/* Cart Badge */
.fa-stack[data-count]:after {
  position: absolute;
  right: -10%;
  top: -30%;
  content: attr(data-count);
  font-size: 50%;
  padding: 0.6em;
  border-radius: 999px;
  line-height: 0.75em;
  color: white;
  color: #df0000;
  text-align: center;
  min-width: 2em;
  font-weight: bold;
  background: white;
  border-style: solid;
}
/* Cart */
.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

.form-control-condensed {
  padding: 1px 3px;
  font-size: 1.2em;
  height: 100%;
}

.input-error {
  color: red;
}

/* Loading dots */
.loading {
  --dot-color: #fff;
  height: 1.1em;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, var(--dot-color, #000) 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 50%;
  animation: loadingdots 1s infinite linear;
}

@keyframes loadingdots {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }

  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }

  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }

  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

#viewcart table thead th.cart-col-unitprice {
  width: 150px;
  text-align: right;
}
#viewcart table thead th.cart-col-quantity {
  width: 99px;
  text-align: right;
}
#viewcart table thead th.cart-col-totalprice {
  width: 150px;
  text-align: right;
}
#viewcart table td.cart-col-number {
  text-align: right;
}
#viewcart table th.cart-col-number {
  text-align: right;
}
#viewcart table td.cart-col-quantity input {
  text-align: right;
  max-width: 70px;
  float: right;
}
#viewcart .cart-actions {
  background: #f7f7f7;
  margin: 0px -10px 0px;
  padding: 20px;
  border-top: solid 1px #eee;
  height: 75px;
}

#viewcart .cart-actions a,
#viewcart .cart-actions button {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .magic-viewcart-table thead {
    display: none;
  }
  .magic-viewcart-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 63%);
  }

  .magic-viewcart-table td:nth-child(1) {
    font-weight: bold;
    font-size: 1.1em;
    background-color: #eee;
  }
  .magic-viewcart-table input {
    float: right;
    margin-left: 10px;
    height: 22px;
    width: 70px;
  }
  .magic-viewcart-table td span::before {
    font-weight: bold;
  }

  span.cart-unitprice-value::before {
    content: var(--text);
  }

  span.cart-quantity-value::before {
    content: var(--text);
  }
  span.cart-totalprice-value::before {
    content: var(--text);
  }

  .magic-viewcart-table tfoot tr th span.cart-totalprice-value::before {
    float: left;
  }
  .magic-viewcart-table tfoot tr th:nth-child(1) {
    display: none;
  }

  #viewcart .cart-actions {
    height: 100%;
  }
  #viewcart .cart-actions .pull-right,
  #viewcart .cart-actions .pull-left {
    display: block;
    float: none !important;
    text-align: center;
  }
  #viewcart .cart-actions a,
  #viewcart .cart-actions button {
    width: 90%;
    margin-bottom: 10px;
  }


}

/* End Cart */


#footer-widgets{
  margin-left: -15px !important;
  margin-bottom: -20px !important;
}
