textarea:hover,
input[type="text"]:hover, input[type="password"]:hover,
textarea:active,
input[type="text"]:active,
textarea:focus,
input[type="text"]:focus,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;

}

.breadcrumb{
  background-color: #ffffff;
  border-color: #ffffff;
}

.breadcrumb li a{
  color: #707070;
}

.breadcrumb li{
  padding: 0 8px;
}

.breadcrumb > li:after{

  height: 10px;
  width: 10px;
  top: 2px;
  border-right: none;
  border-bottom: 1px solid #707070;
  webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.btn-rb{
  padding: 10px 50px;
  border-radius: 0;
  border: 0;
  font-style: italic;
}

.btn-rb-black{
  background: #000;
  border:1px solid #fff;
  color: #fff;
}

.btn-rb-white{
  background: #fff;
  border:1px solid #000;
  color: #000;
}

.btn-rb-black:hover{
  color:#eee;
}

.btn-rb-white:hover{
  color:#999;
}

.z-rb-button{
  padding:10px;
}

a.thumbnail, a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
  border: 1px solid #FFFFFF;
  outline: none;
}

a.thumbnail-additional{
  border: 1px solid #FFFFFF;
  outline: none;
}

a.thumbnail-additional.active, a.thumbnail-additional:focus, a.thumbnail-additional:hover{
  border: 1px solid #999999;
  outline: none;
}

.btn-primary{
  background-image: linear-gradient(to bottom, #000000, #000000);
  background-color: #000000;
  border-radius: 0px;
  font-style: italic;
  border-color: #000;
  /*padding:10px 60px;*/
  width:auto;
  display: inline-block;
  background-repeat: no-repeat;
}


.btn-default{
  background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
  background-color: #FFFFFF;
  border-radius: 0px;
  font-style: italic;
  border-color: #000000;
  /*padding:10px 60px;*/
  width:auto;
  display: inline-block;
  color: #000000;
  background-repeat: no-repeat;

}

.btn-primary.disabled, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{
  background-color: #000000;
  border-radius: 0px;
  color: #b9b9b9;
}

h1{
  font-size: 22px;
}

.btn-link, .btn-link:hover, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled]{
 color: #000000;
}

.currency-change .btn-link{
  padding: 0;
  padding-right: 9px;
  outline: none;
}

.home-block{
  width: 100%;
}

.catg-container{
  max-width: auto;
}

.navbar {
  min-height: auto;
  border: none;
}

.dropdown-menu{
  min-width: auto;
}

.currency-select{
  padding-right: 10px;
}

/* Mobile View */
@media (max-width: 768px) {

    .navbar{
        border: none !important;
    }

    .product-details{
        text-align: center;
    }

    .footer-links{
        text-align: left;
    }

    .footer-links span.footer-links-section{
        display: block;
        margin: 1px 0;
    }

    .rb-mob-navg{
        background: #0b5998;
        position: relative;
        top: -11px;
        left: 0px;
        width: 100%;
        text-align: left;
     }

     .mobile-logo{
       display: inline-block;
     }

     .body-space {
        padding-top: 60px;
      }

      #footer-newsletter-tbox{
        width: 80%;
      }

}

@media (min-width: 768px) {

   .rb-mob-navg{
    text-align: center;
   }

  .footer-links{
    text-align: center;
   }

  .home-block{
    width: 50%;
  }

  .catg-container{
    max-width: 500px;
  }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    min-height: 50px;

   }

   .cart-price-column{
     text-align: right;
   }

   .mobile-logo{
     display: none;
   }

   .body-space {
      padding-top: 130px;
    }

    .category-sections{
      padding-left:30px;
      padding-right:30px;
    }

    .category-img-sections{
      margin-left:30px;
      margin-right:30px;
    }

    .category-title-sections{
      padding-left:50px;
      padding-right:50px;
    }

    .top-menu{
      margin: 0 80px;
    }

    .navbar-nav > li > a {padding-top:8px !important; padding-bottom:8px !important;}
    .navbar {height:40px !important}

}

.site-ls2{
	letter-spacing: 2px;
}

.site-ls1{
	letter-spacing: 1px;
}

.site-ls-05{
	letter-spacing: 0.5px;
}

.site-ls1{
	letter-spacing: 1px;
}


.dropdown-menu li > a:hover{
	color: #262626;
    background-color: #f5f5f5;
    background-image: none;

}

.dropdown-menu>li>a{
	font-size: 11px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: #FFFFFF;
}


.btn-link{
    font-family: 'AllerStdLt';
}

.currency-change strong{
    font-weight: normal;
    font-size: 11px;
}

.currency-change .fa-caret-down{
    font-size: 12px;
}

.z-cart table tr td{
  border:none;
}

.dropdown-menu{
  box-shadow: none;
}


.cart-added-msg a, a:hover{

}


.catg-product-container{
  position: relative;
}

.out-of-stock{
  position: absolute;
  display: block;
  vertical-align: baseline;
  height: 50%;
  top: 46%;
  height:25px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
  border-color: #ffffff;
}

.panel-default>.panel-heading{
  background-color: #ffffff;
}


.header-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #ffffff;
}

.modal-dialog{
  top:20%;
}

.owl-dots{
  margin-top: -20px !important;
  position: relative;
  z-index: 1000000000;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #ddd !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #FFF !important;
}
