body {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-size: 16px;
  color: #717171;
}

/*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-main {
  background-color:#343339;
}
.bg-second {
  background-color:#EFEEEB;
}
.color-main {
  color:#343339;
}
.bg-main:hover {
  background-color:#343339;
  color:white;
}
.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:#EFEEEB;
}
.full-image {
  max-height: 450px;
  overflow: hidden;
}
.full-image img {
  display: block;
  width: 100%;
  background-size: cover;
}

#top {
  background:#fff;
  margin-top: 10px;
}

#logo {

}

#menu {
  z-index:99999;
}
#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 .nav-item.has-children:hover > a {
  color:#C11D30;
}
#menu .has-children li:hover {
  background-color:#780d1a!important;
  color:white!important;
}


#menu .has-children:hover ul {
  position: absolute;
  z-index: 999999;
  background:#C11D30;
  border-top: 1px solid #fff;
  padding: 2px 2px 2px 2px;
  margin-top: -1px;
  min-width: 200px;
}
#menu .has-children:hover ul ul {
  left: 99%;
  top:0;
  background-color: #780d1a;
}
#menu .nav-item:hover ul li {
  border-bottom: 1px solid #780d1a;
}
#menu .nav-item:hover ul li ul li {
  border-bottom: 1px solid #C11D30;
}
#menu .nav-item:hover ul li:last-child {
  border-bottom: 0;
}
#menu .nav-item:hover ul li .nav-link {
  margin:0!important;
  border:0!important;
  color:#fff;
}
#menu .has-children ul {
  display:none;
}
#menu .has-children:hover > ul {
  display: block;
}

.fsearch .form-control {
  border-color: #343339;
  color:#343339;
}
 
#top-links {
  
}
#top-links > a {
  padding:2px;
}
#top-links > a:last-child {
  padding-right:0;
}
.dropdown-cart {
  width: 350px;
  z-index: 99999;
}

#modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: black;
  display: flex;
  z-index:999;
  opacity: 0.3;
}

.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: 45%!important;
}
.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:#7A7A7A;
}
.owl-carousel .owl-prev {
    left: -20px;
}
.owl-carousel .owl-next {
    right: -55px!important;
}
.widgets {

}
.widget {
  overflow: hidden;
}
.widget h2 {
  color:#000;
}
.widget-photo {
  overflow: hidden;
}

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

.widget-blog-item {
  padding: 20px;
  margin:0 10px;
  text-align: center;
  color:#797979;
}
.widget-blog-item h2 {
  font-size: 20px;
  color:#000;
  font-weight: 700;
}
.widget-blog-item-text {
  color: #999999;
}
.widget-blog-item-photo {
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

.widget-contact {
  background-position: top center;
  background-size: cover;
  min-height: 800px;
  background-repeat: no-repeat;
}
.widget-contact .widget-content {
  text-align: left!important;
}
.widget-contact .widget-content,
.widget-contact .widget-content h2 {
  color:white;
}

.widget-content {
  font-size: 18px;
  color:#ABABAB;
  text-align: center;
}
.widget-content strong {
  font-weight: 400;
  color: #373737;
}
.widget-content h2 {
  font-size: 50px;
  padding: 20px 0;
  font-weight: 400;
  color: #373737;
}
.widget-dark { 
  background: #EFEEEB;
  color:#343339;
}
.widget-daily-products h2 {
  height: 120px;
  overflow: hidden;
}


.footer {
  padding-top:60px;
  padding-bottom: 0px;
  background: #F9F9F9;
  color:#343339;
}
.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 {
  text-decoration: none;
}
.footer li a:hover {
  text-decoration: underline;
}
.footer-bottom {
  
}
.footer-bottom a {
  
}

/** page */
.page {
  padding-bottom: 10px;
}
.page .page-title {
  margin: 10px 0;
  padding:10px;
  height: 80px;
  overflow: hidden;
}
.page .page-title a {
  color:#495057;
  text-decoration: none;
}
.page .page-image {
  display: block;
  overflow: hidden;
  height: 250px;
}
.page .page-image img {
  display: block;
  background-size: contain;
}
.page .page-content {
  padding:10px;
  height: 100px;
  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 {
  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: 50px;
  overflow: hidden;
}
.category-item .category-title {
  height: 50px;
  overflow: hidden;
}
.category-item .category-title a{
  color:#444444;
  text-decoration: none;
}

.widget-newsletter {
  background: #343339;
}

.widget-newsletter form h4 {
  color:#C96F1C;
  margin:0 auto;
}
.widget-newsletter form h3{
  text-transform: uppercase;
  margin:30px 0;
}

@media (max-width: 768px) {
  #logo img {
    width:200px;
  }
  #top-links > button {
    padding:0!important;
    margin-right: 5px;
  }
  #formFilter {
    margin-bottom: 20px;
  }
  #formFilter #filters {
    display: none;
  }
  
  .widget-newsletter form .input-group {
    width:auto;
    margin:0 auto;
  }  
}


@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 form .input-group {
    width:650px;
    margin:0 auto;
  }
}