/* Main Virtual Graffiti BS5 CSS Document */
/*Bootstrap 5 Styling*/
/*TopMenu Styling*/
/* DESKTOP CSS */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* MOBILE CSS */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }
}
/* GENERAL CSS */
body > .container {
  margin-top: -15px;
}
.navbar-dark {
  background-color: #949494 !important;
  background-image: none !important;
}
.navbar-nav > .nav-item > .nav-link {
  color: #fff !important;
}
.dropdown-header {
  font-size: 12pt !important;
  color: #fff !important;
  font-weight: bold !important;
  background-color: #949494 !important;
}
.dropdown-item {
  color: #333333 !important;
}
.dropdown-item > a {
  color: #333333 !important;
}
.dropdown-item:hover {
  color: white !important;
}
.dropdown-item > a:hover {
  color: white !important;
}
.dropdown-menu {
  --bs-dropdown-bg: #eee !important;
  --bs-dropdown-link-hover-bg: #666 !important;
}
.dropdown-menu-dark {
  --bs-dropdown-link-active-bg: #eee;
}
blockquote {
/*  background: #f9f9f9;*/
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
/*BTN OUTLINE STYLING*/
.btn-outline {
    color: #0088ce;
	border: 1px solid #0088ce;
    background-color: #FFF;
    vertical-align: middle;
	border-radius: .375rem;
    box-shadow: 0 0 .5rem -.125rem rgb(0 0 0/75%);
}
.btn-outline:hover {
    color: #FFF;
	border: 1px solid #0088ce;
    background-color: #0088ce;
    vertical-align: middle;
}
/*NEW PROD WELL CSS*/
.prod-well {
    position: relative;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    padding: 25px 30px;
    margin: 0 0px 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
.prod-well > h3 {
    color: #0061aa;
}
.prod-well:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.prod-well:after {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #0061aa;
    content: '\f061';
}
/*
.col-md-12 > .prod-well:after {
    content: none;
}
.hr-o ~ .col-md-4 > .prod-well:after {
    content: none;
}
.content > .row > .row > .col-md-4 > .prod-well:after {
    content: none;
}
*/
/*Tab Styling*/
.nav-tabs > .nav-item {
  font-weight: bold !important;
  border: 1px solid #ddd;
  background-color: #EEEEEE;
  border-bottom: 0;
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.nav-tabs .nav-link {
  color: #555555;
  border: 0;
}
.nav-tabs .nav-link:hover {
  color: #78c044;
  border: 0;
}
.nav-tabs .nav-link.active:hover {
  color: #555555;
}
/*Breadcrumb*/
.breadcrumb {
  padding: 8px 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/*Pricetable*/
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-primary {
  border-color: #dddddd;
}
.panel-heading {
  color: white;
  padding: 5px;
}
/* Bootstrap 5 Pricetable */
.pricing.card {
  padding: 0 !important;
  margin-bottom: 1em;
}
.pricing > .card-header {
  color: white;
  background-color: #389dcb;
  border-color: #389dcb;
  font-weight: 700;
  font-size: 16px;
}
.pricing > .card-body {
  padding: 0 !important;
  font-size: 14px;
}
.card-subheading {
  background-color: #ccc;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding: 5px;
}
.card:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.pricing.card {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.pricing.card:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.cart-container {
    margin-bottom: 3rem !important;
}


/*Start of Tab CSS*/
.tabs a {
  padding: 20px 25px;
  line-height: normal;
  display: block;
  background-color: #EEE; /*Color of Tab*/
  color: #666;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
  margin: 0 -15px;
  text-decoration: none;
}
.tabs a::after {
  content: '';
  display: block;
  height: 6px;
  background: #F86000; /*Underline color*/
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform ease-in-out 250ms;
  -webkit-transition: -webkit-transform ease-in-out 250ms;
  -o-transition: transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms;
}
.tabs a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tabs a.active, .tabs a.active:hover {
  color: #FFF; /*Font color of active tab*/
  background: no-repeat 92% center #78c044; /*Color of active tab*/
  background-size: 7px 10px;
  border: none;
}
a .tablinks :hover {
  color: #666666; /*Font color on tab hover*/
  text-decoration: none;
}
.tabcontent {
  padding: 0px 12px;
  width: 100%;
}
.tabs {
  margin-bottom: 10px;
}
/*End of Tab CSS*/

/* Cart Edit Address Fix*/
.fade:not(.show) {
    opacity: .89;
}
.modal-dialog {
	padding-top: 3rem;
}

/* NEW 2024 PROMO END STYLING*/
.bg-promoend {
    background-color: #EEEEEE;
    padding: 35px;
    margin: 20px -12px;
}