body{

  background: url(../images/DanleyWallpaper.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.topBar{
  background: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.topMenu{
	padding-right: 0px;
}
.logoBlock{
  display: flex;
  padding-top: 31px;
  padding-left: 0px;
}
.logoBlock a{
  display: block;
}
.topMenu{
  /*margin-top: 5px;*/
}
.topMenu ul{
  padding: 0px;
  text-align: right;
  margin: 0px;
}
.topMenu > ul > li{
  display: inline-block;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.topMenu > ul > li > a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 30px 12px;
  z-index: 1;
}
.topMenu > ul > li > a > p {
  z-index: -1
}
.topMenu > ul > li:hover{
  background: #fff;
}
.topMenu > ul > li:hover > a{
  color: #000;
}
.topMenu ul ul{
  display: none;
  position: absolute;
  background: #fff;
  min-width: 150px;
  text-align: left;
  z-index: 99;
  padding: 10px;
}
.topMenu > ul >li:hover ul{
  display: block;
}
.topMenu ul ul li{
  display: block;
  margin: 0px;
  padding: 4px 0px;
}
.topMenu ul ul li a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  display: block;
  border-bottom: 1px solid #F57325;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.topMenu ul ul li a:hover {
  color: #F57325;
}
.dropdown-icon {
  display: none;
}
.productListSortContainer{
	display: none;
}

/******************************************************
CountryMenu
******************************************************/

.menuCountry {
  margin-top: 4px;
}
.menuCountry > ul {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 10px;
    border-left: 1px solid #f57325;

}

.menuCountry ul li a {
    text-decoration: unset;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}

.menuCountry ul li ul {
  display:none;
  padding: unset;
  background: #ffffff;
  position: absolute;
  padding: 0px 5px;
}

.#COUNTRY > li > .hideit {
  display:block;
}



.menuCountry ul li ul li a {
  color: #000000;
}

/******************************************************
OtherMenu
******************************************************/
.otherMenuBlock{
  margin-top: 10px;
  position: fixed;
  width: 100%;
  top: 85px;
  z-index: 9999;
}

.otherMenuBlock.topAdShown{
  margin-top: 126px;
}

.cartBlock{
	padding-right: 0px;
}
.otherMenu{
  padding-right: 0px;
  padding-left: 0px;
}
.otherMenu > ul{
  margin: 0px;
  padding: 0px;
  background: #F57325;
}
.otherMenu > ul > li{
  display: inline-block;
  border-left: 2px solid #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.otherMenu > ul > li:first-child{
  border-left: none;
}
.otherMenu > ul > li:first-child:hover{
  border-left: none;
}
.otherMenu > ul > li > a{
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 15px;
  display: block;
} 
.otherMenu ul ul{
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  z-index: 9999;
}
.otherMenu ul ul li{
  display: block;
  padding:4px 0;
}
.otherMenu > ul > li:hover{
  background: #fff;
  border-left: 2px solid #F57325;
}
.otherMenu > ul > li:hover > ul{
  display: block;
}
.otherMenu ul ul li a{
  text-decoration: none;
  color: #F57325;
  border-bottom: 1px solid #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.otherMenu ul ul li:hover a{
  color: #000;
}
.contents-block{
  margin-top: 145px;
  min-height: 60vh;
  overflow: hidden;
}

.contents-block.topAdShown 
{
  margin-top: 270px;
}


.contents-block.home {
  margin-top: 84px;
}
/******************************************************
CartBlock
******************************************************/
.cartBlock{
  padding: 0px;
}
.cartBlockContainer{
  padding: 0px;
  overflow: visible
}
.cartBlockContainer input:after{
  content: ">";
}
/******************************************************
Slider Block
******************************************************/
.slider-block{
}
.slider-block img{
  width: 100%;
}
.caption-block{
  display: none;
  position: absolute;
  top: 50%;
  left: 100%;
  text-align: right;
  color: rgb(236, 236, 236);
  transform: translate(-50%, -50%);
  max-width: 1120px;
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-transition: all 500ms cubic-bezier(.27,.48,.33,.93);
  -moz-transition: all 500ms cubic-bezier(.27,.48,.33,.93);
  -ms-transition: all 500ms cubic-bezier(.27,.48,.33,.93);
  -o-transition: all 500ms cubic-bezier(.27,.48,.33,.93);
  transition: all 500ms cubic-bezier(.27,.48,.33,.93);
}
.caption-block .sliderTitle {
  background-color: rgb(51, 51, 51);
  /*box-shadow: 10px 0 0 rgb(51, 51, 51), -10px 0 0 rgb(51, 51, 51);*/
  font-size: 2.7em;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
  display: inline;
  margin: .3rem 0;
}
.caption-block a.btn {
  margin-right: -10px; 
}
.item a img{
  width: 100%;
}
.caption-block.slide-in {
  left: 50%;
}
/******************************************************/
.whiteBg{
  background: #fff;
  padding: 9px 0px;
}
.orangeBg{
  background: #F57325;
}
.widgetBlock h1{
  font-size: 26px;
  font-weight: bold;
  color: #F57325;
  line-height: 28px;
}
.widgetBlock p{
  font-size: 18px;
  line-height: 24px;
}
.adBlock{
  min-height: 285px;
}
.adBlock h1{
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-top: 140px;
}
/******************************************************
FrontBoxes
******************************************************/
#frontBoxAdds{
  padding: 0px;
  overflow: hidden;
}
#frontBoxAdds li{
  float: left;
  width: 30%;
  margin-right: 2%;
  padding-right: 2%;
  border-right: 10px solid #fff;
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 999;
}
#frontBoxAdds.owl-carousel {
  overflow: visible;
}
#frontBoxAdds.owl-carousel li{
  float: left;
  width: 100%;
  margin-right: 2%;
  padding-right: 2%;
  border-right: 10px solid #fff;
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 999;
}

#frontBoxAdds li:last-child{
  margin-right: 0px;
  border-right: none;
  padding-right: 0px;
}
.frontBoxImage{
  z-index: 99999;
  position: relative;
}
.frontBoxImage img{
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.frontBoxTitle{
  position: absolute;
  bottom: 55%;
  width: 90%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.frontBoxAddButton{
  position: absolute;
  bottom: 40%;
  width: 90%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.frontBoxAddButton a{
  background: #fff;
  color: #000;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}
#frontBoxAdds li:last-child .frontBoxTitle, 
#frontBoxAdds li:last-child .frontBoxAddButton{
  width: 100%;
}
#frontBoxAdds li:hover .frontBoxImage img{
  opacity: .3;
}
/*#frontBoxAdds li:hover .frontBoxAddButton{
  bottom: 40%;
  z-index: 999999;
  }*/
/*#frontBoxAdds li:hover .frontBoxTitle{
  bottom: 55%;
  z-index: 999999;
  }*/
  .frontBoxContainer{
    background: #F57325;
  }
  .frontBoxDescription{
    display: none;
  }
  .frontBoxAddButton p:nth-child(1)::after {
    content: "MORE INFO";
  }
  .frontBoxAddButton p:nth-child(1) {
    color: #fff;
    line-height: 40px;
    border: 2px solid #fff;
    width: 50%;
    margin-left: 25%;
    font-size: 20px;
    font-weight: bold;
  }
/*#cart-search-wrapper input{
  background-color: #fff !important;
  border: none;
  height: 20px;
  margin: 0px 0 0;
  padding: 14px 34px 14px 10px;
  width: 95%;
  }*/

/******************************************************
Cart Products
******************************************************/
.cartGroup ul li .cartImageSet p:last-child{
  display: none;
  position: absolute;
  top: 0;
  height: 57%;
  padding-top: 25%;
  width: 100%;
  z-index: 999;
  background: rgba(245, 115, 37, .9);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.cartGroup ul li:hover .cartImageSet p:last-child{
  display: block;
}
/******************************************************
Footer Block
******************************************************/

.footerBlock{
  background: #000;
  padding-top: 1.5rem;
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}

.footerLogoSection{
  padding-top:24px;
}
.contactUs{
  padding-top:16px;
  display:flex;
  flex-direction: column;
   font-size: 14px;
}
.contactUs a{
  text-decoration: none;
  color:#fff;
  line-height: 1.4;
}

h3.widgetTitle{
  color: #fff;
  font-size: 14px;
  margin-bottom: -10px
}
.widgetTitle{
  padding-bottom:6px;
  border-bottom:1px solid #F57325;
  color:#fff;
}
.bottomMenu ul, .socialMenu ul{
  padding: 0px;
}
.bottomMenu ul li, .socialMenu ul li{
  line-height: 1.4;
}
.bottomMenu ul li a, .socialMenu ul li a{
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.bottomMenu ul li a p, .socialMenu ul li a p{
  margin: 0px;
}
.copyright{
  color: #7f7f7f;
  font-size: 10px;
  width:100%;
  text-align:center;
  padding-top:8px;
}
/*#SOCIAL_MEDIA{
  padding: 0px;
  margin-top: 32px;
}
#SOCIAL_MEDIA li{
  display: inline-block;
  margin-right: 10px;
}*/

/******************************************************
Bread Crumbs
******************************************************/

#breadcrumb, #brandBreadCrumbs{padding:0; width:1120px; margin: 10px auto;}

#breadcrumb ul{
  margin: 0px 0 4px 0;
  padding: 0;
}
#breadcrumb > ul:after{clear:both;}

#breadcrumb ul li{
  display: inline;
  text-decoration: none;
  padding: 10.5px 6px  10.5px 0; 
}
#breadcrumb ul li:after{
  content: '-';
  padding-left:6px;
}
#breadcrumb ul li:last-child{font-weight: bold}
#breadcrumb ul li:last-child a{color: #F57325;}
#breadcrumb ul li:last-child:after{content: '';}
#breadcrumb ul li a{
  color:#fff;
  text-decoration: inherit;

}
#breadcrumb ul li a:hover{color:#F57325;}


/******************************************************
Pagination
******************************************************/
.Zebra_Pagination {

  overflow: hidden;
  padding-bottom: 10px;
}
.Zebra_Pagination ul {
  float: left;
  left: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.Zebra_Pagination li {
  float: left;
  list-style: outside none none !important;
  position: relative;
  right: 50%;
}
.Zebra_Pagination a {
  border: 1px solid #aaa;
  color: #fff;
  display: block;
  float: left;
  margin: 0 2px;
  padding: 0 5px;
  text-decoration: none;
}
.Zebra_Pagination a:hover {
  background-color: #dedede;
  color: #fff;
}
.Zebra_Pagination a.navigation {
  border: 1px solid transparent;
  overflow: hidden;
}
.Zebra_Pagination a.disabled {
  opacity: 0.2;
}
.Zebra_Pagination a.disabled:hover {
  background-color: inherit;
  color: inherit;
}
.Zebra_Pagination a.current, .Zebra_Pagination a.current:hover {
  background: #333 none repeat scroll 0 0;
  border-color: #fff;
  color: #fff;
}
.Zebra_Pagination span {
  color: #666;
  display: block;
  float: left;
  margin-right: 2px;
  padding: 8px 4px;
}

/******************************************************
Products
******************************************************/
.cart-detail-wrapper{
  background: #fff;
  padding-top: 18px;
  padding-bottom: 16px;
}
.cartGroup ul {
  padding: 20px 0 0;
}
.cartGroup ul li:first-child {
  margin-left: 0;
}
.cartGroup ul li:last-child {
  margin-right: 0;
  text-align: center;
}
.cartGroup ul li:nth-child(3n) {
  margin-right: 0;
}
.cartGroup ul li:nth-child(3n+1) {
  margin-left: 0;
}
.cartGroup ul li {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  vertical-align: top;
  width: 32%;
  background: #fff;
  text-align: center;
}
.cartGroup ul li .addBoxTitle {
  background: rgba(53, 71, 86, 0.7) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 5px #b9282d;
  width: 100%;
}
.cartGroup ul li .addBoxTitle a {
  color: #fff;
  display: block;
  font-family: "Architects Daughter",cursive;
  text-decoration: none;
}
.cartGroup ul li .addBoxImage img {
  display: block;
  width: 100%;
}
.cartGroup ul li .addBoxText {
  background: rgba(185, 40, 45, 0.8) none repeat scroll 0 0;
  color: #eee;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 80px;
  transition: all 500ms ease-in-out 0s;
}
.cartGroup ul li:hover .addBoxText {
  opacity: 1;
  top: 0;
  transition: all 500ms ease-in-out 0s;
}
.mobileMenuBlock{
  display: none;
}

/******************************************************
Case Studies
******************************************************/

.caseStudies-headings{
  width:100%;

}
.caseStudies-headings ul{
  list-style: none;
}
.caseStudies-headings ul li{
  margin-right: 1%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  list-style: none;
}
.caseStudies-headings.colcount2 ul li{width:48%;}

.caseStudies-headings.colcount3 ul li{width:33%;}

.caseStudies-headings.colcount4 ul li{width:23%;}

.caseStudiesNav-Pre, .caseStudiesNav-Next{
  position:absolute;
  z-index:500;
  width:50%;
  height:100%;
  display:none;
}
.caseStudiesNav-Pre a, .caseStudiesNav-Next a{
  display:block;
  height:100%;
  color:#000;
}
.caseStudiesNav-Next p,.caseStudiesNav-Pre p{
  padding:0 20px;
  margin:0;
  text-align: center;
}
.caseStudiesNav-Pre a:hover, .caseStudiesNav-Next a:hover{color:#000;}
}
.caseStudiesNav-Pre{left:50%;margin:0 auto;}
.caseStudiesNav-Next{left:50%;margin:0 auto;}

.caseStudiesNav-Pre a > p:after{content: "Previous";}
.caseStudiesNav-Next a > p:after{content: "Next";}

.caseStudiesNav-Pre a > p:after,.caseStudiesNav-Next a > p:after{
  background: #ff915c;
  padding:8px 20px;
  border-radius: 5px;
  display:none;
}
.caseStudiesNav-Pre a:hover > p:after,.caseStudiesNav-Next a:hover > p:after{
  background: #009E91;
  color:#fff;
}

.heroShot-slider-container{
  position:relative;
}
.heroShot-container-case-studies{
  height:360px;
  overflow:hidden;
  position:relative;
}

/******************************************************
Front Boxes #09947f #11A790
******************************************************/
ul.addBox-2,
ul.addBox-3{
  padding: 0px;
  text-align: center;
}
/*ul.addBox-2 li:first-child,
ul.addBox-3 li:first-child{
  margin-left: 0px;
}
ul.addBox-2 li:nth-last-child(1),
ul.addBox-3 li:nth-last-child(1){
  margin-left: 0;
  }*/
  ul.addBox-2 li,
  ul.addBox-3 li{
    box-sizing: border-box;
    margin: 1%;
    display: inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
    vertical-align: top;
    position: relative;
  }
  ul.addBox-2 li{width: 31%;}
  ul.addBox-3 li{width: 31%;}

  ul.addBox-2 li .addBoxTitle,
  ul.addBox-3 li .addBoxTitle{
    text-align: center;
    background: rgba(53, 71, 86, .7);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0px;
  }
  ul.addBox-2 li .addBoxTitle a,
  ul.addBox-2 li .addBoxTitle,
  ul.addBox-3 li .addBoxTitle a,
  ul.addBox-3 li .addBoxTitle{
    display: none;
    text-decoration: none;
    color: #fff;
  }
  ul.addBox-2 li .addBoxImage img,
  ul.addBox-3 li .addBoxImage img{
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  ul.addBox-2 li:hover .addBoxImage img,
  ul.addBox-3 li:hover .addBoxImage img{
    width: 100%;
    display: block;
    z-index:-1;
  }
  ul.addBox-2 li .addBoxImage,
  ul.addBox-3 li .addBoxImage{
    width: 100%;
    display: block;
    background:transparent;
    padding-top: 75%;

    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
  }

  ul.addBox-2 li:hover .addBoxImage,
  ul.addBox-3 li:hover .addBoxImage{
    width: 100%;
    display: block;
    background:rgba(0, 0, 0, 0.85);

    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;

  }

  ul.addBox-2 li .addBoxText,
  ul.addBox-3 li .addBoxText{
    width:90%;
    left:0;
    right:0;
    margin-right: auto;
    margin-left:auto;
    padding: 10px;
    font-weight: bold;
    color: #F57325;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px; 
    position: absolute;
    bottom: 0px;
    opacity: 0;
  }
  ul.addBox-2 li .addBoxLogo,
  ul.addBox-3 li .addBoxLogo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  ul.addBox-2 li:hover .addBoxLogo,
  ul.addBox-3 li:hover .addBoxLogo{
    position: absolute;
    left: 50%;
    top: 30%;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  ul.addBox-2 li:hover .addBoxText,
  ul.addBox-3 li:hover .addBoxText{
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }

  .owl-next, .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .owl-prev {left: -50px;}

  .owl-next {right: -50px;}

  .owl-prev i, .owl-next i {
    font-size: 70px;
    color: #f57325;
    background: #000;
  }

  #productEnquiryForm{
    display: none;
  }

  .resellers-map {
    max-width:1120px;
    margin:auto;
  }

  .resellers-map h1 {
    margin-bottom: 0;
  }

  .map-distance-choices {
    margin: 25px 0 20px 0;
  }

  .map-distance-choices > div {
    float: left;
  }

  .map-distance-choices label {
    margin: 0 10px;
    background-color: #fff;
    display:block;
  }

  .map-distance-choices label span {
    text-align: center;
    font-size: 1em;
    padding: 3px 0;
    display: block;
    border: 1px solid #000;
    color:#000;
  }

  .map-distance-choices label input {
    position: absolute;
    display: none;
  }

  .map-distance-choices input:checked {
  }

  .map-distance-choices input:checked + span {
    background-color: #F27324;
    color: #fff;
    border: 1px solid #F27324;
  }

  .map-distance-choices > span {
    float:left; line-height:30px;
    font-weight:600;
  }

  .lpr-location-name {
  }

  .lpr-location-address {
    color: #000;
  }

  .lpr-location-distance hr {
    border-top: #fff 2px solid;
    margin: 0.5em 0;
  }

  .lpr-location-email {
    color: #000;
  }

  .lpr-location-phone {
    color: #000;
  }

  .lpr-location-phone a {
    color: #000;
  }

  .lpr-location-directions a {
    background-color: #fff;
    padding: 0 10px;
    margin-top: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
  }


  .mapsfound-list {
    margin-top:10px;
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }
  .mapfound a, .mapfound strong, .mapfound b{color:#000;}
  .mapfound {
    background-color: #F27324;
    padding: 10px;
    margin: 10px;
    color: #fff;
    height:240px;
    float:left;
    position: relative;
  }

  .mapfound ul{list-style:none;padding:0;margin:10px 0;}

  .resellers-map .address-form {
    display: flex;
    float: right;
    margin: 20px 0;
  }

  .resellers-map .address-search {
    border: 1px solid #000;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    width: 80%;
    color:#000;
    flex-grow: 100;
  }

  #btn-search {
    background: url(../images/arrow-right.png) center center no-repeat #000;
    height: 42px;
    width: 35px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 42px;
  }

  #autodetect-location {text-decoration:none;}

  .pure-heroshot img{width:100%;}

  .documentTable th, .documentTable td {padding:.5em 1em; text-align:left;}
  .documentTable tr{border-bottom:1px solid #c1c1c1}

  .tt-hint {
    border: none !important;
    margin: 0 !important;
  }

  #product_smart_search {
    border: none !important;
    margin: 0 !important;
    border-radius: 0;
  }

  .tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }

  .tt-suggestion {
    display: block;
    padding: 3px 10px;
    text-align: left;
  }

  .tt-dataset-id{width: 240px;}
  .tt-suggestion.tt-is-under-cursor {
    color: #000;
  }

  .tt-suggestion.tt-is-under-cursor p {color: #000;}

  .tt-suggestion p {
    margin: 0;
    /*border-bottom: 1px solid #000;*/
    color: #F57325;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  .pure-max.pure-heroshot {
    margin-top: -10px;
  }
  .pure-overlay-content h2 {
    margin: 0.3rem 0;
  }

  .faqTitle{
    color:#ff9c26;
    font-size:22px;
    padding:1rem 0;
    font-weight:600;
  }
  .faqAnswer{
    color:#fff;
    font-size:16px;
    padding-bottom:2.2rem;
  }
/******************************************************
Responsive
******************************************************/
@media screen and (max-width: 1200px) {
  .otherMenu > ul > li > a {
    font-size: 12px;
    padding: 12px 10px;
  }

  .topMenu ul li a {
    font-size: 12px;
  }
  .pure-overlay-content h2 span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 850px) {
  .topMenu ul li {
    padding: 0;
  }


  .otherMenu > ul > li > a {
    font-size: 10px;
    padding: 12px 5px;
  }
}

@media screen and (max-width: 47.99em) {
  #frontBoxAdds li{
    width: 94%;
    margin: 0px 3% 10px 3%;
    padding: 0px;
    border: none;
  }
  .frontBoxImage img{
    width: 100%;
  }
  .frontBoxTitle{
    width: 100%;
  }
  .widgetBlock{
    padding: 10px;
  }
  .widgetBlock p{
    padding: 10px;
  }
  .widgetBlock h1{
    padding: 10px;
    margin: 0px;
  }
  .footerBlock{
    text-align: center;
  }
  .logoBlock{
    text-align: left;
    padding: 20px 0 0 10px;
    height: 44px;
  }
  .logoBlock a {
    width: fit-content;
  }
  .logoBlock > a > img {
    /*width: 45%;*/
    max-height: 25px;
  }
  .dropdown-icon {
    line-height: 24px;
    font-size: 16px;
    float: right;
    display: block;
  }
  .topMenu{
    /*display: none;*/
  }
  .topBar{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
  }
  .otherMenuBlock{
    position: fixed;
    margin-top: 0px;
    top: 98px;
    padding-left: 0px;
    width: 80%;
    z-index: 999999;
    right: 0;
    height: 100%;
    overflow: auto;
    -moz-transform: translateX(100%)!important;
    -webkit-transform: translateX(100%)!important;
    -o-transform: translateX(100%)!important;
    -ms-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .otherMenu ul {
    padding-bottom: 49px;
  }

  .otherMenu ul ul{
    display: block;
    position: relative;
  }
  .otherMenu > ul > li{
    display: block;
    border-left: none;
  }
  .otherMenu > ul > li:hover {
    background: #F57325;
    border-left: none;
  }
  .otherMenu ul > li > a > b {
    font-size: 12px;
    padding: 10px;
  }
  .mobileMenuBlock{
    display: block;
    text-align: center;
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 999999;
  }
  #mainMenu{
    float: left;
    font-size: 1.3rem;
    color: #fff;
    padding: 2px 4px;
    cursor: pointer;
  }
  #mainMenu i {
    vertical-align: middle;
    font-size: 2rem;
  }
  #otherMenu{
    float: right;
    background: #F57325;
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0px;
    cursor: pointer;
  }
  .topMenu{
    position: fixed;
    top: 64px;
    right: 0;
    width: 80%;
    background: #A8A9AD;
    z-index: 999;
    overflow: auto;
    height: 100%;
    -moz-transform: translateX(100%)!important;
    -webkit-transform: translateX(100%)!important;
    -o-transform: translateX(100%)!important;
    -ms-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .topMenu.hideit{
    -moz-transform: translateX(0%)!important;
    -webkit-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
  }


  .otherMenuBlock.hideit{
    -moz-transform: translateX(0%)!important;
    -webkit-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;

  }
  .otherMenuBlock{
    margin-top: 0px;
    background-color: #F57325;
  }
  .topMenu ul{
    text-align: left;
    padding-bottom: 100px;
  }
  .topMenu ul li{
    display: block;
    padding: 10px;
  }
  .topMenu ul li p {
    font-size: 14px;
  }
  .topMenu ul li a {
    color: #000;
    padding: 0;
  }
  .topMenu ul ul{
    display: block;
    position: relative;
    margin-top: 0px;
    margin-left: 10px;
  }
  .topMenu > ul ul {
    display: none;
  }
  .topMenu > ul > li:hover ul {
    display:none;
  }
  .otherMenu > ul ul {
    display: none;
  }
  .otherMenu > ul > li:hover ul {
    display:none;
  }
  .slider-block{
  }
  .mainContentBlock{
    margin-top: 100px;
    background: #fff;
    padding: 0px 10px;
  }
  .cartGroup ul li{
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    border: 1px solid #333;
  }
  .cartPriceSet{
    position: relative;
  }
  .cart-img-wrapper{
    float: none;
    width: 100%;
  }
  .cart-details{
    float: none;
    width: 100%;
  }
  #breadcrumb ul li a{
    color: #000;
  }
  .cart-detail-wrapper{
    padding-top: 80px;
  }
  #breadcrumb, #brandBreadCrumbs{
    display: none;
  }
  #productSortForm{
    padding-top: 70px;
    text-align: center;
  }
  .cartGroup ul{
    margin-top: 0px;
  }
  .Zebra_Pagination{
    float: none;
  }
  .specificationDiv input, .specificationDiv textarea{
    width: 100%;
    margin: 10px 0px;
  }
  .footerBlock{
    padding-top: 20px;
  }
  .contents-block{
    margin-top: 64px;
  }
  .contents-block.home {
    margin-top: 64px;
  }
  .owl-prev {
    left: -5px;
  }
  .owl-next {
    right: -5px;
  }
  .cartGroup ul li .cartImageSet p:last-child{
    display: block;
    position: relative;
    height: auto;
    padding: 20px 0px;
  }
  h3.widgetTitle{
    margin-top: 2.4rem;
    margin-bottom: -1rem;
  }

  ul.addBox-2 li,ul.addBox-3 li{width: 94%;margin-bottom:3%;}

  ul.addBox-2 li .addBoxText,
  ul.addBox-3 li .addBoxText{
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }
  ul.addBox-2 li .addBoxLogo,
  ul.addBox-3 li .addBoxLogo{
    position: absolute;
    left: 50%;
    top: 30%;
  }
  ul.addBox-2 li .addBoxImage,
  ul.addBox-3 li .addBoxImage{
    width: 100%;
    display: block;
    background:rgba(0, 0, 0, 0.4);
  }
  ul.addBox-2 li .addBoxImage img,
  ul.addBox-3 li .addBoxImage img{
    z-index:-1;
    position:absolute;
  }

  .map-distance-choices > div {
    float: none;
    display: block;
    margin: 10px auto;
  }
  .map-distance-choices > span {
    float: none;
  }
  .mapsfound-list {
    margin: 0;
  }
  .mapfound {
    float: none;
    margin: 10px 20px;
  }
  #frontBoxAdds li {
    margin: 0;
  }
  #frontBoxAdds .frontBoxImage img {
    opacity: .5;
  }
  .owl-prev i, .owl-next i {
    font-size: 50px;
  }
  .pure-heroshot img {
    height: 10rem;
    object-fit: cover;
  }
  .pure-overlay-content a.btn {
    font-size: 0.7rem;
    padding: 1px 5px;
    letter-spacing: 0;
  }
  .pure-overlay-content h2 {
    margin: .2rem 0;
  }
  .pure-overlay-content h2 span {
    font-size: 0.8;
    line-height: 1.2
  }
  .caption-block {
    padding-right: 1rem;
  }
  .caption-block .sliderTitle {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .captionBlock a.btn {
    padding: 0 10px;
    font-size: .9rem;
    margin-top: .3rem;
  }
}

.ad{
  display: block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ad.top,
  .ad.bottom{
    display:none
  }
}


@media only screen and (max-width: 1530px) {
  .ad.left,
  .ad.right{
    display:none
  }
}

.ad.top{
  margin-bottom: 18px;
}

.fullScreen{
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 100px;
  left: 50%;
}

.fullScreenImg{
  width: 100vw;
  height: 100px;
}

.ad.left,
.ad.right
{
  position:fixed;  
  z-index:999999;
  top:211px;
  bottom:0px;
  width:calc(50vw - 550px);
}

.ad.left a,
.ad.right a 
{
  position: absolute;  
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

}

.ad.left img,
.ad.right img 
{
  max-width: 160px;
  padding: 10px;
  background: #fff;

}

.ad.left{
  left:0px;

}

.ad.right{
  right:0px;
}

.ad a{
  margin: auto;
}

.swal2-container.VideoPopUp  {
    z-index: 120000!important;
    
}
.swal2-popup{
  background:rgba(51, 51, 51, 1) !important;
}
.swal2-close,
.swal2-close:active,
.swal2-close:visited,
.swal2-close:focus,
.swal2-close:link{
  border: none !important;
  box-shadow: none !important;
}
.swal2-close:hover{
  color:#F57325 !important;
}