/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */

html {
       overflow-y: scroll;
}

body {
    background: #fff;
    font: 14px 'Open Sans', Arial, verdana, helvetica, sans-serif;
    color: #666;
    line-height: 1.6em;
    font-weight:;
}
a {
    color: rgb(29, 37, 86);
}
a:hover {
    color: #666;
    text-decoration:none;
}
.sectionFW {
    width: 100%;
}
#banner .container {
    position: relative;
    max-width:none;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    height: auto;
}
#cartItem .container, #contentShop .container, #content1 .container, #content2 .container, #content3 .container, #content4 .container, #content5 .container, #content6 .container, #content7 .container, #content8 .container, #content9 .container, #content10 .container {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: box;
    -ms-flex-pack: justify

    /*
    -ms-flex-pack:justify;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    */
}
#callbacks {
    display: none;
}
#banner {
    height: auto;
}
#menu {
    position:relative;
    margin-top:-40px;
    margin-bottom:30px;
}

#subBanner, #subBannerContact, #subBannerCheckout, #subBannerViewCart {
    background: url(subbanner.jpg) repeat-x;
    height:120px;
    color: #fff;
    position: relative;
}
#subBanner:before, #subBannerContact:before, #subBannerCheckout:before, #subBannerViewCart:before {
    border-top: 10px solid rgba(255,255,255,0.2);
    border-bottom: 10px solid rgba(255,255,255,0.2);
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#subBannerHome {
    background: ;
}
#subImage {
    width:100%;
}
.siteContent {
    width: 100%;
    margin: auto;
    padding: 20px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 1;
            flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
}
.contentCopy {
    width: 100%;
    overflow: hidden;
}
.boxSizing {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------------------------------------------*/
/*------------------ SIDEBAR -------------------*/
/*----------------------------------------------*/


.sidebar {
    background: ;
    border-right:1px solid rgb(229, 229, 229);
    width: 250px;
    padding: 15px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box

    /*
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    */
}
.sidebar .item {
    width: 100%;
    text-align: left;
}
.sidebar .item img {
    max-width: 200px;
}
.sidebar .overlayImg {
    display:none;
}

/*------------------------------------------------------------*/
/*---------------- CUSTOM DIVS -------------------------------*/
/*------------------------------------------------------------*/

.fancybox-inner {
    overflow: hidden !important;
}
.fa-angle-down:before {
    content: "\f107";
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.sidebar ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.sidebar  ul li a:after {
    list-style-type: none;
    content: "\f054";
    float: right;
    font-family: FontAwesome;
    position: static;
}

.sidebar  ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 0.9em;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
    list-style-type: none;
}

.sidebar  ul li a:hover {
    background:rgb(29, 37, 86);
    color:#fff;
}

/*----------------------------------------------*/
/*---------------- #BANNER ---------------------*/
/*----------------------------------------------*/

#logoContainer {
width:100%;
max-width:1200px;
margin:0 auto;
display:block;
}
#logo {
    max-width:182px;
    height:57px;
    margin-top:60px;
}


/*----------------------------------------------*/
/*---------------- #CTA ------------------------*/
/*----------------------------------------------*/

/*----------------------------------------------*/
/*---------------- DROP DOWN ENQ -----------------*/
/*----------------------------------------------*/

#enquire-dropdown {
    background: none repeat scroll 0 0 rgb(29, 37, 86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -9px 5px rgba(0, 0, 0, 0.3) inset;
    display: none;
    height:340px;
    padding:75px 0px 20px 10px;
    /*position:absolute;
    top:0px;*/
    width:100%;

    z-index:999;
}
#enquire-dropdown h1 {
    margin-bottom:10px;
    color:#fff;
}
#enquire-dropdown a{color:inherit;}

#enquire-dropdown #enquiry {color:#fff; background:rgba(0,0,0,.3); margin-right:10px;}

#enquire-dropdown .container {
        max-width:1200px;
}

.dropContact{width:40%; color:#fff;}

.closeBtn {
    background: none repeat scroll 0 0 #fff;
    color: rgb(29, 37, 86) !important;
    font-size: 0.8em;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 2px 15px 2px 25px;
    position: absolute;
    right: 8px;
    text-decoration: none;
    text-transform: uppercase;
    top: -25px;
  line-height: 1.6em;
    text-align:right;
    transition:.5s;
}
.closeBtn:hover {
    background:none;
        color:#fff !important;
}
.closeBtn:hover:before {
    color:#fff;
}
.closeBtn:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: rgb(29, 37, 86);
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 14px;
    transition:.5s;
}
#cta {
    width:100%;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
     background:#f1f1f1;
    border-bottom:2px solid #e5e5e5;
}
.ctaContainer {
    width:100%;
    margin:auto;
    overflow:hidden;
    
    display:-ms-flexbox;
    display:flex;
    display:-webkit-flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -webkit-box-pack:justify;
    max-width:1200px;
    position:relative;
}
.ctaContainer p {
    padding:6px;
    font-size:12px;
}
.ctaContainer .fa {
    color:rgb(29, 37, 86);
    font-size:17px;
margin:0 5px 0 2px;
}
.ctaFrame {
    position:relative;
    padding:6px 0;
}
.ctaFrame a.enquiry, .ctaFrame a.callback  {
    color:#666;
    padding:10px;
    cursor:pointer;
    text-transform:capitalize;
    text-decoration:none;
    border-right:1px solid #e5e5e5;
    transition:.5s;
    font-size:12px;
}
.ctaFrame a.enquiry  {
    border-left:1px solid #e5e5e5;
}
.ctaFrame a.enquiry:hover, .ctaFrame a.callback:hover {
    background:#1d2556;
    color:#fff;
}
.ctaFrame a.enquiry:hover .fa, .ctaFrame a.callback:hover .fa {
    color:#fff;
}
.ctaFrame .social:nth-child(1):hover {
    background:#3B5998;
    color:#fff;
}
.ctaFrame .social:nth-child(2):hover {
    background: #2A5B83;
    color:#fff;
}
.ctaFrame svg  {
    width:15px;
    height:15px;
    position:relative;
    top:3px;
    right:2px;
}
.ctaContainer use {
    fill:#1d2556;
    transition:.5s;
}
.ctaFrame a:hover use {
    fill:#fff;
}


/*----------------------------------------------*/
/*---------------- #GFX BUTTONS ----------------*/
/*----------------------------------------------*/

#butContainer {
    max-width:1200px;
    margin:0 auto;
    width:100%;
    margin-top:-90px;
}

#buttons {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align:center;

    display:flex;
    display:-webkit-box;
    -webkit-box-pack:justify;
    -webkit-box-align:start;
    display:-webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items:stretch;
    -webkit-align-items:stretch;

    display:box;
    box-pack:justify;
    box-align:center;
    
    /*- GLOBAL FONT FOR BUTTONS -*/
    font:15px 'open sans', arial, helvetica, sans-serif;
}
.butFrame {
    position:relative;
    display:inline-block;
    text-decoration:none;
    overflow:hidden;
    width:24.5%;
    padding:5px 15px 15px ;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

}

.butFrame .butImg {
    width:70%;
    margin:0px 18% 10px 18%;
    border-radius:50%;
    border:10px solid rgba(255,255,255,0.2);
        -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    transition: all .2s ease-in-out;
    cursor:pointer;
}
.butImg:hover { transform: scale(1.05); }

.butFrame .butLogo {
    width:auto;
    margin:0 auto 20px auto;
    text-align:center;
    display:block;
    
        -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.butFrame .butLogo:hover {
    opacity:0.8;
}

.butHeading {
    font-size:18px;
    font-weight:bold;
    text-align:center;
    color:#333;
    display:none;
}

.butText {
    width:100%;
    overflow:hidden;
    text-align:center;
    font-size:13px;
    padding:5px 0;
    color:#333;
    margin-bottom:40px;
}

.butRead {
    width:90%;
    text-align:center;
    color:rgb(29, 37, 86);
    text-transform:uppercase;
    font-weight:700;
    padding:5px 0;
    position:absolute;
    bottom:0px;
    left:5%;
    border:2px solid rgb(29, 37, 86);
    text-decoration: none;
    
        -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.butRead:hover {
    background:rgb(29, 37, 86);
    color:#fff;
}

.butFrame:hover  {

}

/*----------------------------------------------*/
/*---------------- #SLIDER ---------------------*/
/*----------------------------------------------*/

/* ---------------------------------- */
/* ------ SLIDESHOW OF WEBSITE ------ */
/* ---------------------------------- */

#subBannerHome .container {
    max-width:none!important;
    width:100%!important;
}

.flickerplate {
    position: relative;
	width: 100%;
	height: 433px;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
    margin-top:-10px;
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.2em;
	line-height: 1.5em;
	text-align: center;
    color:#fff;
    text-transform:uppercase;
}
.flickerplate ul.flicks>li .flick-title span {
    font-weight:700;
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
	font-size: 1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255,255,255,0.8);
	text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0,0,0,0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url("arrow-left-light.png");
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url("arrow-right-light.png");
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100;
    display:none;
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 14px;
	height: 14px;
	margin: 0px 6px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color: #fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image: url("arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image: url("arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	transition: transform 0.6s ease-out
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.flickerplate.animate-transition-fade ul.flicks {
	position: relative
}
.flickerplate.animate-transition-fade ul.flicks li {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
	-webkit-transition: opacity 0.8s linear;
	-moz-transition: opacity 0.8s linear;
	-o-transition: opacity 0.8s linear;
	-ms-transition: opacity 0.8s linear;
	transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick {
	opacity: 1
}
.flickerplate.animate-jquery-fade ul.flicks {
	position: relative
}
.flickerplate.animate-jquery-fade ul.flicks li {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}


/* ---------------------------------- */
/* --------- H Tags/Headings -------- */
/* ---------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: rgb(29, 37, 86);
}

h1 {
    font-size: 2.5em;
    line-height: 1.5em;
    margin-top: 0px;
    margin-bottom: 25px;
}
h2 {
    font-size: 2em;
    line-height: 1.5em;
    margin-top: 0px;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: 5px;
    margin-bottom: 15px;
}
h4 {
    font-size: 1.3em;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 10px;
}
h5 {
    font-size: 1.2em;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 5px;
}
h6 {
    font-size: 1em;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */

hr {
    border: 0;
    height: 89px;
   /* color: #c1c1c1;
    background-color: #c1c1c1;*/
    background : url(divider.png) 50% 0 no-repeat;
    background-size:100% 100%;
    width: 100%;
    margin-top:-15px;
}

/* ---------------------------------- */
/* ------Custom Bullet Points  ------ */
/* ---------------------------------- */

/* Uncomment to use a custom bullet point and adjust spacing */
/*ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    }

li {
    background: url(bullet.gif) left center no-repeat;
    padding-left: 15px;
    margin-bottom: 5px;
    }*/


/*----------------------------------------------*/
/*---------------- NAVIGATION ------------------*/
/*----------------------------------------------*/
#navToggle {
    display: none;
}
#navMobile {
    display: none;
}
#navMobile li {
    display: none;
}
#menu .container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    height: auto;
}
#nav {
    width: 100%;

    /*-- IE 10 SPEC ---*/
    display: -ms-flexbox;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;

    /*-- FF, SAF + CHROME support the below legacy flexbox code--*/
    /*-- IE9 + SAFARI--*/
    -webkit-display: box;
    -webkit-box-pack: end;
    -webkit-box-lines: multiple;

    /*--- Current SPEC --*/
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#nav li {
    display: inline-block;
    margin: 0px;
    font-size: 0.9em;
    list-style: none;
    position: relative;
    width: auto;
}
#nav li .current {
    background: rgb(29, 37, 86);
    color: #fff;
}
#nav li a {
    display: inline-block;
    text-decoration: none;
    color: #666;
    padding: 7px 8px;
    width: auto;
    white-space: nowrap;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#nav li a:hover {
    background: rgb(29, 37, 86);
    color: #fff;
}
#nav #link0 {

}
/* ---------------------------------- */
/* ------------- SUBMENU ------------ */
/* ---------------------------------- */

/* Add space or image above dropdown menu */
.AboveDrop {
    height: 0px;
}
/* Submenu Box Background */
#nav ul {
    position: absolute;
    left: 0;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
    background: rgba(0,0,0,0.8);
    width: 200px;
    z-index: 200;
}
/* Submenu Indiviudal Rows */
#nav ul li {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #3b3b3b;
    width: 100%;
    height: auto;
    margin-left: 0;
    min-width: 120px;
    clear: both;
}
/* Submenu Indiviudal Text */
#nav ul li a {
    clear: both;
    white-space: normal;
    height: auto;
    font-size: .8em;
}
/* Spacing of Submenu Page Names*/
#nav ul a {
    display: block;
    padding: 5px 5px;
    color: #fff;
}
/* Submenu Hover State */
#nav ul a:hover {
    color: #fff;
    text-decoration: none;
    background: #111111;
}
/*----------------------------------------------*/
/*-------------- CONTENT IMAGES ----------------*/
/*----------------------------------------------*/

.contentImgRow {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}
.contentImg {
    width: 23%;
    float: left;
    margin: 0 1%;
}
.contentImg .item {
    width: 100%;
}
.contentImg .item a {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    display: block;
}
.contentImg img {
    width: 100%;
}
/*----------------------------------------------*/
/*------------------ FOOTER --------------------*/
/*----------------------------------------------*/

#footer {
    background: rgb(29, 37, 86);
    height: 100px;
    font-size: .9em;

    /*-- IE9 + SAFARI--*/
    display: box;
    box-align:center;
    box-pack:center;

    /*-- IE 10 SPEC ---*/
    display:-ms-flexbox;
    -ms-flex-pack:justify;
    -ms-flex-align:justify;

    /*--- Current SPEC --*/
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
/*--- FOOTER TEXT STYLES ---*/
#footer, #footer a {
    color: #fff;
}
/*--- FOOTER TEXT HOVER STYLES ---*/
#footerLeft a:hover, #footerRight a:hover {
    color: #666;
}
#footerLeft {
    width: 50%;
    float: left;
}
#footerLeft li {
    display: inline-block;
    list-style: none;
    float: left;
}
#footer a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 5px;
}
#footerToTop {
    display: none;
}
#footerRight {
    float: right;
    -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
            flex-basis: 220px;
    text-align: right;
}
#footerRight a {
    padding: 0px;
}
#credCopyright {
    margin: 3px 0px 5px;
    text-align: right;
}
.fullWebsite {
    display: none;
}
/*----------------------------------------------*/
/*--------------- TO TOP BUTTON ----------------*/
/*----------------------------------------------*/

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    width:51px;
    height:51px;
    border:none;
    text-indent:-999px;
    background:url(ui.totop.png) no-repeat left top;
}

#toTopHover {
    background:url(ui.totop.png) no-repeat left -51px;
    width:51px;
    height:51px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline:none;
}

/*
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    border:none;
width:30px;
height:30px;
    text-indent:-999px;
}


#toTopHover {
    width:51px;
    height:51px;
    display:block;
    overflow:hidden;
    float:left;
position:relative;
    -moz-opacity: 0;
}

#toTop:before {
                content: "\f106";
                font-family: 'FontAwesome';
font-size:2em;
text-indent:0px;
text-align:Center;
color:#fff;
z-index:999;
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,.9);
-moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: center;
   justify-content: center;
      -webkit-align-items: center;
   align-items: center;
}


#toTop:hover:before{
background:rgba(0,0,0,.5);
}

#toTop:active, #toTop:focus {
    outline:none;
}
*/

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/

#enquiry {
    width: auto;
    background: #f1f1f1;
    /*border: 1px solid #ccc;*/
    float: right;
    padding: 10px;
    width: 400px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.enqHeader {
    background: rgb(29, 37, 86);
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.enqRow {
    width: 100%;
    overflow: hidden;
    margin: 4px 0;
}
.enqLeft {
    padding: 0 5px;
    float: left;
    width: 30%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.enqRight {
    width: 70%;
    float: left;
}
#enquiry input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    font: .9em Arial, Helvetica, Verdana, sans-serif;
    font-size:.9em;
    border-radius: 3px;
    margin-bottom:5px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#enquiry textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    font: .9em Arial, Helvetica, Verdana, sans-serif;
    font-size:.9em;
    height: 80px;
    border-radius: 3px;
    margin-bottom:5px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#enquiry input[type="radio"] {
    width: 10%;
}
#enquiry input[type="checkbox"] {
    width: 10%;
}
#enquiry select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    font: .9em Arial, Helvetica, Verdana, sans-serif;
    font-size:.9em;
    border-radius: 3px;
    margin-bottom:5px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.enqRow .submit {
    float: right;
}

#enquiry .button {
    -webkit-appearance: none;
    background: rgb(29, 37, 86);
    color:#fff;
    border:none;
    border-radius: 3px;
    cursor:pointer;
}

#enquiry .button:hover {
    background: #121840;
    color:#fff;
}
/*----------------------------------------------*/
/*-------------- SHOPPING CART -----------------*/
/*----------------------------------------------*/

#contentShop .contentImgRow {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-box-lines: multiple;
    display: -webkit-flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: box;
    box-pack: start;
    box-lines: multiple;
    display: -ms-flex-box;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    width: 100%;
}
/*------- CART ITEMS ----------*/

.Shop-Item {
    width: 23%;
    overflow: hidden;
    background: #fff;
    margin: 0 .8% 10px;
    border: 1px solid #ccc;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}
.sidebar .Shop-Item {
    width: 100%;
}
#cartItem .sidebar {
    display:none;
}
.Shop-Item a {
    text-decoration: none!important;
}
.Shop-Thumb {
    width: 90%;
    margin: 10px 5%;
    height: 0;
    padding-bottom: 90%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.Shop-Thumb img {
    z-index: 1;
    max-width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    padding: 0;
}
.Shop-Item:hover .Shop-Thumb-Hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: .3s;
    -webkit-transform: .3s;
    -ms-transform: .3s;
    -o-transform: .3s;
    -moz-transform: .3s;
}
.Shop-Thumb-Text {
    text-align: center;
    min-height: 30px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.Shop-Save {
    color: red;
    text-decoration: line-through;
    float: left;
    margin-left: 18px;
    margin-top: 2px;
    text-align: center;
}
.Shop-Price {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 10px;
}
.Shop-Icons {
    width: 90%;
    overflow: hidden;
    display: block;
    margin: 5px 5% 10px;
    text-align: center;
}
.Shop-AddBtns {
    width: 48%;
    float: left;
    margin: 0 1%;
    font-size: .8em;
    padding: 3px 0;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #FDFDFD;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.Shop-Buy {
    color: green;
}
.Shop-Thumb-Hover {
    position: absolute;
    background: rgba(0,0,0,.6);
    border-radius: 15px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 2px 0px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,.5);
    width: 60px;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    margin-top: 80px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.Shop-Thumb-Sale {
    z-index: 8;
    width: 50%;
    height: 80px;
    padding: 0px;
    background: url(Shop-Thumb-Sale.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* ----------------------------------------- */
/* ----------- VIEW CART BUTTON ------------ */
/* ----------------------------------------- */
#viewCart {
    position: absolute;
    top: 0;
    right: 295px;

    height: auto;
    margin-right: 0px;
    width: 100px;
    text-align: right;
    z-index: 9999;
    border-left:1px solid #e5e5e5;
}

#viewCart:before {
    content:  "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: rgb(29, 37, 86);
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    left: 10px;
    cursor:pointer;
}
#viewCart:hover:before {
    color: #fff;
}
#viewCart:hover #viewCartBtn  {
    color: #fff !important;
}

/*#viewCart span {
    display: inline;
    padding: 7px 5px 5px 15px;
    float: left;
}
*/
#viewCartBtn {
    color: #666;
    display: inline-block;
    width: 75px;
    text-align: right;
    cursor: pointer;
    border: none;
    vertical-align: text-top;
    padding: 7px 10px 8px 10px;
    background: none;
    font:12px open sans;
}
#viewCart:hover {
    color: #fff !important;
    background: rgb(29, 37, 86);
}
#viewCartBtn:hover {
    color: #fff !important;
    background: rgb(29, 37, 86);
}
/*----------------------------------------------*/
/*------------- CART ITEM PAGE -----------------*/
/*----------------------------------------------*/


.Product-Image-Large {
    background: none repeat scroll 0 0 #F1F1F1;
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    display: inline-block;
    position: relative;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.Product-Image-Large div {
    width: 100%;
    height: 0;
    padding-bottom: 104%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.Product-Image-Large img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    vertical-align: top;
    max-width: 100%;
}
.Product-Images {
    width: 37.5%;
    padding: 10px 10px 10px 0;
    float: left;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.Product-Heading {
    width: 100%;
    border-bottom: 1px solid #aaa;
    font-size: 1.8em;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.Product-Info {
    width: 62.5%;
    padding: 10px 0 10px 10px;
    float: right;
    text-align: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.Product-Price {
    font-size: 1.8em;
    margin: 5px 0 10px;
}
.Product-Sale {
    font-size: 1.5em;
    color: red;
    text-decoration: line-through;
}
.Product-Item-Code {
    font-size: 1em;
    margin-top: 10px;
}
.Product-Option-List-Holder {
    margin: 20px 0px 0px;
    height: auto;
    font-size: .85em;
}
.Product-Option-List-Heading {
    display: inline;
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 10px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.Product-Option-List-Holder select {
    width: 50%;
    font-size: 1em;
    height: auto;
    padding: 1%;
    float: right;
    border-radius: 2px;
    border: 1px solid #bbb;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.Product-Option-List-Holder input {
    width: 50%!important;
    font-size: 1em;
    float: right;
    height: auto;
    padding: 1%;
    border: 1px solid #bbb;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}
#Short-Description-Holder {
    overflow: auto;
    margin: 0 0 15px;
}
.Short-Description {
    width: 100%;
    text-align: justify;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0px 0px;
    padding: 10px;
    float: right;
    overflow: auto;
    line-height: 1.4em;
    word-wrap: break-word;
}
.Product-Option-List1, .Product-Option-List2, .Product-Option-List3, .Product-Option-List4 {
    margin: 1% 0;
    overflow: hidden;
}
#Item-Print {
    float: right;
}
.Product-Image-Thumbs {
    width: 100%;
    margin-top: 2px;
    overflow: hidden;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: start;
    display: -webkit-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -webkit-align-items: center;
    display: -ms-flexbox;
    -ms-box-pack: justify;
    -ms-box-align: center;
}
.Product-Image-Thumbs ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: start;
    display: -webkit-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -webkit-align-items: center;
}
.Product-Image-Thumbs li {
    width: 24%;
    position: relative;
    list-style: none;
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer;
}
.Product-Image-Thumbs a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.Product-Image-Thumbs li:hover a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    content: "";
    z-index: 1000;
}
.Product-Image-Thumbs div {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.Product-Image-Thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.Product-Description {
    width: 100%;
    float: left;
    line-height: 1.4em;
    border-top: 1px solid #aaa;
    margin-top: 20px;
    padding-top: 15px;
    word-wrap: break-word;
    overflow: hidden;
}
.Product-Purchase {
    width: 100%;
    overflow: hidden;
}
.Product-Purchase-Btn {
    width: 100%;
    float: right;
    margin-top: 5px;
}
.Item-Btn {
    width: 45%;
    min-width: 140px;
    margin: 1% 0% 1% 2%;
    padding: 4px 0;
    float: right;
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    background: #FDFDFD;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: none;
}
.Item-Btn:hover {
    background: #bbb;
}
.outOfStock {
    color: #fff;
    line-height: 1.5em;
    width: 45%;
    min-width: 140px;
    margin: 1% 0% 1% 2%;
    padding: 4px 0;
    float: right;
    border: 1px solid #ccc;
    display: block;
    background: #990000;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    font-family: inherit;
}
/*----------------------------------------------*/
/*------------- VIEW CART PAGE -----------------*/
/*----------------------------------------------*/


.CartHeading {
    font-size: 2em;
    margin: 20px 0;
}
.CartSpace {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    margin-top: 20px;
}
#Checkout-Titles {
    background: #fff;
    border: 1px solid #CCCCCC;
    font-size: 1.1em;
    height: auto;
    overflow: auto;
    margin: 10px 0px;
    padding: 10px 10px;
    width: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.checkout-title-item {
    float: left;
    width: 10%;
}
.checkout-title-description {
    float: left;
    width: 45%;
}
.checkout-title-price {
    float: left;
    width: 9%;
}
.checkout-title-quantity {
    float: left;
    width: 21%;
}
.Quantity input {
    -webkit-appearance: none;
    border-radius: none;
}
.checkout-title-total {
    float: left;
    text-align: right;
    width: 15%;
}
.Shop-Thumb-Hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #FFFFFF;
    font-size: 12px;
    left: 50%;
    margin-left: -40px;
    margin-top: 80px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    width: 60px;
}
.Checkout-Item-Row {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: start;
    display: -webkit-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-justify-content: space-between;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-align: stretch;
    width: 100%;
    margin: 5px 0px;
}
.checkout-item-holder {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-size: 14px;
    min-height: 60px;
    height: auto;
    overflow: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px 10px;
    width: 89%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -webkit-align-items: center;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
}
.checkout-description {
    float: left;
    width: 50%;
}
.checkout-price {
    float: left;
    padding-top: 3px;
    width: 10%;
}
.checkout-quantity {
    float: left;
    width: 30%;
}
.checkout-total {
    width: 10%;
    float: left;
    text-align: right;
}
.View-Cart-Quantity-Number {
    margin: 0 5px 0 0;
}
.UpdateQuantity {
    float: left;
    margin-right: 5px;
    background: #222;
    border-radius: 3px;
    padding: 3px 5px;
    width: 110px;
    height: 26px;
    text-align: center;
    color: #fff;
    border: 1px solid #111;
    font-size: .7em;
    text-transform: uppercase;
    -webkit-appearance: none;
    font-family: inherit;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.RemoveQuantity {
    float: left;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
    background: #9C0E0D;
    width: 27px;
    height: 26px;
    text-align: center;
    color: #fff;
    border: 1px solid #800A09;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: inherit;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.cartQuantity {
    border: 1px solid #C1C1C1;
    float: left;
    font-size: 12px;
    height: 22px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 50px;
    border-radius: 3px;
}
.checkout-item {
    float: left;
    width: 9%;
}
.View-Cart-Thumb {
    border-radius: 3px;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    background: #fff;
}
.View-Cart-Thumb img {
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -webkit-flex-grow: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.EmptyCart {
    background: #fff;
    color: #333333;
    font-size: 14px;
    margin: 10px 0px;
    border-radius: 5px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
#ViewCartSubTotal {
    background: #DDDDDD;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    float: right;
    font-size: 1em;
    margin: 10px 0px 5px;
    padding: 10px 20px;
    width: 300px;
    line-height: 1.8em;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.View-Cart-Sub {
    display: inline;
    float: left;
}
.View-Cart-Sub2 {
    display: inline;
    float: right;
}
.TotalRow {
    background: #393939;
    border: 1px solid #222;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 1.3em;
    margin: 0px 0px 20px;
    padding: 15px 20px;
    width: 300px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.Total {
    float: left;
}
.Total2 {
    float: right;
}
.CheckoutBelow {
    background: #bbb;
    border: 1px solid #999;
    border-radius: 3px;
    height: auto;
    overflow: auto;
    margin-top: 10px;
    width: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#ResumeShopping {
    cursor: pointer;
    display: block;
    float: left;
    margin: 15px;
}
.ResumeShopBtn {
    background: #393939;
    border-radius: 3px;
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #111;
    text-tranform: uppercase;
    font-family: inherit;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.ResumeShopBtn:hover {
    background: #555;
}
.ProceedCheckoutBtn {
    background: #393939;
    border-radius: 3px;
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #111;
    font-family: inherit;
    text-tranform: uppercase;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.ProceedCheckoutBtn:hover {
    background: #555;
}
#ProceedCheckout {
    cursor: pointer;
    display: block;
    float: right;
    margin: 15px;
}
.MobTitle {
    display: none;
}
/* --------------------------------------------- */
/* ------------  SIMILAR PRODUCTS -------------- */
/* --------------------------------------------- */

#Similar {
    color: #222222;
    font-size: 14px;
    width: 100%;
}
#Similar a:hover {
    opacit: 0.9;
}
#SimilarTitle {
    margin: 0 0 10px 0px;
    font-size: 28px;
    color: #222;
}
#Similar .thumb {
    border-radius: 2px;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-height: 170px;
    max-width: 170px;
}
#Similar img {
    height: auto;
    max-height: 170px;
    max-width: 170px;
    width: auto;
}
#Similar .prod0, #Similar .prod1, #Similar .prod2, #Similar .prod3, #Similar .prod4, #Similar .prod5, #Similar .prod6, #Similar .prod7, #Similar .prod8, #Similar .prod9, #Similar .prod10, #Similar .prod11, #Similar .prod12 {
    width: 22%;
    height: auto;
    float: left;
    margin: 1%;
    padding: 0px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #bbb;
    overflow: hidden;
}
#Similar .description {
    background: #bbb;
    font-size: 12px;
    text-align: center;
    color: #222;
    padding: 8px 5px;
}
/* ------------------------------------------ */
/* ------------  CHECKOUT PAGE -------------- */
/* ------------------------------------------ */

.CheckoutSectionHeader {
    font-size: 1.8em;
    border-bottom: 1px solid #c0c0c0;
    padding: 15px 20px;
    width: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#Checkout-Basket {
    width: 100%;
    margin: 10px auto;
}
.Checkout-Number {
    background: none repeat scroll 0 0 #383838;
    border: 1px solid #222222;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 15px;
    padding: 5px;
    width: 15px;
    text-align: center;
    float: left;
    margin-right: 20px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: start;
    display: -webkit-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-align-items: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}
#SubTotal {
    background: none;
    width: 260px;
    margin: auto;
    color: #333;
    padding: 10px;
    font-size: 16px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}
.View-Cart-Sub {
    display: inline;
    float: left;
}
.View-Cart-Sub2 {
    display: inline;
    float: right
}
.View-Cart-Delivery {
    display: inline;
    float: left;
    margin-top: 5px;
}
.View-Cart-Delivery2 {
    display: inline;
    float: right
}
.Discount {
    float: left;
    display: inline;
}
.DiscountAmount {
    float: right;
    display: inline;
}
.DiscountNotValid {
    background: #b61313;
    border: 1px solid #305D08;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    margin: 5px auto;
    padding: 5px;
    width: 530px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.DiscountValid {
    background: #478610;
    border: 1px solid #305D08;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    margin: 5px auto;
    padding: 5px;
    width: 530px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#Checkout-Discount, #Checkout-Shipping, #Checkout-Additional {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 20px auto;
    padding: 20px 0px;
    text-align: center;
    font-size: 1.1em;
    color: #555;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#Checkout-Review {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    font-size: 1.1em;
    color: #555;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.Checkout-Review-Message {
    padding: 10px 20px 20px;
    border-bottom: 1px dotted #bbb;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#Checkout-Review-Summary {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: start;
    display: -webkit-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -webkit-align-items: center;
    display: -ms-flexbox;
    -ms-box-pack: justify;
    -ms-box-align: center;
}
#Checkout-Discount input {
    width: 300px;
    border: 1px solid #bbb;
    border-radius: 3px;
    height: 30px;
    margin: 3px 5px;
    float: none;
    display: inline-block;
}
#Checkout-Shipping input {
    width: 300px;
    border: 1px solid #bbb;
    border-radius: 3px;
    height: 30px;
    margin: 3px 20px;
    float: none;
    display: inline-block;
}
.CheckoutSectionHeader .resume {
    float: right;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
}
#Checkout-Review .left {
    float: left;
    width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#Checkout-Review .left span {
    float: left;
    width: auto;
    text-align: left;
    margin: 5px 10px;
}
#Checkout-Review .left .ReviewQuestion {
    min-width: 20%;
    color: #888;
}
#Checkout-Review .right {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: start;
    display: -webkit-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -webkit-align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    height: auto;
    padding: 20px;
    background: #f1f1f1;
    border-radius: 5px;
    margin: 20px 0px 5px;
    border: 1px solid #ddd;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#Checkout-Review .buy {
    background: #fff url(PP-logo.png) no-repeat center 15px;
    border: 1px solid #bbb;
    border-radius: 5px;
    width: 260px;
    height: 40px;
    text-align: center;
    padding: 75px 10px 0px;
    margin: 0px auto;
}
.View-Cart-Sub {
    display: inline;
    float: left;
}
.View-Cart-Sub2 {
    display: inline;
    float: right;
}
.View-Cart-Delivery-Price {
    display: inline;
    float: left;
}
.View-Cart-Delivery-Price2 {
    display: inline;
    float: right;
}
.View-Cart-Discount-Price {
    display: inline;
    float: left;
}
.View-Cart-Discount-Price2 {
    display: inline;
    float: right;
}
#ViewCartTotal {
    float: none;
    width: 260px;
    background: none;
    color: #333;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px auto 20px;
}
.EmailSubmitOrder {
    background: #393939;
    border: 1px solid #111111;
    border-radius: 20px !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    color: #FFFFFF;
    font-size: 13px;
    height: auto;
    margin: 10px auto;
    padding: 7px 10px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    width: 200px;
    display: block;
}
.total-text {
    display: inline;
    float: left;
}
.total-price {
    display: inline;
    float: right;
}
.ApplyDiscount {
    margin: 10px 0px;
    background: #383838;
    border: 1px solid #111 !important;
    padding: 5px;
    border: none;
    display: block;
    float: none;
    color: #fff;
    font-size: 14px;
    width: 100px !important;
    height: 35px !important;
    -webkit-appearance: none;
}
/*------------- SHIPPING -----------------*/
#Checkout-Shipping select {
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    float: none;
    font-size: 16px;
    height: 30px;
    margin: 3px 20px;
    padding: 3px;
    width: 300px;
}
/*------------- ADDITIONAL INFO -----------------*/
#Checkout-Additional span {
    display: inline-block;
    padding: 0 5px;
    text-align: right;
    width: 220px;
}
#Checkout-Additional input {
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    display: inline-block;
    float: none;
    height: 30px;
    margin: 3px 20px;
    width: 300px;
}
#Checkout-Discount .Checkout-ContinueBTN, #Checkout-Shipping .Checkout-ContinueBTN, #Checkout-Additional .Checkout-ContinueBTN {
    background: #393939;
    padding: 7px 10px;
    height: auto;
    width: 200px;
    text-align: center;
    color: #fff;
    border: 1px solid #111;
    margin: 10px auto;
    -webkit-appearance: none;
}

/*--------------------------------------------------*/
/*------------- OVERRIDE CART STYLES ---------------*/
/*--------------------------------------------------*/

.CartHeading, .Product-Heading, .CheckoutSectionHeader {
    color:rgb(38, 36, 93);
    font-weight:700;
}


/*-----------------------------------------------*/
/*------------- IPAD PORTRAIT FIX ---------------*/
/*-----------------------------------------------*/

@media all and (max-width: 900px) and (min-width: 600px) {



}
