body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/******* Buttons *******/
body, p { font-family: Mali !important; }
h1, h2, h3, h4, h5, h6 { font-family: Lobster !important; }

.btn {-webkit-background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#ffe366),color-stop(1,#ffdb99));background:-moz-linear-gradient(top,#ffe366 5%,#ffdb99 100%);background:-webkit-linear-gradient(top,#ffe366 5%,#ffdb99 100%);background:-o-linear-gradient(top,#ffe366 5%,#ffdb99 100%);background:-ms-linear-gradient(top,#ffe366 5%,#ffdb99 100%);background:linear-gradient(to bottom,#ffe366 5%,#ffdb99 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe366',endColorstr='#ffdb99',GradientType=0);background-color:#ffe366;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:3px solid #e65f44;display:inline-block;cursor:pointer;color:#000;font-family:Arial;font-size:13px;font-weight:700;padding:14px 50px;text-decoration:none;text-shadow:0 1px 0 #ffde05}.btn:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#ffdb99),color-stop(1,#ffe366));background:-moz-linear-gradient(top,#ffdb99 5%,#ffe366 100%);background:-webkit-linear-gradient(top,#ffdb99 5%,#ffe366 100%);background:-o-linear-gradient(top,#ffdb99 5%,#ffe366 100%);background:-ms-linear-gradient(top,#ffdb99 5%,#ffe366 100%);background:linear-gradient(to bottom,#ffdb99 5%,#ffe366 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb99',endColorstr='#ffe366',GradientType=0);background-color:#ffdb99}.btn:active{position:relative;top:1px}


#about { padding: 60px 0; background: #333; color: #fff; }
#about a { color: #fff; }
#about2 { background: #D74F33; color: #ffffff; }
#aboutwrapper2 { padding: 20px 0; }

#mainNav {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

#mainNav .logo img {
    filter: grayscale(100%) invert(100%); -webkit-filter: grayscale(100%) invert(100%); 
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 70%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

header.masthead a { text-decoration: none; }

header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
	text-decoration: none;
  }

header.masthead .intro-text .intro-lead-in {
    font-size: 25px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
  }

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
    }

header.masthead .intro-text .bullet {
      font-size: 22px;
      line-height: 32px;
      margin-top: 25px;
  	  list-style-type: none;
    }

@media (min-width: 1000px) {
	.container { width: 100%; }
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
}

@media (max-width: 999px) {
.container { margin: 0; max-width: 100%; }
}

/******* Form *******/
input, select { color: #222222;  height: 30px; width: 100%; }
input[type=checkbox], input[type=radio]{ height: 15px; width: 15px; }

/******* Footer *******/
#footer {
  padding: 25px 0;
  text-align: center;
  background: #f1f1f1;
}

#footer .footer-link { padding: 20px; }
#footer .footer-link a { padding: 0 20px; }
#terms_body .terms-content { font-size: 12px; padding-top: 50px; }
#terms_body table td { border: 1px solid #222222; padding: 5px; }
#terms_body .black-border { background: #222222; height: 5px; padding: 0; }
#terms_body table { border: 4px solid #222222; }
#terms_body table td { border: 1px solid #222222; padding: 5px; }
#terms_body .black-border { background: #222222; height: 5px; padding: 0; }

/******* Cart *******/
#lblCartCount {
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 4px 7px;
    vertical-align: bottom;
    margin-left: 10px;
    position: absolute;
   right: -10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

}
.nav-link { position: relative; }

.cuCart { font-size: 12px; }
.cuCart a { padding: 10px; }
#shopping_cart .summary .totals { overflow: hidden; }
#shopping_cart .summary .totals table { float: right;  }
#shopping_cart .title { text-align: right; }
#shopping_cart .cart_checkout { text-align: right;  }

#checkout-form .summary table { width: 100%; }

/******* Sections *******/
.sections .navbar a { color: #222222 !important; }
.sections .logo img { filter: grayscale(100%) invert(100%); -webkit-filter: grayscale(100%) invert(100%); }

/******* Order *******/
#order_body form { font-size: 13px; color: #424242; }
#order_body .checkbox  input { position: absolute; margin-top: 5px; }
#order_body .checkbox p { padding-left: 20px; }

/******* Products *******/
.product-list-title { padding: 5px; height: 100px; }
.product-list img { width: 100%; }
.product-list { padding-bottom: 30px; }

.tab-navs {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    border: 1px solid #eee;
    border-bottom: 0;
    border-left: 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    z-index: 2;
}

.tab-navs .tab-nav.active {
    padding: 12px 30px 15px;
    color: #222222;
    font-weight: 700;
    background: #fff;
    border-top: 3px solid #222222;
	border-left: 1px solid #eee;
    cursor: default;
}
.tab-panes {
    position: relative;
    top: -1px;
    z-index: 1;
    }
.tab-panes .tab-pane {
    padding: 30px;
    border: 1px solid #eee;
	margin-bottom: 20px;
}

/******* Order page placeholder *******/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cccccc;
}


#terms_body, #order_body #subheader { padding-top: 10px; }

header.masthead {
  color: #ffffff;
  background-image: url("/template/images/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 100%;
  box-shadow: 0 3000px rgba(0, 0, 0, 0.8) inset;
  padding: 100px 0;
}

header.masthead .intro-text {
padding-top: 200px;
text-align: center;
}

#mainNav a { font-weight: bold !important; }
.logo img { -webkit-filter: brightness(100); filter: brightness(100); }

/* Sections */
.sections #subheader .container, .sections #terms_body .container { margin-top: 125px; }
.sections .prod_quantity input { width: 50px; }
.sections #mainNav { background: none; }
.sections #mainNav a { color: #222; }

#order_body .logo img, #footer_body .logo img { filter: brightness(0); -webkit-filter: brightness(0); }
#order_body .summary-body h3 { float: none; text-align: center; }
#order_body form { border: 0; background: 0; }
#order_body form label { margin: 10px 0 0 0; }
#cart_review .col-md-4 { padding: 40px; border-right: 2px solid #ccc; border-top: 2px solid #ccc; }
#cart_review .col-md-4.last { border-right: 0; }
#order_body .order_heading { font-weight: bold; font-size: 15px; text-transform: uppercase; }
#order_body .summary table { margin: 20px 0; }
#order_body .order_total { font-size: 20px; }
#order_body .summary td{ padding: 5px; }
#order_body .summary .price { float: right; }
#order_body .summary .order_total { font-weight: bold; font-size: 20px; border-top: 1px solid #cccccc; }
.sticky-header { position: fixed !important; padding: 10px !important; background: #222 !important;}

#Cart input { width: 50px; }
#Cart { font-size: 15px; }
#Cart thead th { font-size: 20px; background: #f1f1f1; padding: 15px; }
#Cart .delete { font-size: 10px; }
.continueCart { margin: 20px 0; padding: 20px; background: #f1f1f1; overflow: hidden; }
#updateCart { color: #007bff; cursor:pointer; }
#updateCart:hover { text-decoration: underline; }

.addToCart { margin: 20px 0; font-size: 12px; cursor: pointer; }
.btn {  cursor: pointer; }

.cart_product {  margin-bottom: 20px; }
.cart_product tr { border-bottom: 1px solid #cccccc; }
.cart_product td { padding: 10px;  }
.cart_product_empty { width: 100%; padding: 20px; } 

@media (max-width: 768px) {
 header.masthead .intro-text { padding-top: 100px; padding-bottom: 0px; }
 header.masthead .intro-text .intro-heading { font-size: 35px; }
}

/******* Custom Banner *******/
.custombanner1 { color: #fff; font-size: 5vw; line-height: 5vw; font-family: Lobster; font-weight: bold; }
.custombanner2 { color: #fff; font-size: 3vw; line-height: 3vw; font-family: Mali; font-weight: bold; }
.custombanner3 { color: #fff; font-size: 2vw; line-height: 2vw; font-family: Muli; font-weight: normal; }

#about2 h4 { font-size: 18px; padding: 0; margin: 0; }
#about2 { padding: 50px 0; text-align: left; font-size: 12px; color: #fff; background: #222; }
#about3 { padding: 300px 0; text-align: center; font-size: 12px; color: #ffff; background: linear-gradient( rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8)100%), url('/template/images/background3.jpg');  background-size: cover; }
#about2 i { float: left; font-size: 40px; }
#about3 i { font-size: 100px; }
.product-list-price { font-size: 20px; font-weight: bold; }
.product-list { padding: 5px; }
.product-list-wrapper { overflow: hidden; min-height: 550px; padding: 20px; border: 1px solid #ccc; background: #fff; color: #000; }
.tt-image-box { background: #fff; }
.tt-image-box img { max-height:200px !important; width: auto !important; max-width: 100%; }
.product-list { padding: 10px; }
.product-list .tt-image-box { padding: 20px; min-height: 250px; }
/*end*/