.hajde--top-bar{
  background: #E24A4B;
}

.navbar-collapse ul{
  text-align: center;
}

.topbar{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.topbar a{
  color: white;
  text-decoration: none;
}
.topbar a:hover{
  text-decoration: underline;
}

.sellingpoints{
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.sellingpoint{
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 2px 20px 2px 0;
}
.sellingpoint > span{
  margin-left: 4px;
  margin-right: 4px;
}

.wrapline{
  flex-wrap: wrap;
}

.infolinks{
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.infolink{
  margin: 2px 20px 2px 0;
}

.footerrow{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
}
.footerrow i{
  margin-right: 4px;
  width: 16px;
  text-align: center;
}

.footerrowjustified{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 170px;
}
.footerrowjustified div + span{
  margin-left: 30px;
}

.address{
  display: flex;
  flex-direction: column;
}

.footerheading{
  display: flex;
  width: 230px;
}

.footercontent{
  margin: auto;
  text-align: left;
}

.wreath{
  display: flex;
  background-image: url("https://cdn.abicart.com/shop/ws45/97245/files/olive-wreath.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 110%;
  height: 120px;
  width: 150px;
  font-size: 12px;
  text-align: center;
  vertical-align: center;
  justify-content: center;
  padding-top: 8px;
  float: right;
  /*margin: 0 50px;*/
}

#search-input{
  border-radius: 40px;
  background-color: #E8EBEF;
}

.hajde--footer {
    padding: 20px 0 15px 0;
}

.hajde--footer .container .row{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.hajde--footer-right{
  display: flex;
  justify-content: center;
}

.hajde--back-to-top a {
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  /*border: 1px solid #3B3F46;*/
  border: none;
  background: #E24A4B;
  text-align: center;
  line-height: 22px;
  opacity: 0.6;
  transition: opacity .3s;
}
.hajde--back-to-top a:hover, .hajde--back-to-top a:focus {
  opacity: 1;
  color: #fff;
}

.tws-list--type-grid{
  justify-content: center;
}

.map-big{
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 75% 20px 20px 20px;
  position: relative;
}
.map-big iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-box{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.about-text-box{
  display: flex;
  flex-flow: row wrap;
  max-width: 520px;
  text-align: center;
  justify-content: center;
}
.about-text-box p{
  margin-top: 0;
}

.about-selling-points{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
}
.about-selling-point{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 35%;
  margin: 10px 10px;
  min-width: 300px;
}
.about-selling-point img{
  width: 60px;
  margin-right: 10px;
}
.about-selling-point span{
  font-style: italic;
}

.tws-article-list--show-more-button {
  background: #E8EBEF!important;
  border-bottom: 2px solid #D0D7E2!important;
  color: #3B3F46!important;
}
.tws-article-list--list .tws-article-list--buy-button .btn .tws-article-list--show-more-button-text {
  color: #3B3F46;
}

.slot--header-search input.form-control::placeholder {
  color: #767A80;
  opacity: 1;
  font-style: italic;
}

.btn-toolbar.tws-list-controls.pull-right {
  float: right !important;
}

@media only screen and (min-width: 992px){
  .slot--header-search input.form-control {
    width: 300px;
  }
  
  .hajde--top-bar{
    position: sticky;
    top: 0;
    z-index: 100;
  }
  
  .slot--header-horizontal-menu {
    background: #3B3F46;
	}
  
  .slot--header-horizontal-menu .navbar-nav>li a {
    color: #fff;
	}
  .slot--header-horizontal-menu .navbar-nav>li a:hover {
    color: #E24A4B;
	}
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
    color: #E24A4B!important;
  }
  
  .hajde--header .hajde--header-wrapper {
    padding: 10px 30px;
	}
  
  .nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
    color: #E24A4B;
	}
}

@media only screen and (min-width: 1100px){
  .slot--header-search input.form-control {
    width: 400px;
  }
}