
/** Reset code to cater for the new page design **/

/* colors
		RED -> #e93333;
*/

/*
	Remove content-wrapper from this css
 */

 @import url('https://fonts.googleapis.com/css?family=Poppins');

 html, body {
		background: none;
		height: 100%;
		margin: 0;
		padding: 0;
}

* {
		margin: 0;
		padding: 0;
}

.modal {
	z-index: 999999;
}

.alert {
	z-index: 1000000 !important;
}

.container-fluid {
	padding: 0;
	min-height: 100%;
	padding: 0 0 0;
	position: relative;
}

.row {
		margin-left: 0px !important;
		margin-right: 0px !important;
}

.content {
	width: 100%;
    margin: 0 auto;
    /*padding-bottom: 118px; */
}

/*** The Page Header(Navigation, logo, Search, login and Register button) ***/
.flex-container {
	display: flex;
  	justify-content: center;
}
#header-container{
	padding-top: 12px;
}

.header-list-container {
	/*list-style: none;*/
	/*padding-left: 150px;*/
	display: flex;
}
.header-list-item {
	color: #4d4d4d;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}
.header-list {
	padding-left: 3px;
	padding-right: 10px;
}

.header-list a {
	text-decoration: none;
}
#header-search{
	/*padding-top: 8px;*/
}
/*drop-down*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 600px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    float: left;
    border: 1px solid lightgrey;
}

.dropdown-content .cat-header-lable {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a {
    text-decoration: none;
}

.dropdown-content .category-sub-item:hover {
	padding-left: 5px;
}

.dropdown:hover .dropdown-content {
	display: block;
	float: left;
}

.category-sub-item a {
	color: #929090;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
}

.category-sub{
	list-style: none;
}

.category-sub a {
	text-decoration: none;
}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/
/*drop-down*/
#page-header {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 100%;
	z-index: 99999;
}

#page-header-top-section {
		/*margin: 5px;*/
		/*margin-top: 30px;*/
		margin-bottom: 4px;
		margin-left: 0;
		width: 74.3%;
		float: right;
}
@media screen and (max-width: 1024px){
	#page-header-top-section {
		margin-top: 3px !important;
		margin-bottom: 5px !important;
		margin-left: 0;
		width: 74.3%;
		float: right;
	}
}

#page-header-top-section #page-header-top-nav {
		width: 500px;
		/*background-color: #e93333;*/
		overflow: auto;
		float: left;
		margin-left: -0px;
		/*margin-top: 20px;*/
		padding: 1px 0px;
}

#page-header-top-section #page-header-top-nav ul {
		margin-left: 10px;
}

#page-header-top-section #page-header-top-nav ul li {
		float: left;
		list-style: none;
		padding: 5px 12px;
		text-align: center;
		font-size: 12px;
		cursor: pointer;
}

#page-header-top-section #page-header-top-nav ul li a {
		color: #4d4d4d;
		font-family: Poppins, "Arial Black", Gadget, sans-serif;
		text-decoration: none;
		font-weight: 500;
		font-size: 14px;
		text-align: center;
}

/** The Site Logo and The Product Button under it **/
#page-header-logo {
	width:16%;
}

#page-header-logo img {
	max-width: 180px;
	max-height: 80px;
}
#home-image {
	margin-bottom: 30px;
}

#home-image-container img{
	height: 550px;
}

/*.carousel-inner img{
	height: 3em;
}*/

.wrap-test{
	display: inline-block;
	word-break: break-word;
}

.content-separator {
	width: 100%;
	height: 18px;
	border-bottom: 0.5px solid lightgrey;
	text-align: center;
	margin-bottom: 40px;
}

.content-title {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #1b1919;
	font-weight: 400;
	background-color: white; 
	padding: 0 10px;
}

.content-images img {
	/*height: 100px;*/
	width: 260px;
}

.content-images {
	margin-bottom: 10px;
}

/*.content-products-parent {
	width: 100%;
	text-align: center;	
}*/

.content-product-list {
	/*padding: 0 10px;*/
}

.content-description {
	/*overflow-wrap: break-all;*/
	/*width: 260px;*/
  	word-wrap: break-word;
}

.content-prices-description {
	font-family: 'Poppins', sans-serif ;
	font-weight: 400;
	font-size: 16px;
	color: #252222;
	line-height: 19px;
}

img.ng-scope {
	/* 	margin-left: -20px; */
}

/** The Login Buttons **/
#page-header-buttons {
		/*width: 240px;
		text-align: center;
		margin-top: 12px;*/
		padding-top: 8px;
		margin-right: 12px;
		font-size: 13px;
}

#page-header-buttons a {
		color : black;
		/*font-weight: 500;*/
		cursor: pointer;
}

#page-header-buttons div {
		height : 25px;
		width : 120px;
		position: relative;
		cursor: pointer;
}

#page-header-buttons p {
		text-align: center;
		vertical-align: middle;
		line-height : 25px;
		color:white;
}

#page-header-buttons #page-header-buttons-register {
		float: center;
		background-color: #8e8e8e;
		z-index: 99
}

#page-header-buttons #page-header-buttons-login {
		float: left;
		background-color: #e73c2f;
}

#page-header-buttons #page-header-buttons-logout {
		float: right;
		background-color: #e73c2f;
		width: 80px;
}

#page-header-buttons #page-header-buttons-logout:before,
#page-header-buttons #page-header-buttons-logout::before,
#page-header-buttons #page-header-buttons-login:before,
#page-header-buttons #page-header-buttons-login::before {
		position: absolute;
		top: 50%;
		left: -5px;
		content: '';
		width: 0;
		height: 0;
		margin: -5px 0 0;
		border-right: solid 5px rgb(231,60,47);
		border-bottom: solid 5px transparent;
		border-top: solid 5px transparent;
}

#categoryLabel {
		color: rgb(12, 2, 2);
		text-align: left;
		margin-bottom: 10px;
		margin-left: 10px;
		font-size: 12px;
}

#page-header-buttons #page-header-buttons-register:before,
#page-header-buttons #page-header-buttons-register::before {
		position: absolute;
		top: 50%;
		left: -5px;
		content: '';
		width: 0;
		height: 0;
		margin: -5px 0 0;
		border-right: solid 5px rgb(142,142,142);
		border-bottom: solid 5px transparent;
		border-top: solid 5px transparent;
}


#page-header-search-btn {
		height: 24px;
		padding-top: 1px;
		
		background-color: #8e8e8e;
		/*float: right;*/
		margin-left: -5px;
		position: relative;
		cursor: pointer;
		outline: none;
		display: inline-block;
}

#page-header-search-btn  i {
		text-align: center;
		margin-left: 8px;
		vertical-align: middle;
		line-height : 25px;
		color:white
}

#page-header-search-btn:before,
#page-header-search-btn::before {
		position: absolute;
		top: 50%;
		left: -5px;
		content: '';
		width: 0;
		height: 0;
		margin: -5px 0 0;
		border-right: solid 5px rgb(142,142,142);
		border-bottom: solid 5px transparent;
		border-top: solid 5px transparent;
}

.search-dropdown {
	position: absolute;
    left: 0;
    background: #ffffff;
    width: 100%;
    display: none !important;
    color : #848789;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

#page-header-search input {
		width: 100%;
		padding: 3px 5px;
}

/** The Website navigation bar **/
#page-header-navigation {
		/*float: left;*/
		width:100%;
		background-color : #575655;
		overflow: hidden;
		margin: 0 0 10px 14px;
}

#page-header-navigation ul {
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
}

#page-header-navigation ul li {
		list-style: none;
		float: left;
}

#page-header-navigation ul a {
		/*color: #afafaf;*/
		color : white;
		padding: 17px 20px;
		/*margin: -7px;*/
		text-decoration: none;
		font-size: 13px;
		/*-webkit-transition: all 150ms;
		-o-transition: all 150ms;
		transition: all 150ms;*/
		/*font-weight: 500*/

}

#page-header-navigation ul .main-menu-item {
		border-right: 2px solid #A9A9A9;
}

#page-header-navigation ul li:last-child {
		border : none;
}

/* When the page header is converted to left hand menu replace menu with the bar */
#page-header-menu-bar {
	width: 100%;
	/*position: fixed;*/
	height: 60px;
}

#page-header-menu-bar td img{
		display: block;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
}

/* Menu Icon Bars Button */
#page-header-menu-bar .menu-icon {
	line-height: 60px;
	margin-left: 15px;
	color : #e93333;
	cursor: pointer;
}

#main-navigation a:hover {

		color : white;
		background-color: #e93333;

}

#category-box-header h5 {
	font-family: 'Poppins', sans-serif;
}

.main-navigation {
	padding: 17px 20px;
	color: white;
	background-color: #e93333;
}

#main-navigation li > ul {
		display: none;
}

#main-navigation li > ul li:hover {

		background-color: #8e8e8e;
}

#main-navigation .main-menu-item:hover > ul {

		display: block;
		position: absolute;
		background-color: #191919;
		-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
						box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		top:80px;
		margin : 0;
		z-index: 9999;
}


#main-navigation .main-menu-item:hover > ul li a {
		background: none;
}

#main-navigation .main-menu-item:hover > ul li {
		float : none;
		padding : 3px;
}

#main-navigation .main-menu-item:hover > ul li a {
		color : white;
}

.main-menu-item li:hover {

		position: relative;
}

.main-menu-item li:hover > .main-navigation-children {
		display:block;
		position:absolute;
		left:50%;
		top : 0px !important;
		z-index:1000;
		float: left;
		width : 165px
}

#suggested-products-image-wrapper {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
}

.suggested-products-image img {
	 /*float: left;*/
	 /*width: 100px;*/
	 padding : 5px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 width: 40px;
}

.suggested-products {
		position: absolute;
		/*top : 40px;*/
		-webkit-box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
		-moz-box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
		box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75); 
		background-color: #ffffff;
		margin : 0;
		z-index: 9999;
		width: 400px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top:1px;
		list-style: none;
		border-radius: 0 0 7px 7px;
}

.suggested-product-content {
		font-size: 14px;
		padding : 5px;
}

.suggested-product-content .description{
		text-align: center;
		padding : 5px;
}

.hide-suggested-products {
	display: none;
}

#suggested-products-link{
	padding: 5px;
	background-color: rgba(39, 174, 96,1.0);
	border : none !important;
	border-radius: 0 0 7px 7px;
}

#suggested-products-link > a{
	padding: 5px;
	color: white;
}

.suggested-products-refresh{
	cursor: pointer;
}

.suggested-products-content {
	font-weight:bold;
	font-size: 12px;
	/*text-align: left;*/
}

.suggested-products-item{
	cursor: pointer;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	/*height: 100px;*/
}

.cart_item_headings {
	color: #494949;
	text-align: left;
	font-weight: lighter;
}

.cart_numbers {
	text-align: right;
}

.cart_items {
	color: #494949;
	text-align: left;
}

#basketsummary {
		/*padding: 10px 10px 10px 0;*/
		background-color: #ffffff;
		height: 30px;
		line-height:28px;
		cursor: pointer;
		border-bottom: 1px solid #d6d6d6;
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		margin-right:5px;
		/*margin-top: 18px;*/
}

#basketsummary td {
		padding: 10px;
		padding-bottom : 0;
		padding-top : 0;
		border-right : 1px solid #d6d6d6;

}

#basketsummary td p {
		padding: 0;
		margin: 0;
}

#basketsummary-items {
	display: none;
	position: absolute;
	top : 40px;
	-webkit-box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
	box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
	border-radius: 0 0 7px 7px;
}

#basketsummary:hover + #basketsummary-items {
		display: block;
		right : 0;
}

#basketsummary-items:hover {
		display: block;
}

#basketsummary-items li {
		/*border : 1px solid #d6d6d6;*/
		width: 100%;
		padding: 7px
}

#basketsummary-items .basketsummary-items-contents {
		float: right;
		width: 200px;
}

#basketsummary-items .basketsummary-items-contents p {
		padding: 0px;
		margin : 0px;
}

#basketsummary-items .basketsummary-items-contents .description {
		font-size: 14px;
}

#basketsummary-items .basketsummary-items-contents .prodID {
		font-size: 12px;
		margin-top: 4px;
}

#basketsummary-items .basketsummary-items-contents .qtySection {
		margin-top: 20px;
}

#basketsummary-items .basketsummary-items-contents .qtySection p {
	display: inline
}

#basketsummary-items .basketsummary-items-contents input {
		width: 60px;
		margin: 0px 5px;
		border: 2px solid #d6d6d6;
		outline: none;
		text-align: center;
}

#basketsummary-items {
		border-top : 1px solid #d6d6d6;
		border-left : 1px solid #d6d6d6;
		border-right : 1px solid #d6d6d6;
		position: absolute;
		background-color: #ffffff;
		margin : 0;
		z-index: 9999;
		width: 350px;
		right : 0;
		margin-right: 7px;
}

.basketsummary-items-image {
	 float: left;
	 width: 100px
}

#basketsummary-items-image-wrapper {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
}

.basketsummary-items-image img {
		margin: auto;
		display: block;
}

#basket-summary-checkout {
		background-color: rgba(39, 174, 96,1.0);
		color : white;
		text-align: center;
		font-weight: 400;
		margin: 0;
		padding : 5px !important;
		line-height: 30px;
		cursor : pointer;
		border : none !important;
		border-radius: 0 0 7px 7px;
}

#basket-summary-checkout p {
		margin : 0;
}

.category-dropdown-items {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: #333333;
	margin : 0;
	z-index: 1000;
	width: 100%;
	overflow-y: auto;
	max-height: 600px;
	top : 87px;
	right : 0;
	left: 0;
}


#sub-menu + .category-dropdown-items {
	transition: .5s all ease .5s;
}

#sub-menu:hover + .category-dropdown-items, #sub-menu:focus + .category-dropdown-items {
	visibility: visible;
	opacity: 1;
}

.category-dropdown-items:hover {
	display: block;
    visibility: visible;
    opacity: 1;;
	right : 0;
	left: 0;
}

.category-title{
	color: white;
	font-size: 17px;
	font-weight: bolder;
  cursor: pointer;
}

.category-block {
	padding-bottom: 7px;
	margin-right: 7px;
}

.category-description2 {
	color: white;
	font-size: 13px;
}

.category-description3 {
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.category-description2:hover {
	text-decoration: underline;
	cursor: pointer;
}

/*** Page header Style Ending ***/

/* Page Content Section */
#content {
		/*margin: auto;*/
		text-align: center;
		overflow: hidden;
}

#thumbnail-image-wrapper {
	 height:100%;
	 width: 100%;
	 margin: 0;
	 padding: 0;
	 border: 0;
}

#thumbnail-image-wrapper td {
	 vertical-align: middle;
	 text-align: center;
}

#product-thumbnail-list {
		overflow: auto;
		margin: 0 auto;
/*    padding-top: 15px;
		padding-bottom: 15px;*/
/*  padding-bottom: 40px; */
}

.product-thumbnail-list_category {
	/*background-color: green !important;*/
}

#suggested-product_list-image-wrapper {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
}

.suggested-product_list-image img {
	 /*float: left;*/
	 /*width: 100px;*/
	 padding : 5px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 width: 40px;
}

.suggested-product_list {
		position: absolute;
		top : 115px;
		-webkit-box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
		-moz-box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
		box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75); 
		background-color: #ffffff;
		margin : 0;
		z-index: 999;
		width: 350px;
		margin-left: 20px;
		margin-right: 20px;
		list-style: none;
		border-radius: 0 0 7px 7px;
}

.suggested-product_list-content {
		font-size: 14px;
		font-weight: 500;
		padding : 5px;
}

.suggested-product_list-content .description{
		text-align: center;
		padding : 5px;
}

.hide-suggested-product_list {
	display: none;
}

#suggested-product_list-link{
	padding: 5px;
	background-color: rgba(39, 174, 96,1.0);
	border : none !important;
	border-radius: 0 0 7px 7px;
}

#suggested-product_list-link > a{
	padding: 5px;
	color: white;
}

.suggested-product_list-item{
	cursor: pointer;
	border: 1px solid #d6d6d6;
	/*height: 100px;*/
}

#product-thumbnail-list-prodsearch {
	/*background-color: #bdc3c7;*/
	/*padding-left: 8px;*/
	padding-bottom: 8px;
	padding-top: 8px;
}

#product-thumbnail-list-prodsearch h4 {
	/*line-height: 5px;*/
	padding-bottom: 5px;
}

#product-thumbnail-list-prodsearch i {
	cursor: pointer;
}

#product-thumbnail-list-prodsearch span {
	padding-right: 4px;
}

#product-thumbnail-list-searchtext {
	font-size: 14px;
	font-weight: bolder;

}

#product-thumbnail-list-suggestion {
 cursor: pointer;
 text-decoration: underline;
}

/* Page footer (Social icons, contact us, help line ) */

#header-cats{
	width: 100%;
}
#page-footer {
		background:#706A79;
		/*margin-top: 0px;*/
		height: 50px;
		bottom: 0;

		left: 0;
		position: absolute;
		width: 100%;
	}

#page-footer #helpline {
		float: left;
		margin-top: 15px;
		padding-right: 60px;
		margin-left: 5px;
}

#page-footer #page-footer-navigation {
		overflow: auto;
}

#page-footer #helpline p {
		color: white;
		font-weight: 400;
		padding: 0;
}

#page-footer #page-footer-navigation  {
		float: left;
		margin-top: 15px;
}

#page-footer #page-footer-navigation ul, #page-footer #page-footer-socials ul {
		margin-bottom: 0px;
}

#page-footer #page-footer-navigation ul li, #page-footer #page-footer-socials ul li {
		float: left;
		list-style: none;
}

#page-footer #page-footer-navigation ul li a {
		color: white;
		text-decoration: none;
		padding: 2px 2px;
}

#page-footer #page-footer-navigation ul li a:hover {
		text-decoration: underline;
		font-weight: 300;
}

#page-footer .pipe {
		color : white;
		padding: 2px;
}

#page-footer #page-footer-socials {
		float: right;
		margin-right: 25px;
		margin-top: 15px;
}

#page-footer #page-footer-socials ul li a {
		color: white;
		font-size: 20px;
		padding: 5px;
}

.aside .aside-dialog .aside-body {
	padding : 0;
}
#menuSearch .slideInMenu {
	padding: 8px;
}

#menuSearch .slideInMenu input:focus {
	outline: none;
}

#menuSearch .slideInMenu input {
	width: 100%;
	height: 30px;
	border : 1px solid #d6d6d6;
	border-radius: 20px;
}

#menuSearch #page-header-search-btn {
	height: 40px;
	width: 40px;
	float: right;
	display: none;
}

#menuSearch #page-header-search-btn i {
	line-height: 40px;
	margin-left: 12px;
}

.aside {
	background : #f4f4f4;
}


#sideMenu-cat-header {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #d62a2a;
	color : white;
}

#sideMenu-cat-header h5 {
		margin-left: 10px;
}

#catTree ul {
	list-style-type: none;
	padding-left: 20px;
}

/* #catTree ul li:before {
	content: "-";
	display: inline-block;
	width: 10px;
} */

#catTree ul li p.catTreeCatName:before {
	content: "-";
	display: inline-block;
	width: 10px;
}

#catTree .collapsed ul {
	display: none;
}

#catTree li.collapsed p:after {
	content: '>';
	display: inline-block;
	width: 10px;
	float: right;
	margin-right: 5px;
	font-weight: 900;
}

p.catTreeCatName {
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}

#catTree li a:hover {
	cursor: pointer;
}

#catTree ul {
	font-size: 14px;
	margin: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#catTree li {
	padding-bottom: 5px;
	padding-top: 5px;
}

#catTree li.collapsed {
	border-bottom: 1px solid #d6d6d6;
	/* padding-bottom: 10px;
	padding-top: 10px; */
}

#catTree li a {
	text-decoration: none;
	color : #333;
	font-weight: 500;
	/* padding: 5px; */
	cursor: pointer;
}

#catTree li li.collapsed p:after {
    content: '' !important;
    display: none !important;
}

#page-header-search-btn .slideInMenu {
		height: 40px;
		width: 40px;
		float: right;
}

#sidemenu-top-nav {

}

#sidemenu-top-nav ul {
		padding: 0;
		margin: 0;
}

#sidemenu-top-nav ul li{
		list-style: none;
		font-size: 14px;
		margin-top: 10px;
		margin-left: 0;
		margin-right: 0;
		border-bottom: 1px solid #d6d6d6;
		padding-bottom: 10px;
}

#sidemenu-top-nav ul li a {
	text-decoration: none;
	color : #333;
	font-weight: 500;
	padding: 5px;
	cursor: pointer;
}

/** Product Thumbnails **/
.product-thumbnail {
		width  : 210px;
		border : 1px solid #d6d6d6;
		border-bottom: none;
		-webkit-box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
						box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
}

.product-thumbnail-cat {
	margin-left: 25px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/** The thumbnail image **/
.product-thumbnail  .product-thumbnail-image, .cat-thumbnail .cat-thumbnail-image{
		height: 200px;
		cursor: pointer;
		background-color : white;
}

/**
		Helper fix to Vertically center an image in a div
		http://stackoverflow.com/questions/7273338/how-to-vertically-align-an-image-inside-div
**/
.img-helper {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
}

/** The Bottom section of the thumnail with the input, add , plus and minus buttons **/
.product-thumbnail .product-thumbnail-detail{
		background-color: white;/*#d6d6d6;*/
		overflow: auto;
}

.product-thumbnail .detail-shoppinglist {
		padding-bottom: 5px;
}


.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-description {
		color: #2A2A2B;
		text-align: left;
		font-size: 9px;
		padding: 2px 5px;
		font-weight : 600;
}

.product-thumbnail:hover {
	 -webkit-box-shadow: -4px 4px 58px -15px rgba(0,0,0,0.75);
					 box-shadow: -4px 4px 58px -15px rgba(0,0,0,0.75);
	 -webkit-transition: all 400ms; /* Safari */
	 -o-transition: all 400ms;
	 transition: all 400ms;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-price {
		color: #e93333;
		font-size: 25px;
		text-align: left;
		font-weight: 500;
		padding: 0px 5px;
}

.product-thumbnail-detail-non_reg {
		border-bottom: 1px solid #d6d6d6;
}

.product-thumbnail-detail-non_reg p  {
		font-size: 12px !important;
		text-align: center !important;
		margin-top : 20px;
		color : rgb(99, 99, 99) !important;
}
.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-input input, #product-modal-thumbnail-detail-input input{
		width: 80px;
		height: 40px;
		text-align: left;
		float: left;
		margin: 0px 5px;
		border: 2px solid #9a9a9a;
		outline: none;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-input input[type="number"] , #product-modal-thumbnail-detail-input input[type="number"], .checkout-container-content-thumbnail-detail-input input[type="number"] {
		text-align: center;
		font-size: 20px;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-button-set , .product-modal-thumbnail-detail-button-set, .product-thumbnail-detail-button-set {
		float : left;
		margin-left: 5px;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-button-set span ,.product-modal-thumbnail-detail-button-set span {
		display: block;
		font-size: 14px;
		color: #a0a0a0;
		cursor: pointer;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-buttons .product-thumbnail-detail-add, .product-modal-thumbnail-detail-add {
		background-color: black;
		float: right;
		width: 85px;
		height: 40px;
		position: relative;
		cursor: pointer;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-buttons .product-thumbnail-detail-add:before,
.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-buttons .product-thumbnail-detail-add::before,
.checkout-container-content-thumbnail-detail-add::before,
.checkout-container-content-thumbnail-detail-add:before,
.product-modal-thumbnail-detail-add:before,
.product-modal-thumbnail-detail-add::before {
		position: absolute;
		top: 50%;
		left: -5px;
		content: '';
		width: 0;
		height: 0;
		margin: -5px 0 0;
		border-right: solid 5px rgb(233,51,51);
		border-bottom: solid 5px transparent;
		border-top: solid 5px transparent;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-buttons .product-thumbnail-detail-add p, .product-modal-thumbnail-detail-add p {
		line-height: 40px;
		color: white;
		text-align: center;
}


.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-footer, .product-modal-thumbnail-detail-footer{
		clear: both;
		padding-top: 10px;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-footer .product-thumbnail-detail-footer-icon, .product-modal-thumbnail-detail-footer-icon {
		color: #979797;
		font-size: 18px;
		margin-left : 10px;
		font-weight: 400;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-footer .product-thumbnail-detail-footer-button, .product-modal-thumbnail-detail-footer-button {
		background-color: #979797;
		padding: 3px;
		position: relative;
		width: 100%;
		text-align: center;
}
.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-footer .product-thumbnail-detail-footer-button:before,
.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-footer .product-thumbnail-detail-footer-button::before,
.product-modal-thumbnail-detail-footer-button:before,
.product-modal-thumbnail-detail-footer-button::before {
		position: absolute;
		top: 50%;
		left: -5px;
		content: '';
		width: 0;
		height: 0;
		margin: -5px 0 0;
		border-right: solid 5px #979797;
		border-bottom: solid 5px transparent;
		border-top: solid 5px transparent;
}

.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-footer .product-thumbnail-detail-footer-button p, .product-modal-thumbnail-detail-footer-button p {
		font-size: 12px;
		color: white;
		font-weight: 200;
		cursor: pointer;
		margin-bottom: 0px;
}



#price-list-view{
		width: 100%;
}

#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items {
		/*float: left;*/
		padding-bottom: 10px;
		padding-right: 200px;
		list-style: none;
		/*padding: 28px;*/
}

.modal-body{
		overflow: auto;
}


#product-modal-thumbnail {
		width:  210px;
}

.product-modal-thumbnail-detail-footer-button p {
		margin: 0;
		text-align: center;
}

#product-modal-img , #product-modal-right {
		display: inline-block;
}

#product-modal-img {
		margin-left: 50px;
}

#product-modal-img img {
		margin-top : 15px;
		float : left;
}

#product-modal-right {
		float: right;
		margin-top: 40px;
}

#product-modal-right h5 {
		color: #959595;
		font-weight: 700;
		font-size: 10px;
}

#product-modal-right h4 {
		color: #e93333;
		font-size: 25px;
}

#product-modal-right h4 span {
		font-size: 15px;
		font-weight: bold;
		margin-left: 5px;
}

.loading {
		position: absolute;
		left: calc(50% - 110px);
		top: calc(50% - 60px);
		z-index: 1;
		background-color: black;
		color: white;
		padding: 20px;
		margin-left:40px;
		border-radius: 10px;
		font-size: medium;
}

/** Reseting all the margins and paddings for a the <p> tag **/
/*.product-thumbnail p {
		margin : 0;
		padding: 0;
}*/

.product-thumbnail  .product-thumbnail-image img {
		vertical-align: middle;
		margin: auto;
}

.center-box {
		background-color: rgba(255,255,255, 0.4);;
		/*position: absolute;;*/
		width: 54%;
		height: 100%;
		margin: auto;
		margin-left: 20%;
}

.center-box h5 {
		color: #e93333;
		text-align: left;
		margin-left: 5px;
		text-decoration: underline;
		cursor: pointer;
}

#home-text-box {
		text-align: left;
		font-size: 25px;
		left:0; right:0;
		top:0; bottom:0;
		margin:auto;
		padding : 20px;
		height: 900px;
}

#home-text-box h1 {
		color : white;
		font-weight : 400;
}

#home-text-box p{
		margin: 0;
		margin-top: 20px;
		padding: 0;
		font-size : 20px;
		font-weight: 300;
		color : white;
}

#black-bar {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5);;
		height: 31px;
		color: #191919;
		padding-left: 275px;
		position: fixed;
		margin-top: 40px;
		z-index : 1020;
}

#breadcrumb {
		margin-left: 72px !important;
		margin-top: 10px;
}

.checkout-prod-img {
	/*width: 60px;
	height: 60px;*/
}

@media (max-width:1020px){
	#breadcrumb {
		margin-left: 41px !important;
	 }
}

@media (max-width:768px){
	#breadcrumb {
		margin-left: 65px !important;
	 }
}

@media (min-width:1787px){
	#page-header-search input {
		min-height: 26px;
	 }
}

@media (min-width:1643px){
	#page-header-search input {
		min-height: 26px;
	}
}

@media (min-width: 1800px) {
		.center-box {
				width: 50%;
	 }

	 #page-header-search input {
				min-height: 26px;
	 }
}

@media screen and (max-width: 480px) {
	.slick-track{
		display: none;
	}
}
@media screen and (max-width: 1092px){
	.product-thumbnail-list-mobile{
  		display: flex;
  		width: 50%;
	}
}
@media screen and (max-width: 850px){
	.product-thumbnail-list-mobile{
  		display: flex;
  		width: 50%;
	}
}
@media screen and (max-width: 1100px){
	.product-thumbnail-detail-mobile{
		width: 195px;
	}
}

@media screen and (max-width: 480px) {
	#landing_page_content{
		flex-direction: column;
	}
}
@media screen and (max-width: 767px){
	.product-thumbnail-list-mobile{
  		display: flex;
  		width: 100%;
	}
}

@media screen and (max-width: 885px){
	#landing_tradereasons h2,h4{
		font-size: 14px;
	}
}
@media screen and (max-width: 480px){
	#non_reg_msg h3,h4{
		font-size: 14px;
	}
}
@media screen and (max-width: 885px){
	#headings h3{
		font-size: 15px;
	}
}
@media screen and (max-width: 885px){
	#landing_tracking h3{
		font-size: 14px;
	}
}
/*@media screen and (min-width: 1030px){
	#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items{
		margin-left: 2%;
	}
}
@media screen and (max-width: 1025px){
	#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items{
		margin-left: 2px;
		padding-right: 250px;
	}
}
@media screen and (max-width: 770px){
	#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items{
		margin-left: 2px;
		padding-right: 250px;
	}
}

@media screen and (max-width: 480px){
	#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items{
		margin-left: 12%;
	}
}

@media screen and (max-width: 400px){
	#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items{
		margin-left: 10%;
	}
}*/
/*@media screen and (max-width: 370px){
	#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items{
		margin-left: 12%;
	}
}*/
/*@media screen and (max-width: 360px){
	#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items{
		margin-left: 9%;
	}
}*/
/*@media (min-width: 300px)and (max-width: 320px){
	#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items{
		margin-left: -5% !important;
	}
}*/
@media screen and (max-width: 414px){
#product-thumbnail-list{
		overflow-x: hidden;
	}
}@media (min-width: 768px) and (max-width: 770px){
.product-thumbnail{
		margin-bottom: 210%;
	}
}
@media (min-width: 1024px) and (max-width: 1030px){
.product-thumbnail{
		margin-bottom: 140%;
	}
}
@media screen and (max-width: 480px){
.product-thumbnail{
		width: 280px;
	}
}
@media screen and (max-width: 480px){
#landing_featured_products{
		margin-right: -50px;
	}
}
@media (min-width: 1020px) and (max-width: 1095px){
.product-thumbnail .product-thumbnail-detail{
		width: 208px !important;
	}
}
@media screen and (max-width: 1095px){
.product-thumbnail .product-thumbnail-detail{
		width: 195px;
	}
}

@media screen and (max-width: 480px){
.product-thumbnail .product-thumbnail-detail{
		width: unset;
	}
}


@media screen and (max-width: 480px){
.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-buttons .product-thumbnail-detail-add, .product-modal-thumbnail-detail-add{
	width: 105px;
	margin-right: 5px;
	}
} 

@media screen and (max-width: 320px){
.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-buttons .product-thumbnail-detail-add, .product-modal-thumbnail-detail-add{
	width: 80px;
	margin-right: 5px;
	}
}

@media screen and (max-width: 480px){
.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-input input[type="number"] , #product-modal-thumbnail-detail-input input[type="number"], .checkout-container-content-thumbnail-detail-input input[type="number"] {
	width: 92px;
	}
} 

@media screen and (max-width: 320px){
.product-thumbnail .product-thumbnail-detail .product-thumbnail-detail-input input[type="number"] , #product-modal-thumbnail-detail-input input[type="number"], .checkout-container-content-thumbnail-detail-input input[type="number"] {
	width: 80px;
	}
} 


@media screen and (max-width: 320px){
.checkout-container-content-thumbnail-detail-input input[type="number"]{
	width: 61px;
	}
} 
@media screen and (max-width: 480px){
.checkout-container-content-thumbnail-detail-input input[type="number"]{
	width: 137px;
	}
} 
@media screen and (max-width: 320px){
.checkout-container-content-thumbnail-detail-input input[type="number"]{
	width: 96px;
	}
} 
@media screen and (max-width: 480px){
#right_arrow{
	 margin-right: 25px;
	}
}
@media screen and (max-width: 767px){
#product-modal-thumbnail{
	 width: 255px;
	}
}
@media (min-width: 1020px) and (max-width: 1024px){
.product-thumbnail-list-items-ipadpro{
	 width: 20%;
	 margin-left: 35px;
	}
}
@media (min-width: 1030px){
#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items
{
	margin-left: 32px;
	}
}
/*ipad Pro mode responsive*/
@media (min-width: 1024px) and (max-width: 1024px){
#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items
{
	margin-left: 4%;
	}
}
/*ipad mode responsive*/
@media (min-width: 765px) and (max-width: 768px){
#price-list-view #product-thumbnail-list #product-thumbnail-list-items, #shopping-list-images #product-thumbnail-list #product-thumbnail-list-items
{
	margin-left: 5%;
	}
}
@media (min-width: 370px) and (max-width: 375px){
.product-thumbnail-list-items-mobile{
	 width: 100%;
	 margin-left: 30px;
	}
}
@media (min-width: 370px) and (max-width: 375px){
#product-thumbnail-list-items{
	 padding-left: 25px;
	}
}
@media (min-width: 412px) and (max-width: 480px){
.product-thumbnail-list-items-mobile{
	 width: 100%;
	 margin-left: 25px;
	}
}
@media (min-width: 412px) and (max-width: 480px){
#product-thumbnail-list-items{
	 padding-left: 47px;
	}
}

@media (min-width: 350px) and (max-width: 360px){
.product-thumbnail-list-items-mobile{
	 width: 100%;
	 margin-left: 30px !important;
	}
}
@media screen and (max-width: 320px){
.product-thumbnail-list-items-mobile{
	 width: 100%;
	 margin-left: 20px;
	}
}
@media screen and (max-width: 320px){
#product-thumbnail-list-items{
	 padding-left: 0px !important;
	}
}

@media screen and (max-width: 480px){
#shopping-list-images{
	 overflow-x: hidden !important;
	}
}
@media screen and (max-width: 480px){
.shoplist-container-content-thumbnail-detail-update p{
	 text-align: center;
	 font-size: 99px;
	}
}


@media screen and (max-width: 480px){
.shoplist-container-content-thumbnail-detail-update{
	 width: 278px;
	 padding: 10px;
	}
}
@media screen and (max-width: 480px){
#checkout-container-content li{
	overflow: auto;
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid lightgray;
	display: flex;
	flex-direction: column;
	}
}

@media screen and (max-width: 480px){
.checkout-container-content-image{
	 order: 1;
	}
}
@media screen and (max-width: 480px){
.checkout-container-content-thumbnail-detail-price{
	font-size: 20px !important;
	float: right;
	order: 1;
	}
}

@media screen and (max-width: 480px){
.checkout-container-content-thumbnail-detail-mobile{
	float: right;
	order: 1;
	margin-bottom: 12px;
	margin-top: -80px;
	padding-top: 0px !important;
	padding-right: 0px !important;

	}
}
@media screen and (max-width: 480px){
#checkout-container-content-content{
	width: 100% !important;
	}
}
@media screen and (max-width: 768px){
#checkout-container-content-content{
	width: 99% !important;
	}
}
@media screen and (max-width: 480px){
#checkout-container-content ul{
	padding: 0px 0px !important;
	}
}
@media screen and (max-width: 768px){
#checkout-container-content ul{
	padding: 0px 0px !important;
	}
}
@media screen and (max-width: 768px){
#checkout-container-content{
	
	}
}

@media screen and (max-width: 480px){
.checkout-container-content-thumbnail-detail-add {
	width: 125px !important;
	}
}
 
@media screen and (max-width: 480px){
.checkout-container-content-thumbnail-detail-buttons span {
	margin-right: 33px;
	}
} 
@media screen and (max-width: 480px){
.cart-checkout-btn-mobile {
	margin-right: 60px;
	}
}
@media screen and (max-width: 320px){
.cart-checkout-btn-mobile {
	margin-right: 30px !important;
	}
}
@media screen and (max-width: 480px){
#checkout-content-heading h2{
	margin-left: 50px;
	}
}

@media screen and (max-width: 480px){
#checkout-content-heading h2{
	margin-left: 45px !important;
	}
}
@media screen and (max-width: 768px){
#basketsummary-items{
	margin-top: 42px;
	}
}
@media (max-width: 414px){
.checkout-container-conten-thumbnail-detail-button-set {
	margin-right: 50px;
	}
}
@media (max-width: 412px){
.checkout-container-conten-thumbnail-detail-button-set {
	margin-right: 42px;
	}
}

@media (max-width: 375px){
.checkout-container-conten-thumbnail-detail-button-set {
	margin-right: 15px !important;
	}
}
@media (max-width: 360px){
.checkout-container-conten-thumbnail-detail-button-set {
	margin-right: 0px !important;
	}
}
/*start of log out screen*/
@media (max-width: 768px){
.logoutmsg{
	margin-bottom: -25px;
	}
}
@media (max-width: 768px){
.buttonGroup{
	margin-left: 325px;
	}
}
@media (max-width: 445px){
.logoutmsg{
	margin-left: 65px !important;
	margin-bottom: 0px !important;
	}
}
@media (max-width: 360px){
.logoutmsg{
	margin-left: 40px !important;
	}
}
@media (max-width: 320px){
.logoutmsg{
	margin-left: 24px !important;
	margin-bottom: 7px !important;
	}
}
@media (max-width: 445px){
.buttonGroup{
	margin-left: 85px !important;
	}
}
@media (max-width: 360px){
.buttonGroup{
	margin-left: 60px !important;
	}
}
@media (max-width: 320px){
.buttonGroup{
	margin-left: 45px !important;
	}
}
@media (min-width: 768px){
/*.center-block{
		margin-left: 87px !important;
	}*/
}
@media (min-width: 800px){
/*.center-block{
		margin-left: 175px !important;
	}*/
}
@media (min-width: 1025px){
/*.center-block{
		margin-left: 400px !important;
	}*/
}
@media (min-width: 700px) and (max-width: 768px){
/*.center-block{
	padding-bottom: 40px;
	}*/
}
@media (max-width: 414px){
/*.center-block{
	padding-top: 10px;
	}*/
}

@media (max-width: 320px){
/*.center-block{
	padding-top: 2px !important;
	}*/
}
/*end of logout screen*/
@media (max-width: 1024px){
#checkout-container-footer-totals{
	width: 68% !important;
	}
}
@media (max-width: 768px){
#checkout-container-footer-totals{
	width: 99% !important;
	}
}
@media (max-width: 414px){
#checkout-container-footer-totals{
	width: 100% !important;
	}
}
@media (max-width: 544px){
.page-footer-mobile{
		display: none;
	}
}
@media (max-width: 1024px){
#contactus #contact-block{
		margin-left: 315px !important;
	}
}
@media (max-width: 768px){
#contactus #contact-block{
		margin-left: 200px !important;
	}
}
@media (max-width: 544px){
#contactus #contact-block{
		margin-left: 0px !important;
	}
}
@media (min-width: 1025px){
#product-modal-right{
	margin-top: -45%;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
#product-modal-right{
	margin-top: -250px;
	}
}
@media (min-width: 400px) and (max-width: 414px){
#product-modal-right{
	margin-right: 80px;
	}
}
@media (min-width: 350px) and (max-width: 375px){
#product-modal-right{
	margin-right: 60px;
	}
}
@media (max-width: 360px){
#product-modal-right{
	margin-right: 50px !important;
	}
}
@media (max-width: 320px){
#product-modal-right{
	margin-right: 10px !important;
	}
}
@media (min-width: 760px) and (max-width: 768px){
.category-dropdown-items{
	margin-top: 42px;
	}
}

.active-nav a {
		text-shadow: 1px 1px 11px rgba(255, 255, 255, 1);
		font-weight: 500;
}

#hi-text {
		line-height: 25px;
		font-weight: 520;
}

#product-long-text a,#product-long-text p,#product-long-text h1,#product-long-text h2,#product-long-text h3,#product-long-text h4,#product-long-text h5,#product-long-text h6, #product-long-text ul li {
		background-color: #efefef !important;
}

.dropdown-menu {
		top : 100px;
		left : 25.5%;
}

.d-menu-open {
		display: block;
}

#profile {
		background-color: #fff;
		padding: 5px;
		text-align: left;
		margin-right:-8
}

#profile .form-group {
		clear: both;
		height: 30px;
		width: 99%;
}

#profile .form-group  label {
		line-height: 35px;
		text-align: right;
		color : #767676;
		font-weight: 400;
}

#profile .form-group  input {
		background-color: #f3f3f4;
		border: none;
		-webkit-box-shadow: none;
						box-shadow: none;
		font-size: 12px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
}

#profile button {
		border: none;
}

#shopping-list-images {
		margin-bottom: 50px;
		overflow: auto;
		list-style: none;
}

#shopping-list-images .product-thumbnail {
	margin-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

#shopping-lists {
		padding: 10px;
}

#shopping-lists #new-list {
		width: 175px;
		height: 30px;
		background: #e93333;
		padding: 3px;
		margin-bottom: 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		cursor: pointer;
		/* Add In Hover Color Change*/
}

#shopping-lists #new-list p {
		line-height: 24px;
		font-size: 12px;
		margin: 0;
		color : white;
		font-weight: 400;


}

#shopping-lists #new-list:hover {
		background-color: #d62a2a;
		-webkit-transition: all 150ms;
		-o-transition: all 150ms;
		transition: all 150ms;
}

#checkout-content-heading{
	padding-left: 20px;
	float: left;
}

#checkout-content-heading h2 {
	font-size: 36px;
	color: #FE2233;
}

#checkout-heading {
		text-align: left;
		margin-left: 30px;
}

#checkout-heading h4 {
		color: #e9393f;
		font-weight: bold;
}

#checkout-heading p {
		margin-top: 40px;
		font-size: 12px;
		color: black;
		font-weight: 300;
}

#checkout-container-header {
		text-align: left;
		background-color: white;
		height: 50px;
}

#checkout-container {
		margin-bottom: 50px;
		margin: 15px;
}

.checkout-total-text {
	color : #e9393f;
}

#checkout-container-header h5 {
		line-height: 50px;
		margin-left: 20px;
		color : #e9393f;
		font-weight: 700;
		font-size: 17px;
}

.checkout-container-content-thumbnail-detail-input input {
		width: 60px;
		height: 40px;
		text-align: left;
		/*float: left;*/
		/*margin: 0px 5px;*/
		border: 2px solid #9a9a9a;
		outline: none;
}

#checkout-container-content {
		background-color: white;
		/*-webkit-box-shadow: inset 0px 10px 45px -20px rgba(0,0,0,0.48);
		box-shadow: inset 0px 10px 45px -20px rgba(0,0,0,0.48);*/
		overflow: auto;
}

#checkout-container-footer-buttons {
	padding : 10px;
	margin-bottom: 20px;
}

#checkout-container-content-content{
		display: table;
		margin: 0 auto;
		width: 75%;
}

#checkout-container-content ul {
		padding: 0px 30px;
		margin-bottom: 100px;
}

#checkout-container-content li {
		overflow: auto;
		list-style: none;
		padding: 10px;
		border-bottom: 1px solid lightgray;
}

#checkout-container-content h6 {
		text-align: left;
		color: #282828;
		font-size : 12px;
}

.checkout-container-content-thumbnail-detail-price {
		color : #e9393f;
		font-weight: bold;
		font-size: 25px;
		text-align: right;
}

.checkout-container-content-image {
		float: left;
		width: 60%;
}

.checkout-container-content-image table {
		width: 60%;
}

.checkout-container-content-thumbnail-detail {
		float: right;
}

.checkout-container-content-image img {
		float :left;
}

#checkout-container-content-headergrp {
		height : 90px;
		margin-top : 25px;
		/*width: 300px;*/
}

.checkout-container-conten-thumbnail-detail-button-set {
		float : left;
		margin-left: 5px;
}

.checkout-container-content-thumbnail-detail-buttons span {
		display: block;
		font-size: 14px;
		/*color: #a0a0a0;*/
		color: black;
		cursor: pointer;
}

.checkout-container-content-thumbnail-detail-add {
		background-color: #e93333;
		float: right;
		width: 60px;
		font-size: 12px;
		height: 35px;
		position: relative;
		cursor: pointer;
		margin-left: 10px;
}

.checkout-container-content-thumbnail-detail-add p {
		line-height: 35px;
		color: white;
		text-align: center;
}

.checkout-container-content-thumbnail-detail-input {
		float: left;
}

.checkout-container-content-thumbnail-detail-buttons {
		float: right;
}

.checkout-container-content-thumbnail-detail-update {
		background-color: #949494;
		float: right;
		clear: both;
		position: relative;
		cursor: pointer;
		width: 100%;
		margin-top: 2px;
		text-align: center;
}

.checkout-container-content-thumbnail-detail-update p {
		margin: 0;
		font-size: 10px;
		padding: 3px 13.5px;
		color: white;
}

.checkout-container-content-thumbnail-detail-update:before,
.checkout-container-content-thumbnail-detail-update::before {
		position: absolute;
		top: 50%;
		left: -5px;
		content: '';
		width: 0;
		height: 0;
		margin: -5px 0 0;
		border-right: solid 5px rgb(148,148,148);
		border-bottom: solid 5px transparent;
		border-top: solid 5px transparent;
}

#checkout-container-footer-total ul {
		margin-bottom: 20px;
}

#checkout-container-footer-totals {
		/*float: right;*/
		font-size: 14px;
		/*margin-right: 15px;*/
		display: table;
		margin: 0 auto;
		width: 72%;
		/*overflow: auto;*/
		height: 100px;
		border-bottom: 1px solid lightgrey;
}

#checkout-container-footer-totals h5, #checkout-container-footer-totals h4 {
		margin-bottom: 5px;
		margin-top: 5px;
}


#checkout-container-footer-total ul li {
		padding: 0;
		color: #949494;
		font-weight: 500;
		text-align: left;
}

#checkout-container-footer-total ul li ._label {
		text-align: left;

}

#checkout-container-footer-total ul li .price {
		text-align: left;
		margin-left: 70px;

}

#checkout-container-footer-total #sub {
		margin-left: 65px;

}

#checkout-container-footer-totals .totals-heading {
		text-align: left;
		color: #565656;
}


#checkout-container-footer-totals .totals-value {
		text-align: right;
		padding-left: 12px;
		color : #565656;
}

#checkout-container-footer-checkout {
		font-size: 12px;
		color: #e93333;
		text-align: left;
		/*float: right;*/
		font-size: 14px;
		padding: 0 30px;
}

#checkout-container-footer-checkout ._label {
		font-weight: bold;
}

#checkout-container-footer-checkout .price {
		margin-left: 45px;
		text-align: left;
		font-weight: bold;
}


#checkout-desc-td h6 {
		padding: 0;
		display: inline;
		text-align: left;
}

.cart-checkout-btn {
		/* background-color: #e93333; */
		background-color: #16a085;
		color: white;
		width: 200px;
		height: 30px;
		line-height: 30px;
	 /*margin-bottom: 20px;
		margin-right: 35px;*/
		/*position: relative;*/
		cursor: pointer;
		font-weight: 400;
		border : none;
		margin-left: 10px;
		font-size : 14px;
		float : right;
}

.cart-checkout-buttons {
		/* background-color: #e93333; */
		background-color: #e93333;
		color: white;
		width: 200px;
		height: 30px;
		line-height: 30px;
		text-decoration: none;
	 /*margin-bottom: 20px;
		margin-right: 35px;*/
		/*position: relative;*/
		cursor: pointer;
		font-weight: 400;
		border : none;
		margin-left: 10px;
		font-size : 14px;
		float : left;
		text-align: center;
}

.cart-checkout-buttons:hover {
	text-decoration: underline;
}

.cart-checkout-buttons a {
	color: white;
	text-decoration: none;
}

.cart-checkout-btn:disabled, .cart-checkout-btn:hover .cart-checkout-btn:disabled {
		opacity: 0.8;
		cursor: not-allowed;
		margin: -6.9px;
		margin-top: 2px;
		width: 120px;
}

.cart-checkout-btn:before,
.cart-checkout-btn::before {
		position: absolute;
		top: 50%;
		left: -5px;
		content: '';
		width: 0;
		height: 0;
		margin: -5px 0 0;
		/* border-right: solid 5px #e93333; */
		border-right: solid 5px #16a085;
		border-bottom: solid 5px transparent;
		border-top: solid 5px transparent;
}

.cart-checkout-btn:hover {
		background-color: #12846e;
		border-right: solid 1px #16a085;
}

#myorderpage {
		background-color: white;
		padding: 5px;
		padding-bottom: 50px;
		text-align: left;
		padding-top: 5px;

}

#myorderpage h1 {
		font-size: 25px;
}

.zoomContainer {
		z-index: 999999 !important;
		/*max-height: 202px !important;*/
}


/*#register-page {
		background-color: #fff;
		/*height: 700px;*/
/*		padding: 10px;
}

#register-page .form-group {
		padding-bottom: 10px;
}

#register-page #register .form-group {
		padding-bottom: 40px;
}

#register-page .form-group  label {
		color : #767676;
		font-weight: 400;
}

#register-page .form-group  input, #register-page .form-group  select {
		margin-right: 10px;
		background-color: #f3f3f4;
		border: none;
		-webkit-box-shadow: none;
						box-shadow: none;
		font-size: 12px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
}

#register-page #register-addr input,#register-page #register-addr select {
		margin-bottom: 5px;
}

#register-page .register-btn {
		background-color: #e93333;
		outline: none;
		border: none;
		width: 100%;
		color: white;
		padding: 10px;
		cursor: pointer;
}

#register-page .register-btn:disabled {
		opacity: 0.8;
		cursor: no-drop;
}
*/
#orderForm {
		padding : 5px;
}

#orderForm .form-group  input, #orderForm .form-group  select {
		background-color: #f3f3f4;
		border: none;
		-webkit-box-shadow: none;
						box-shadow: none;
		font-size: 12px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
}

#contactus {
		height: 700px;
		text-align: left;
		background-color: white;
}

#contactus #map {
		height:530px;
		width: 382px;
		float: right;
		margin-right: 15px;
		margin-top : 80px;
}

#contactus #map-wrapper{
	margin: auto;
	width: 70%;
}

#contactus h4 {
		color: #e93333;
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 20px;
}

#contactus p {
		margin-bottom: 2px;
		font-size: 17px;
		color: #959595;
}

#contactus #contact-block {
		margin-left: 630px;
		float: left;
		margin-right: 30px;
		padding: 12px;
		padding-right : 0px;
		margin-top: 5px;
		position: relative;

}

#contactus #contact-block #contact-block-top {
		margin-bottom: 70px;
}

#contactus .form-group {
		clear: both;
		height: 30px;
}

#contactus .form-group  label {
		/*line-height: 35px;*/
		text-align: left;
		width: 120px;
		color : #767676;
		font-weight: 400;
		margin-right: 5px;

}

#contactus .form-group  input, #contactus .form-group  select,#contactus .form-group  textarea {
		width: 300px;
		float: right;
		background-color: #f3f3f4;
		border: none;
		-webkit-box-shadow: none;
						box-shadow: none;
		font-size: 12px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
}

#contactus button {
		background-color : #e93333;
		border: none;
		padding: 4px 15px;
		color: white;
		margin-top: 10px;
		outline: none;
		margin-left: 80px;
}

#contact-form{
	width: 50%;
  	margin: 0 auto;
}

#contact-form label {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}

#myorders-back {
		padding: 5px;
		color: #e93333;
		text-decoration: none;
}

.home-cats-thumb {
		width: 150px;
		height: 150px;
		border:   5px solid white;
		background-color: #12846e;
		margin: 10px;
		float: left;
		cursor: pointer;

}

#home-cat .cat-thumbnail {
		width: 175px;
}

#home-cat li {
		float: left;
		margin: 10px;
		margin-left: 30px;
		list-style: none;
}

#home-cat-text {
		clear: both;
		margin-left: 33px;
}

#home-cat .cat-thumbnail .cat-thumbnail-image {
		height: 130px;
		max-width: 175px;
}
#home-cat .cat-thumbnail .cat-thumbnail-image2 {
		height: 130px;
		width: 145;
}

#home-cat .cat-thumbnail-image img {
		width : 171px;
		height: 130px;
}
#home-cat .cat-thumbnail-image2 img {
		width : 171px;
		height: 130px;
}

.shoplist-container-content-thumbnail-detail-update {
		background-color: #949494;
		float: right;
		clear: both;
		position: relative;
		cursor: pointer;
		margin-top: 5px;
}

.shoplist-container-content-thumbnail-detail-update p {
		margin: 0;
		font-size: 10px;
		padding: 2px 17.5px;
		color: white;
}

.shoplist-container-content-thumbnail-detail-update:before,
.shoplist-container-content-thumbnail-detail-update::before {
		position: absolute;
		top: 50%;
		left: -5px;
		content: '';
		width: 0;
		height: 0;
		margin: -5px 0 0;
		border-right: solid 5px rgb(148,148,148);
		border-bottom: solid 5px transparent;
		border-top: solid 5px transparent;
}

ul[id^='id_']{
		display: none;
}

.showChildren {
		display: block !important;
		overflow-y: hidden;
}


.dropdown-submenu {
		position: relative;
}

.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
		display: block;
}

.dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
		margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
		border-left-color: #fff;
}

.dropdown-submenu.pull-left {
		float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
		border-radius: 6px 0 6px 6px;
}

@media (max-width:768px){
		.checkout-container-content-image {
				width: 30%;
		}

		#page-header-top-section , #page-header-bottom-section,#page-header-navigation  {
				width: 100%;
		}

		#page-header-navigation {
				width: 100%;
		}

		#welcomeText {
				width: 300px;
		}

		.aside .aside-dialog .aside-header {
				background: #d62a2a;
		}

		.cart-checkout-btn:disabled, .cart-checkout-btn:hover .cart-checkout-btn:disabled {
				margin-left: -80px;
		}

	#side-box-right #side-box-right-top #side-box-right-top-list h4 {
		margin-top:-2px;
	}

	.product-thumbnail {
		margin-right: -8px;
	}

	#page-header{
		padding-top: 24px;
	}

	#myorderpage {
		margin-top: 5px;
	}

	.center-box {
		margin-left: 30px;
		width: 480px;
	}
	#side-box-right #side-box-right-top #side-box-right-top-list {
		float: left;
		padding-left: 10px;
		z-index: 999999;
	}

	#side-box-right #side-box-right-top #side-box-right-top-image img {
		display: none;
	}

	#shopping-lists{
		margin-top: 30px;
	}

	#page-header-buttons div {
		width: 100px;
	}

	#page-header-top-nav{
		width: 320px;
	}
	#hi-text{
		font-size: 12px;
	}
	#page-header-buttons{
		width: 200px;
	}
	#side-box-right-top {
		margin-top: 4px;
	}

	#side-box-right #side-box-right-bottom{
		padding-top: 1px;
		line-height: 10px;
	}

	#page-header-search input{
		width: 80%;
	}
}
#page-header-bottom-section{
	margin-left: -15px;
	margin-right: 14px;
}

#filter-box{
	margin-left: 5px;
	margin-bottom: 10px;
	border-top: none;
	width: 212px;
	/*height: 400px;*/
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 10px;

}

.filter-box-category{
	/*background-color: #F5F5F5;
	border-bottom: 1px solid black;
	border-top: solid 1px black;*/
	/*position: fixed;*/
	/*width: 250px;*/
}

.filter-box-category > h4{
	margin-top: 8px;
	padding-top: 0;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bolder
	/*line-height: 100%;*/
}

.filter-box-category-children{
	font-size: 12px;
	padding-left: 10px;
	list-style: none;
}

a.filter-box-category-children-links{
	/*text-decoration: none;*/
	color: black;
	cursor: pointer;
}

a.filter-box-category-children-links-2{
	text-decoration: none;
	color: black;
}

#filtered-items{
	font-weight: bold;
	font-size: 11px;
}

div.filter-box-category-container{
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.filter-box-category-view{
  border-bottom: 0.7px solid lightgrey;
  /*border-top: 0.7px solid lightgrey;*/
  padding-left: 5px;
  padding-right: 5px;
  /*padding-top: 12px;*/
  padding-bottom: 12px;
}

.filter-box-category-view a{
  font-size: 12px;
  text-decoration: none;
  color: #ff0700;
}

.filter-box-category-view a:hover{
  color: #ff0700;
  text-decoration: underline;
  text-decoration-color: #ff0700;
}

.shoplist-item {
	width: 240px;
	height: 354px;
}

.shoplist-item-content {
	height: 354px;
}

.shoplist-item-content p {
	padding-top: 7px;
}

@media (max-width: 480px){
	#filter-box{
		display: none;
	}
}

/* -- Explain to Beston why this is a problem
.product-holder {
	float: right;
}


.catagories-holder {
	margin-right: 50px;
}
*/

 @media (max-width: 767px){
		 #black-bar {
				margin-top: 60px;
		}
 }

@media (max-width:440px){
	#checkout-container {
		margin-left: 0px;
	}

	#page-header-search input {
		margin-right: -50px;
	}

	#page-footer{
		height: 60px;
		font-size: 10px;
	}
	#page-footer-navigation{
		margin-top: 0;
		margin-right:5px;
	}
}


/* Landing Page styling */

/* BEGINNING OF TOP AND BOTTOM CAROUSEL */
#landing_top_carousel, #landing_bottom_carousel {
		margin: 0;
}

.landing_top_carousel_dots li {
		float: left;
		padding : 10px;
 }

 #landing_top_carousel .slick-dots li button:before {
		 font-size: 18px !important;
 }

 #landing_bottom_carousel .slick-dots li button:before {
		 font-size: 16px !important;
 }

#landing_bottom_carousel img {
		display:block;
		margin:auto;
		padding: 20px;
}

#landing_top_carousel .slick-dots , #landing_bottom_carousel .slick-dots {
		bottom : 0;
		margin-bottom: 10px;

}
.img-responsive{
	width: 100%;
}

/* END OF TOP AND BOTTOM CAROUSEL */


#landing_page_content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 20px;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
}

.landing_page_content {
		height: 80%;
}
.landing_page_content_2 {
		height: 700px;
}

#landing_featured_products {
	/*background-color: #c0392b;*/
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	/*margin-right: 10px;*/
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

#landing_featured_products #product-thumbnail-list {
	/*overflow: hidden;*/
	margin: 0;
	margin-top : 0;
	padding-top : 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex : 3;
	-ms-flex : 3;
	flex : 3;
	-webkit-box-ordinal-group : 3;
	-ms-flex-order : 2;
  order : 2;
}

#landing_featured_products #product-thumbnail-list li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		list-style: none;
		margin-bottom: 20px;
}

#landing_page_content_right{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group : 3;
	-ms-flex-order : 2;
	order : 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 40%;
}

#landing_details {
		-webkit-box-flex : 1;
				-ms-flex : 1;
						flex : 1;
		margin-bottom: 10px;
		/*border : 1px solid rgb(99, 99, 99);*/
		padding: 15px;
		color : rgb(99, 99, 99);
		-webkit-box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
						box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
}

#landing_details table {
		table-layout: fixed;
}


#landing_details td{
	 width : 100%;
}

#cred_limit_text{
	color: white;
	padding-left: 20px;
}

#landing_details #cred_limit td {
		width : 50%;
}

#landing_details p {
		margin: 0;
}

#landing_tracking {
		/*border : 1px solid rgb(99, 99, 99);*/
		-webkit-box-flex : 1;
				-ms-flex : 1;
						flex : 1;
		margin-bottom: 10px;
		padding: 10px;
		color : rgb(99, 99, 99);
		-webkit-box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
						box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
}
#landing_tracking table {
		width: 100%;
}

/*#landing_tracking table tr:nth-child(1) {
		border-bottom : 1.5px solid black;
}*/

#xyz tr {
		padding-top: .5em;
		padding-bottom: .5em;
}

#landing_tracking_row {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom : 1.5px solid black;
	border-spacing: 15px;
}

.container_buttons{
	cursor: pointer
}

#container_buttons_order {
	padding-left: 8px;
	padding-right: 8px;
		padding-top: 8px;
		padding-bottom: 1px;
		font-weight: bolder;
		color: white;
}

#landing_tradereasons {
		padding: 15px;
		background-color: white;
		-webkit-box-flex : 1;
				-ms-flex : 1;
						flex : 1;
		color : white;
		-webkit-box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
						box-shadow: -8px 1px 51px -30px rgba(0,0,0,0.75);
}

#landing_tradereasons h3 {
		margin-bottom: 10px;
}

#landing_tradereasons i {
		/*font-size:50px;*/
		text-align: center;
		padding-right: 10px;
		padding-top: 15px;
}

#landing_tracking_row{
	/*padding-top: 90px;*/
	padding-bottom: 90px;
}

#landing_tradereasons h4 {
	 margin-top: 30px;
	 /*font-weight: bolder;*/
	 color: black;
}

#landing_tradereasons hr {
	border: none;
	border-top: 1px dashed black;
	padding-top: 5px;
}

#detail_hr {
	/*border: none;*/
	border-top: 1px dashed #0d0d3f;
}

.landing_tracking_header{
	color: #333333; font-weight: bolder;
}

#landing_tradereasons table {
	 /*font-weight: bolder;*/
	 /*border-top: 1px dashed #0d0d3f;*/
	 padding-top: 10px;
	 padding-bottom: 10px;
}

#fet_pr {
		margin-left: 18px;
}

.product_arrow {
		width: 30px;
		height: 30px;
		margin: auto 0;
		font-size: 25px;
		cursor: pointer;
}

#left_arrow {
		-webkit-box-ordinal-group : 2;
				-ms-flex-order : 1;
						order : 1;
}

#right_arrow {
	 -webkit-box-ordinal-group : 4;
			 -ms-flex-order : 3;
					 order : 3;
}

.apply_link{
	cursor: pointer;
}

#non_reg_msg div {
		margin-top : 30px;
		clear : both
}

#non_reg_msg div:last-child {
		margin-top : 55px;
}

#non_reg_msg a {
    font-style: italic;
    text-decoration: underline;
    color : #e93333;
    /*font-weight: bold;*/
}
 
#non_reg_msg h3{
  /*font-weight: bolder;*/
  color: black;
}

.non_reg_msg_text {
  color: black;
}

#non_reg_msg hr{
  border:none;
  /*border-top: 2px solid white;*/
}

.hideMenu {
		display: none !important;
}

/* enable absolute positioning */
.inner-addon { 
		position: relative; 
}

/* style icon */
.inner-addon .fa {
	position: absolute;
	padding: 10px;
	padding-top: 6.5px;
	/*pointer-events: none;*/
	cursor: pointer;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.left-addon input,input::-webkit-input-placeholder {
		font-size: 13px;
		/*line-height: 3;*/
}
