/* Add your CSS here */
#loading img{
  display: block;
  margin:50px auto 0;
}

ul#searchFilters li{
	margin: 0 2px 4px 2px;
    display: block;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background: #fafafa;
    font-size: 14px;
    text-align: center;
    width: 130px;
}

ul#searchFilters li a{
    padding:10px 12px;
 }



div.logo a{
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    color: #2f2f2f;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

div.logo a span{
	color: #dc2a0b;
}

.title-decorated:before, .title-decorated:after, .title-decorated h1:before{
	border-radius: 0
}

section#brands{
    padding:20px 0 0;
}

section#brands .partners__logos li{
    width:100px;
}

section#brands .partners__logos li a{
    padding:10px 12px;
    text-align: center;    
    border: 1px solid #e1e1e1;
}

/*
section#results-section{
    padding-top: 20px
}
*/
/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}


/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}

.new, .reduced{
    color: #dc2a0b;
    font-weight: bold;
    font-size: 8px;
    vertical-align: super;
    text-transform: uppercase;
}


    .project-item{
        width: 333px;
        float: left;
        padding-right: 20px;
    }

    @media only screen and (max-width: 756px){
         .project-item{
                margin: 10px 25px;
                float:none;
                width: auto;
                padding-right: 0px
        }
    }

    .project-item img{
        height: 300px!important
    }

.owl-carousel{
    width: 1000px;
    margin: auto;
}

@media only screen and (max-width: 1000px){
    .owl-carousel{
        width: 100%;
    }
}

#resultsTable_filter{
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.dataTables_filter label{

}

.search-control{
    width: 365px;
    margin:0!important;
}

@media only screen and (max-width: 500px){
    .search-control{
        width: 250px;
    }
}

.filterlist {
    list-style-type: none;
}

.filterlist li{
    width: 333px;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

@media only screen and (max-width: 756px){
.filterlist li{
    width: 100%
}
}


.filterlist.retailers label{
    padding-left: 12px;
    cursor: pointer
}

.checkselect{
    cursor: pointer
}

#copylink{
    width: 200px
}

.producttype{
    margin-right: 8px!important
}

.producttypelabel{
    margin-right: 8px
}

.pricefilter{
    width: 50px;
    margin-right: 5px
}

#resetfilterdiv{
    text-align: center;
    width: 100%
}

#resultsTable a{
    color: #000!important
}

#resultsTable a:hover{
    color: #c4250a!important
}

            div.dataTables_length {
                display: none;
            }


#shiptoOptions{
            text-align: center;
        }

#shiptoOptions input{
    cursor: pointer
}

#shiptoOptions label{
    margin-right: 20px;
    cursor: pointer
}

#countryOverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity */
  z-index: 5; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#countryOverlay ul{
    float:left;
    width: 33%
}

#countryOverlay .contents{
    position: relative;
    width: 756px;
    margin: 200px auto;
    z-index: 6; 
    height: 700px;
    overflow: auto;
}

#countryOverlay .contents a{
    color:white;
    font-size: 14px
}

#countryOverlay .contents li img{
   margin-right: 10px
}

.flag{
       width:40px;
   height:20px;
}

#countryOverlay .contents h1{
    text-align: center;
    color:white;
    margin-bottom: 40px
}

#countryOverlay .contents ul{
    list-style-type: none
}

#countryOverlay .contents li{
    margin-bottom: 8px
}

#country_select_title{
    box-sizing:border-box;
    color:rgb(255, 255, 255);
    display:block;
    font-family:Oswald, sans-serif;
    font-size:30px;
    font-weight:400;
    height:36px;
    line-height:36px;
    margin-block-end:40px;
    margin-block-start:0px;
    margin-bottom:40px;
    margin-inline-end:0px;
    margin-inline-start:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    text-align:center;
    text-size-adjust:100%;
    text-transform:uppercase;
}

@media only screen and (max-width: 756px){
    #countryOverlay .contents{
        width: 100%;
        padding-bottom: 200px
    }

    #countryOverlay ul{
        width: 100%
    }
}

#countryselect{
    text-align: center;
    margin-top: 10px;
}

#resultsTable .flag{
float:right; opacity:0.3;
}

h2{
    box-sizing:border-box;
    display:block;
    /*font-family: oswald;*/
    font-size:30px;
    font-weight:400;
    height:36px;
    line-height:36px;
    margin-block-end:40px;
    margin-bottom:40px;
    text-align:center;
}

h2 span {
    color: #dc2a0b;
}

.page-content{
    padding-top: 40px;
}

.tp-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url('/images/herobanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 526px;
}

.banner-content{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.banner-content h1{
    color: white;
    font-size: 50px
}

@media only screen and (max-width: 756px){
.tp-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),('/images/herobanner_mobile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-content h1{
    color: white;
    font-size: 36px
}
}

.banner-content .tagline{
    color: white;
    font-size: 20px
}

#filter{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}


.error {
    color: #dc2a0b !important;  
}

.success {
    color: #08a608 !important;  
}

.show {
    display: block;
}

.hide{
    display: none;
}