@import url('//fonts.googleapis.com/css?family=Lato:400,300');
* {
font-family: "Raleway", Helvetica, Arial, sans-serif;
}
body {
	background-color: #ffffff /*{body|background-color}*/;
	background-image: none /*{body|background-image}*/;
	color: #333333 /*{body|text-colour}*/;
}
#main-content {
	background-color: #ffffff;
}
#main-content > .row:first-child > .col-xs-12 {
	padding-top:15px;
}
a{
	color: #000000 /*{body|link-colour}*/
}
a:hover, a:active {
	color: #b3000e /*{body|link-colour-hover}*/
}
.topbar--Wrap--container {
	background-color: #eeeeee /*{header|topbar-background-colour}*/;
}
.topbar--Wrap .topbar--wrap--nav > li > a {
	color: #000000 /*{header|topbar-link-colour}*/;
}
.topbar--Wrap .topbar--wrap--nav > li > a:hover,
.topbar--Wrap .topbar--wrap--nav > li > a:active {
	color: #000000 /*{header|topbar-link-colour}*/;
}
#header-cart > a {
	color: #000000 /*{header|topbar-link-colour}*/;
}
#header-cart > a:hover,
#header-cart > a:focus {
	color: #000000 /*{header|topbar-link-colour}*/;
	text-decoration: none;
}
.checkout-link {
	color: #000000 /*{header|topbar-link-colour}*/;
}
.wrapper-header {
	background-color: #ffffff /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
}
.navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-color: transparent;
}
@media (max-width: 767px) {
	.navbar-nav .dropdown-menu > li > a {
		color: #000000 /*{header|topbar-link-colour}*/;
	}
}

@media (max-width: 769px) {
	.buying-inline-pop-up{
		padding-left:15px !important;
		padding-right:15px !important;
	}
}

@media (max-width: 426px){
	#img-popup img{
		width:50% !important;
	}

	#product-name{
		font-size:22px;
	}

	#product-subtitle{
		font-size:18px;
	}

	.buying-options-fav{
		padding:0;
	}

	.nav-popup{
		margin-top:40%;
	}
}

@media (max-width: 376px){
	.nav-popup{
		margin-top:45%;
	}
}

@media (max-width: 321px){
	.nav-popup{
		margin-top:53%;
	}
}

#product-detail{
	padding-left:0;
}

.wrapper-footer {
	background-color: #eeeeee /*{footer-background-color}*/;
	color: #222222 /*{footer|text-colour}*/;
	margin-top: 40px;
}
.wrapper-footer a{
	color: #000000 /*{footer|link-colour}*/;
}
.wrapper-footer a:hover, .wrapper-footer a:active {
	color: #b3000e /*{footer|link-colour-hover}*/
}
.nav > li > a:hover, .nav > li > a:focus {
	background:rgba(0, 0, 0, 0);
}
#left-sidebar .panel {
	box-shadow: none;
}
.btn-primary {
	color: #FFFFFF;
	background-color: #000000 /*{buttons|primary-colour}*/;
	border-color: #000000 /*{buttons|primary-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #000000 /*{buttons|primary-colour}*/;
	border-color: #000000 /*{buttons|primary-colour}*/;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #000000 /*{buttons|primary-colour}*/;
	border-color: #000000 /*{buttons|primary-colour}*/;
}
.btn-success {
	color: #ffffff;
	background-color: rgba(14, 173, 48, 1) /*{buttons|secondary-colour}*/;
	border-color: rgba(14, 173, 48, 1) /*{buttons|secondary-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: rgba(14, 173, 48, 1) /*{buttons|secondary-colour}*/;
	border-color: rgba(14, 173, 48, 1) /*{buttons|secondary-colour}*/;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: rgba(14, 173, 48, 1) /*{buttons|secondary-colour}*/;
	border-color: rgba(14, 173, 48, 1) /*{buttons|secondary-colour}*/;
}
.input-number{
	margin-bottom: 5px;
}
.input-number.full-width{
	width: 100%;
}
.buying-inline{
	padding: 0px;
}
.buying-inline .btn{
	font-size: 10px;
}
.fav-items h3 a{
	font-size: 18px;
}
.thumbnail .caption h3{
	height: 6em;
}
.thumbnail .caption h3.text-muted{
	height: 4em;
}

#myModal .modal-dialog{
	width:90%;
	max-width:1000px;

}

.text-popup{
	margin-bottom: 0px;
    height: 2em !important;
}

.pop-up-name{
	margin-top:0;
}

.label-popup{
	font-size:12px !important;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

#img-popup img{
	width:100%;
}

#close-popup{
	font-size: 50px;
    color: white;
    background: black;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.addtocart-popup{
	font-size:16px !important;
}

.popup-wishlist{
	font-size:16px !important;
}

.popup-wishlist .wishlist_toggle{
	border-top-width: 2px;
    border-bottom-width: 2px;
}

.label-product {
    background-color:#000000;
}

.wrap-checkout-btn-conts button[disabled] {
	pointer-events: none;
}
.thumb_cart button.checkout {
    display: none;
}
.npopup-checkout {
    display: none;
}

.table-express-order .column-image{
	width: 100px;
}
.table-express-order .row{
	margin-left: -5px;
	margin-right: -5px;
}
.table-express-order .col-xs-6, .table-express-order .col-xs-12{
	padding-left: 5px;
	padding-right: 5px;
}
.table-express-order .form-control{
	font-size: 16px;
}
.table-express-order .btn-default{
	font-size: 14px;
	font-weight: 700;
	border-color: #333;
}
.table-express-order tbody tr td{
	vertical-align: middle;
}
.table-express-order .cartTable--heading-remove, .table-express-order .column-remove{
	width: 54px;
}
.disable-interactivity-loading{position: relative;}
.disable-interactivity-loading::after{position: absolute;top:0;left:0;right:0;bottom:0;content: '';opacity: 0.7;
background: #CCC url('//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/ajax-loader.gif') no-repeat 50% 50%;}
.row-flex{display: flex;flex-wrap: wrap;}
.align-items-center{align-items: center;}
.savings-container{left: 0;right: auto;}
.thumbnail .product-wishlist{position: absolute;top:0;right:0;}
.thumbnail .product-wishlist .btn{font-size: 0;padding:6px;}
.thumbnail .product-wishlist .btn .fa{font-size: 16px;}
.thumbnail .product-wishlist .btn .fa-heart{color: #f0ad4e;}

.wishlistoverlay{width: 100%;}
.wishlistoverlay .modal-header{padding-left: 0;padding-right: 0;padding-top: 0;}
.wishlistoverlay .body{display: flex;flex-direction: column;gap: 8px;padding-left: 0;padding-right: 0;}
.wishlist-listitem {display: flex;gap: 10px;align-items: center;}
.wishlist-listitem[data-name="Express Order List"] {order: -1;}

@media (min-width: 768px) {
  .products-row .col-md-4 {
   width: 33.33333333%;
  }
	.express-order-title{
		font-size: 56px;	
	}
}
@media (min-width: 992px) {
  .products-row .col-md-4 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .products-row .col-lg-3 {
    width: 20%;
  }
}

@media (max-width: 499px) {
	.table-express-order .column-image{
		width: 50px;
		padding-left: 0;
		padding-right: 0;
		vertical-align: top;
	}
}
