/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Raleway', sans-serif; */


.action .form-inline {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
}

.action .form-group {
  margin-bottom: 0;
  margin-right: 0.5rem; /* Adjust for spacing; last-child can have 0 if needed */
}

.action .form-group:last-child {
  margin-right: 0;
}

.ProductStockRemaining {
   color: #b6090d;
   padding-top: 15px;
   font-size:16px;
}

.ListStockRemaining {
   color: #b6090d;
   font-size:16px;
}

.top-banner {
list-style:none;
text-align:center;
margin:0;
color:#fff;
padding-inline-start:0;
font-weight:700;
text-transform:uppercase;
}

.cart-text {
text-align:center;
font-size:16px;
font-weight:400;
}

.productinfotitle {
font-size: 18px;
font-weight:700;
display: block; /* If not already block-level for full width */
margin-bottom: 1rem; /* Or 0.5rem for tighter spacing; 'rem' is responsive */

}

body {
    background-color: #ffffff;
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
	overflow-x:hidden;
	    /* padding-top: 100px; */
}
.navbar, .navbar.navbar-default {
    background-color: #ffffff;
    color: rgba(255,255,255,.84);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    width:100%;
    margin-bottom: 0px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}
button, input, optgroup, select, textarea{
	 font-family: 'Varela Round', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
    color: #404040;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
	width:100%;
	display:block;
}
input#ucStoreHeader_btnSearch, .input-group-addon input {
    border: 1px solid #ddd;
    padding: 9px 12px;
    margin-top: 50px;
    color: #fff;
    background-color: #b6090d;
    outline: 0;
}
.main-title {
    border-bottom: 3px solid #b6090d;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
}
.main-title span {
    position:relative;
    top:-1px;
}
@media(max-width:850px){
    input#ucStoreHeader_btnSearch, .input-group-addon input {
        margin-top: 0px;
    }
}
/*input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
    height: 1.2em;
    font-size: 1em;
}*/
.page-container{
    padding-top:1px;
}
@media(max-width:766px){
    .page-container {
        padding-top: 15px;
    }
}
input[type="checkbox"]{
  display:none;
}
input[type="checkbox"] + label{
  cursor:pointer;
}
input[type="checkbox"] + label:before {
    background: #fff;
    height: 19px;
    border: 1px solid #607d8b;
    content: " ";
    display: inline-block;
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    /* padding-bottom: 8px; */
    top: -1px;
}
input[type="checkbox"]:checked + label:before {
    content: "\2713";
    color: #607d8b;
    font-size: 15px;
    text-align: center;
    line-height: 21px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}
.margin-5{
	margin-bottom:5px !important;
}
.margin-10{
	margin-bottom:10px !important;
}
.margin-15{
	margin-bottom:15px !important;
}
.margin-20{
	margin-bottom:20px !important;
}
.margin-30{
	margin-bottom:30px !important;
}
.margin-40{
	margin-bottom:40px !important;
}
.margin-50{
	margin-bottom:50px !important;
}
.margin-60{
	margin-bottom:60px !important;
}
.margin-70{
	margin-bottom:70px !important;
}
.margin-80{
	margin-bottom:80px !important;
}
.push-top{
	margin-top:35px;
}

/* ==================================================
  Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
.padding-tb0{
	padding-top:0!important;
	padding-bottom:0!important;
}
.padding-tb5{
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.padding-tb20{
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb10{
	padding-top:10px;
	padding-bottom:10px;
}
.padding-tb30{
	padding-top:30px;
	padding-bottom:30px;
}
.padding-tb45{
	padding-top:45px;
	padding-bottom:45px;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px;
}
.padding-5{
	padding:5px;
}
.padding-10{
	padding:10px;
}
.padding-15{
	padding:15px;
}
.padding-rl15{
	padding:0px 15px;
}
.padding-20{
	padding:20px;
}
/* ==================================================
Spacers Sets
================================================== */
.spacer-10{
	height:10px;
	clear:both;
	width:100%;
}
.spacer-20{
	height:20px;
	clear:both;
	width:100%;
}
.spacer-30{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-40{
	height:40px;
	clear:both;
	width:100%;
}
.spacer-50{
	height:50px;
	clear:both;
	width:100%;
}
.spacer-60{
	height:5px;
	clear:both;
	width:100%;
}
.spacer-75{
	height:75px;
	clear:both;
	width:100%;
}
.spacer-100{
	height:100px;
	clear:both;
	width:100%;
}
.mb-30 {
    margin-bottom: 30px;
}
.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.roboto {
font-family: "Varela Round",sans-serif;   
}
input#txtShipZip {
  font-family: "Varela Round",sans-serif;
}
.inline-block{
	display:inline-block !important;
}
.pull-right{
	float:right !important;
}
p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #444;
    margin-bottom: 15px;
}
label {
    font-weight: 500;
}
code {
    display: block;
    width: 100%;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
}
/* Nav Bar */
.navbar-header {
    float: left;
}
.navbar.navbar-dark .breadcrumb a, .navbar.navbar-dark .navbar-nav .nav-item a {
    color: #444;
    transition: .35s;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 15px;
    padding-top: 10px !important;
    line-height: 35px;
}
.navbar.navbar-dark .breadcrumb a:hover, .navbar.navbar-dark .navbar-nav .nav-item a:hover {
    color: #444;
}
.navbar .navbar-nav li {
    position: relative;
    margin-right: 5px;
}

.navbar .navbar-nav li:last-child {
    margin-right: 0
}

.navbar .navbar-nav li.active>a {
    color: #b6090d;
    background: 0 0
}
ul.navbar-icons {
    margin-left: 30px;
    width:100%;
}
/*.li-icon .fa-user,*/.li-icon .fa-shopping-cart{
	font-size:25px;
	padding:5px 20px;
	/*border-left:1px solid #ddd;*/
}
.li-icon .fa-shopping-cart{
	margin-right:10px;
}
.li-icon span,.li-icon small{
	color:#444;
	font-weight:500;
}
.li-icon .cart-title{
	display:block;
	    padding-bottom: 0px;
    margin-bottom: -5px;
    text-align: left;
}
nav.navbar.navbar-toggleable-md.navbar-dark.fixed-top {
    padding: 20px 0px;
	z-index:99;
	background-color:#fff;
	transition: 0.15s padding linear, 0.15s margin ease-out, 0.15s border ease-out;
}
nav.navscrolled{
	padding: 5px 0px !important;
	 transition: 0.15s padding linear, 0.15s margin ease-out, 0.15s border ease-out;
}
.search-form .btn.btn-default, .search-form .btn.btn-default:hover, .search-form .btn.btn-default:focus {
    background-color: transparent!important;
    color: #444 !important;
    box-shadow: none;
    padding: 5px !important;
    /* border: 1px solid #ddd; */
    margin: 2px;
    margin-left: -2px;
    position: relative;
    top: 1px;
    font-size: 14px;
    /* line-height: 8px; */
    position: absolute;
    right: 0px;
    top: 5px;
}
.search-form input {
    border: 1px solid #ddd;
    padding: 0px 6px;
	max-width:180px;
}
@media(max-width:1210px){
	.search-form input {   
		max-width: 120px;
	}
}
.toggle-small {
    font-size: 35px;
    cursor: pointer;
    display: inline-block;
	padding-left:35px;
    color:#444;
}
.logo-small {
    padding: 5px;
    padding-left: 30px;
    /*position: relative;
    top: -7px;*/
}
@media (max-width: 990px){
	.inline-block.logo-small img {
		max-width: 200px;
	}
}
@media  (max-width:680px){
	.logo-small {
		padding-left: 5px;
	}
	.inline-block.logo-small img {
		max-width: 200px;
	}
	.toggle-small {
        font-size: 30px;
        cursor: pointer;
        display: inline-block;
        padding-left: 5px;
        position: relative;
        top: -10px;
        right: -4px;
    }
	.li-icon .fa-user, .li-icon .fa-shopping-cart {
		border-left: none;
		    padding: 5px;
	}
	.li-icon .fa-user,.li-icon .fa-angle-down{
		position: relative;
		top: -4px;
	}
	.hide-verysmall{
		display:none;
	}
}
@media (max-width: 500px){
	.inline-block.logo-small img {
		max-width: 200px;
	}
	.li-icon .fa-shopping-cart {
		margin-right: 0px; 
	}
}
@media (max-width: 430px){
	.inline-block.logo-small img {
		max-width: 200px;
	}
	.li-icon .fa-user,.li-icon .fa-angle-down{
		position: relative;
		top: -2px;
	}
}



.text-left {
	padding-left:20px;
}

.write-review {
	padding-left:17px;
	font-size:16px;
	
}

span.price {
	padding-left:10px;
}

.action {
	padding-left:20px;
}

@media (max-width: 330px){
	.inline-block.logo-small img {
		max-width: 200px;
	}
}

#mobilenavpanel ul{
	display:block;
	width:100%;	
}
#mobilenavpanel li a {
    display: block;
    width: 100%;
    padding: 10px 18px;
    border-bottom: 1px solid #ccc;
	color:#444;
}
.menu {
       display: block;
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: auto;
    bottom: 0;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10003;
    padding: 0px;
    transition: left 0.3s linear;
    -moz-transition: left .3s linear;
    -webkit-transition: left 0.3s linear;
    -o-transition: left .3s linear;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.menu.show-nav {
   left: 0;
}
/*.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    float: left;
}*/
.list-inline-left>li{
    float: left;
}
button.close.nav-toggle {
    padding: 25px;
}
.headerMobile{
	display:none;
}
@media(max-width:1024px){
	.headerbig{
		display:none;
	}
	.headerMobile{
		display:block;
	}	
	.input-group.search-form  input{
		max-width:100%;
	}
    .inline-block.pull-right.margin-right-10 {
        margin-top: 10px;
    }
   .navbar .navbar-brand {
        height: 70px;
        padding: 5px;
    }
}


/* Footer */
section.services .service {
    padding: 20px;
    border: 1px solid #ccc;
    width: 100%;
   /* display: flex; */
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    height: 100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

section.services .service .icon {
    margin-right: 20px
}

section.services .service .icon i {
    font-size: 3.33em;
    height: 0
}

section.services .service .text h4 {
    margin: 0;
    font-weight: 500
}

section.services .service .text p {
    margin: 0;
    color: #444;
    font-size: 1.1em;
    font-weight: 400
}
.img-responsove{
	max-width:100%;
	display: block;
    margin: 0 auto;
}
@media(min-width:768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.img-fluid{
    width:100%;
}
#footer a{
	color: #b6090d;
}
#footer{
	background-color:#f5f5f5;
}
.footter-bottom p{
	color:#404040;
}
/*
I wanted to go with a mobile first approach, but it actually lead to more verbose CSS in this case, so I've gone web first. Can't always force things...

Side note: I know that this style of nesting in SASS doesn't result in the most performance efficient CSS code... but on the OCD/organizational side, I like it. So for CodePen purposes, CSS selector performance be damned.
*/
/* Global settings */
/* Global "table" column settings */
.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 35%;
}

.product-price {
  float: left;
  width: 12%; 
}

.product-quantity {
  float: left;
  width: 10%;
}

.product-removal {
  float: left;
  width: 9%;
}

.product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
/*.product .product-price:before, .product .product-line-price:before, .totals-value:before {
  content: '$';
  margin-right:5px;
}*/
.product .remove {
    display: inline-block;
    /*width: 30px;
    height: 30px;*/
    padding:5px;
    margin-top:10px;
    font-size: 25px;
    /*position: absolute;
    top: 143px;
    left: 0px;*/
    /*z-index: 999;*/
    padding-left: 15px;
}
/*.remove{
    cursor:pointer;
    position: absolute;
    left: 0px;
     top: 0px; 
}*/
.row {
    margin: 0px;
    width: 100%;
    clear: both;
}
.remove i {
    /*background-color: red;
    border-radius: 50%;*/
    padding: 2px 5px;
    /*color: #fff;*/
    font-weight: 400;
    display:inline-block;
}
@media(max-width:650px){
    .remove {
        display: block !important;
        float: right;
        width: 100% !important;
        text-align: right;
        position: relative;
        /*left:auto;
        right: 15px !important;*/
    }
   
}
@media(max-width:850px){
     .services .col-md-4{
        width:100%;
        display:block;
    }
    .services .row {
        display:block !important;
    }

}
span#lblSubTotal,span#lblDiscount {
    padding-right: 20px;
}
i.btn-default,i.btn-default:hover,i.btn-default:active,i.btn-default:focus,.btn-default,.btn-default:hover,.btn-default:focus,.btn-default:active{
    background: #e0e0e0 !important;
    color: #444 !important;
}
.waves-button-input {
    margin: 0;
    padding: 5px;
}
/* Column headers */
.column-labels label {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 6px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-weight:500;
    font-size:16px;
    background-color:#f9f9f9;
}
@media(max-width:766px){
    .column-labels label {
        font-size: 12px;
    }
}
.product a,.product a:hover,.product a:focus {
    color: #444;
    font-weight: 500;
    font-size: 16px;
}   
/*.column-labels{
    background-color:#f9f9f9;
}*/
.column-labels .product-image, .column-labels .product-details /*,.column-labels .product-removal*/ {
  text-indent: -9999px;
}

/* Product entries */
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.product .product-image {
  text-align: center;
}
.product .product-image img{
    max-height: 150px;
    overflow: hidden;
}
.btn {
    margin-right: 10px;
    margin-top: 10px;
}
.product .product-image img {
  max-width: 100px;
}
.product .product-details .product-title {
  margin-right: 20px;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}
.product .product-quantity input {
    width: 40px;
    margin-top: 0px;
    position: relative;
    top: -7px;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #c66;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.product .remove-product:hover {
  background-color: #a44;
}

/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
  padding-left: 10px;
}


.checkout {
  float: right; 
  /* border: 0; */
  /* margin-top: 20px; */
  /* padding: 6px 25px; */
  /* background-color: #6b6; */
  /* color: #fff; */
  /* font-size: 25px; */
  /* border-radius: 3px; */
}

.checkout:hover {
  background-color: #494;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    float: right;
    width: auto;
    max-height: 100px;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
    min-height: 120px;
  }

  .product-price {
    clear: none;
    width: 70px;
	padding: 7px;
  }

  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 20px;
  }

  .product-quantity:before {
    content: 'x';
    position: relative;
    top: -7px;
  }

  .product-removal {
    width: auto;
    display: none;
  }
  .savings-small{
      display:block !important;
  }
  .product-line-price {
    float: right;
    width: 70px;
    padding: 7px;
  }
  .product .product-image img {
    height: 90px;
    width: auto !important;
    overflow: hidden;
    margin-bottom: 0px;
    }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }

  .product-line-price {
    float: right;
    width: auto;
    /*margin-top: 10px;*/
  }

  /*.product .product-line-price:before {
    content: '$';
  }*/
    
  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}

.hide{
	display:none !important;
}

/* Product Listings */
.product-item-2 {
	position: relative;
	top: 0;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	margin-bottom:15px;
	border-radius: 5px;
    height: 100%;
    padding-bottom: 10px;
}
.border-none {
    border: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.greybg{
	background-color: #ffffff;
}
/*.product-item-2 img {
  border-radius: 10px 10px 0 0;
}*/
.product-item-2 .product-info {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 0 10px 10px;
  border-top: 2px solid #f6f6f6;
  padding: 15px 30px;
  text-align: left;
      padding-bottom: 0px;
}
.active-featured-product .product-item-2 {
  margin-top: 20px;
}
.brand-name {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}
.owl-carousel .brand-name, .product-listingsgreybg .brand-name {
    max-height: 42px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.owl-stage-outer{
    display:flex;
}
.product-item-2 .pro-price {
	margin-bottom: 0;
    font-size: 18px;
   color: #404040;
}
/* .product-item-2 .action-button { */
  /* background: #ffffff none repeat scroll 0 0; */
  /* border-radius: 0 0 10px 10px; */
  /* border-top: 2px solid #f6f6f6; */
  /* bottom: 0; */
  /* opacity: 0; */
  /* padding: 5px 25px; */
  /* position: absolute; */
  /* transition: all 0.3s ease 0s; */
  /* width: 100%; */
/* } */
.product-item-2 .action-button > li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.product-item-2 .action-button > li:hover > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ff7f00;
}
/* .product-item-2:hover { */
  /* box-shadow: 0 5px 2px rgba(0, 0, 0, 0.15); */
  /* top: -20px; */
/* } */
.product-item-2:hover .product-info {
  border-radius: 0;  
}
/* .product-item-2:hover .action-button { */
  /* bottom: -40px; */
  /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); */
  /* opacity: 1; */
  /* visibility: visible; */
/* } */
.pro-tab-menu-2 ul li {
  margin-left: 25px;
  position: relative;
}
.pro-tab-menu-2 ul li.active::before {
  background: #ff7f00 none repeat scroll 0 0;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 2px;
}
.pro-tab-menu-2 ul li.active a {
  border-bottom: 0 none;
}
.pro-tab-menu-2 ul li a {
  padding-left: 5px;
}
.product-img img {
    max-width: 100%;
    border-radius: 0px !important;
}
nav {
    border-radius: 0 !important;
}
/*.product-listingsgreybg{
    background-color:#ddd;
    margin-top:10px;
    margin-bottom:10px;
}
.product-listingsgreybg .product-info{
    background-color:#ddd
}*/
.product-listingsgreybg{
    /*background-color:#ddd;*/
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid rgba(221,221,221,0.3);
    padding-top:5px;
    padding-bottom:15px;
}

a.cartlist{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: inherit;
    white-space: nowrap;
    padding: 0.85em 0.13em;
}
a.addtofav-listings {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
}
.padding-left-0{
	padding-left:0;
}
.padding-right-0{
    padding-right:0px;
}
@media(max-width:768px){
    .padding-left-0{
	padding:0;
}
.padding-right-0{
    padding:0px;
}
}
.shop-option {
    padding:0px;
    margin-bottom: 5px;
    padding-bottom:5px;
}
.showing.col-sm-6 {
    padding-top: 9px;
}
.shop-tab {
  line-height: 1;
}
.shop-tab > li {
  display: inline-block;
  margin-right: 5px;
}
.shop-tab > li:last-child {
  margin-right: 0px;
}
.shop-tab li a {
  color: #999999;
  display: block;
  font-size: 25px;
  height: 30px;
  text-align: center;
  width: 30px;
}
.shop-tab li a i {
  line-height: 30px;
}
.shop-tab li.active a {
  color: #ff7f00;
}
/*.shop-tab, .short-by, .showing {
  width: 33.3337%;
}*/
.showing span {
  color: #444;
  display: block;
  line-height: 30px;
}
@media(max-width:850px){
    .shop-tab, .short-by, .showing {
      width:100%;
    }
    .showing span {
    line-height: 20px;
    font-size: 14px;
}
}
.short-by > span {
  margin-right: 10px;
}
ul.list-inline.list-unstyled.share-links {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0%;
}
.onsale {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 20px;
    left: 10px;
    background-color: #e74c3c;
    backface-visibility: hidden;
    border-radius: 50%;
    background-clip: padding-box;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    z-index: 1;
    position: absolute;
}
.onsale.hot {
    background-color: #323237;
}

/* Product details page */

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden;
  padding-left:15px; }

  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.product-title, .rating, .product-description, .vote, .sizes {
    margin-bottom: 0px;
    line-height: 1.5em;
    overflow: hidden;
}

.price {
    margin-bottom: 0;
    line-height: 1.5em;
    overflow: hidden;
    font-size:18px;
   padding-left:0px;
}


.owl-carousel .product-title, .product-listingsgreybg .product-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    /* color: #888; */
    text-align: center !important;
    margin-bottom: 10px;
}
.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.img-full{
	max-width:100%;
	align-self: center;
	display:block;
	margin:0px auto;	
}
a.nav-link,a.nav-link:hover,a.nav-link:focus {
    background-color: #fff;
    color: #444;
	border-color:transparent;
}
a.nav-link, a.nav-link:hover, a.nav-link:focus {
    background-color: transparent;
    color: #444;
    border-color: transparent !important;
    border-radius: 0px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #b6090d;
    border-color: #b6090d #b6090d #b6090d !important;
}
.nav-tabs{
	border-bottom:0px;
	padding-left:15px;
}
/* Caurosel products */
div#Productscaurosel {
    background-color: transparent;
    padding: 20px 10px;
}
.collections .collection {
    margin-bottom: 30px
}

.collections .collection a {
    display: block;
    position: relative;
    background-color: #333;
    overflow: hidden
}

.collections .collection a img {
    -webkit-transition: opacity .5s,transform .5s;
    -o-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s
}

.collections .collection a:after,.collections .collection a:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.collections .collection a:before {
    border-bottom: 2px solid #323237;
    border-top: 2px solid #323237;
    margin: 0 -5px;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1)
}

.collections .collection a:after {
    border-left: 2px solid #323237;
    border-right: 2px solid #323237;
    margin: -5px 0;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0)
}

.collections .collection a:hover:after,.collections .collection a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.collections .collection a:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1)
}
.img-circle {
    border-radius: 50% !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-0{
    padding:0px;
}
select.sortby,select.sortby:focus {
    border: 1px solid #444;
    color: #444;
    font-size: 13px;
    /*height: 30px;*/
    padding-left: 20px;
outline: 0;	
display: inline-block;
    max-width: 70%;
}
.section-title h3 {
    font-size: 28px;
    position: relative;
    display: table;
    margin: auto auto 10px;
}
.section-title::after, .section-title::after {
    content: '';
    width: 100%;
	max-width:100px;
    height: 2px;
    background: #607d8b;
    display: block;
    margin: 20px auto 40px;
}
.section-title.m-b-0::after {
    margin-bottom:0px;
}
@media(max-width:768px){ 

    .section-title::after, .section-title::after {
        margin: 20px auto 0px;

    }
}
.home-title{
	text-transform:none;
}
/*.feature-box{
	text-align:center;
}*/
.feature-box .features-big .fa {
    font-size: 4em;
}
.feature-box .features-big .feature-title {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 500;
}
.row.features-big {
    margin-top: 50px;
    margin-bottom: 50px;
}
.bread {
    background-color: transparent;
}
.grey-text {
    color: #9e9e9e!important;
}
.lead {
    line-height: 1.6em;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    display: none;
}

h1.breadcrumb {
    font-family: 'Varela Round', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #404040;
    margin-top: 0px;
    padding: 0px;
    font-style: normal;
    width: 100%;
    display: inline;
}

.jumbotron p {
    font-size: 20px;
    line-height: 28px;
}

/* Progress Bars */
.progress-wizard .progress-wizard-step .progress-wizard-dot:after,.progress-wizard .progress-wizard-step.disabled .progress-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 8px;
}

.progress-wizard {
    padding: 0 15px 50px 15px;
}

.progress-wizard .progress-wizard-step {
    padding: 0;
    position: relative;
}

.progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    color: #252525;
    margin-bottom: 5px;
}

@media (max-width: 479px) {
    .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
        font-size: 10px;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right:5px;
    }
}
@media (min-width: 480px) {
    .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
        font-size:10px;
        height: 36px;
    }
}

@media (min-width: 768px) {
    .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
        font-size:12px;
        height: auto;
    }
}

@media (min-width: 850px) {
    .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
        font-size:14px;
    }
}

.progress-wizard .progress-wizard-step .progress-wizard-info {
    color: #999;
    font-size: 14px;
}

.progress-wizard .progress-wizard-step .progress-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #b6090d;
    left: 50%;
    margin-top: -10px;
    margin-left: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
@media(max-width:1100px){
	.progress-wizard .progress-wizard-step .progress-wizard-dot {		
		margin-top: -15px;		
	}
}
@media(max-width:480px){
	.progress-wizard .progress-wizard-step .progress-wizard-dot {		
		margin-top: -40px;
	}
}

@media (min-width: 480px) {
    .progress-wizard .progress-wizard-step .progress-wizard-dot {
        top:60px;
    }
}

@media (min-width: 768px) {
    .progress-wizard .progress-wizard-step .progress-wizard-dot {
        top:43px;
    }
}

.progress-wizard .progress-wizard-step .progress {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
    background-color: #f0f0f0;
}

.progress-wizard .progress-wizard-step .progress .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #b6090d;
}

.progress-wizard .progress-wizard-step.complete .progress .progress-bar {
    width: 100%;
}

.progress-wizard .progress-wizard-step.complete:first-child .progress {
    left: 0;
    width: 100%;
}

/*.progress-wizard .progress-wizard-step.complete:first-child .progress .progress-bar {
    width: 50%;
}*/
.progress-wizard .progress-wizard-step.complete.current .progress .progress-bar {
    width: 50%;
}
.progress-wizard .progress-wizard-step.complete:last-child .progress {
    width: 100%;
}

.progress-wizard .progress-wizard-step.complete:last-child .progress .progress-bar {
    width: 100%;
}

.progress-wizard .progress-wizard-step.complete.fullBar .progress .progress-bar {
    width: 100%;
}

.progress-wizard .progress-wizard-step.active .progress .progress-bar {
    width: 50%;
}

.progress-wizard .progress-wizard-step.disabled .progress-wizard-dot {
    background-color: #f0f0f0;
}

/* Responsive Tables */
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
/* .rwd-table tr { */
  /* border-top: 1px solid #ddd; */
  /* border-bottom: 1px solid #ddd; */
/* } */
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 600px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 600px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}
.rwd-table {
  /* background: #34495E; */
  /* color: #fff; */
  /* border-radius: .4em; */
  overflow: hidden;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 600px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}

.no-arrow:after{
	display:none;
}
.dropdown-toggle{
	cursor:pointer;
}
.dropdown-menu input{
    background-color:transparent;
    color:#444;
    border:none;
    outline:0;
    box-shadow:none;
    width:100%;
    display:block;
    padding:5px;
    text-align:left;
}
.address_dropdows {
    max-width: 10px;
    position: absolute;
    right: 30px;
    top: 10px;
}
.address_dropdows .dropdown-toggle{
	font-size:18px;
	color:#444;
}
.address-card {
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    /* opacity: 1; */
    transition: all .2s ease;
}
.address-card p{
	margin-bottom:3px;
}
.control-alt .form-control{
    padding-left:5px;
}
input#txtCheckNumber {
    /* border: none; */
    width: 300px;
}
.control-alt span.text-danger {
    font-size: 18px;
    line-height: 12px;
}
.repeat-label {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-weight: 600;
    padding-right: 5px;
    /* margin-top: 10px; */
    /* padding-bottom: 0px; */
}
.qty-final {
    padding: 5px;
    padding-top: 0px;
    margin-top: -2px;
}
input#ucStoreHeader_txtSearch {
    margin-top: 50px;
}
@media(max-width:650px){
    .qty-final {
        padding: 7px 5px;;
    }
    .qty-final:before{
        position:static;
    }
    .product-quantity.padding-5:before{
        position:static;
    }
}
.btns-grp .btn {
    float: right;
}
@media(max-width:650px){
    .btns-grp .btn{
        float:right;
        width:100%;
        margin:0px;
        margin-top:10px;
    }
}
/* .rwd-table th, .rwd-table td:before { */
  /* color: #dd5; */
/* } */
.logo-footer{
    max-height:75px;
    max-width:100%;
}
.pageheader h1 {
    padding: 130px 0 40px 0;
    font-size: 50px;
}
.pageheader{
    background-color:rgba(0,0,0,.12);
    border-radius:0;
}
.features-big i.small{
    font-size:16px !important;
    padding-right:10px;
}
.mailing-address i{
    font-size:20px;
    padding-right:10px;
}
.commentsform .form-control {
    border: 1px solid #ccc;
    /*padding-top: 2px;
    padding-bottom: 2px;*/
}
.faqs p{
    font-size: 16px;
    line-height: 24px;
}
.faqs .faq-title {
    font-size: 22px;
    font-weight: normal;
    color: #444;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}
ol.panel li.item {
    margin-bottom: 20px;
    font-weight:400;
    font-size:16px;
}
.section-title {
        margin-bottom: 0;
        /* margin-bottom: 3em; */
    }
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
#imaginary_container{
    /*margin-top:20%; */
}
/*.stylish-input-group .input-group-addon{
    background: white !important; 
    border:1px solid #ddd;
}*/
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border:1px solid #ddd;
        margin-top: 0px;
        padding-left:5px
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
/*ul.navbar-nav.list-inline {
    margin-top: 15px;
    margin-bottom: 0px;
}*/
span.input-group-addon {
    padding: 0px !important;
    padding: 0px;
    border: none;
    background-color: transparent;
}
/*span.input-group-addon:hover{
    background-color:#ccc !important;
}*/
.form-control {
    background-image: none !important;
    border-bottom: 1px solid #ddd !important;
}
.searchbtn-header,.searchbtn-header:hover,.searchbtn-header:focus {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: block;
    padding: 7px 10px;
}
.advancedsearch-header{
    display:block;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}
.view img, .view video {
    display: block;
    position: relative;
    width: 100%;
}
.padding-rl0{
    padding-right:0px;
    padding-left:0px;
}
.img-responsive {
    width: 100%;
}
.width-50{
    max-width:50%;
    margin-bottom:20px;
}
.owl-carousel .owl-item img {
    width: auto !important;
    border-radius: 0px !important;
}
.product-label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    width: 44px;
    height: 33px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    right: 0;
    z-index: 2;
}
.product-label.product-label-special {   
    background: #F9A825;
}
.price-striked {
    padding-right: 10px;
    text-decoration: line-through;
    color: #ccc;
}
h3.product-title {
    line-height: 2.2em;
}

span.product-name {
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    width: 100%;
    padding-left:20px;
}

h2.store-categories {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    width: 100%;
    display: block;
}

h4.store-categories {
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #444;
    font-weight: normal;
    margin-top: 0px;
    font-style: normal;
    width: 100%;
    display: block;
}

h3.top-product-title {
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #444;
    font-weight: bold;
    margin-top: 0px;
    font-style: normal;
    width: 100%;
    display: block;
}

.tab-pane.active{
    padding-top:10px;
    padding-bottom:10px;
}
.table-auto{
    width:auto !important;
    min-width:50%;
}
ul.list-group {
    box-shadow: none;
}
.control-alt .form-control {
    border: 1px solid #ddd;
    margin-bottom: 0px;
    border-radius: 0;
    padding: 10px;
    height: 45px;
}
.control-alt .label-control {
    margin-top: 15px;
    margin-bottom: 0px;
}
.error {
    color: #e13131;
}
.label-inline label{
    display:inline-block;
    padding-left:10px;
    font-weight:bold;
}
.pointer{
    cursor:pointer;
}
.category-select{
    display:none;
}
.margin-top-5{
    margin-top:5px;
}
.address br {
    height: 1px;
    /* visibility: hidden; */
    /* margin-bottom: -1px; */
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    content: "";
}
@media (max-width: 850px) {
    .distribute-header {
        display:none;
    }
}
.address-height-auto .address-card{
    height:auto !important;
}
.address-noshadow .address-card{
    box-shadow:none;
}
.btnlike-link,.btnlike-link:hover,.btnlike-link:focus{
    background-color:transparent;
    border:none;
    outline:0;
    cursor:pointer;
}
ul.list-checked li:before {
  content: "\f058";
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #444;
}
@media(min-width:700px){
    ul.inline-2 li{
    display:inline-block;
     width:50%;
     float:left;
 }
}
.account-wrap {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 3px;
    padding-left: 10px;
    height: 90%;
    margin-bottom: 20px;
}
.btn{
    cursor:pointer;
}
.account-wrap ul{
  margin-left:2em;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline input, .radio-inline input{
    margin-right: 10px;
}
.checkbox-new input[type=checkbox] ,.checkbox-new input[type=checkbox]:focus{
    outline:0;
}
.checkbox-new input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #b6090d;
    padding: 6px;
    display: inline-block;
    position: relative;
    width: 20px;
    vertical-align: middle;
    height: 20px;
}
.checkbox-spacing {
    margin-right:10px;
}
.checkbox-new input[type=checkbox]:checked:after {
    content: '\2713';
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 1px;
    color: #fff;
}
.checkbox-new input[type=checkbox]:checked {
    background-color: #b6090d;
    color: #fff;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
}
td.before-none:before {
    display: none;
}
.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#ccc;
}
.warning{
    background-color:#FFF9C4;
}
.list-group-item ul{
    margin-left:1em;
}
.form-group .label-control{
    margin-right:10px;
}
h3.pro-price.roboto.text-center {
    margin-bottom: 5px;
}
/*input#txtQty,input.ProductListInput,#repeatCartItems_txtQuantity_0{
    height: 2.1em !important;
}*/
a#lnkShippingCalc {
    padding: 1.1em 2.13em;
}
.modal-dialog {
    max-width: 850px;
}
.owl-theme .owl-nav {
    margin-bottom: 10px;
    position: absolute;
    top: -14px;
    right: 10px;
    margin-top: 0px;
}
.owl-theme{
    padding-top:20px;
}
/*.no-js .owl-carousel, .owl-carousel.owl-loaded {
    padding-top: 60px !important;
}*/
.owl-theme .owl-nav [class*=owl-] {
    padding: 10px 15px;
}
.product-img {
    min-height: 100px;
    overflow: hidden;
    padding-top: 20px;
}
/*li#ucStoreHeader_dropdownLogin {
    position: relative;
    top: -5px;
}*/
.dropdown-menu-right:before {
  position: absolute;
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu-right:after {
  position: absolute;
  top: -6px;
  right: 16px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
a.dropdown-item,a.dropdown-item:hover,a.dropdown-item:focus {
    color: #444 !important;
    /*font-weight: 500;*/
}
a.dropdown-item:hover,a.dropdown-item:active,a.dropdown-item:focus {
    color: #444;
    /*font-weight: 500;*/
}
.dropdown-item.active, .dropdown-item:active {   
    background-color: rgba(0, 0, 0, 0.2);
}
.navbar .dropdown-menu a {
    padding: 0.5em;
}
.block {
    display: block;
}
/*a.dropdown-item:hover,a.dropdown-item:focus{
    background-color:#ddd;
     color: #444 !important;
}*/
.ProductListinput, .ProductListInput {
    /* line-height: 2.2em; */
    margin-top: 3px;
    border: none;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    font-size: 18px;
}
.owl-stage {
    display: flex;
}
.li-icon .fa-user {
    padding: 5px 0px;
    padding-left: 5px;
    position: relative;
    top: 5px;
}
@media(max-width:768px){
    .li-icon .fa-user {
        position: relative;
        top: -6px;
    }
    li#ucStoreHeader_AccountDropmobile .li-icon .fa-user {
        position: relative;
        top: 3px;
    }
}
.margin-right-10{
    margin-right:10px;
}
.form-group {
    padding-bottom: 7px;
    margin: 0px 0 0 0;
}
@media(max-width:600px){
    .card.card-block.margin-top-5 {
    padding: 10px;
}
    .small-block-table td{
        display:block;
        float:left;
        width:100%;
    }
    .hide-td-small {
        display:none !important;
    }
}
ul.share-links a {
    color: #444;
    font-weight: 500;
}
ul.share-links i{
    padding-right:5px;
}
ul.share-links li{
    width:48%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.stico_rotate{
    background:none !important;
}
.stico_rotate:before{
    content:"\f064";
    font-family: 'FontAwesome';
    padding-right:5px;
}
div#divForm td {
    overflow: hidden;
}
.modal-header {
    justify-content: flex-end;
}
@media(max-width:1200px){
    .column-labels label {   
    font-weight: 400;
    font-size: 14px;
}
}
@media(max-width:850px){
    .column-labels label {   
    font-weight: 400;
    font-size: 12px;
}
}
span#lblQty {
    /* padding-top: 17px; */
    /* margin-top: 5px; */
    position: relative;
    top: 7px;
}
.feature-box .brown-text{
    color:#999999 !important;
}
span.radio-inline {
    margin-top: 15px !important;
}
span.ontexttitle a {
    font-size: 16px;
    font-weight: 600;
}
.category-wraper-main .category-wraper {
    background: #f5f5f5;
    padding: 17px;
    margin-right: 2px;
    overflow: hidden;
    margin-top: 20px;
    display: none;
}
.list-subcategory li a{
    color: #444;
    font-size: 14px;
}
nav#mobilenavpanel .list-subcategory{
    display:none;
}
nav#mobilenavpanel .list-subcategory.active{
    display:block;
}
/*li.storestitle {
    
}*/
.category-wraper-main ul.list-unstyled.list-subcategory li:last-child{
    border-bottom: 2px solid rgba(158,158,158,0.2);
    padding-bottom:20px;
}
#list-toggle-small i{
    display:none;
}
@media(max-width:850px) {
    .category-wraper-main{
        display:none;
    }
    .full-small {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    /*#list-toggle-small:after{
        content: "\f107";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }*/
    nav#mobilenavpanel .category-wraper {
        margin-top: 72px;
    }
    #list-toggle-small i{
        display:inline-block;
        color:#9E9E9E;
        padding:10px;
        padding-right:20px;
        font-size:18px;
    }
    #list-toggle-small{
        padding-left:10px;
        border-bottom: 2px solid rgba(158,158,158,0.2);
        margin-bottom:10px;
    }
}
.hidden-overflow{
    overflow:hidden;
}
/*@media(max-width:768px){
    .owl-carousel .product-title, .product-listingsgreybg .product-title {
        height: 25px;
    }
}*/
.pricetab{
    line-height:18px;
}
#whats-new .img-full{
    max-height:100px;
}
.btn-xs,.btn-xs:focus,.btn-xs:hover {
    padding: 4px !important;
    color: #fff !important;
}
.btn-xs.black {
    color: #444!important;
}
.margin-top-0{
   margin-top:0px;
}
i.btn.btn-default.btn-xs.waves-input-wrapper.waves-effect.waves-light.active {
    padding: 4px;
    color: #fff !important;
    margin: 0px;
}
i.btn.btn-theme.btn-xs.waves-input-wrapper.waves-effect.waves-light.active {
    padding: 5px;
    margin: 0px;
}
.inline-block.cart{
    position:relative;
    top:-5px;
    max-width:50px;
}
li#ucStoreHeader_AccountLoginmobile {
    padding-top: 5px;
}
li#ucStoreHeader_AccountDropmobile {
    padding-top: 0px;
    position: relative;
    top: -15px;
}
.owl-item ,.owl-item .item {
    height: 100%;
}
p.thumbdescription {
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(min-width:850px){
    img#ucStoreHeader_imgSiteMainIcon {
        /* width: 100%; */
        height: 100px;
    }
}
a.dropdown-item {
    width: 100%;
    display: block;
    padding:10px 5px;
    border-bottom:1px solid #ddd;
}

a.writereview {
	text-align:center;
}

@media (min-width: 992px) {
    .productlist-wraper>.clear:nth-child(6n+6)::before {  
      content: '';
      display: table;
      clear: both;
    }
}
@media (min-width: 766px) and (max-width: 991px) {
    .productlist-wraper>.clear:nth-child(4n+4)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media (max-width: 766px) {
    .productlist-wraper>.clear:nth-child(2n+2)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media (max-width: 486px) {
    .productlist-wraper>.clear:nth-child(2n+2)::before {
      content: '';
      display: table;
      clear: both;
    }
}
.specslabel{
    width:150px;
}
.specslabel:after{
    content:":";
    padding-right:5px;
    padding-left:5px;
    font-size:16px;
    font-weight:500;
}
.login-form .form-control{
    background-color:transparent;
    border:none;
    outline:0;
    box-shadow:none;
    height: 45px;
}
#Cartdropdown{
    min-width: 300px;
    padding: 20px;
}
#link-acntheader{
    margin-top:10px;
}
table#tableZipExt label {
    display: block;
    width: 100%;
    /*padding-bottom: 10px;*/
}
.btn-group.open .dropdown-toggle {
     -webkit-box-shadow: none; 
     box-shadow: none; 
}
.invoice.padding-tb30 {
    border: 1px solid #ddd;
    padding-right: 25px;
    padding-left: 25px;
    margin-top:10px;
}
.list-inline-left label{
    padding-right:20px;
}
.widget-title {
    color: #666666;
    font-weight: 700;
    text-transform: uppercase;
    padding-left:15px;
}
.product-n-item {
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.widget-product .product-n-img {
    /*float: left;
    width: 35%;*/
    margin-bottom:10px;
    margin-top:5px;
}
.widget-product .product-n-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 15px 0 0 10px;
    text-align: left;
    width: 65%;
}
.table-small{
    font-size:12px;
}
.popover{
    max-width:500px;
    padding:0px;
}
.virespecs{
    /*text-align:center;*/
    color:#444;
    font-weight:300;
    width: 100%;
    display: block;
    padding: 10px;
}
.popoverTitle{
    /*background-color:#ccc;*/
    padding:5px;
    color:#b6090d;
    text-align:center;
    font-weight:500;
}
.form-group  label{
    padding-right:10px;
}
.loader{
    width: 70px;
    height: 70px;
    margin: 40px auto;
}
.loader p{
    font-size: 16px;
    color: #777;
}
.loader .loader-inner{
    display: inline-block;
    width: 15px;
    border-radius: 15px;
    background: #74d2ba;
}
.loader .loader-inner:nth-last-child(1){
    -webkit-animation: loading 1.5s 1s infinite;
    animation: loading 1.5s 1s infinite;
}
.loader .loader-inner:nth-last-child(2){
    -webkit-animation: loading 1.5s .5s infinite;
    animation: loading 1.5s .5s infinite;
}
.loader .loader-inner:nth-last-child(3){
    -webkit-animation: loading 1.5s 0s infinite;
    animation: loading 1.5s 0s infinite;
}
@-webkit-keyframes loading{
    0%{
        height: 15px;
    }
    50%{
        height: 35px;
    }
    100%{
        height: 15px;
    }
}
@keyframes loading{
    0%{
        height: 15px;
    }
    50%{
        height: 35px;
    }
    100%{
        height: 15px;
    }
}
.progress-wizard-step.disabled,.progress-wizard-step.disabled a {
    cursor: not-allowed;
}
.btn,.btn-theme,.btn:hover,.btn-theme:hover,.btn:focus,.btn-theme:focus {
    /* padding: 0.85em 0.13em; */
    padding-top: 0.85em;
    padding-bottom: 0.85em;
    outline:0;
}
input#txtQty {
    margin-top: 3px;
    border: none;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    font-size: 18px;
}
.btn-blue-grey {
    background-color: #ddd;
    margin-bottom: 10px;
}
.home-caurosel{
    padding:10px 15px;
}
#sitemap h3 a,#sitemap h4 a,#sitemap h2{
    color:#b6090d;
}
#sitemap h3, #sitemap h4, #sitemap h2 {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #b6090d;
}
.sitemaplist a{
    color:#444;
}
.sitemaplist{
    width:100%;
    display:block;
}
.sitemaplist li{
    width:25%;
    float:left;
}
@media(max-width:991px){
    .sitemaplist li{
        width:50%;
        float:left;
    }
}
@media(max-width:600px){
    .sitemaplist li{
        width:100%;
        float:left;
    }
}
/*li.nav-item a {
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 35px;
}*/
li.nav-item.onstoreheaderlink a{
    color:#404040 !important;
    text-align:center;
    padding-left:15px;
}
/*li.nav-item{
    
}*/
.nav-wraper {
    border: 0;
    background-color: transparent;
    padding-bottom:5px;
}
.top-header ul.list-inline {
  margin-bottom: 0;
}
.top-header ul.list-inline > li {
  float: left;
  margin: 0;
  padding: 0;
}
.top-header ul.list-inline > li .dropdown-toggle {
  border-radius: 0;
  background-color: transparent;
}
.top-header ul.list-inline > li .dropdown-toggle:focus {
  outline: none !important;
}
.top-header ul.list-inline > li > a,
.top-header ul.list-inline > li .dropdown-toggle {
  display: block;
  padding: 5px 7px;
}
.top-header ul.list-inline > li > a:hover, .top-header ul.list-inline > li > a:active,
.top-header ul.list-inline > li .dropdown-toggle:hover,
.top-header ul.list-inline > li .dropdown-toggle:active {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-header ul.list-inline > li .dropdown.open > .dropdown-toggle,
.top-header ul.list-inline > li .bootstrap-select.open > .dropdown-toggle {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.top-header ul.list-inline > li .dropdown-toggle img,
.top-header ul.list-inline > li .dropdown-menu img {
  margin-bottom: 2px;
}
.top-header ul.list-inline > li .dropdown-menu-login {
  line-height: 1.4;
  min-width: 230px;
  padding: 10px;
}
.top-header ul.list-inline > li .dropdown-menu-login button {
  border-radius: 0;
}
ul.list-inline.list-unstyled.list-inline-left {
    margin-left: 0px;
}
@media(max-width:768px){
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
}
.item .product-item-2{
    height:96%;
    padding-bottom:0px;
}
input#ucListProducts_btnGo {
    padding: 15px 10px;
    margin-top: 0px;
}
.static{
    position:static !important;
}
.list-tron p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}
div#SliderSidebar .owl-nav{
    position:static !important;
}
div#SliderSidebar .owl-nav [class*=owl-] {
    padding: 1px 5px !important;
}
div#SliderSidebar .owl-item, .owl-item .item {
    height: 99%;
}
span.product-label.product-label-special.static {
    padding: 5px;
}
.cart.table,.cart.table th,.cart.table td,.cart.table a{
    color:#444;
}
.cart.table a{
    color:#444 !important;
}
.def-padding,.def-padding:hover,.def-padding:focus{
    padding:10px !important;
    border-radius:2px;
    text-align:center !important;
}
.shopping-headerLink{
    padding-left:0px !important;
}
/* Colors */
a,a:focus,
a:hover {
  color: #b6090d;
  text-decoration: none;
}
.btn-theme,.btn-theme:focus, .btn-theme:hover {
    background-color: #fccd04 !important;
    color:#404040 !important;
}
.footter-bottom {
	background-color:#f5f5f5;
}
.shop-option {    
    border-bottom: 2px solid #b6090d;
}
.title{
	color:#404040;
	font-size:16px;
}
.btnlike-link,.btnlike-link:hover,.btnlike-link:focus{
    color:#b6090d;
}
.navbar .nav-item.dropdown a{
    color:#b6090d;
}
h6.product-title a {
    color: #444;
    font-weight: bold;
}
li.nav-item.onstoreheaderlink {
    border-bottom:2px solid #b6090d;
}
.top-header {
    background-color: #b6090d;
}
.top-header ul.list-inline > li > a, .top-header ul.list-inline > li .dropdown-toggle {
    color: #fff;
    border-color: #b6090d;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
ul.list-checked li:before {
    color: #b6090d;
}

/* Grant Edits */

h3.footer-header {
	color: #404040;
	text-transform:uppercase;
}

h1.welcome {
    font-size: 24px;
    text-align:center;
}