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: Dosis !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rubik !important;
}

.btn {
  -webkit-background-color: #ffc477;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #ff8605;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 40px;
  text-decoration: none;
  text-shadow: 0 1px 0 #cc9f52
}

.btn:hover {
  background-color: #fed8b1
}

.btn:active {
  position: relative;
  top: 1px
}


#about {
  padding: 60px 0;
  background: #FFFFFB;
  color: #222222;
}

#about2 {
  background: #FF6B6C;
  color: #222222;
}

#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: 15px;
  color: #424242;
}

#order_body .checkbox input {
  position: absolute;
  margin-top: 5px;
}

#order_body .checkbox p {
  padding-left: 20px;
}

/******* Products *******/
.product-list-title {
  padding: 5px;
}

.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: 125px;
}

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;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 25px;
  font-style: normal;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 10px;
}

/* 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 .summary-body {
  float: left;
  width: 500px;
}

#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 th {
  padding: 5px;
  border: 1px solid #ccc;
  background: #f1f1f1;
}

#order_body .summary td {
  padding: 5px;
}

#order_body .summary .price {
  float: right;
}

.sticky-style.sticky-header {
  padding: 10px !important;
  background: #222222 !important;
}

#order_body .sticky-style.sticky-header {
  padding: 10px !important;
  background: #f1f1f1 !important;
}

#mainNav.sticky-header .logo {
  background: none;
  border-radius: 0px;
  margin-top: 0px;
  padding: 0px;
}

#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;
}

#about {
  color: #222;
  background: #f1f1f1;
  padding: 0;
}

#aboutwrapper2 {
  color: #ffffff;
  padding: 20px 0;
  font-size: 20px;
  background-image: radial-gradient(rgba(60, 100, 100, 0.5), black);
  background-color: rgb(0, 0, 0);
}

#aboutwrapper2 h2 {
  text-align: center;
  font-size: 50px;
}

#mainNav {
  padding: 0px;
  background: none;
}

.sticky-style {
  padding: 50px 0 !important;
}

#mainNav a {
  font-weight: bold !important;
}

.logo img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.nav-link i {
  font-size: 20px;
  float: right;
  padding: 0px 0px 15px 5px;
}

.cart_product {
  box-shadow: 0px 0px 10px #cccccc;
  margin-bottom: 20px;
}

.cart_product td {
  padding: 10px;
  border: 1px solid #cccccc;
}

.cart_product_empty {
  width: 100%;
  padding: 20px;
}

.cart_shopall {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px;
}

.cart_shopall a {
  float: right;
}

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

.btn {
  cursor: pointer;
}

/******* Custom Banner *******/
.custombanner1 {
  color: #fff;
  font-size: 5vw;
  line-height: 5vw;
  font-family: Rubik;
  font-weight: bold;
}

.custombanner2 {
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-family: Dosis;
  font-weight: normal;
}

.custombanner3 {
  color: #fff;
  font-size: 2vw;
  line-height: 2vw;
  font-family: Dosis;
  font-weight: normal;
}

#about2 {
  padding: 200px 0;
  list-style-type: none;
  text-align: center;
  color: #ffffff;
  background: #121212;
}

#about2 i,
#about3 i {
  font-size: 100px;
}

#about3 {
  padding: 200px 0;
  list-style-type: none;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8)100%), url('/template/images/background2.jpg');
  background-size: cover;
}

#about h1 {
  padding: 20px 0;
  text-align: center;
}

.product-list-price {
  font-size: 20px;
  font-weight: bold;
}

.btn {
  cursor: pointer;
}

.product-list {
  overflow: hidden;
}

.tt-image-box {
  background: #fff;
}

.tt-image-box img {
  max-height: 200px;
  width: auto !important;
  max-width: 250px;
}

.product-list {
  padding: 10px;
}

.product-list .tt-image-box {
  overflow: hidden;
  padding: 30px;
  min-height: 300px;
}

#about2 i {
  overflow: hidden;
  font-size: 50px;
  padding: 20px;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  border: 2px solid #FFC145;
  color: #FFC145;
}

#about3 i {
  overflow: hidden;
  padding: 50px;
  height: 200px;
  width: 200px;
  border-radius: 100px;
  border: 2px solid #FFC145;
  color: #FFC145;
}

/*end*/