body{ background: #000; color: #888; font-family: 'Titillium Web', sans-serif; padding-top:50px;}

nav .logo-name {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  margin-top: 5px;
}

nav.custom{
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  border: none;
  margin-bottom: 0 !important;
  margin: 0 auto;
  padding:  12px 0;
}

.navbar-nav.custom li a{
  color: #999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  text-transform: uppercase;
}

.navbar-nav.custom li:last-child a,
.navbar-nav.custom li.last{
  border-right: 0;
}

.navbar-nav.custom li a.buybtn{
  background: lime;
  border-radius: 0;
  color: black;
}


.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover{
  background: none;
}

.category-landing{
  padding: 80px 0;
}
.category-landing img.product-image{
  margin-top: 15px;
}

.product-hero{
  padding-top:40px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.product-family{
  background: #171717;
}

.product-family a{
  color: #888888;
  display: inline-block;
  font-size: 16px;
  padding: 20px 0;
  text-decoration: none;
  text-align: center;
}

@media(min-width: 1200px){
  .product-family a {
    padding: 20px 34px;
  }
}

@media(min-width: 1024px) and (max-wdith:1200px){
  .product-family a {
    padding: 20px 25px;
  }
}

@media(max-width: 768px){
  .product-family a{
    display: block;
  }
}




.product-family a:last-child, .available-sizes a:last-child{
  border-right: 0;
}
.product-family a img, .product-family-name{
  display: inline-block;
}

.product-family-name{
  width: 50%;
  padding-left: 10px;
  vertical-align: middle;
}
.product-family-name:after{
  content: " >";
  color: #00ff00;
  bottom: 20px;
 }

#sizes{
  background: #0c0c0c;
}

.available-sizes a{
  color: #999; 
  border-right: 1px solid #999;
  display: inline-block;
  padding: 0 10px 0 7px;
  text-transform: uppercase;
}


#specs img{
  margin-top: 30px;
}

#gallery{
  padding:  70px 0 10px;
}

#gallery .row{
  padding: 20px 0;
}

footer{
  padding: 50px 0 20px;
  background: #121212;
}

footer ul li{
  border-right: 1px solid #555;
  display:  inline-block;
  line-height: 1;
  list-style:  none;
  margin: 0;
  padding: 0 12px 0 8px;
  text-align:  center;
}

footer ul li:last-child{
  border-right:  0;
}

.footer-list {
  margin: 0;
  padding: 0;
  text-align:left;}
.footer-list li:first-child{
  padding-left: 0;
}

.footer-list li a {
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}
p.copyrights {
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
.social-icons{float:right;}
.social-icons-text-init, .social-icons a {
    float: left;
}
footer a:hover{
  color:  #666;
}
/* Overrides */

.bx-wrapper .bx-viewport{
  background: none!important;
  left:  0!important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: lime!important;
}

/* .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{ display: none;} */

img.mfp-img {
  background: black;
}

.owl-item div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
}
.owl-item div > a {
  width: 30%;
}

.owl-item div{
   justify-content: flex-start;
}
.owl-carousel .owl-next{
  background: none;
  position: absolute;
  color: #888;
  font-size: 50px;
  right: -10px;
  top: 42%;
  width: 30px;
  height: 30px;
}

.owl-carousel .owl-prev{
  background: none;
  position: absolute;
  color: #888;
  font-size: 50px;
  left: -10px;
  top: 42%;
  width: 30px;
  height: 30px;
}

.owl-theme .owl-controls .owl-buttons div{
   font-size: 17px!important;
}




/* Mobile Style */

@media (min-width: 768px){
  .navbar-nav.custom li a{
    border-right: 1px solid #555;
    padding:  0 10px;
  }
  .navbar-nav .header-logo-rz {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .navbar-header .header-logo-rz {
    display:  none;
  }
  .bx-wrapper {
    display: none;
  }
  .category-landing img.product-image{
    margin-top: 48px;
  }
  .navbar-nav.custom li a.buybtn{
    border-radius: 4px;
    margin-top: -5px;
    padding: 5px;
  }
  .navbar-nav.custom{
    margin-top: 9px;
  }
  #gallery h2{
    padding-bottom: 60px;
  }
  #awards .logo-images{
    margin-top: 60px;
  }
  .product-hero {
    margin-top: 30px;
    padding-top: 0;
  }
  #specs img{
    margin-top: 130px;
  }
  .product-family a{
    border-right: 1px solid #222;
  }
  .size{
    min-height: 392px;
  }
  #sizes p{
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px){
  .pns .row.usp-text {
    padding: 0;
  } 
  nav .logo-name {
    margin-top: 20px;
    margin-left: 15px;
  }
  .zoom-gallery{
    display:  none;
  }
  .category-landing img.product-image{
    padding-top: 40px;
  }

  .st156.category-landing{
    padding-top: 50px;
  }

  .navbar-header .header-logo-rz {
    float:  left;
    margin-top: 5px;
    margin-left: 15px;
  }
  #specs img,
  .product-hero, 
  .hero-logo, 
  .available-sizes img{
    width: 100%;
    max-width: 100%;
  }

  .size.extended, .size.large, .size.medium, .size.small{
    background-size: contain!important;
  }

}
