@import url('https://fonts.googleapis.com/css?family=Signika:400,600,700|Noto+Sans:300,400,400i&display=swap');
@import url('../icons/font/flaticon.css');
body,
html {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff1dd;
  background-image: url("../img/cardboard.png");
  color: #342A19;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Signika', sans-serif;
  font-weight: 400;
}
.btn {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 300;
}
.link a {
  color: #6E2306;
  text-decoration: none;
  border-bottom: 1px dotted #6E2306;
}
.link a i {
  font-size: 80%;
}
.link a:hover {
  color: #342A19;
  border-bottom: 1px solid #342A19;
}
body,
html {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}
.bord {
  background: url('../img/border-repeat.png') repeat-x;
  background-size: contain;
  height: 38px;
}
.box-it {
  background-image: url("../img/dark-tire.png");
  box-shadow: 12px 0 15px -4px rgba(146, 134, 99, 0.5), -12px 0 15px -4px rgba(146, 134, 99, 0.5);
  padding: 0px;
  max-width: 900px;
}
@media only screen and (max-width: 529px) {
  .box-it {
    background-color: #fff1dd;
    background-image: url("../img/clean-gray-paper.png");
  }
}
.navbar {
  width: 100%;
  background: #6E2306;
  padding: 0px 15px;
}
.navbar .nav-link {
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #fff1dd;
  font-family: 'Signika', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: white;
}
@media only screen and (max-width: 529px) {
  .navbar .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.navbar .navbar-toggler {
  color: #fff1dd;
  font-size: 1.8rem;
}
.main-content {
  position: relative;
}
.main-content .img-1,
.main-content .img-2,
.main-content .img-3 {
  width: 33.3%;
  float: left;
}
.txt-box {
  padding: 50px 35px 0px 35px;
}
.products {
  background-color: #fff1dd;
  background-image: url("../img/clean-gray-paper.png");
  padding: 30px;
  padding-top: 3rem;
}
.products .product {
  padding: 0.5rem;
  color: #fff1dd;
}
.products .product.pr-green {
  background-color: #3D4543;
}
.products .product.pr-red {
  background-color: #6E2306;
}
.products .product.pr-brown {
  background-color: #342A19;
}
.products .product h4 {
  font-size: 1.4rem;
  margin-top: 1rem;
  padding: 0px 10px;
}
.products .product p {
  font-size: 0.85rem;
  font-style: italic;
  padding: 0px 10px;
}
.products .product .d-flex {
  padding: 0px 10px;
}
.products .product .price {
  font-size: 1.5rem;
}
.products .product .price small {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.products .product .sizes {
  padding-left: 10px;
  padding-bottom: 20px;
}
.products .product .sizes span {
  font-size: 0.7rem;
  padding: 3px;
  background: rgba(190, 164, 141, 0.2);
  color: #fff1dd;
}
@media only screen and (max-width: 529px) {
  .products .product {
    margin-bottom: 30px;
  }
}
.btn-primary {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.2s linear, color 0.2s ease;
  -moz-transition: background-color 0.2s linear, color 0.2s ease;
  -o-transition: background-color 0.2s linear, color 0.2s ease;
  transition: background-color 0.2s linear, color 0.2s ease;
}
.btn-primary:hover {
  background: #fff1dd;
  color: #342A19;
  -webkit-transition: background-color 0.2s linear, color 0.2s ease;
  -moz-transition: background-color 0.2s linear, color 0.2s ease;
  -o-transition: background-color 0.2s linear, color 0.2s ease;
  transition: background-color 0.2s linear, color 0.2s ease;
  border-color: #fff1dd;
}
.wood {
  background: url('../img/wood.jpg') repeat-x center center;
  height: 30px;
  background-size: cover;
  width: 100%;
  border-top: 1px solid #A36A37;
  border-bottom: 1px solid #A36A37;
}
.logo {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px 2px rgba(121, 108, 75, 0.78);
  -moz-box-shadow: 0 0 10px 2px rgba(121, 108, 75, 0.78);
  box-shadow: 0 0 10px 2px rgba(121, 108, 75, 0.78);
  margin: 10px 30px;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  max-width: 150px;
}
@media only screen and (max-width: 529px) {
  .logo {
    margin: 10px;
    margin-top: 4rem;
  }
}
.footer {
  background: url('../img/foot.jpg');
  background-size: cover;
  -webkit-filter: sepia(20%);
  -moz-filter: sepia(20%);
  -ms-filter: sepia(20%);
  filter: sepia(20%);
}
.facebook,
.instagram {
  width: 22px;
  height: 22px;
  background: url('../img/facebook.png') no-repeat center center;
  background-size: 90%;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -3px;
}
.instagram {
  background: url('../img/instagram.png') no-repeat center center;
  background-size: 90%;
}
.social {
  padding-top: 30px;
}
.social a {
  display: block;
  -lh-property: 0;
width:-webkit-calc(100% - 56px);
width:-moz-calc(100% - 56px);
width:calc(100% - 56px);
;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-family: 'Signika', sans-serif;
  font-weight: 400;
  color: #342A19;
  border: 2px solid #342A19;
  padding: 10px;
  margin-right: 30px;
}
.social a i {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.social a.half {
  -lh-property: 0;
width:-webkit-calc(50% - 30px);
width:-moz-calc(50% - 30px);
width:calc(50% - 30px);
;
  display: inline-block;
  margin-right: 0px;
}
@media only screen and (max-width: 529px) {
  .social {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .social a {
    margin: 10px 20px;
    background: rgba(255, 241, 221, 0.7);
    margin-right: 0px;
  }
}
.img-4,
.img-5,
.img-6,
.img-7 {
  width: 49%;
  display: inline-block;
}
.inner-txt {
  padding: 20px;
  padding-top: 50px;
}
.inner-txt h1 {
  color: #6E2306;
}
.inner-txt.no-back {
  background: none !important;
}
.inner-txt.grad-back {
  background: none;
  margin-top: 0px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYxZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff1dd 0%, transparent 100%);
  background-image: -moz-linear-gradient(top, #fff1dd 0%, transparent 100%);
  background-image: -o-linear-gradient(top, #fff1dd 0%, transparent 100%);
  background-image: linear-gradient(to bottom, #fff1dd 0%, transparent 100%);
}
.contact-info {
  padding: 10px 30px;
  text-align: center;
}
#retailers {
  margin: 10px 20px;
}
#retailers #retailers_list {
  background: #fff1dd;
  max-height: 600px;
  overflow-y: scroll;
  border: 1px solid rgba(163, 106, 55, 0.8);
  border-right: none;
}
#retailers #retailers_list .map-icon {
  font-size: 1.3rem;
  width: 3rem;
  text-align: center;
}
#retailers #retailers_list .map-icon i {
  background: url('../img/weed.png') no-repeat center center;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
}
#retailers #retailers_list .retailer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  border-bottom: 1px solid rgba(163, 106, 55, 0.4);
}
#retailers #retailers_list .retailer h5 {
  margin-bottom: 0.5rem;
  margin-top: 0.1rem;
  color: #505E4C;
  font-size: 97%;
  text-transform: uppercase;
  font-weight: 600;
}
#retailers #retailers_list .retailer .address {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 600;
}
#retailers #retailers_list .retailer .website {
  font-size: 0.85rem;
  margin: 0.3rem 0;
}
#retailers #retailers_list .retailer .website a {
  color: #A36A37;
  font-style: italic;
  border-bottom: 1px dotted #A36A37;
}
@media only screen and (max-width: 529px) {
  #retailers {
    margin: 30px;
  }
  #retailers #retailers_list {
    border-right: 1px solid #A36A37;
    max-height: 1000px !important;
    overflow-y: auto;
  }
  #retailers #retailers_list .map-icon {
    width: 5rem;
  }
}
#retailer_call {
  padding: 5rem 3rem;
  text-align: center;
  color: white;
  background: url('../img/pages/call.jpg') no-repeat center center;
  background-size: cover;
}
#news_list .article {
  margin: 15px 20px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(144, 127, 83, 0.65);
  -moz-box-shadow: 0px 0px 7px 1px rgba(144, 127, 83, 0.65);
  box-shadow: 0px 0px 7px 1px rgba(144, 127, 83, 0.65);
  background-color: #fff1dd;
  background-image: url("../img/clean-gray-paper.png");
}
#news_list .article .news-img img {
  width: 220px;
  height: 220px;
}
@media only screen and (max-width: 529px) {
  #news_list .article .news-img img {
    width: 100%;
    height: auto;
  }
}
#news_list .article .news-art {
  padding: 30px;
}
#news_list .article .news-art h2 {
  color: #342A19;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
#news_list .article .news-art h2 a {
  text-decoration: none !important;
  color: inherit;
}
.news-link {
  color: #6E2306;
  text-decoration: none;
  border-bottom: 1px dotted #6E2306;
}
.news-link:hover {
  border-bottom: 1px solid #6E2306;
  color: #6E2306;
  text-decoration: none;
}
.main-i {
  border: 2px solid white;
}
#news_gallery {
  width: 100%;
  position: relative;
}
#news_gallery .gall-img {
  margin: 10px;
}
#news_gallery .gall-img img {
  border: 2px solid white;
}
@media only screen and (min-width: 950px) {
  .main-content .txt-box {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 3px solid #6E2306;
    height: 600px;
    width: 600px;
    background: #fff1dd;
    padding: 90px;
    text-align: center;
    right: 0;
    top: 0;
    margin-top: -50px;
    float: right;
    margin-right: 40px;
    position: relative;
    z-index: 10;
    background-color: #fff1dd;
    background-image: url("../img/clean-gray-paper.png");
  }
  .main-content .img-1,
  .main-content .img-2,
  .main-content .img-3,
  .main-content .img-4,
  .main-content .img-5,
  .main-content .img-6,
  .main-content .img-7 {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    overflow: hidden;
    width: 250px;
    height: 250px;
    border: 3px solid #A36A37;
    float: none;
    z-index: 1;
  }
  .main-content .img-1 {
    width: 210px;
    height: 210px;
    margin-top: -50px;
    left: 115px;
  }
  .main-content .img-2 {
    margin-top: 120px;
    left: 50px;
  }
  .main-content .img-3 {
    margin-top: 350px;
    width: 200px;
    height: 200px;
    left: 130px;
  }
  .main-content .img-4 {
    margin-top: 250px;
    width: 200px;
    height: 200px;
    right: 80px;
  }
  .main-content .img-5 {
    margin-top: 45px;
  }
  .main-content .img-7 {
    margin-top: 180px;
    width: 200px;
    height: 200px;
    left: 80px;
  }
  .main-content .img-6 {
    margin-top: -45px;
    left: 100px;
  }
  .inner-txt {
    margin-top: 40px;
    background-color: #fff1dd;
    background-image: url("../img/clean-gray-paper.png");
    padding: 30px;
  }
  .contact-info {
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 2px solid #6E2306;
    background-color: #fff1dd;
    background-image: url("../img/cardboard.png");
    text-align: center;
    padding: 60px 20px;
    margin-top: 50px;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
  }
  .contact-info a {
    color: #6E2306;
    text-decoration: none;
    border-bottom: 1px dotted #6E2306;
  }
}
/* CONTACT FORM */
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #767448;
  background: #FFF;
  margin: 0 0 5px;
  padding: 12px;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #A36A37;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #3D4543;
  color: #FFF;
  margin: 0 0 5px;
  padding: 15px 10px;
  font-size: 15px;
}
#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.con {
  margin: 10px 0px;
}
/* CONTACT FORM END */
#map {
  width: 100%;
  height: 600px;
  border: 1px solid #342A19;
}
#product_list {
  margin: 0px 35px;
}
#product_list .card {
  background-color: #fff1dd;
  margin-bottom: 3rem;
  border: 3px solid rgba(61, 69, 67, 0.6);
}
#product_list .card img {
  border-bottom: 3px solid rgba(61, 69, 67, 0.6);
}
#product_list .card .card-img {
  position: relative;
}
#product_list .card .magnify {
  z-index: 2;
  position: absolute;
  background: rgba(52, 42, 25, 0.7);
  color: white;
  padding: 10px;
  right: 0;
  bottom: 0;
}
#product_list .card .magnify:hover {
  background: #505E4C;
  cursor: pointer;
}
#product_list .sizes span {
  font-size: 0.7rem;
  padding: 3px 5px;
  background: rgba(61, 69, 67, 0.6);
  color: #fff1dd;
}
.checkout-form {
  background: #f4f4f4;
  border: 1px solid #ccc;
  margin: 0px 20px;
  padding: 20px;
}
.checkout-form .clearfix {
  display: block;
  width: 100%;
}
.checkout-form label {
  display: block;
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
}
.checkout-form label.error {
  font-size: 0.8rem;
  color: darkred;
  width: auto;
}
.checkout-form .form-group {
  margin-bottom: 20px;
}
.checkout-form input.form-control,
.checkout-form textarea.form-control {
  width: 100%;
  margin-right: 20px;
}
.checkout-form input.form-control.error,
.checkout-form textarea.form-control.error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05);
}
.checkout-form hr {
  width: 100%;
}
.modal-footer {
  width: 100%;
}
p.notice {
  font-size: 0.9rem;
  color: green !important;
}
.product-summary {
  padding: 20px;
}
.product-summary .img {
  margin-right: 20px;
}
.product-summary .name {
  color: #342A19;
  font-family: 'Signika', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.product-summary .price {
  color: green;
  font-size: 1.5rem;
  margin-top: 30px;
}
.product-summary .sizes span {
  font-size: 0.7rem;
  padding: 3px 5px;
  background: #505E4C;
  color: #fff1dd;
}
#ageVerify .modal-content {
  background-color: #f8f2e6;
  padding: 0;
}
#ageVerify .modal-body {
  padding: 0px;
}
#ageVerify .modal-backdrop.show {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#ageVerify .age-content {
  padding: 50px 30px;
  padding-left: 0;
  text-align: center;
}
#ageVerify .age-content h5 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
#ageVerify .age-content p {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 2;
}
#ageVerify .btn {
  background-color: #54A984;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.5em 0em;
  display: block;
  max-width: 250px;
  line-height: 2;
  margin: 0 auto;
}
#ageVerify .btn.btn-beta {
  background-color: #e36e3a;
}
#ageVerify .decor-line {
  position: relative;
  top: 1.6em;
  border-top: 1px solid #ccc;
  text-align: center;
  max-width: 40%;
  margin: 0.5em auto;
  display: block;
  padding: 0.1em 1em;
  color: #ccc;
  margin-bottom: 2rem;
  line-height: normal !important;
}
#ageVerify .decor-line span {
  background: #f8f2e6;
  color: #999;
  position: relative;
  top: -0.7em;
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#ageVerify small {
  margin-top: 15px;
  text-transform: uppercase;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  font-weight: 700;
  display: block;
}
