/*
** Bootstrap over-rides
*/
body {
	font-family: 'Poppins', sans-serif;
    color: #000;
	line-height: 1.5;
}
h1 {
	font-size: 30px;
}

.titles {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.subcategories {
    border-bottom: 1px solid #ececec;
    padding: 0 0 30px;
}
.subcategories > ul > li > a {
    color: #000;
    text-decoration: none;
    display: block;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.subcategories > ul > li > a:hover {
    opacity: 0.8;
}
.subcategories > ul > li span.name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.display-section a:hover, .banner-section a:hover{
	text-decoration: none;
}



@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

.form-control {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    height: 40px;
    padding: 7px 12px;
}
.form-control.search-text {
     border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    font-size: 13px;
    padding: 8px 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-default,
.btn-primary:focus, 
.btn-primary:active:focus {
    border-color: #000;
    background-color: #fff;
    color: #000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-default.btn-inverse,
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-default.btn-inverse:hover,
.btn-primary:hover {
	color: #fff;
    background-color: #000;
    border-color: #000;
    opacity: 0.8;
}
.navbar-wrapper{
	background-color: #294059;
}
.navbar.navbar-inverse {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	font-weight: 400;
	letter-spacing: 0.025em;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    min-height: 60px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #eee;
    background: #131313;
	background: -moz-linear-gradient(top, #131313 0%, #283f57 100%);
	background: -webkit-linear-gradient(top, #131313 0%,#283f57 100%);
	background: linear-gradient(to bottom, #131313 0%,#283f57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#283f57',GradientType=0 );
}
#categories{
	width: 100%;
	text-align: center;
}
.navbar-nav > li{
	float: none;
	display: inline-block;
}
.dropdown-menu > li > a {
	color: #294059;
    font-size: 16px;
    padding: 6px 20px;
    text-transform: capitalize;
}
.navbar-nav > li.dropdown > a:after {
    content: "\f107";
    font-family: "fontello";
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
}
@media (max-width: 1023px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}
/*
** Template code
*/
.logo {
	margin-top: 20px;
    height: 105px;
    position: relative;
    overflow: hidden;
}
.logo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.logo a:hover img {
    opacity: 0.6;
}
.top-nav {
}
.top-nav ul {
    padding: 19px 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.top-nav ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #294059;
}
.top-nav .useraccount ul {
    float: right;
}
.top-nav ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.top-nav ul li a {
    color: #294059;
}

.assistance-section{
	font-size: 14px;
	color: #fff;
	padding: 20px 0;
	background-color: #294059;
}

.assistance-alert{
	font-style: italic;
	font-weight: 600;
	font-size: 19px;
	color: #ff0000;
    vertical-align: middle;
	margin-right: 10px;
}

.assistance-section a{
	color: #fff;
}

.assistance-section ul{
	padding: 0;
	margin: 0;
	text-align: right;
    line-height: 0;
}

.assistance-section ul li{
	display: inline-block;
	margin-left: 20px;
}

.assistance-section ul li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.assistance-section .icon-user{
	font-size: 15px;
	color: #e30000;
}

.assistance-section .cart-icon{
	font-size: 21px;
	color: #e30000;
}

.site-header {
	background-color: #eef1f4;
    padding: 25px 0;
}

.searchBox {
	position: relative;
    padding: 10px 0;
    width: 100%;
    max-width: 850px;
    float: right;
}
.search-form {
    position: relative;
}
.search-form .search-text {
	padding: 9px 62px 9px 12px;
    height: 55px;
    font-size: 19px;
    color: #a4a4a4;
    font-weight: 200;
	border-radius: 3px;
}
.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    font-size: 16px;
	background-color: transparent;
	color: #ff0000;
	border: none;
}

.shipping-details{
	color: #fff;
	float: right;
	border-radius: 3px;
	font-weight: 600;
	width: 100%;
	max-width: 850px;
	background: #6085ac;
	background: -moz-linear-gradient(top, #6085ac 0%, #3c5773 100%);
	background: -webkit-linear-gradient(top, #6085ac 0%,#3c5773 100%);
	background: linear-gradient(to bottom, #6085ac 0%,#3c5773 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6085ac', endColorstr='#3c5773',GradientType=0 );
	overflow: hidden;
}

.shipping-details, .shipping-details > div{
	height: 50px;
}

.shipping-details > div:first-child{
	background-color: #e30000;
    padding: 15px 0;
    text-align: center;
}

.detail-text{
	font-weight: 300;
	font-size: 12px;
	padding: 15px 0 0 7px;
}

.detail-text span{
	font-weight: 600;
	font-size: 14px;
}

.details-link a{
    color: #fff;
    background-color: #e30000;
    border-radius: 3px;
    padding: 6px 20px;
    display: block;
    text-align: center;
    margin-top: 9px;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #bd0000 100%);
	background: -webkit-linear-gradient(top, #ff0000 0%,#bd0000 100%);
	background: linear-gradient(to bottom, #ff0000 0%,#bd0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bd0000',GradientType=0 );
}

.details-link a:hover, .details-link a:focus{
	text-decoration: none;
	background: #ff0000;
	background: -moz-linear-gradient(top, #bd0000 0%, #ff0000 100%);
	background: -webkit-linear-gradient(top, #bd0000 0%,#ff0000 100%);
	background: linear-gradient(to bottom, #bd0000 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0000', endColorstr='#ff0000',GradientType=0 );
}

.minicart {
    min-width: 165px;
    height: 60px;
    float: right;
    padding: 15px 0 15px 10px;
    border-left: 1px solid #ececec;
}
.minicart-inner {
    display: block;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}
.minicart-inner:hover {
    color: #000;
    opacity: 0.8;
}
.minicart .cart-icon {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    float: left;
    margin-right: 5px;
}
.minicart .cart-details {
    display: block;
    float: left;
}

span.cart-title {
	text-transform: uppercase;
}
span.cart-count {
    color: #666;
    font-size: 10px;
    display: block;
    line-height: 15px;
	font-weight: 500;
}
.site-footer {
    background-color: #fff;
    padding: 55px 0 0;
    color: #294059;
    font-family: 'Poppins', sans-serif;
}
.site-footer img{
	max-width: 100%;
}
.about-info{
	font-size: 14px;
    padding: 50px 0 0;
	font-weight: 300;
}
.footer-links {
	padding: 0;
}
.footer-links h3, .social-icons-label{
	font-size: 18px;
	text-transform: uppercase;
	color: #294059;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: 800;
}
.mini-logo img{
	border-right: 1px solid #ccc;
    padding: 0 5px 0 0;
    max-width: 100%;
    margin-top: 70px;
}
ul.extrapages li {
    line-height: 1;
    margin: 0 0 15px;
}
ul.extrapages li a {
    color: #294059;
    font-size: 14px;
	font-weight: 300;
}
.footer-social {
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
}
.social-icons,
.global-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright {
	background-color: #b2b2b2;
	margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.copyright p{
	padding: 0;
	margin: 0;
}
.newsletter-section{
	padding: 30px 0;
	background-color: #eef1f4;
}
.mailinglist-form{
	position: relative;
	padding: 0;
}
.mailist-box {
    width: 100%;
    float: right;
}
.mailist-box h3 {
    margin: 13px 0 0 0;
    /*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.mailinglist-input.form-control {
    background-color: #fff;
    border-color: #ccc;
    max-width: 100%;
    color: #000;
    float: left;
}
.mailinglist-submit {
	position: absolute;
	padding: 10px 0;
	right: 0;
	top: 0;
    color: #fff !important;
    border-color: #ff0000 !important;
    float: right;
    width: 78px;
	background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #bd0000 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%,#bd0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%,#bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bd0000',GradientType=0 );
}
.btn-default.mailinglist-submit:hover, 
.btn-default.mailinglist-submit:focus {
    opacity: 0.6;
}
.mailinglist-response {
    display: none;
}
.maillist-options {
    margin: 15px 0 0;
}
.subscribe {
    float: left;
    margin-right: 20px;
    line-height: 13px;
}
.subscribe input[type="radio"] {
    margin: 0;
    vertical-align: middle;
}
.subscribe label {
    margin: 0;
    font-size: 14px;
    line-height: 13px;
    font-weight: bold;
    margin-left: 3px;
    color: #020000;
    cursor: pointer;
}

.footer-social ul {
    margin: 0;
}
ul.payment-icons {
    text-align: right;
}
ul.payment-icons li {
    font-size: 34px;
    line-height: 36px;
    vertical-align: middle;
}

ul.payment-icons li.payment-icons-label,
ul.social-icons li.social-icons-label {
    font-size: 18px;
    vertical-align: middle;
    /*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
}

.social-icons {
}
.social-icons li a {
    color: #0f0f0f;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}
.social-icons li a:hover {
    opacity: 0.6;
}


/*.product-item .reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.product-item .reviews-stars {
    color: #000;
}*/

.reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star,
.reviews-stars {
    color: #000;
	letter-spacing: 3px;
}

.product-item .reviews span.reviews-count{
	display: none;
}

.product-item .name a {
	text-transform: uppercase;
    color: #000;
}
.product-item del.regular-price {
    text-decoration: line-through;
}
.sale-price {
    color: #d04b64;
}
del.original-price {
    font-weight: 500;
}
span.freeshipping {
    color: #00a888;
}
.product-item .status span:before {
    content: "-";
}
.product-item .status {
    font-size: 12px;
}
.product-item .price {
    font-size: 18px;
    font-weight: bold;
}
.product-item .img {
    min-height: 180px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
}
.product-item .img a {
    display: block;
}
.product-item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.product-item .action .btn {
	color: #fff;
	border: none;
	border-radius: 1px;
    min-width: 130px;
	padding: 5px 0;
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #bd0000 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%,#bd0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%,#bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bd0000',GradientType=0 );
}
.product-item .action .btn:hover{
	padding: 5px 0;
 	background: #ff0000;
    background: -moz-linear-gradient(top, #bd0000 0%, #ff0000 100%);
    background: -webkit-linear-gradient(top, #bd0000 0%,#ff0000 100%);
    background: linear-gradient(to bottom, #bd0000 0%,#ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0000', endColorstr='#ff0000',GradientType=0 );
}
.head-mobile-nav > a {
    color: #000;
    font-size: 24px;
    line-height: 1;
}

/*
** Homepage
*/

.homeCarousel img.hp-slide-img{
	width: 100%;
}
.products-section {
    background-color: #fbfbfb;
    padding: 30px 0;
}
.products-section h2 {
    margin: 0;
    font-size: 24px;
}
.products-section h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.products-section h2:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 10;
}
.home-page-content {
	padding-top: 0;
}
.home-page-content .products-section h2.header-specials{
	font-size: 22px;
	color: #e30000;
	text-align: center;
	border: none;
}
.home-page-content .products-section h2.header-specials:after {
	display: none;
}
.product-items .product-item{
	text-align: center;
}
/*.home-page-content .category-footer {
    padding: 40px 0 60px;
}*/
.home-page-content .category-footer h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: bold;
}
.home-page-content .category-footer p {
    margin: 0 0 30px;
    text-align: justify;
}
.home-page-content .category-footer a:hover img {
    opacity: 0.7;
}
.home-page-content .category-header img {
    margin: 0 auto;
}
.features-section{
	position: relative;
}
.features-section .container{ 
    position: relative;
    margin-top: -46px;
    z-index: 9;
}
.features-holder{
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(68, 68, 68, 0.4);
    padding: 20px 20px;
    min-height: 285px;
}
.features-description h3{
	color: #e30000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
    padding: 0;
}
.features-description span{
	color: #294059;
	font-weight: 600;
    display: block;
    height: 45px;
}
.features-btn{
	margin-top: 10px;
	text-transform: uppercase;
}

.features-btn a{
	color: #fff;
    display: block;
    padding: 11px 0;
    min-height: 60px;
    width: 100%;
	border-radius: 3px;
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #bd0000 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%,#bd0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%,#bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bd0000',GradientType=0 );
}

.features-btn a:hover, .features-btn a:focus{
	text-decoration: none;
	background: #ff0000;
    background: -moz-linear-gradient(top, #bd0000 0%, #ff0000 100%);
    background: -webkit-linear-gradient(top, #bd0000 0%,#ff0000 100%);
    background: linear-gradient(to bottom, #bd0000 0%,#ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0000', endColorstr='#ff0000',GradientType=0 );
}

.learn-more-btn .features-btn a{
    line-height: 35px;
}

.learn-more-btn .features-img{
	margin-top: 30px;
}

.learn-more-btn .features-description span{
	display: none;
}

.learn-more-btn .features-btn{
	margin-top: 35px;
}

.features-section, .display-section, .banner-section{
	background-color: #eef1f4;
}

.banner-section{
	padding: 20px 0 50px;	
}

.display-section{
	padding: 60px 0;
}

.display-section .container{
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
 }

.display-section h2{
	position: relative;
	font-size: 62px;
	color: #294059;
	font-weight: 800;
	margin: 0;
}

.banner-section h2{
	position: relative;
	color: #294059;
	font-weight: 800;
	margin: 0;
}

.display-section h2:after, .banner-section h2:after{
	content: "";
	position: absolute;
	left: 0; 
	bottom: -20px;
	height: 7px;
	width: 95px;
	background-color: #e30000;
	z-index: 9;
}

.display-section h4{
	margin-top: 35px;
	font-size: 30px;
	font-weight: 300;
	line-height: 38px;
}

.display-section img{
	max-width: 100%;
}

.banner-section h4{
	margin-top: 35px;
	font-size: 24px;
	font-weight: 300;
	line-height: 38px;
	color: #294059;
}

.display-section h4{
	color: #294059;
}

.banner-section .container > div:first-child h2{
    margin-top: 32px;
}
.banner-section.banner-two .container > div:first-child h2{
	margin: 0;
}
.banner-section .container > div{
	padding: 0 40px;
	border-right: 1px solid #ccc;
}

.banner-section .container > div:last-child{
	border: none;
}

.banner-section img{
	max-width: 100%;
}

.display-section a:hover, .banner-section a:hover{
	opacity: .8;
}

.blog-section{
	background-image: url('images/blog-bg.jpg');
	background-size: cover;
}

.blog-section h2{
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 50px;
}

.blog-section h2 a{
	color: #000;
}

.blog-holder{
	display: none;
    width: 100%;
	padding: 20px;
	max-width: 1200px;
	margin: 50px auto;
	background-color: rgba(255,255,255,0.65);
}

.blog-holder:first-child, .blog-holder:nth-child(2), .blog-holder:nth-child(3){
	display: block;
}

.blog-section .blog-holder h2{
	text-align: left;
	font-size: 24px;
	text-transform: capitalize;
}

.blog-section .blog-info{
    margin-top: 20px;
    font-size: 16px;
    overflow: hidden;
}

.blog-img{
	padding: 0;
}

.blog-img img{
	max-width: 100%; 
}

.blog-section .read-more{
    margin-top: 30px;
	text-align: right;
}

.blog-section .read-more a{
	color: #fff;
    max-width: 140px;
    padding: 5px 15px;
    border-radius: 1px;
	border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #bd0000 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%,#bd0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%,#bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bd0000',GradientType=0 );
}
.blog-section .read-more.see-more a{
	padding: 5px 25px;
    text-align: center;
    display: block;
    margin: 0px auto 70px;
}
.extrapages-shower a {
    display: block;
    background-color: #2d2d2d;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none !important;
}
.extrapages-shower a:after {
    content: "\f106";
    font-family: "fontello";
    float: right;
}
.extrapages-shower a.collapsed:after {
    content: "\f107";
}

.menu-open {
    overflow: hidden;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.5);
}
.menu-open .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-menu-inner {
    background-color: #fff;
    padding: 30px 20px;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    min-height: 100vh;
    position: relative;

    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(250px,0);
    -ms-transform: translate(250px,0);
    -o-transform: translate(250px,0);
    transform: translate(250px,0);
}
.menu-open .mobile-menu-inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.mobile-menu-close a {
    color: #000;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    text-decoration: none;
}
.mobile-menu-close a:after {
    content: '\e805';
    font-family: "fontello";
}
.mobile-menu-widget {
    margin: 30px 0;
}
.mobile-menu-widget h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #ececec;
}
.mobile-menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-widget ul li {
    margin: 0 0 0;
}
.mobile-menu-widget ul li a {
    padding: 0;
    line-height: 40px;
    font-size: 13px;
    background-color: transparent !important;
    display: block;
    color: #555;
    text-decoration: none !important;
}
.mobile-menu-widget ul li a:hover {
    color: #333;
}
.mobile-menu-widget ul ul {
    display: none !important;
}
.mobile-menu-widget ul li a:after {
    display: none;
}

.mailinglist-response {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 12px;
    background-color: #2d2d2d;
    color: #ccc;
}
.mailinglist-error span {
    color: #8a6d3b;
}
.mailinglist-subscribed span,
.mailinglist-unsubscribed span {
    color: #3c763d;
}
.mailinglist-response,
.mailinglist-response div {
}

.floating-cart {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    background-color: #101010;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 15px;
    text-align: center;
    width: 90px;
    display: none;
}
.floating-cart a,
.floating-cart a:hover {
    color: #ececec;
    text-decoration: none;
}
.floating-cart a:hover {
	opacity: 0.6;
}
.floating-cart span.cart-icon {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.floating-cart span.cart-details {
    font-size: 12px;
    text-transform: none;
    display: block;
    margin: 5px 0 0;
}

.paging {
    float: right;
}
.paging strong, 
.paging a {}
.paging strong,
.paging a:hover {
    color: #fff;
    background-color: #0f0f0f;
    text-decoration: none;
}

.homeCarousel{
	background-image: url('images/slider-bg.jpg');
	background-size: cover;
}

.homepage-slider{
	position: relative;
	z-index: 9;
}

#hp-slides > li {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.hp-slider-text-outer {
    display: table;
    height: 650px;
    float: right;
	
}
.hp-slider-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	color: #fff;
}
.hp-slider-text h3 {
    font-size: 72px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.15;
}
.hp-slider-text h3 > span {
    display: block;
    font-weight: 500;
}
.hp-slider-text p {
	font-size: 36px;
	font-weight: 400;
    margin: 0 auto;
}
.hp-slider-text-outer .hp-slider-text-top{
	font-size: 24px;
	font-weight: 600;
}
.hp-slider-img {
    height: 650px;
    position: relative;
}
.hp-slider-img img {
    max-height: 650px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hp-slider-cta a {
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
    min-width: 260px;
	border: none;
	border-radius: 3px;
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #bd0000 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%,#bd0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%,#bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bd0000',GradientType=0 );
}

.hp-slider-cta a:hover, .hp-slider-cta a:focus {
    text-decoration: none;
    background: #ff0000;
    background: -moz-linear-gradient(top, #bd0000 0%, #ff0000 100%);
    background: -webkit-linear-gradient(top, #bd0000 0%,#ff0000 100%);
    background: linear-gradient(to bottom, #bd0000 0%,#ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0000', endColorstr='#ff0000',GradientType=0 );
}

#sticky-header, .top-nav{
	z-index: 9999;
}
#sticky-header.smaller{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: height 0.3s;
	background: #fff;
    box-shadow: 0 0 10px #000;
}
#sticky-header.smaller .site-header {
    padding: 0px 0;
	transition: padding 0.3s;
}
#sticky-header.smaller .header-right-middle{
	display: none;
}
#sticky-header.smaller .navbar-inverse .navbar-nav > li > a {
    min-height: 35px;
	transition: height 0.3s;
}
#sticky-header.smaller .navbar {
    min-height: 35px;
}
#sticky-header.smaller .logo{
	height: 150px;
}
#sticky-header.smaller .navbar-wrapper{
	-webkit-box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.29);
	-moz-box-shadow:    0px 2px 11px -4px rgba(0, 0, 0, 0.29);
	box-shadow:         0px 2px 11px -4px rgba(0, 0, 0, 0.29);
}
#sticky-header .navbar-wrapper{
}
.active-static-margin{
	margin-top:94px
}

.hp-slide-img-holder{
	position: relative;
    height: 650px;
}
.hp-slide-img-holder img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.hp-slider-cta a{
	position: relative;
}
.hp-slider-cta a:after{
    content: "";
    position: absolute;
    right: 45px;
    width: 0;
    height: 0;
    top: 17px;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
}




@media(max-width: 1400px) {
	.detail-text span{
		font-size: 12px;
	}
	.display-section h2{
		font-size: 56px;
	}
	.display-section h4{
		font-size: 26px;
	}
	.banner-section h2{
		font-size: 24px;
	}
	.banner-section h4{
		font-size: 21px;
	    line-height: 26px;
	}
	.mailist-box h3{
		font-size: 16px;
	}
	.subscribe label{
		font-size: 12px;
	}
}
@media(max-width: 1400px) {

}
@media(max-width: 1200px) {
	.hp-slider-text-outer .hp-slider-text-top{
		font-size: 18px;
	}
	.hp-slider-text p{
    	font-size: 26px;
	}
	.shipping-details > div:first-child{
		font-size: 12px;
		padding: 20px 0;
	}
	.shipping-details, .shipping-details > div{
		height: 60px;
	}
	.display-section h2{
		font-size: 48px;
	}
	.details-link a{
		padding: 6px 0;
		font-size: 12px;
		margin-top: 15px;
	}
	.footer-links h3, .social-icons-label{
		font-size: 14px;
	}
	ul.extrapages li a, .about-info{
		font-size: 13px;
	}
	.assistance-alert{
		font-size: 14px;
	}
	.assistance-holder{
	    font-size: 12px;
	}
	.assistance-section ul li{
		margin-left: 8px;
	}
	.assistance-section ul li a{
		font-size: 12px;
	}
	.banner-section h2{
		font-size: 21px;
	}
	.features-description h3{
		font-size: 14px;
	}
	.features-description span br {
		display: none;
	}
	.features-description span{
		font-size: 12px;
	}
	.features-btn a{
		font-size: 11px;
	}
	.mailist-box h3{
		font-size: 12px;
	}
	.maillist-options {
		margin: 5px 0 0;
	}
}
@media(max-width: 1023px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        min-height: 0;
    }
    .navbar-nav > li.dropdown > a:after {
        float: right;
    }
	.display-section h2{
		font-size: 36px;
	}
	.display-section h4{
		font-size: 21px;
	    line-height: 26px;
	}
	 .navbar-nav > li{
	    width: 100%;
    	text-align: left;
	}
	.navbar-nav > li.dropdown > a:after{
		display: none;
	}
    .mailist-box {
        float: none;
        padding: 30px 0;
        width: 100%;
        margin: 0 auto;
    }
    .footer-social {
        text-align: center;
    }
}
@media(max-width: 991px) {
	.blog-holder, .blog-section .blog-holder h2, .blog-section .read-more{
		text-align: center;
	}
	.hp-slider-text-outer{
		height: 450px;
	}
	.blog-section .blog-info{
		font-size: 13px;
	}
	.hp-slider-text-outer, .hp-slider-text-outer{
		float: none;
		width: 100%;
	}
	.hp-slider-text img{
		max-width: 100%;
		padding: 0 20px;
	}
	.mini-logo img{
		margin-top: 10px;
	}
	.about-info{
		padding: 0 0 50px;
	}
	.assistance-holder{
		text-align: center;
	}
	.banner-section, .display-section{
		text-align: center;
	}
	.banner-section h2 br, .display-section h2 br{
		display: none;
	}
	.display-section h2:after, .banner-section h2:after{
		right: 0;
		margin: auto;
	}
	.banner-section h4{
	    margin-bottom: 50px;
	}
	.banner-section .container > div{
		border: none;
	}
	.features-description h3 br{
		display: none;
	}
	.features-section .container > div{
		margin-bottom: 20px;
	}
	.logo img{
		position: static;
	}
	.logo{
		text-align: center;
	}
	.mailist-box h3{
		text-align: center;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.subscribe{
		float: none;
		display: inline-block;
	}
	.maillist-options{
		text-align: center;
	}
}
@media(max-width: 767px) {
    .logo {
        text-align: center;
        height: auto;
    }
    .logo img {
        position: static;
    }

    .search-form-col {
        clear: both;
    }
    .flex-direction-nav a:before {
        font-size: 24px;
    }
    .flex-direction-nav a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: -12px 0 0;
    }
	.features-section{ 
		padding: 20px 0;
	}
	.shipping-details, .shipping-details > div{
		height: auto;
	}
	.shipping-details > div:first-child{
	    padding: 5px 0;
	}
	.detail-text{
		padding: 10px 10px 0;
		text-align: center;
	}
	.details-link{
		padding: 0;
	}
	.details-link a{
		border-radius: 0;
	}
	.features-section .container{
		margin-top: 0;
	}
	.features-holder{
		max-width: 350px;
    	margin: auto;
	}
    .footer-social ul li {
        padding: 0 4px;
    }
	.navbar-nav > li{
		width: 100%;
		text-align: left;
	}
	.assistance-holder{
		text-align: center;
	}
    .home-page-content .category-header {
        padding: 15px 0;
    }
    .extrapages-shower a {
        display: block;
    }
    ul.extrapages {
        margin: 0;
        padding: 15px 0;
    }
    ul.extrapages li a {
        font-size: 14px;
    }
	.copyright{
		font-size: 12px;
	}
	.social-icons{
		text-align: center;
	}
}
@media(max-width: 567px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        max-width: 100%;
    }
	.mini-logo, .about-info{
		width: 100%;
	}
	.mini-logo{
		text-align: center;
	}
	.mini-logo img{
		border: none;
	}
	.assistance-alert{
		display: block;
	}
}



@media(max-width:767px){
.active-static-margin{
	margin-top:0px !important;
}
	
	
	.top-banner-info img{
		max-height: inherit;
	}
	
	.left-product{
	display: block;
	width: 100%;
}


.right-product{
	display: block;
	width: 100%;
	text-align: left;
}
#sticky-header.smaller{
	position: inherit;
}
	.horizonatal-list .cat-image .img{
		margin: 0 auto;
	}
	.horizonatal-list .cat-image{
		padding-left: 15px;
	}
	.horizonatal-list .cat-price{
		text-align: center;
		padding-right: 15px;
	}
	.horizonatal-list .cat-descrip {
		display: none;
	}
	.header-specials{
		font-size: 20px;
	}
}

#leftBar .cat-filters{
	margin: 0 0 10px;
	padding: 5px;
	width: 100%;
}

#leftBar .cat-filters > label{
	width: 100%;
	font-size: 14px;
    font-weight: bold;
    background: #cecece;
    padding: 5px;
}


#leftBar .cat-filters ul li{
	width: 100%;
}

#leftBar .cat-filters ul li a, .filters-container ul li a{
	font-size: 12px;
	font-weight: 300;
	padding: 3px 0;
	display: block;
}





















