/* Fonts */
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
</style>

/* Top Navigation Bar Color */


/* Navigation Container */

.navbar-nav {
	font-size: 18px;
	}
 .nav-container a{
  background-color: #0376ad;
     }
	 
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #0677b3;
}	 

/* Body Color */

body {
background-image: url('/includes/templates/Cutting-Edge2025/slm-bkg.jpg');	
background-repeat: no-repeat;
background-position: center top; 
background-attachment: fixed;
}

/* HR Class */
hr.solid {
    border-top: 3px solid #0376ad;
}

/* Footer Container */

 .ft-container a{
  background-color: #0376ad;
     }
	 
 .ft-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .ft-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ft-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .ft-container {
    width: 1170px;
  }
}

.ft-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
      
.container {
background-color: #fff;	
}

/* header cart button */
 .btn-primary {
  background-image: -webkit-linear-gradient(top, #0376ad 0%, #0376ad 100%);
  background-image:      -o-linear-gradient(top, #0376ad 0%, #0376ad 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0376ad), to(#0376ad));
  background-image:         linear-gradient(to bottom, #0376ad 0%, #0376ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0376ad', endColorstr='#0376ad', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #0376ad;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #b2b2b2;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #0376ad;
  border-color: #0376ad;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #0376ad 0%, #0376ad 100%);
  background-image:      -o-linear-gradient(top, #0376ad 0%, #0376ad 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0376ad), to(#0376ad));
  background-image:         linear-gradient(to bottom, #0376ad 0%, #0376ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #0376ad;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #b2b2b2;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #0376ad;
  border-color: #0376ad;
}

/* left column color */

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #0376ad 0%, #0376ad 100%);
  background-image:      -o-linear-gradient(top, #0376ad 0%, #0376ad 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0376ad), to(#0376ad));
  background-image:         linear-gradient(to bottom, #0376ad 0%, #0376ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #0376ad;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
/* Pagination */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #0376ad;
  cursor: default;
  background-color: #000;
  border-color: #000;
}

/* common css */
a {
  color: #0376ad;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0376ad;
  text-decoration: underline;
}

body {
  font-family: "Roboto", serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.text-info {
  color: #090909;
}

/* header */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
#hd-logo, #hd-search, #hd-cart, #hd-cart-list, #hd-cart-total, #main-carousel {
  margin-top: 10px;
  margin-bottom: 10px;
}
#hd-categories {
  background-image: -webkit-linear-gradient(top, #0376ad 0%, #0376ad 100%);
  background-image: -o-linear-gradient(top, #0376ad 0%, #0376ad 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0376ad), to(#0376ad));
  background-image: linear-gradient(to bottom, #0376ad 0%, #0376ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#823101', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #0376ad;
  z-index: 1050;
}
#hd-categories .navbar-brand,
#hd-categories .navbar-nav > li > a {
  color: #fff;
}
#hd-categories .navbar-nav > li > a:hover,
#hd-categories .navbar-nav > li > a:focus {
  background-color: #b2b2b2;
}
#hd-categories .navbar-nav > .open,
#hd-categories .navbar-nav > .active {
  background-color: #fff;
}
#hd-categories .navbar-nav > .open > a,
#hd-categories .navbar-nav > .active > a {
  background-color: #b2b2b2;
}
#hd-categories .navbar-toggle {
  border-color: #0376ad;
}
#hd-categories .navbar-toggle:hover,
#hd-categories .navbar-toggle:focus {
  background-color: #b2b2b2;
}
#hd-categories .navbar-toggle .icon-bar {
  background-color: #fff;
}
#navbar-2 > ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.yamm .yamm-content {
  background-color: #fff;
  padding-bottom: 10px;
}
.yamm-col {
  padding-bottom: 20px;
}
.yamm-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
	font-size: 18px;
    white-space: nowrap;
}

.carousel  { 
background-color: #93c64d;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/* general */
@media (min-width: 1200px) {
  .container {
    width: 85%;
  }
}
@media print {
  a[href]:after {
    content: none;
  }
}
h1.main {
  font-family: "Roboto", serif;
  font-size: 26px;
  margin-top: 0;
}
h1.main .small {
  padding: 2px 0;
}
h4.sub {
  margin-bottom: 5px;
}
section {
  border-top:  5px solid #0677b3;;
}
section h2 {
  font-family: "Roboto", serif;
  font-size: 20px;
  margin-top: 10px;
}
.highlight {
  color: #CC0000;
}
.indent-sm {
  padding-left: 10px;
}
.indent-lg {
  padding-left: 30px;
}
.form-button-sm,
.spacer-sm,
.form-inline {
  margin-bottom: 10px;
}
.form-button,
.spacer-md {
  margin-bottom: 20px;
}
.form-inline label {
  margin-right: 5px;
}
.form-inline .form-group {
  min-width: 50%;
}
.form-space {
  margin-top: 15px;
}
.pop-space,
.captcha {
  margin-top: 10px;
}
.captcha {
  display: inline-block;
  text-align: center;
}
.break {
  padding-top: 10px;
}
.product {
  width: 250px;
}
.product p,
.product-pricing p,
.no-pad {
  margin: 0;
}
.product p.desc {
  margin-bottom: 10px;
}
.product .btn,
.pagination {
  margin-top: 5px;
  margin-bottom: 15px;
}
.product-img {
  position: relative;
  width: 250px;
  height: 250px;
  border: 1px solid #ddd;
}
.product-addl-img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-top: 10px;
}
.cart-img {
  position: relative;
  width: 64px;
  height: 64px;
}
.product-img img,
.cart-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-img-help {
  width: 250px;
  text-align: center;
}
.tab-content {
  margin: 10px;
}
.product-divider {
  border-top: 1px solid #000;
  margin: 10px 0;
}
.product-cmp {
  margin-left: 10px;
}
.col-md-12 .product {
  width: 100%;
}
.col-md-12 .product .btn {
  margin-bottom: 10px;
}
.col-md-12 .product-img {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.col-md-12 .product-cmp {
  display: block;
}
.col-md-12 .product-info,
.col-md-12 .product-info-narrow,
.col-md-12 .product-price {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.col-md-12 .product-info {
  width: 590px;
}
.col-md-12 .product-info-narrow {
  width: 350px;
}
.col-md-12 .product-price {
  border-left: 1px solid #ddd;
}
.page-results,
.top-spacer {
  margin-top: 5px;
}
.panel-body h4,
td > h5 {
  margin-top: 0;
}
td > h5 {
  margin-bottom: 0;
}
.cart-qty input {
  width: 75px;
  margin: 0 auto;
}
.embed-popup-sm {
  padding-bottom: 250px;
}
.embed-popup-lg {
  padding-bottom: 400px;
}
.table > tbody > tr.no-bg {
  background-color: transparent;
}
.g-light, .y-light, .r-light {
  font-weight: bold;
}
.g-light {
  color: #00A000;
}
.y-light {
  color: #A0A000;
}
.r-light {
  color: #A00000;
}
.rating-help {
  width: 200px;
}
 
.social {
  color: #444;
  background-color: #fff;
}
.social h4 {
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
}
.social a {
  background-image: url('/images/social.png');
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
}
.facebook {
  background-position: 0 0;
}
.facebook:hover {
  background-position: 0 -64px;
}
.google {
  background-position: -192px 0;
}
.google:hover {
  background-position: -192px -64px;
}
.linkedin {
  background-position: -256px 0;
}
.linkedin:hover {
  background-position: -256px -64px;
}
.pinterest {
  background-position: -320px 0;
}
.pinterest:hover {
  background-position: -320px -64px;
}
.twitter {
  background-position: -512px 0;
}
.twitter:hover {
  background-position: -512px -64px;
}
.youtube {
  background-position: -640px 0;
}
.youtube:hover {
  background-position: -640px -64px;
}
.instagram {
  background-position: -704px 0;
}
.instagram:hover {
  background-position: -704px -64px;
}
.reverb {
  background-position: -768px 0;
}
.reverb:hover {
  background-position: -768px -64px;
}

footer {
  color: #fff;
  background-color: #0376ad;
  padding: 20px 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #b2b2b2;
  text-decoration: none;
}
.copyright {
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 20px;
}
