/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    background: #ffffff; /* Old browsers */
    color: #000;
    margin: 0px;
    font-size: 11px;
    background-position: 50% 50%;
    background-size: cover;

    /*
    IE

    scrollbar-base-color: rgb(226, 6, 6);
    scrollbar-3dlight-color: rgb(226, 6, 6);
    scrollbar-highlight-color: rgb(226, 6, 6);
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: rgb(226, 6, 6);
    scrollbar-shadow-color: rgb(226, 6, 6);
    scrollbar-dark-shadow-color: rgb(226, 6, 6);
*/
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

@supports (-ms-accelerator:true) {
	input.edge_submit{
		margin-bottom:0 !important;
	}
}

/*    Chrome * /

::-webkit-scrollbar { width: 11px !important; height: 7px;}
::-webkit-scrollbar-button {  background-color: rgb(167 3 20); }
::-webkit-scrollbar-track {  background-color: rgb(167 3 20)}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: rgb(226, 6, 6); border-radius: 0px;}
::-webkit-scrollbar-corner { background-color: rgb(226, 6, 6);}
/ *::-webkit-resizer { background-color: rgb(226, 6, 6);} */ 


/*
A font reset by MArtin O
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif !important;

}

/*
End of font reset to Open Sans
*/

/****
NEW BUTTON STYLING 
****/

button, #button{ /* reset button styling */
    border: 0;
	margin:0;
	padding:0;
}


button{
	background:#A70314;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	/*padding:0.25em 1em;*/
	padding:6px 10px;
}

#button {
	background:#A70314;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	/*padding:0.25em 1em;*/
	padding:6px 10px;
}

#button a {
	color:#fff;
}

#backToShopping {
	background-color: #8C8B8B;
    float: right;
    border: 0;
    margin-right: 0.25em;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
   /*padding:0.25em 1em;*/
	padding:6px 10px;
}

/****
END OF NEW BUTTON STYLING 
****/

#discount-popup {
	border: none;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	padding: 1rem 2rem 3rem;
	min-width: 350px;
	max-width: 800px;
	width: 90%;
	text-align: center;
}
#discount-popup .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
}
#discount-popup::backdrop {
	background-color: rgba(0, 0, 0, 0.4);
}
#discount-popup .x-btn {
	width: 40px;
	height: 40px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	background: none;
	outline: none;
	color: #223867;
}
#discount-popup h2 {
	margin: 0 auto;
	margin-bottom: 1.5rem;
	width: 95%;
	font-size: 2.5rem;
}
#discount-popup .x-btn svg {
	width: 100%;
	height: 100%;
}
#discount-popup .continue-btn {
	background: #223867;
	font-weight: bold;
	font-size: 1.7rem;
	padding: 14px 22px;
	display: inline-block;
	text-transform: none;
}

#discount-message {
	clear: both;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d74439;
    color: #fff;
}
#discount-message p {
	margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
}


#KBfooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: #000;
    color: #FFFFFF;
    font-weight: bold;
}

.error-msg-container {
    width: auto;
    display: inline-flex;
    flex-direction: column;
    background: #f2f2f2;
    margin-left: 1rem;
    padding: .5rem 1rem;
}
.error-msg {
    padding: .25rem;
    display: inline-flex;
    align-items: center;
}
.error-msg > i {
    font-size: 18px;
    margin-right: 1rem;
}
.yellow-icon {
    color: #fc0;
}
.green-icon {
    color: #5cb82e;
}

/*below p id used for social media logos 1 10 13*/
p.twitterLogo {

    position: relative;
    margin: -55px 55px 10px;
    float: right;

}

p.fbLogo {

    position: relative;
    margin: -55px 5px 10px;
    float: right;

}

li {
    list-style-type: none;
}

a, a:link, a:target, a:visited {
    text-decoration: none;
	color: #000;
}

button a:link {
	color:#fff;
}


@font-face {
    font-family: OpenExtraBold;
    src: url(/fonts/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('/fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('/fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-ExtraBold-webfont.woff2') format('woff2'),
    url('/fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
    url('/fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
    url('/fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Light.eot');
    src: url('/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Montserrat-Light.woff2') format('woff2'),
    url('/fonts/Montserrat-Light.woff') format('woff'),
    url('/fonts/Montserrat-Light.ttf') format('truetype'),
    url('/fonts/Montserrat-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-bold';
    src: url('/fonts/Montserrat-Black.eot');
    src: url('/fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Montserrat-Black.woff2') format('woff2'),
    url('/fonts/Montserrat-Black.woff') format('woff'),
    url('/fonts/Montserrat-Black.ttf') format('truetype'),
    url('/fonts/Montserrat-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* font awesome */
i.fa-light, i.fa-regular, i.fab, i.far, i.fas {
    font-family: "Font Awesome 6 Free", FontAwesome !important;
}

a {
    text-decoration: none;
}

#bodyWrapper {
    /*background:#fff;*/
    width: 92%;
    margin: 0 auto;
}

#bodyContent {
    /*background:#fff;*/
    width: 100%;
	margin-left:0;
	min-height:49vh;
    /*margin-top: 1.5%;*/
}

#header {

    height: auto;
    background: #223867;
    /*background: #e20606 url('/images/temp/snoww.png'); */
    margin: 0 auto;
    margin-bottom: 0.2%;
    width: 100%;
}
#header li a{
    /*color:#fff;*/ /* hidden as playing up with the 'view basket' */
    text-decoration: none;
}

#header li a:link, #header li a:active, #header li a:target{
    text-decoration: none;
}
#header li a:hover{
    color: #A70314;
}

#storeLogo {
    /*float: left;
    margin: 1.2% 0% 0% 0.5%;*/ /* hidden for bootstrap */
}

#storeLogo img {
    /*width: 95%;*/
	margin-top: 5%;
}

.top-menu {
    width: 67%;
    float: right;

}

._acc {
    float: right;
    width: 100%;
    margin: 0 6% 0 0;
}

._acc a:link, ._acc a:visited, ._acc:active {
    text-decoration: none;
    color: #fff;
}

._acc li {
    float: right;
    list-style: none;
    /*padding: 0 2% 0 2%;*/
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    transition: 0.4s all ease-out;
	width:22%;
	margin:0;

}

._acc li#search {
	color:#CFCFCF;
	margin-top:-3px;
}

._acc li#search:hover {
	color:#000;
}

#advanced {
	color:#fff;
	line-height:0; /*styling to reduce gap between the search bar and this line*/
}

._acc li:hover {
    cursor: pointer;
    color: #000;
    font-weight: 600;
    transition: 0.4s all ease-out;
}

._acc li a:hover {
    cursor: pointer;
    color: #000;
    font-weight: 600;
    transition: 0.4s all ease-out;
}



.floaterL {
    float: left;
    width: 75%;
    word-wrap: break-word;
    padding: 0;
    margin: 3% 0 0 0;
	font-size:10px;
	
}

img.floaterL {
    width: 18% !important;
    height: auto !important;
    margin-right: 3.5%;
}

#goToCheckOut {
    margin: 3.5%;
    text-align: center;
    padding: 2%;
    background-color: #000000;
    color: #fff ;
    transition: 0.4s all ease-out;

}

#goToCheckOut a {
    color: #fff !important;
    text-decoration: none;
}

#goToCheckOut:hover {
    background-color: #A70314;
    transition: 0.4s all ease-out;
}

#goToCheckOut:hover > a {
    color: #ecfeff;
    transition: 0.4s all ease-out;
}

.unselectable {
	color: #bfbfbf !important;
	cursor: not-allowed;
}

/*
SECTION USED TO STYLE SEARCH BOX
*/
.cf:before, .cf:after {

    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* Form wrapper styling */
.searchbox {
    /*width: 450px;*/
    /*padding: 15px;*/
    font-family: "Open Sans";
    margin: 150px auto 50px auto;
    background: #444;
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

/* Form text input */

.mailchimp input, textarea {
    margin-bottom: 2% !important;
    padding: 1%;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    color: #000;
}

.mailchimp button  {
	background: #f00;
    border: 1px solid #c10303;
    padding: 1%;
    width: 158px;
    border-radius: 3px;
    font-size: 15px;
}


.searchbox input {
    width: 230px;
    /*height: 20px;*/
    padding: 3px 3px 3px 0px;
    float: left;
    /*font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';*/
    border: 0;
    background: #eee;
    outline: none;
    color: #3c3f41;
}

img.btnSearch{
	width: 15px;
    margin-left: -22px;
}

._radius {
    position: relative;
    padding: 3px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    outline: none;
}

._radius span {
    position: absolute;
    top: 15%;
    right: -28%;
    z-index: 999;
}

._radius span img {
    width: 20%;
    z-index: 9999;
}

._radius:focus {

}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    outline: none;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    outline: none;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    outline: none;
}

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    outline: none;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    /*height: 40px;*/
    width: 110px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #fff;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.form-wrapper button:hover {
    background: #fff;
    outline: none;
}

.form-wrapper button:active,
.form-wrapper button:focus {
    background: #fff;
    outline: none;

}

.form-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
    outline: none;
}

/*
END OF STYLING
*/

.ui-icon-cart {
    background-image: url(/images/icons/cart.png) !important;
}

.cart {
    position: relative;
   /* margin-top: -30% !important; */
    z-index: 8000;
    cursor: pointer;
    /*width: 50px;*/
}
.cart img{
	
	/*width:25px;*/
	
	}
/*.cart span{position:absolute;color:#fff;background-color:#D63346;width:20px;text-align:center;border-radius:50%;margin-top:4%;}*/

#lblCartCount {
    font-size: 12px;
    background: #ffF;
    color: #a70314;
    padding: 3px 6px;
    /* vertical-align: top; */
    right: 0.5em;
    top: 1.25em; 
    position: absolute;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}


.cart:hover {
    background: #fff;
    transition: 0.4s all ease-out;
}

.cart:hover > span {
    background-color: red;
    color: #fff;
    transition: 0.4s all ease-out;
}

.cart_container {

    /*width: 90%;*/
    width: 100%;
    float: left;
    /*padding: 0 2% 2% 0%;*/

}

.cart_container ul {
    background-color: #f5f5f5;
    padding: 0;
    overflow: hidden;

}

.cart_container ul li {
    position: relative;
    float: left !important;
    padding-left: 0% !important;
    border-bottom: 1px solid #dedfe2;
    border-right: 1px solid #dedfe2;
    width: 99.85%;
    transition: 0.4s all ease-out;
}

.cart_container ul li:hover {
    background-color: #E1E1E1;
    transition: 0.4s all ease-out;
}

.cart_container ul li p {
    color: #4A4A4A;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-shadow: 0px 1px 0px #C3C3C3;
}

img.cartIcon:hover{
	filter:invert(1);
}

img._pad {
    padding: 20% 20% 8% 20%;
	width:100%;
}

.checkoutDrop {
    display: none;
	position: absolute;
    width: 340px;
    height: auto;
    z-index: 999;
    right: -0.04px;
    background-color: #FFF;
    top: 100%;
    transition: 0.4s all ease-out; 
   /* margin-top: 1%;*/
}

.checkoutDrop #stripe {
    width: 100%;
    border-bottom: 1px solid #dedfe2;
    border-right: 1px solid #dedfe2;
    overflow: hidden;

}

#_left {
    float: left;
    padding: 3.5%;
	transition:none;
	color: #CF0913; /* added since we moved the shopping basket, the 0 items was default white */
}


#_right {
    float: right;
    padding: 3.5%;

}

#_right a {
    text-decoration: none;
    list-style-type: none;
    color: #CF0913;
}

.checkoutDrop ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    /*background-color: #f5f5f5;*/
}
.checkoutDrop li {

}

#columnRight {
    padding-top: 5px;
    height: 100%;
	width:100%;
    /*overflow-y: scroll;*/

}


.infoBoxHeading {
    width: 100%;
    padding: 3px; 
    font-size: 12px;
    color: #e7e7e7;
    font-weight: bolder;
    margin-top: 0.05%;
    margin-bottom: 1%;
	text-transform:uppercase;
}

/*
::-webkit-scrollbar {
    width: 15px;
} / * this targets the default scrollbar (compulsory) */

.infoBoxContents {
    /*padding: 5px;*/
    font-size: 11px;
    line-height: 1.5;
}
.infoBoxContents ul{
    left: 0;
    /*padding-left: 4%;*/ /* hidden as was making the best sellers in the right column on prod_info look weird.*/
}
.infoBoxContents ul li{
    /*margin-top: 4%;
	text-align:center;*/ /* HIDDEN AS CERTRALISES ADDRESS IN DELIVERY INFORMATION*/
}

div.infoBoxContents {
    /*border-bottom: 1px solid #DBDBDB;*/
   
}

div.infoBoxContents p {

}

.accord-header {
    margin-top: 10px;
    padding: 8px 15px;
    background: #eee;
    font-weight: 600;
    cursor: pointer;
}

.accord-content { 
display: none;
}

.formAd {
	
}

.formAd td.fieldKey {
	width:100px;
	
}

.formAd td.fieldvalue input {
	width: 300px ;
    border: #CECDCD solid 1px;
    padding: 5px;
    border-radius: 3px ;
}

.formAd .fieldValue.gender input{
	width:100px;
}

.formAd select.form-control {
	width:300px;
}



#textMargin {
    margin: 2%;
    font-weight: bolder;
	text-align:center;
}

.infoBoxContents img {
    width:100%;
	height:auto;
}

.contentContainer {
	font-size:14px;
    /*padding-bottom: 10px;*/
}

.contentContainer h2 {
    font-size: 16px;
    font-family: "Montserrat-bold", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    margin-bottom: 0;
    padding-bottom: 5px;
    /*font-weight: 600;*/
}

.contentContainer .availableIn {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}

.contentContainer .availableIn ul {
    /*margin-left: 35%;*/
    overflow: hidden;
	margin:0 auto;
}

.contentContainer .availableIn li {
    float: left;
    padding: 1% 2% 0% 0%;
    position: relative;

}

.contentContainer .availableIn li a {
    color: #E20606;
    text-align: center;
    /*border-right:solid 1px #E20606 ;*/
}

.contentContainer .availableIn li:after {
    /*content: "|";*/
    padding: 0px 0.5em;
    position: absolute;
    bottom: 3%;
}

.cartText, .cartText table {

    padding: 5px 5px 5px 5px;
    font-size: 15px;
    line-height: 1.5;
    /*margin: 0 auto;*/
    margin-top: 2.3%;
    width: 95%;

}

.productListTable {
    padding: 5px;
    font-size: 11px;
    line-height: 1.5;
}

.productListTable tr.alt td {
    background-color: #ecf6fc;
}

/*
Start Middle Box styling
*/

.middle_col {
    margin: 0 auto;
    width: 100%;
    clear: both;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.middle_col ul {
    width: 100%;
    /*margin: 0.5% 2.2% 2.2% 2.2%*/
    /*padding: 0.4% 2% 2% 2%;*/
    padding: 0;
    overflow: hidden;
}

.middle_col ul li {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
}

.middle_col ul li img {
    width: 100%;
}

.middle_col ul li div {
    position: absolute;
    z-index: 2;
    float: left;
    bottom: 8%;
    left: 2.1%;
    width: 80%;
}

.middle_col #rangeText {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #000;
    color: #fff;
    transition: 0.4s all ease-out;
}

#rangeText p {
    padding: 0;
    margin: 0 0 0 5%;
    line-height: normal;
}

.middle_col .glyphicon {
    top: -0.5%;
    color: #fff;
    background: #ff0000;
    width: 14.6%;
    left: 101%;
    height: 100%;
}

.middle_col li img {
    transition: 0.4s all ease-out;
}

.middle_col li:hover > .middle_col #rangeText {
    background: #F90606;
    transition: 0.4s all ease-out;
}

.middle_col .glyphicon-chevron-right {
    text-align: center;
    padding: 2%;
}

/*
End of middle box styling
*/
#logos {
   /* width: 88%;
    margin: 0% auto;
    position: relative;
    
    height: 100px;*/
}

#logos .glyphicon-chevron-left {
    float: left;
    text-align: center;
    padding: 2%;
    transition: 0.4s all ease-out;

}

#logos .glyphicon-chevron-right {
    float: right;
    text-align: center;
    padding: 2%;
    transition: 0.4s all ease-out;
}

#logos .glyphicon-chevron-right:hover {

    background-color: #8c8a8a !important;
    transition: 0.4s all ease-out;
}

#logos .glyphicon-chevron-left:hover {

    background-color: #8c8a8a !important;
    transition: 0.4s all ease-out;
}

#logos .glyphicon {
    top: 20.5%;
    color: #FFF;
    background-color: #dad8d8;
    margin: 2%;
    /*width: 14.6%;*/
    /*left: 101%;*/
    /*height: 100%;*/
    cursor: pointer;
    /*font-family: "Glyphicons Halflings" !important;*/
}

.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

#logos #logo_container {
    width: 80%;
    padding: 1%;
    float: left;
    /*background-color: #0F0F0F;*/
    margin-top: 2%;
    overflow-x: hidden;
}

#logo_container ul {
    /*overflow-x: scroll;*/
    /*overflow: hidden;*/
    padding: 0;
    width: 240%;
    position: relative;

}

#logo_container ul li {
   color: #000;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 75px;
    width: 90px;

}

#commentBox{ /*comment box on checkout shipping page - used for customer PO ref*/
	text-transform: uppercase;
}

.freeShipping {
    width: 100%;
    /*height: 30%;*/
    float: left;
    margin-bottom: 0.1%;
}

.freeShipping li {
    /*float: left;*/
    padding: 0.5%;
    width: 100%;  
	 text-align: center;
    background-color: #D3D1D0;
    /*margin: 0 auto;*/
   
}

.fieldKey {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    width: 150px;
}

.fieldValue {
    font-size: 11px;
    line-height: 1.5;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 5px;

}

.h2prodcode {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #F00;
    padding: 0;
    margin: 0;
}

.h2a {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    padding: 0;
    margin: 0;

}

.h2price {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 5px;
    color: #FFF;
    background-color: #000000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

#KBoutline {
    border: 1px;
    border-color: #666666;

}

img {
    border: 0;
	/*width:100%;*/
}

table, p {
    /*font-size: 11px;*/
    line-height: 1.5;
	margin-top:8px;
}

#piGal .mob-gallery-multi {
	display:none;
}

#piGal ul {
    list-style-type: none;
    overflow: auto;
	height:100% !important;
	width:100% !;
}

#piGal ul li {
	position:relative !important;
}

#piGal img {
    /*-webkit-box-shadow: 0px 0px 1px #000;
    -moz-box-shadow: 0px 0px 1px #000;*/
	height:100% !important;
	width:100% !important;
}

#piGal .outer {
    margin-left: -30px;
}

/*#piGal .outer ul li{
    margin-left: 0.5%;
}*/
.buttonSet {
    clear: both;
}

.buttonAction {
    float: right;
}

.boxText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.errorBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: #ffb3b5;
    font-weight: bold;
}

.stockWarning {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #cc0033;
}

.productsNotifications {
    background: #f2fff7;
}

.orderEdit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #70d250;
    text-decoration: underline;
}

A {
    color: #fff;
    text-decoration: none;
}

A:hover {
    text-decoration: none;
	
}

FORM {
    display: inline;
}

TR.header {
    background: #ffffff;
}

TR.headerNavigation {
    background: #bbc3d3;
}

TD.headerNavigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: #bbc3d3;
    color: #ffffff;
    font-weight: bold;
}

A.headerNavigation {
    color: #FFFFFF;
}

A.headerNavigation:hover {
    color: #ffffff;
}

TR.headerError {
    background: #ff0000;
}

TD.headerError {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TR.headerInfo {
    background: #00ff00;
}

TD.headerInfo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TR.footer {
    background: #bbc3d3;
}

TD.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: #bbc3d3;
    color: #ffffff;
    font-weight: bold;
}

.infoBox {
    background: #b6b7cb;
}

.infoBoxNotice {
    background: #FF8E90;
}

.infoBoxNoticeContents {
    background: #FFE6E6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

TD.infoBoxHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background: #6f6f6f;
    color: #ffffff;
}
.categorySortProduct .infoBoxHeading{
    margin-top: 0 !important;
}

TD.infoBox, SPAN.infoBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
    background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background: #f8f8f9;
}

#linkHover:hover {
	text-decoration:underline !important;
}

TABLE.productListing {
    border: 1px;
    border-style: solid;
    border-color: #b6b7cb;
    border-spacing: 1px;
}

.productListingHeader {
    table-layout: fixed;
    color: #FFFFFF;
    font-weight: bold;
}

.productListingHeader A:hover {
    color: #FFFFFF;
}

.productListingData {
    table-layout: fixed;
}

A.pageResults {
    color: #0000FF;
}

A.pageResults:hover {
    color: #0000FF;
    background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #9a9a9a;
}

TR.subBar {
    background: #f4f7fd;
}

TD.subBar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

TD.main, P.main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 2;
	padding-right:5px;
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

TD.smallText, SPAN.smallText, P.smallText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;

}

TD.accountCategory {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #aabbdd;
}

TD.tableHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.newItemInCart {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ff0000;
}

INPUT, SELECT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

TEXTAREA {
    width: 100%;

    font-size: 13px;
}

SPAN.greetUser {

    font-size: 12px;
    color: #000;
    font-weight: bold;
}

TABLE.formArea {
    background: #f1f9fe;
    border-color: #7b9ebd;
    border-style: solid;
    border-width: 1px;
}

TD.formAreaTitle {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.markProductOutOfStock {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #c76170;
    font-weight: bold;
}

SPAN.productSpecialPrice {

    color: #ff0000;
}

SPAN.errorText {

    color: #ff0000;
}

.moduleRow {
}

.moduleRowOver {
    background-color: #D7E9F7;
    cursor: pointer;
    cursor: hand;
}

.moduleRowSelected {
    background-color: #E9F4FC;
}

.checkoutBarFrom, .checkoutBarTo {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #8c8c8c;
}

.checkoutBarCurrent {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

/* message box */

.messageBox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

.messageStackError, .messageStackWarning {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    background-color: #d63346;
	color:#fff;  
}

.messageStackSuccess {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    background-color: #147143;
    color: #fff;
}

/* input requirement */

.inputRequirement {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #ff0000;
}

/* buttons */

.tdbLink a {
}

.tdbLink button {
}

/* account link list */

.accountLinkList {
    list-style-type: none;
    margin: 2px 2px 2px 10px;
    padding: 5px;
}
.accountLinkList li{
    float: left;
    margin-right: 5%;
}

.accountLinkListEntry {
    float: left;
    margin-right: 5px;
}

h2#LSpace{
    margin-left: 11.5%;
}

.clear {
    clear: both;
}

/* css for the new daily deal banner */
.daily_banner {
    background-color: #000;
    height: 280px;
    width: 100%;
    padding: 0px;

}

.daily_text {
    font-size: 32px;
    font-weight: 900;
    color: #FFF;
    margin-left: 200px;
    text-shadow: 1px 1px 1px #000000;
}

.daily_image {
    width: 18%;
    /*height: 50px; */
    margin-top: 8%;
    margin-left: 12%;
    position: absolute;
}

.daily_logo {
    width: 9%;
    /*height: 50px;*/
    margin-top: 20%;
    margin-left: 2%;
    position: absolute;
}

.daily_product {
    color: #FFF;
    width: 40%;
    font-size: 22px;
    margin-top: 6%;
    margin-left: 32%;
    text-shadow: 1px 1px 1px #000000;
    position: absolute;
    line-height: 23px;
    text-align: left;

}

.daily_price {
    color: #FFF;
    width: 25%;
    font-size: 24px;
    margin-top: 11%;
    margin-left: 70%;
    text-align: right;
    text-shadow: 1px 1px 1px #000000;
    position: absolute;
    line-height: 23px;
}

#defaultCountdown2 {
    width: 30%;
    /*height: 50px; */
    font-size: 22px;
    background-color: #e72326;
    color: #FFFFFF;
    position: absolute;
    margin-top: 18.5%;
    margin-left: 35%;
    border: 0px;
}

/* new home page code */
#homeContainer {
    width: 100%;
    background-color: #999999;
}

#homecolumn1 {
    width: 49%;
    float: left;
    margin-right: 10px;
}

#homecolumn2 {
    width: 49%;
    float: right;
    margin: 0;
}

#homewelcometext {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 90%;
    font-stretch: inherit;
    font-size: 16px;
    color: #000;
}

#_homewelcometext_ {
    font-size: 16px;
    color: #000;
    float: left;
}

#homeboxwelcome {
    height: 19%;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

#homeboxsm {
    height: 19%;
    width: 49%;
    position: relative;
    float: left;
    margin-bottom: 0px;
}

#homeboxmd {
    height: 19%;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 0px;
}

#homeboxlg {
    height: 39%;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

/*
* #competition_main is used on the competition.php file which was coppied over from spiro competition
*/

#enviro_main .left {
    width: 380px;
    float: left;
    padding-bottom: 40px;
    padding-left: 0px;
}

#enviro_main .right {
    /*padding-left: 20px;*/

    float: left;
    padding-bottom: 40px;
}


#left {
	width: 48%;
    float: left;
    margin-right: 2%;
	
}

.terms {
	margin: 10px;
    border-top: 1px dashed #D3D1D0;
}

/*---END OF COMPETITION.PHP STYLING---*/

#_welcome_ {
    margin: 0 !important;
    float: left;
    width: 100%;
    margin-bottom: 0.5%;
}

/*
New page style by martin
*/

/*
PRODUCT PAGE STYLE
*/
.contentText {
    width: 95%;
    /*overflow: hidden;*/ 
    /*margin: 5px auto;*/
  /*  padding: 1% 3.5% 0% 3.5%; */
}

.contentText, .contentText table {
    /*padding: 5px 5px 5px 5px;*/
    /*font-size: 13px; */
    line-height: 1.5;
}

.pLeft_col {
    width: 30%;
    float: left;
   /* background-color: #00aa00; */
   position:relative;
    display: block;
    height: auto;
    overflow: hidden;
}

.pMiddle_col {
    width: 47%;
    float: left;
  /* background-color: #0000aa; */
    display: block;
    padding-right: 2%;
}

.pMiddle_col h6 {
    font-weight: 600;
}

.pMiddle_col ul {
    width: 100%;

}

.pMiddle_col ul li {
    /*border-bottom: solid 1px #b6b4b3;*/
    overflow: hidden;
    padding-bottom: 3%;
    border-bottom: solid 0.5px #DBDBDB;
    /*box-shadow: 0 0.5px 0px #ADADAD;*/
}

.pMiddle_col .form-control {
    width: 30%;
    background-color: #d8d8d8;
    float: left;
    margin: 3% 4% 0 0;
}

.pRight_col {
    width: 22%;
   /* height:36%; */
   height:455px;
   /* background-color: #e20606; */
    position:absolute;
	top:7%;
	right:0;
    
}

.RedC {
    color: #CF0913 !important;
    font-weight: 600;
    text-shadow: 0 0 1px #E20606;
    font-family: "Montserrat", "Open Sans",Roboto, Helvetica, Arial, sans-serif !important;
}

.RedC a {
    font-family: "Montserrat", "Open Sans",Roboto, Helvetica, Arial, sans-serif !important;
    color: #CF0913 !important;
    font-weight: 600;
    text-shadow: 0 0 1px #E20606;
}

.productInformation {
    /*width: 100%;*/
    min-height: 5em;
    background-color: #f4f4f4;
    margin-top: 1em;
	z-index:900 !important;


}

/*.productInformation div{
    width: 70%;
}*/

.productInformation ul {
    margin: 0;
	padding:0;
	margin: 0 -1em;
    list-style: none;
}

.productInformation ul li {
    float: left;
    /*border: 1px solid #000;*/
    /*border-bottom-width: 0;*/
    margin: 3px 3px 0px 3px;
    /*padding: 5px 5px 0px 5px;*/
    padding: 0.4% 5%;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    color: #5c5c5c;
    cursor: pointer;
}

.productInformation #mainView {
   
    margin: 0 auto;
    /*border: 1px solid black;*/
    clear: both;
    padding-top: 5%;
    padding-bottom: 5%;

}

.productInformation .active {
    background-color: #A70314;
    color: #fff;
}

.pMiddle_col .buttonAction {
   /* background-color: #e20606;
    width: 40%;*/
	float:none;
}

.buttonWidth {
    width: 100%;
    margin-top: 3em;
}
.pMiddle_col .buttonWidth{
    width:100%;
    overflow: hidden;
}
.pMiddle_col .buttonAction button {
    /*background: none repeat scroll 0% 0% #E20606 !important;

    border: 0px none;
    padding: 2%;
    text-align: center;
    color: #fff;
    font-weight: normal;*/
}

#alsoPurchased {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

#alsoPurchased ul {
    padding: 1% 3% 1% 6%;
    width: 100%;
    overflow: hidden;
}

#alsoPurchased ul li {
    float: left;
    list-style: none;
    width: 14.5%;
    cursor: pointer;
    text-align: center;
    margin-right: 2%;
    border-bottom: solid 2px #DADADA;
    -webkit-transition: 0.4s all ease-out;
    -moz-transition: 0.4s all ease-out;
    -ms-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
}

#alsoPurchased ul li:hover {
    border-bottom: solid 2px #0C0C0C;
    -webkit-transition: 0.4s all ease-out;
    -moz-transition: 0.4s all ease-out;
    -ms-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
}

#alsoPurchased ul li a {

}

#alsoPurchased ul li img {
    width: 100%;
    margin-bottom: 9%;
    border: 7px solid #E3E3E3;
}

#fLeft {
    float: left;
    width: 25%;
    padding: 2% 1% 3% 8%;
}

#fLeft h6 {
    font-weight: bolder;
}

#fLeft a {
    color: #cccccc;
}

#fRight {
	float: right;
    width: 25%;
    padding: 2% 6% 1% 6%;
}

#fRight img {
	width:100%;
	margin-bottom:3%;
}

#fRight h6 {
    font-weight: bolder;
}

#fclear {
    width: 100%;
    clear: both;
}

.critical-measures-btn {
	width: fit-content;
	background-color: #A70314;
	color: #FFF !important;
	font-weight: 600;
	font-size: 1.3rem;
	display: flex;
	gap: 0.75rem;
	align-items: center;
	padding: 8px 12px;
}
.critical-measures-btn img {
	width: 22px;
	height: 22px;
}

.categorySortProduct {
    position: relative;
}

.prodImg {

}

.prodImg img {
    padding: 2%;
    background: #CFCFCF;
    width: 100%

}

.prodImgRED {

}

.prodImgRED img {
    padding: 2%;
    background: #e20606;
    width: 100%

}

.categoryProduct ul {
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 2%;*/
    padding: 2% 2% 2% 2.5%;
}

.categoryProduct ul li {
    width: 19%;
   /* height: 317px;*/
    float: left;
    text-align: center;
    position: relative;
    margin-right: 1%;
    border-bottom: solid 2px #DADADA;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

#red {
    color: #e20606;
    font-weight: bold;
}

.categoryProduct ul li:hover {
    border-bottom: solid 2px #0C0C0C;
    -webkit-transition: 0.4s all ease-out;
    -moz-transition: 0.4s all ease-out;
    -ms-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
}

.PushProd {
	width: 21%;
    position: absolute; 
    top: 15px;
    left: 7px;
}

.PushProd img{
	width:100%;
}

.NewProd {
    position: absolute;
    top: 5%;
    right: 4%;
    padding: 4% 2%;
    border-radius: 100%;
    background: #E20606;
}

.NewProd a {
    color: #fff !important;
    font-size: 13px;
	font-weight:600;
}

#bodyContent h1 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: bold;
	
    /*text-shadow: -1px 0px 1px #414141*/
	
}

h1#categories{
	/*text-transform: uppercase; */
	text-align: left ;
		font-weight: normal;
	
}

.catPlaceholder {

}

.catPlaceholder ul {
    width: 100%;
    overflow: hidden;
}

.catPlaceholder ul li {
    width: 19%;
    float: left;
    background-color: #E6E6E6;
    margin: 0% 1% 1% 0%;
    padding: 1.2% 1.2% 0%;
    -webkit-transition: 0.4s all ease-out;
    -moz-transition: 0.4s all ease-out;
    -ms-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
}

.catPlaceholder ul li:hover {
    background-color: #2D2D2D;
    -webkit-transition: 0.4s all ease-in;
    -moz-transition: 0.4s all ease-in;
    -ms-transition: 0.4s all ease-in;
    -o-transition: 0.4s all ease-in;
    transition: 0.4s all ease-in;
}

.catPlaceholder ul li:hover > p {
    color: #fff;
}

.catPlaceholder ul li p {
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.catPlaceholder img {
    width: 100%;
}

.cartText ul {
    width: 100%;
    padding: 5px 5px 5px 5px;

    font-size: 15px;

    line-height: 1.5;

    overflow: hidden;

}

.cartText ul li:nth-child(odd){
    width: 15%;
    float: left;
}

	.cartText ul li:nth-child(odd) img{
    width: 70%;
    height: 70%;
}

.cartText ul li{
    width: 50%;
    float: left;
}
.cartText ul li strong{
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif !important;
}

.cartText ul li small{
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif !important;
    font-size: 11px;
    line-height: initial;
    font-weight: bold;
}
.cartText ul li p{
    font-size: 20px;
}

.floatLeft{
    float: left;
    width: inherit;
    padding-right: 0.8%;
}

.checkout{
    width: 80%;
}
.totalprice{
    overflow: hidden;
    font-weight: bold;
}
.totalprice p{
    font-size:inherit !important;
    font-weight: bold;
}
.totalprice h4{
    font-weight: bold;
}
.checkout .buttonSet{
    overflow: hidden;
}
.checkout .buttonAction{
    background-color: #E20606;
    text-align: center;
	float:right;
	/*padding: 1% 3% 1% 3%;*/
	padding: 0.45% 2%;
   
}
.checkout .buttonAction span a{
    color: #fff;
}

.deliveryInfo{
    float: left;
    width: 55%;

}
.shippingInfo{
    float: left;
    width: 35%;
}
.checkoutHeader{
    margin-bottom: 2.5%;
    width: 100%;
    overflow: hidden;
}

/* END OF PRODUCT PAGE STYLE*/

.contentText button{
    /*color: #fff;
	padding: 0.35% 0.8%;
	 background-color: #E20606;
    border: none;
    text-align: center;
    margin-left: 2%;*/
}

.customerEditInformation{
    width: 60%;
}



.ui-widget-header a {
    color: #FFF !important;
}
.form-group{
    overflow: hidden;
}
.cartContinue{
    width: 100%;
    margin: 0 auto;
	margin-bottom:1%;
	border-top: 1px dotted #e3e3e3; 
}
.cartContinue button{
    color: #fff;
    padding: 1.2% 6% 1.2% 6%;
	border: none;
    text-align: center;
    margin-left: 2%;
}

#progressBar #progressBarBtn button {
	padding:5% 30%;
}

.buttonAction a{
    color: #ffffff;
}
.floatLeft #tdb2{
    margin-left: 1.5% !important;
    padding: 1% 21.8%;
}
.floatLeft #tdb3{
    float: left;
    padding: 1% 23.4%;
    margin-left: 1.5% !important;
    color: #FFF;
    background-color: #E20606;
    border: medium none;
}

.deliveryButtonEdit{
    padding: 2% 23.4%;
    margin-left: 1.5% !important;
    color: #FFF;
    background-color: #E20606;
    border: medium none;
}

.deliveryButtonDelete{
    padding: 2% 23.4%;
    margin-left: 1.5% !important;
    color: #FFF;
    background-color: #3c3f41;
    border: medium none;
}

.deliveryButtonDelete #tdb2, .deliveryButtonDelete #tdb4, .deliveryButtonDelete #tdb6 {
	background:none;
}

.pRight_col .infoBoxHeading{
    color: #000 !important;
}
.col-sm-8 div span{
    width: 25%;
    text-align: center;
}

#tdb2, #tdb3, #tdb4, #tdb5, #tdb6, #tdb7, #tdb8, #tdb9, #tdb10, #tdb11, #tdb12, #tdb13, #tdb14, #tdb15, #tdb16, #tdb17, #tdb18, #tdb19{
   color: #fff;
	/*background:#e20606;
	padding:0.45% 2%;*/
}





.dropDownCategory{
    /*padding: 14.5%;*/
    /*background-color: #fff;*/
    text-align: center;
    /*margin-top: -13.2px;*/


}


.dropDownCategory:hover {
    background-color: #fff;
    color:#000;
    position: relative;

}


#headerShortcuts {
    /*margin:1em 0 0.5em;*/
}

#headerShortcuts ul {
   /*height: auto;
	margin:0 auto;
	padding:0;
	width:52em;*/
}

#headerShortcuts ul li {
    /*position: relative;
    list-style: none;
    float: right;
	vertical-align:middle;
	border-left:1px solid #fff;
	margin: 2px 0;
    /*padding: 2% 2% 0.6%;*/
    /*padding: 0.8% 4%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
	font-size:15px;
	line-height:14px; 
    color: #ffffff;
    transition: 0.4s all ease-out;*/
	border-left: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

#headerShortcuts ul li#first {
	border:0;
}

#headerShortcuts ul li:hover {
    cursor: pointer;
    /*color: #000;*/
    /*font-weight: 500;*/
    /*background-color: #fff;*/
    transition: 0.4s all ease-out;

}
#headerShortcuts ul li:hover a {
    color: #000;
}

#headerShortcuts ul li:hover > ul {
    display: block;
    transition: 0.4s all ease-in;
}

#headerShortcuts ul ul {
     width: 198px;
     /*padding: 2%;*/
    padding: 2% 0 2% 0;
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    transition: 0.4s all ease-in;
    right: 0;
    margin-top: 0;
    /*top:0;*/

}

#headerShortcuts ul ul li {
    width: 100%;
    position: relative;
    float: left !important;
    text-align: left;
    color: #000 !important;
    padding: 3%;
    border-bottom: solid 1px rgba(129, 122, 122, 0.2) !important;
}

#headerShortcuts ul ul li a{
    color: #000;
}

#headerShortcuts ul ul li:hover > a{
    color: #fff !important;
}



#headerShortcuts ul ul li > ul {
     /*background-color: #fff;*/
     position: absolute;
     left: -5000px;
     /*margin-top: -39.7px;*/
     width: 120%;
     z-index: -1;
     -webkit-transition: left 0.3s ease-in;
     -moz-transition: left 0.3s ease-in;
     -ms-transition: left 0.3s ease-in;
     transition: left 0.3s ease-in;
     top: -12.819%;

    background-color: rgba(255, 255, 255, 0);
 }

#headerShortcuts ul ul img{
    width: 30%;
    float: right;
}
#headerShortcuts ul ul li ul li {
    text-align: left;
    width: 100%;
}

#headerShortcuts ul ul li:hover{
    color:#fff !important;
    background-color: #A70314;
}

/*this is the category sub-category*/
#headerShortcuts ul ul li:hover > ul{
   left: 195px;
   
    -webkit-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    -ms-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
}


#headerShortcuts ul ul li ul .tag{
    position: relative;
    width: 80%;
    height: auto;
    background-color: #fff;
    /*overflow: hidden;*/
	clear:both;
}

#headerShortcuts ul ul li ul:before{

    content: "";
    border-color: rgba(0, 0, 0, 0) rgb(167 3 20);
    border-style: solid;
    border-width: 4px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    /* border-bottom: 10px solid rgba(0, 0, 0, 0); */
    /* border-left: 5px solid rgb(255, 255, 255); */
    display: block;
    height: 0;
    width: 0;
    right: 14;
    top: 1.4em;
    position: absolute;
    float: right;
}
/* second level sub categories */

#headerShortcuts ul ul ul{
     width: 198px;
     /*padding: 2%;*/
    padding: 2% 0 2% 0;
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    transition: 0.4s all ease-in;
    right: 0;
    margin-top: 0;
    /*top:0;*/

}

#headerShortcuts ul ul ul li {
    width: 100%;
    position: relative;
    float: left !important;
    text-align: left;
    color: #000 !important;
    padding: 3%;
    border-bottom: solid 1px rgba(129, 122, 122, 0.2) !important;
}

#headerShortcuts ul ul ul li a{
    color: #000;
}

#headerShortcuts ul ul ul li:hover > a{
    color: #fff !important;
}



#headerShortcuts ul ul ul li > ul {
     /*background-color: #fff;*/
     position: absolute;
     left: -5000px;
     /*margin-top: -39.7px;*/
     width: 120%;
     z-index: -1;
     -webkit-transition: left 0.3s ease-in;
     -moz-transition: left 0.3s ease-in;
     -ms-transition: left 0.3s ease-in;
     transition: left 0.3s ease-in;
     top: -12.819%;

    background-color: rgba(255, 255, 255, 0);
 }

#headerShortcuts ul ul ul img{
    width: 30%;
    float: right;
}
#headerShortcuts ul ul ul li ul li {
    text-align: left;
    width: 100%;
}

#headerShortcuts ul ul ul li:hover{
    color:#fff !important;
    background-color: #E20606;
}

/*this is the category sub-category*/
#headerShortcuts ul ul ul li:hover > ul{
   left: 185px;
   
    -webkit-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    -ms-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
}


#headerShortcuts ul ul ul li ul .tag2{
    position: relative;
    width: 80%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
	clear:both;
}

#headerShortcuts ul ul ul li ul:before{

    content: "";
    border-color: rgba(0, 0, 0, 0) rgb(226, 6, 6);
    border-style: solid;
    border-width: 4px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    /* border-bottom: 10px solid rgba(0, 0, 0, 0); */
    /* border-left: 5px solid rgb(255, 255, 255); */
    display: block;
    height: 0;
    width: 0;
    right: 13.2em;
    top: 1.4em;
    position: absolute;
    float: right;
}

/* end */

#container {
    position: relative;
    height: 100%; /* Or whatever you want (eg. 400px) */
}

.inset-right::before {
    content: "";
    border-color: rgba(0, 0, 0, 0) rgb(0, 0, 0);
    border-style: solid;
    border-width: 4px;
    border-right: 5px solid rgba(0, 0, 0, 0);
    /* border-bottom: 10px solid rgba(0, 0, 0, 0); */
    /* border-left: 5px solid rgb(255, 255, 255); */
    display: block;
    height: 0;
    width: 0;
    left: 0.5em;
    top: 1em;
    position: relative;
    float: left;
}
/*--------- ADDED BY EB ---------*/

#searchbox {
	margin-top: 5%;
    width: 100%;
    float: left;
}

.searchbutton {
    /*background: url(/images/icons/search-small.png) no-repeat; */
    width: 25%;
    height: 28px;
    border: 0px;
    margin-left: -4px;
    /* margin-bottom: -21px; */
    font-size:14px;
	color:#000;
}

#button {
	
}

.contentText {
	width:100%;
	clear:both;
}

#right-button{
	float:right;
	background:#E20606;
	/*padding:5px 10px;*/
	padding:0.45% 2%;
}

#left-button{
	float:left;
	margin-right:1%;
	background:#E20606;
	padding:5px 10px;
}

#reviewleft-button {
	
}

#center-button{
	float:none;
	background:#E20606;
	padding:5px 10px;
	text-align:center;
}

ul.accountLinkListEB {
	padding:5px;
}

.buttonAction {
	float:left;
}

 ul.accountLinkListEB li{
	float: left;
    margin-left: 2%;
    margin-bottom: 1%;
    padding: 5px;
    width: 47%;
    border: 2px solid #eee;
    border-radius: 5px;
	
}

.accountListleft {
	float: left;
    padding: 10px;
    width: 20%;
	/*min-width:100px;
	min-height:95px;*/
    margin: -5px;
    /*background: #FBFBFB;
    border-right: 1px solid #EEEEEE;*/
    overflow: hidden;
}

	.accountListleft img {
		width:100%;
	}

.accountListright{
	float: right;
    width: 75%;
	padding-left:10px;
	padding-top:1%;
	margin-top:2%;
}

h2.account{
	font-size: 16px;
    font-family: "Montserrat-bold", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    margin: 0;
    padding-bottom: 5px;
}

ul.accountOrders {
	padding:5px;
}

.accountOrders li{
	float: left;
    margin-bottom: 1%;
	margin-left:5%;
    padding: 5px;
    width: 101%;
    border: 2px solid #eee;
    border-radius: 5px;
	max-height:100px;
}

/* attempt for restyle of subcategories */

.catPlaceholderEB ul {
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 2%;*/
    padding: 2% 2% 2% 2.5%;
}

.catPlaceholderEB ul li {
    width: 19%;
   /* max-height: 248px; */
    float: left;
    text-align: center;
    position: relative;
    margin-right: 1%;
	margin-bottom: 1%;
    border-bottom: solid 2px #DADADA;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

	.catPlaceholderEB ul li p {
		text-transform:uppercase;
		margin: 5% 0%;
	}

#red {
    color: #CF0913;
    font-weight: bold;
}

.catPlaceholderEB ul li:hover {
    border-bottom: solid 2px #0C0C0C;
    -webkit-transition: 0.4s all ease-out;
    -moz-transition: 0.4s all ease-out;
    -ms-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
}

.catPlaceholderEB img {
    padding: 2%;
    background: #CFCFCF;
    width: 100%
	

}

.contentText button {
	/*margin-top:5px;*/
	
}

/*.cart span {
	position: absolute;
    float: right;
    top: 24%;
    right: 7%;
    color: #E20606;
    background-color: #fff;
	/*border: 1px solid #E20606; */
   /* width: 30%;
    text-align: center;
    border-radius: 50%;
    margin-top: 4%;
}*/

#headerShortcuts ul li ul#cart-items-list {
	display:block !important;
	float:left !important;
	width:100% !important;
	padding:0;
	border: 1px solid #dedfe2;
    border-top: 0px;
}

#headerShortcuts ul li ul#cart-items-list img{
	width:20%;
	/*height:40%;*/
	float:left;	
	height:90px !important;
	
	
}

#headerShortcuts ul li ul#cart-items-list li {
	background:#f9f9f9;
	width:100%;
	position:relative!important;
	border-right:none;
	border-bottom: 1px dotted #e8e6e6 !important;
	padding:0;
	
}

#headerShortcuts ul li ul#cart-items-list li img {
	width:25%;
	-webkit-filter:invert(0) !important;
}

#headerShortcuts ul li ul#cart-items-list li .cart-item-right{
	float: right;
    width: 72%;
	color:#000;
}

#tdb4 {
	/*margin:0;  following makes 4th item in shopping cart look odd*/ 
	margin-top:3%;
}

a#tdb1 {
	
}

button#buynow{
	margin-bottom:5px;
	color:#fff !important;
	font-weight:600;
}

button#tdb1{
	/*background: none repeat scroll 0% 0% #e20606 !important;
    border: 0px none;
     padding: 2% 32% 2% 32%; 
    text-align: center;
    color: #fff;
    font-weight: normal;*/
}

table.prodDescSizes {
	margin:0 auto;
}

table.prodDescSizes tr{
	line-height:25px;
}

table.prodDescSizes td{
	border:1px solid #ccc;
	text-align:center;
}

ol.prodDescFeat li{
	background: url(http://img.resultclothing.net/bullet.png) 0 8px no-repeat;    background: url(http://img.resultclothing.net/bullet.png) 0 5px no-repeat;
    padding-left: 10px;
    line-height: 20px;
    font-size: 12px;
}

.underlinedLink a{text-decoration:underline}

#progressBar {
	float: left; 
	width: 100%; 
	margin-top: 1.5%; 
	
}

#progressBarBtn{
	float:right;
}

.thumbwrapper {
	overflow:auto;
}


#piGal ul {
		width:inherit;
}

#piGal ul.thumbs {
	clear: both;
	position:relative;
   height: 100px;
   
    
}

#piGal ul.thumbs li  {
	/*width:23%;
	height:23% !important; 
	margin:1%;
	float:left;
	opacity: 1 !important; */
	width: 100px;
	height:100%;
}

/* code to hide the title on fancybox */
.fancybox-opened .fancybox-title {
	visibility:hidden !important;
}

.address_add {
	color: #fff;
    padding: 7% 6%;
    background-color: #E20606;
    border: none;
    text-align: center;
    margin-left: 2%;
	width:100%;
}

.prodInfoDetails li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}

.productInformation #mainView p{
	
}

table#sizesTable{
	border: 1px solid black;
    width: 100%;
   /* margin: 0 auto;*/
    font-size: 14px;
}

table#sizesTable tr:nth-child(odd) {
	background:#DEDEDE;
}

table#sizesTable td {
	border: 1px solid #000;
    padding: 2px 4px;
}

#featCol {
	padding: 10px;
    /*float: left;*/
}

#featCol h3{
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	
}

ul#footerPay {
	width:45% !important;
	margin-left: 33%;
}



.carousel-inner .item a img {
	width:100% !important;
}

input, textarea {
	margin-bottom:2% !important;
}

#progressBar button {
	padding:1.2% 15% !important;
	margin-top:0 !important;
}

#text-center{
	text-align:center;
}

.reviews {
	width: 75%;
    float: left;
    margin-bottom: 1%;
}

.review-left{
	width: 78%;
    float: left;
}

.review-right{
	width: 20%;
    float: left;
}

.reviewInsideLeft{
	width: 20%;
    float: left;
}

.reviewInsideRight{
	width: 75%;
    float: left;
}

.ReviewWriteLeft{
	width: 70%;
    float: left;
}

.ReviewWriteImage{
	width: 20%;
    float: left;
}

.ReviewWriteRight{
	width: 30%;
    float: left; 
}


.fieldValue  input {
	width: 300px;
    border: #CECDCD solid 1px;
    padding: 5px;
    border-radius: 3px 
}

.fieldKeyRating {
	font-size:14px;
	font-weight:600;
	width:100px;
}

.fieldValueRating input {
	border: #CECDCD solid 1px;
    padding: 5px;
    border-radius: 3px 
}

.reviewImg img {
	margin-top:1.2em;
}


/* ===
#. BREADCRUMBS
==== */

span#filter_arrow {
	background:url(images/filterarrow.png) no-repeat;
	width:25%; 
    min-height:37px;
    display: block;
    float: right;
	margin: -9px 10px -9px 0;
}


.delivery_returns_text p{
font-size:14px;
line-height:1.5;

}

.delivery_returns_text li {
font-size: 13px;
}

/* ===
#. SPIRO DISCOUNT 07/2016
==== */

.spiroDiscount{
	position: absolute;
    top: 8px;
    right: 9px;
}

.spiroDiscount img {
	width: 40px;
}

.ProductspiroDiscount{
	position: absolute;
    top: 8px;
    left: 15px;
}

.ProductspiroDiscount img {
	width: 50px;
}


/* ===
#. BRANDS
==== */

.brandsList {

}

.brandsList ul {
    width: 100%;
	margin:0 auto;
    overflow: hidden;
    /* margin-bottom: 2%; */
    padding: 2% 2% 2% 2.5%;
}

.brandsList ul li {
    width: 22%;
   /* height: 300px; */
    float: left;
    text-align: center;
    position: relative;
    margin-right: 3%;
	margin-bottom:3%;
    border-bottom: solid 2px #DADADA;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.brandsList ul li:hover {
    border-bottom: solid 2px #0070AF;
    -webkit-transition: 0.4s all ease-out;
    -moz-transition: 0.4s all ease-out;
    -ms-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
}

.BrandLogo {
	
}

.brandsList h4 {
	font-size:14px;
}

.brandsList a {
    color: #000;
}

.BrandLogo img {
    padding: 2%;
    background: #CFCFCF;
    width: 100%;
	
} 

.scanialogo {
	
	text-align: center;
}

@-moz-document url-prefix() {
    #button{
		margin-left: -20px;
		margin-top: 2px;
	}
}

/*forgot password page */
.forgot-password-heading {
	margin: 2% 2% 1%;
}
.forgot-password-box {
	padding: 2%;
}
.forgot-password-box p {
	font-size: 16px;
	marign: 2% 0;
}
/* end of forgot password page */

