body {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #14140F;
}
/*global*/
a:focus, a:active, .btn:focus, .btn:active, button:focus, button:active, .disabled:focus, .disabled:active {
  outline: none !important;
  box-shadow: none!important;
}
input:focus, input:active {
  outline: none !important;
  box-shadow: none!important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  bottom: 0;
  border-top:1px solid #ccc;
  z-index:9999999;
  width:100%;
  text-align: center;
  padding: 20px;
  color:#666;
  background: #fff;
  opacity: 0.9;
}
#gdpr-cookie-message button {
  color:#000;
  background: #fafafa;
  border:1px solid #ccc;
  margin-right:20px;
}

.bg-green {
  background-color:#EDF6EE;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    background-color:#EDF6EE!important;
}

#notification{
  position: fixed;
  top:20px;
  left: 10%;
  right: 10%;
  z-index:999;
}
#notification h3 {
  margin-top:0;
}
label.required:after {
  content: " *";
  color:red;
}
ul, li {
  list-style: none;
  list-style-position: inside;
}
.bg-cart{
  background-color:#FBF5EE;
}
.full-image {
  max-height: 450px;
  overflow: hidden;
}
.full-image img {
  display: block;
  width: 100%;
  background-size: cover;
}

#top {
  background:#BCE2C6;
  padding: 10px 0;
}
#top a {
  color:#333;
  text-decoration: none;
  font-size: 16px;
  text-shadow: 0px 1px 1px #fff;
}
#top a:hover {
  background-color: #a5d4b2;
}

#menu {
  -webkit-box-shadow: 0px 7px 7px 1px rgba(0,0,0,0.17); 
  box-shadow: 0px 7px 7px 1px rgba(0,0,0,0.17);
  z-index: 1;
  margin-bottom:5px;
}
#menu nav .nav-link{ 
  text-transform: uppercase;
  margin: 0 25px 0 0;
  font-size: 16px;
  border-bottom:1px solid #fff;
}
#menu nav .nav-link.active,
#menu nav .nav-link:hover {
  border-bottom:1px solid #14140F;
}
#menu .nav-item:hover ul {
  position: absolute;
  z-index: 999999;
  background:#BCE2C6;
  padding: 2px 2px 2px 2px;
  margin-top: -1px;
  border:0!important;
  min-width: 200px;
}
#menu .has-children ul .nav-link {
  border: 0!important;
  margin:0!important;
}
#menu .has-children ul .nav-link:hover {
  background-color: #76a883;
  color:white;
}

#menu .nav-item ul {
  display:none;
}
#menu .nav-item:hover ul {
  display: block;
}



.fsearch {
  width: 200px;
  left: -100px;
  top: -40px;
  position: absolute;
  margin-top: 18px;
  background: #fff;
  padding:20px 0 20px 20px;
}
.fsearch button {
  position: absolute;
  right: 5px;
  top: 2px;
}
#top-links {
  margin-top:20px;
  position: relative;
}
#top-links > a {
  padding:2px;
}
#top-links > a:last-child {
  padding-right:0;
}
.dropdown-cart {
  min-width: 350px;
}



.breadcrumb {
  padding:5px;
  margin:0;
  font-size:12px;
  margin: 10px 5px;
}
.breadcrumb li {
  margin-right: 10px;
}
.breadcrumb li:last-child:before {
  padding-right: 10px;
}
.breadcrumb li:first-child:before {
  content: '';
  width: 0;
}
.breadcrumb li:before {
  content: '> ';
  width: 10px;
  height: 10px;
}
.breadcrumb li a {
  text-decoration: none;
  color:#14140F;
  padding-left: 10px;
}

#slider {}
#slider div a {
  display: block;
}
#slider .owl-dots {
  width: 120px;
  right: 0;
  bottom: 20px;
  z-index: 9;
  position: absolute;
}
#slider .owl-dots .owl-dot
{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  background: #fff;
  margin-right: 3px;
}
#slider .owl-dots .owl-dot.active
{
  background: #888888;
}

/*** widgets **/
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
}
.owl-carousel .owl-prev.disabled i,
.owl-carousel .owl-next.disabled i{
    background: none;
    color: #eaeaea;
}
.owl-carousel .owl-prev i,
.owl-carousel .owl-next i {
   font-size: 36px;
    width: 45px;
    height: 45px;
    display: block;
    color:#7F462B;
}
.owl-carousel .owl-prev {
    left: -20px;
}
.owl-carousel .owl-next {
    right: -20px;
}
.widgets {

}
.widget {
  overflow: hidden;
}
.widget-photo {
  overflow: hidden;
}

.widget-categories {
  position: relative;
}
.widget-category {
  margin: 0;
  color:#14140F;
  text-align: left;
  text-decoration: none;
  padding: 30px 0 0 0;
  background: #7B7B7B;
  background: linear-gradient(0deg, rgba(239,238,236,1) 0%, rgba(248,247,245,1) 100%);
}
.widget-category > .btn {
  margin:0;
  padding:0;
}
.widget-category-icon 
{
  padding:0 30px;
  margin:0 auto;
  width:auto!important;
}
.widget-category h3 {
  text-align: left;
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
  padding: 0 30px;
}
.widget-category-text {
  height: 70px;
  text-align: left;
  overflow: hidden;
  color: #999999;
  margin: 10px 0 20px 0;
  padding: 0 30px;
}
.widget-category-photo {
  height: 100%;
}

.widget-blog-item {
  background:#F8F7F5;
  padding: 20px;
  margin:0 10px;
  text-align: center;
}
.widget-blog-item h3 {
  font-size: 20px;
  height: 100px;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
}
.widget-blog-item-text {
  color: #999999;
  height: 120px;
  overflow: hidden;
}
.widget-blog-item-photo {
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

.widget-content h2 {
  font-size: 40px;
  color:#474747;
  font-weight: 700;
  padding: 20px 0;
}
.widget-content {
  font-size: 16px;
  color:#7B7B7B;
  text-align: center;
}

.widget-light {
  background: #ECECEC;
  color:#AEAEAE;
}
.widget-light .widget-content{ 

}

.widget-green-light {
  background: #BDE2C6;
  text-align: left;
}
.widget-green-light  .widget-content{ 
  text-align:left!important;
}
.widget-dark { 
  background: #ECECEC;
  color:#464646;
}
.widget-dark  .widget-content{ 
  text-align: left!important;
}



.footer {
  background: #000000;
  color:white;
  padding-top:60px;
  padding-bottom: 0px;
}
.footer h2 {
  font-size: 55px;
}
.footer h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer ul,
.footer li {
  padding: 0;
  margin: 10px 0;
}
.footer li a {
  color:#9A9A9A;
  text-decoration: none;
}
.footer li a:hover {
  text-decoration: underline;;
}
.footer-bottom {
  border-top: 1px solid #333;
}
.footer-bottom a {
  color:#999;
}

/** page */
.page {
  background: #FBF5EE;
  padding-bottom: 10px;
}
.page .page-title {
  margin-bottom: 10px;
  padding:20px 50px;
  height: 100px;
  overflow: hidden;
}
.page .page-title a {
  font-size: 26px;
  color:#333;
  text-decoration: none;
}
.page .page-image {
  display: block;
  overflow: hidden;
  margin: 0 0 20px 0;
  height: 260px;
}
.page .page-image img {
  width: 100%;
}
.page .page-content {
  padding:10px 50px;
  color: #7c7c7c;
  line-height: 18px;
  height: 130px;
  overflow: hidden;
  line-height: 22px;
}
.page .page-content img {
  width: 100%;
}
.page .page-content a {
  text-decoration: none;
}
.page .btn-more {
  margin-left:40px;
  text-decoration: none;
}
.page .btn-more:hover {
  text-decoration: underline;
}
.form-contact .mb-3 {
  position: relative;
  margin-bottom: 40px!important;
}
.form-contact label.form-label{
  background: white;
  border-radius: 10px;
  padding:5px 10px;
  font-size: 12px;;
  font-weight: bold;
  top: -15px;
  left: 20px;
  position: absolute;
}
.form-contact .form-control {
  padding:13px 10px;
}
.form-contact .help-text
{
  font-size: 12px;
}

.categories {
  padding: 0;
}
.category-item {
  background: #FBF5EE;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.category-item .category-image {
  overflow: hidden;
  display: block;
  height: 300px;
  margin-bottom: 10px;
}
.category-item .category-image img {
  width: 100%;
}
.category-item .category-content {
  height: 150px;
  overflow: hidden;
}
.category-item .category-title {
  height: 100px;
  overflow: hidden;
}
.category-item .category-title a{
  color:#444444;
  text-decoration: none;
}

.widget-newsletter form h4 {
  background: url('../images/bk_nw.jpg') no-repeat top center;
  color:#C96F1C;
  line-height: 50px;
  height: 50px;
  max-width: 600px;
  margin:0 auto;
}
.widget-newsletter form h3{
  text-transform: uppercase;
  margin:30px 0;
}

@media (max-width: 768px) {
  #logo img {
    width:200px;
  }
  #formFilter {
    margin-bottom: 20px;
  }
  #formFilter #filters {
    display: none;
  }
  .widget-newsletter {
    background: url('../images/nw1.jpg') no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    margin-top:50px;
  }
  .widget-newsletter form {
    background: #F2F2F2;
    padding: 5px;
    margin-top:100px;
  }
  .widget-newsletter form .input-group {
    width:auto;
    margin:0 auto;
  }  

  .page-contact iframe {
    width: 100%!important;
  }
}


@media (min-width: 768px) {
  #logo img {
    width:240px;
  }

  #slider div a {
    display: block;
    height: 600px;
    overflow: hidden;
  }
  .widget {
    margin-top: 50px;
  }

  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
      position: absolute;
      top: 200px;
  }

  .owl-carousel .owl-prev {
    left: -55px;
  }
  .owl-carousel .owl-next {
      right: -75px;
  }

  .widget-newsletter {
    background: url('../images/nw1.jpg') no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 470px;
    overflow:visible!important;
    margin-bottom:300px;  
  }
  .widget-newsletter form {
    background: #F2F2F2;
    padding: 50px;
    margin-top:400px;
  }
  .widget-newsletter form .input-group {
    width:450px;
    margin:0 auto;
  }
}