body{
  background:#fff;
}

.topBar{
  background: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.topMenu{
	padding-right: 0px;
}
.logoBlock{
  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 15px;
  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;
}
/******************************************************
OtherMenu
******************************************************/
.otherMenuBlock{
  margin-top: 10px;
  position: fixed;
  width: 100%;
  top: 85px;
  z-index: 9999;
}
.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;
  background:#fff;
}
.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: 2.5rem;
  margin-top: 1rem;
  padding-bottom: 2.5rem;
}
.footerPhone a {
  text-decoration: none;
}
h3.widgetTitle{
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
   margin-bottom: -10px
}
.bottomMenu ul{
  padding: 0px;
  text-transform: uppercase
}
.bottomMenu ul li{
  line-height: 1;
}
.bottomMenu ul li a{
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.bottomMenu ul li a p{
  margin: 0px;
}
#SOCIAL_MEDIA{
  padding: 0px;
  margin-top: 32px;
}
#SOCIAL_MEDIA li{
  display: inline-block;
  margin-right: 10px;
}
.footerPhone{
  color: #f57325;
  font-size: 14px;
  font-weight:600;
  margin-top: 28px;
  line-height: 28px;
  margin-bottom: 3px;
}
.footerEmail a{
  color:#f57325;
  font-size: 14px;
  text-decoration: none;
  font-weight:600;
}
/******************************************************
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:#000;
    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;
}
.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: 0;
}

.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;
}

/******************************************************
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 > img {
    width: 45%;
  }
  .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;
  }
}