
/*
	Copyright (c) 2016, Avetti.com All rights reserved.
*/

/***********************************************************\
 Core HTML Elements
\***********************************************************/
/*@import '../store/20170501121/assets/themes/theme1_en/fonts/ocadg/ocadg_fonts.css';*/

#pageLoadIcon {
  color: black;
  background-color: white;
  font-size: 18px;
  text-align: center;
  margin-top: 20%;
}

body {
  min-width: 1024px;
  font-size: 14px;
  font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #4d4d4d;
}

h1, h2, h3, h4, h5, h6, .tagLineText, .itemTitle, ul.main-menu a, div.name a, div.catSeparator p, div.catInfoBox a {
  font-weight: 700;
  line-height: 1.2em;
  /* font-family: "Raleway", "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tagLineText {
  line-height: 1.5em;
}

h1 {
  font-size: 2.2em;
}

h1.searchNoHead {
  font-size: 1.5em;
}

h2 {
  font-size: 1.8em;
}

#adv-search h2.categoryTitle {
  font-size: 1.3em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.33em;
}

h5 {
  font-size: 1.17em;
}

h6 {
  font-size: 1.08em;
}

a { 
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt, dl dd {
  line-height: 1.5em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
strong {
  font-style: inherit;
  /*! font-weight: bold; */
  line-height: inherit;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}

address {
  display: block;
  line-height: 1.1em;
  margin-bottom: 18px;
}

caption {
  color: #595959;
}

.margin-5 {
  /* margin:5px; */
}
.padding-10 {
  padding:10px;
}
.margin-t20 {
  margin-top:20px;
}
.margin-b20 {
  margin-bottom:20px;
}
.padding-b5 {
  padding-bottom:5px;
}
.margin-l5 {
  margin-left:5px;
}
.padding-b15 {
  padding-bottom:15px;
}
.padding-t7 {
  padding-top:7px;
}
.padding-lr10 {
  padding-left:10px;
  padding-right:10px;
}
.padding-l10 {
  padding-left:10px;
}
/* End Core HTML Elements /////////////////////////////////////////////////////*/

#bd, .scrollHead, .new-footer, #top-bar, #hd {
  display: none;
}


#top-bar .topBarContain, 
.ac-skin .logo-menu, 
.ac-skin .search-bar,
.new-footer .columns,
#popSearchContain {
  display: block;
}

#bd, #hd, 
#top-bar .topBarContain, 
.ac-skin .logo-menu, 
.ac-skin .search-bar,
.new-footer .columns,
#popSearchContain {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.ac-skin .logo-menu {
  /*! width: 250px; */
  /*! float: left; */
  /*! margin-top: 7px; */
  padding: 0px;
}

#bd {
  padding-bottom: 75px;
  padding-left: 0px;
  padding-right: 0px;
}

#first-login #bd {
  padding: 30px;
}

#category #bd > div > .col-md-12 {
  padding: 0px;
}

/*#home #bd {
  min-height: 1300px !important;
}*/

#register #shippingInfo .f-row, #register .inner-socket.customerInfo .f-row, #checkoutCustInfo .f-row {
  margin-bottom: 25px;
}

#checkoutCustInfo .shipped-to .f-row {
  margin-bottom: 0px;
}

#register .inner-socket.customerInfo .f-row.registerPassword {
  margin-bottom: 10px;
}

#register #shippingInfo .f-row label, #register .inner-socket.customerInfo .f-row label {
  /*! font-size: 1.2em; */
}

#register .f-row.newsletter label {
  margin-bottom: 4px;
  margin-left: 10px;
}

#register .f-row .info_needed {
  margin-top: 10px;
}

.subtotal input {
  text-transform: capitalize;
}

.facetOverflow {
  height: 190px;
  overflow: auto;
}

.alsoPurchasedImage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.alsoPurchasedTitle a {
  font-size: 1.4em;
  text-align: center;
  display: block;
}

.others-also-purchased, inner-socket.margin-t20, .item-secondary .inner-socket {
  margin-bottom: 50px;
}

.product-image-zoom {
  /*! box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  /*! transition: all 0.5s ease 0s; */
}

.product-image-zoom:hover {
  /*! box-shadow: 0 22px 22px 0 rgba(0, 0, 0, 0.2), 0 20px 28px 0 rgba(0, 0, 0, 0.2); */
}

.creditCardForm {
  border: 1px solid lightgrey;
  padding: 20px;
  border-radius: 5px;
}

.creditCardForm .col-md-12, .creditCardForm .col-md-4 {
  margin-bottom: 15px;
}

.advanceSearchLink {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
  /*! display: block; */
  background-color: #000000;
}

.advanceSearchLink:hover, .advanceSearchLink:focus {
  color: #FFFFFF !important;
}

.advanceSearchLink:visited {
  color: #FFFFFF;
}

body.font18 .advanceSearchLink {
  padding: 15px;
}

.noSubscriptions {
  background-color: #FFFFFF;
  padding: 40px 0px;
  font-size: 1.4em;
}

.noSubscriptions p {
  margin-bottom: 0px;
}

@media screen and (min-width: 767px) {
    #mobile-search, #mobile-lang, #mobile-currency {
    display: none !important;
    }
	.manageCustomersMobile{
		display:none;
	}
	.manageCustomersDesktop{
	display:table;
	font-size:12px;
	}
}

#top-bar {
  width: 100%;
  padding:2px 0;
  line-height: 2em;
  text-align: right;
  z-index: 200;
  height: 69px;
}

#top-bar div img {
  max-height: 43px;
  margin: 10px;
}

#top-bar div {
    /*! display: inline; */
}

.cookieMessage {
  display: block;
  background-color: #f0f0f0;
  padding: 5px;
}

.cookieMessage .cookieMessageText {
  float: left;
}

.cookieMessage .cookieMessageBtn {
  float: right;
}

.cookieMessage p {
  color: #000000;
  text-align: left;
  padding-left: 15px;
  margin-top: 8px;
}

#top-bar a {
    margin:0 4px;
    text-decoration: none;
    cursor: pointer;
}

#top-bar {
  margin: 0px;
  line-height: 65px;
  font-size: 1.1em;
}

#top-bar a {
  margin-left: 30px;
}

#headerLoggedIn a {
  margin-right: 0px;
  /*! line-height: 60px; */
}

#top-bar a img {
  max-height: 1.3em;
  margin: 0px;
  margin-top: -2px;
}

#top-bar a.myAcctDropDown {
  margin-left: 0px;
  color: #0071a9;
}

#top-bar #basket-amount {
  background-color: #0071a9;
  padding: 0px 3px;
  text-align: center;
  font-size: 0.8em;
  position: relative;
  top: -15px;
  left: -10px;
}

#top-bar .glyphicon.glyphicon-shopping-cart {
  font-size: 1.2em;
  margin-left: 5px;
}

#top-bar a.contrastLink {
  font-size: 2em;
  margin-left: 30px;
}

#top-bar a.decreaseFont {
  margin-left: 30px;
  font-size: 1.3em;
}

#top-bar a.increaseFont {
  font-size: 1.8em;
}

#top-bar a.languageToggle {

}

#top-bar a:hover {
  text-decoration: underline;
}
#top-bar #welcome-data {
/*! display: inline; */
/*! margin-right: 10px; */
}
#top-bar #skype-button {
height: 20px;
width: 20px;
background: url(../images/skype-top.png);
background: -webkit-image-set( url(../images/skype-top.png) 1x,
 url(../images/skype-top-2x.png) 2x);
display: inline-block;
text-indent: 9999px;
margin-bottom: -5px;
overflow: hidden;
}

#mobile-header {
display: none;
}
.color-swatch:hover {
-webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    -o-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
width: 30px !important;
height: 30px !important;
}
.color-swatch {
border-radius: 5px;
}
.color-swatch.selected {
width: 30px !important;
height: 30px !important;
}

.mobileLogo {
  display: none;
}

/***********************************************************\
 Structural main elements
\***********************************************************/

#hd{
    position: relative;
}

#hd.searchesActive {
    height: 90px;
}

.ac-skin .categoryTitle {
  font-weight: bold !important;
  font-size: 2rem;
}

.ac-skin .categoryTitle .title {
    /*! padding: 10px; */
    /* margin-left: 15px; */
}

.ac-skin .categoryTitle.active .title {
  padding-right: 30px;
}

.ac-skin .categoryTitle .title .glyphicon {
  color: #750D0E;
  font-size: 17px;
}

.ac-skin .categoryTitle.active .title a:active, .ac-skin .categoryTitle.active .title a:focus,
.ac-skin .categoryTitle.active .title a:hover {
  color: #000000;
  text-decoration: none;
}

h1.categoryTitle {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2.6em;
}

h3.searchNoHead {
  margin-top: 0px;
}

.ac-skin .lang-switch {
  float:right;
}

.ac-skin .logo-menu .logo {
  margin-top: 0px;
  display: block;
  text-align: left;
  /*! margin-left: 10px; */
  margin-top: 29px;
}

.ac-skin #hd.searchesActive .logo-menu .logo a p.tagLineText {
  color: #000000;
  font-weight: bold;
  font-size: 2em;
  /*! line-height: 44px; */
  margin:0px;
  margin-left: 15px;
}

.ac-skin #hd.searchesActive .cartBox {
  /*! top: 20px; */
}

#popSearchContain {
  display: block;
  margin-top: -20px;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.ac-skin .logo-menu .logo a {
  text-decoration: none;
  display: block;
}

.top-search-form table {
  margin-left: 65px;
  border: 5px solid #000000;
}

.cartBox p {
  line-height: 90px;
  margin:0px;
}

.cartBox p a {
  display: block;
  text-align: right;
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
}

.cartBox p a:hover {
  text-decoration: none;
}

#mobile-header .cartBox {
  margin-top: 0px;
  float: right;
  top: 0px;
}

#mobile-header .optionsMenuBtn {
  float: right;
  padding-top: 2px;
  margin-right: 10px;
  margin-left: 5px;
}

.ac-skin .top-search-form table td {
  border: none;
}

.ac-skin .quick-links {
  width: 100%;
  text-align: right;
  margin-top:-10px;
}
.ac-skin .quick-links .lang-switch li {
  margin:0;
  vertical-align:middle;
}

.ac-skin .quick-links li {
  display: inline-block;
  margin-left: 15px;
}
.ac-skin .quick-links li img {
  vertical-align: middle;
}

.ac-skin .search-bar { 
  background-color: #DADADA;
  position: relative;
}

.ac-skin .search-bar .main-menu {
  margin-bottom: 0px;
  padding-left: 0px;
  margin-left: 15px;
}

.ac-skin#first-login .search-bar .main-menu {
  display: none;
}

.ac-skin .search-bar .main-menu li { 
  display:block;
  float:left;
}

.ac-skin .search-bar .main-menu li#megaNav {
  border-left: none;
}
.ac-skin .search-bar .main-menu li a {
  text-decoration:none;
  font-size:1em;
  font-weight:bold;
  letter-spacing:normal;
  word-spacing:normal;
  display:block;
  height:52px;
  line-height:52px;
  /*! padding:0 14px; */
}

#home.ac-skin .search-bar .main-menu li:first-of-type a {
  cursor: default;
}

#home.ac-skin .search-bar .main-menu li:first-of-type a:hover {
  color: #000000;
}

.ac-skin .search-bar .main-menu li.myAccountLink p {
  margin: 0px;
  padding: 2px;
}

.ac-skin .search-bar .main-menu li.myAccountLink {
  padding-right: 15px;
  margin-top: 1px;
}

.ac-skin .search-bar .main-menu li.myAccountLink a {
  height: auto;
  line-height: 1em;
  font-size: 1em;
  padding: 0px;
}

.ac-skin#home .search-bar .main-menu li.myAccountLink a .glyphicon {
  top: 2px !important;
}

.ac-skin .search-bar .main-menu li .navImg a {
  display: inline;
}

.ac-skin .search-bar .main-menu li a:hover {
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#096eba', endColorstr='#3596e0', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.ac-skin .site-search {
  float:right;
  padding:0 15px 0 0;
  display: none;
}

.ac-skin #hd .top-search-form input[type="text"] {
  width: 100%;
  /*! padding:4px; */
  height: 38px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border:none;
  background-position: 10px;
  padding-left: 15px;
  line-height: 38px;
}

.searchBlock .searchLabel, .searchBlock .advancedSearchBox {
    background-color: #000000;
  display: block;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}

.searchBlock .advancedSearchBox {
  font-size: 0.9em;
}

.searchBlock {
  border: 3px solid #000000;
}

#first-login .searchBlock {
  display: none;
}

.searchBlock .col-sm-3,
.searchBlock .col-sm-1, 
.searchBlock .col-sm-2, 
.searchBlock .col-sm-6 {
  padding: 0px;
}

.searchBlock {
  background-color: #000000;
}

.searchSubmit, .searchBox {
  background-color: #FFFFFF;
}

.searchSubmit button {
  float: right;
}

.ac-skin .site-options {
  vertical-align:middle;
}

.ac-skin #hd .top-search-form {
  margin-top: 20px;
  margin-bottom:20px;
}

.ac-skin #hd .top-search-form p {
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: bold;
}

.ac-skin #hd .top-search-form td {
  vertical-align:top;
  padding:0;
  border:none;
}

.ac-skin #hd .top-search-form td:last-of-type {
  background-color: #000000;
}

.ac-skin #hd .top-search-form table .category-select {
  position: relative;
  height: 38px;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fe2f4', endColorstr='#4ac2ea', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border-bottom: 1px solid;
}

.ac-skin #hd .top-search-form table .category-select .label {
  display:block;
  height:38px;
  line-height:38px;
  padding:0 20px 0 10px;
  text-decoration:none;
  font-size: 1em;
  text-align: left;
  cursor: default;
}

.ac-skin #hd .top-search-form .category-select ul {
  position:absolute;
  top:38px;
  left:0;
  border-top: none;
  z-index:1;
  padding-left: 0px;
  border:1px solid;
}

.ac-skin #hd .top-search-form .category-select ul li {
  display:block;
  cursor:pointer;
  padding:5px 8px;
  line-height:normal;
  height:auto;
  white-space:nowrap;
}

.ac-skin #hd .top-search-form .category-select ul li.last {
  border:none;
}
.ac-skin #hd .top-search-form .category-select ul li.selected {
  display:none;
}

.ac-skin #hd .top-search-form .submit {
  border-radius: 0px;
  background-image: none;
  height: 38px;
  display:block;
  padding:0 8px;
  line-height:38px;
  font-weight:bold;
  text-decoration:none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fe2f4', endColorstr='#4ac2ea', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-appearance: none;
  -webkit-border-radius:0;
  border: none;
  border-radius:0;
  width: 50px;
  font-size: 20px;
  margin-bottom: 0px;
}

.ac-skin .downArrow {
  background-position: -70px -580px;
  height: 17px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 17px;
  z-index: 10;
}

.ac-skin .navPopup .filter.categories {
  margin-bottom: 0;
}
.ac-skin .flyoutAnchor {
  display: block;
  height: 38px;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
}
.ac-skin .sideNavToggle {
  position: absolute;
}

/* END #hd */

.ac-skin .ft-links {
  margin: 0 auto 15px;;
  width: 776px;
}

.ac-skin .ft-links li {
  padding:5px 0 0 0;
}

/* End #ft */

.ac-skin .clearfix:before, .ac-skin .clearfix:after {
  display: table;
  content: "";
}
.ac-skin .clearfix:after {
  clear: both;
}

.ac-skin .yui-hidden {
  display: none;
}

.ac-skin .yui-nav {
  background-color: #f0f9ff;
  background-image: -moz-linear-gradient(top, #3494E0 0%, #0B6FBD 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3494E0), color-stop(100%, #0B6FBD));
  background-image: -webkit-linear-gradient(top, #3494E0 0%, #0B6FBD 100%);
  background-image: -o-linear-gradient(top, #3494E0 0%, #0B6FBD 100%);
  background-image: -ms-linear-gradient(top, #3494E0 0%, #0B6FBD 100%);
  background-image: linear-gradient(top, #3494E0 0%, #0B6FBD 100%);
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3596e0', endColorstr='#096eba', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  height: 18px;
  color: white;
  list-style-type: none;
  padding-left: 0px;
  height: 42px;
}

.ac-skin#item .yui-nav {
  background-image: none;
  background-color: transparent;
  border-bottom: 3px solid black;
}

.ac-skin#item .yui-nav li {
  border: none;
  margin-right: 4px;
  margin-top: -11px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #000000;
}

.ac-skin#item .yui-nav li a {
  color: #000000; 
}

.ac-skin#item .yui-nav li.selected {
  background-image: none;
  background-color: #000000;

}

.ac-skin#item .yui-nav li.selected a {
  color: #FFFFFF;
}

.yui-nav li {
  border-right: 1px solid;
  border-right-color: #4397d5;
  float: left;
  padding: 10px;
  margin-top: -10px;
}

.yui-nav li:hover {
  cursor: pointer;
}
.yui-nav li a {
  color: #ffffff;
  text-decoration: none;
}

.ac-skin .yui-nav li.selected {
  background-color: #3596e0;
  background: -moz-linear-gradient(top,  #096eba 0%, #3596e0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #096eba), color-stop(100%, #3596e0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #096eba 0%, #3596e0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #096eba 0%, #3596e0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #096eba 0%, #3596e0 100%); /* IE10+ */
  background: linear-gradient(top,  #096eba 0%, #3596e0 100%); /* W3C */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#096eba', endColorstr='#3596e0', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* End Structural main elements /////////////////////////////////////////////////////*/

/***********************************************************\
 CSS Framework Core
\***********************************************************/
/* Page Pagination
 *********************************************/

.ac-skin .pagination {
  display: initial;
  font-size: 93%;
  overflow: hidden;
  width: 100%;
  margin: 10px 0 15px 0;
}

.ac-skin .pagination.bottom {
  clear: both;
}

.ac-skin .pagination .pages {
  display: inline-block;
  margin-left: 15px;
}

.ac-skin .pagination .sort {
  display: inline-block;
  margin-left: 15px;
}

.ac-skin .pagination .sort.vam {
  float: right;
}

.catSortLinks {
  margin-left: auto;
  margin-right: auto;
}

.catSortLinks tr td {
  text-align: center;
  font-size: 1.2em;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}

.catSortLinks tbody tr:first-of-type td { 	
    height: 20px; 			
}

/* Side menus
 *********************************************/

.ac-skin .filter ul.last {
  border-bottom: 0 none;
  padding: 5px 5px 10px 5px;
}

.ac-skin .filter li a {
  display: block;
  padding: 5px;
}
.ac-skin .filter li.first a {
  border-top: 0 solid;
}

.ac-skin .filter select {
  width: 100%;
}

.ac-skin .side-nav .filter .title {
  padding: 10px;
  font-size: 1.1em;
}

.ac-skin .side-nav .filter.refine .title{
	    margin-bottom: 0px !important;
	border-bottom:0px;
}

.ac-skin .side-nav #lineItemAdd .title, .ac-skin #recentItems .title, .ac-skin .cross-sell .title, .ac-skin .news .featured .title, .ac-skin .news .filter.availablePreorder.recentMob .title, .ac-skin .filter.myAcctNav .search.categories, .ac-skin .inner-socket .title, .ac-skin .mobileFacets .filter .title, .checkoutInfoTitle.title, .ac-skin .sideNavCrumbs .title, .topCatItemsThisMonth .title, .title.subTitle2 {
  background-image: none;
  font-size: 1.5em;
  font-weight: bold;
  /* line-height: 1.25em; */
  margin: 0px;
  padding: 15px;
}

.ac-skin .facets-menu-wrapper .filter .title.facet {
  text-transform: capitalize;

}

.ac-skin .inner-socket .title, .checkoutInfoTitle.title,
.ac-skin .sideNavCrumbs .title, .topCatItemsThisMonth .title {
  font-size: 1.5em !important;
}

.ac-skin .inner-socket .title, .checkoutInfoTitle.title, .title.subTitle2 {
  margin-bottom: 20px;
}

.ac-skin .facets-menu-wrapper .filter ul, .ac-skin .facets-menu-wrapper .filter ul li, 
.ac-skin .side-nav #lineItemAdd .filter-content, .ac-skin #recentItems .filter-content, 
.ac-skin .filter.cross-sell .filter-content, .ac-skin .cross-sell .title, .ac-skin .news .featured .filter-content,
.ac-skin .news .filter.availablePreorder.recentMob .filter-content, .ac-skin .filter.myAcctNav ul,
.ac-skin .filter.myAcctNav ul li {
  border: none;
}

.ac-skin .side-nav .filter.cross-sell li, .ac-skin .news .featured .filter-content .listing .actions {
  border: none;
  margin-top: 10px;
}

.ac-skin#home .news .featured .filter-content .listing .actions {
  margin-top: 0px;
}

.ac-skin#home .news .featured .filter-content .listing .actions li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ac-skin .filter .filter-content {
  margin:0 2px;
  border-top:none;
}

.ac-skin .side-nav {
  margin-top: 15px;
  /*! padding-right:10px; */
  padding-left: 15px;
}

.ac-skin .side-nav .title a {
	display: block;
    padding: 5px 5px 0;
    text-decoration: none;
} 

#item .filter.categories ul, .ac-skin .side-nav .filter, .ac-skin .filter {
  font-size: 100%;
  line-height: 1.05em;
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Google Chrome */
  -khtml-border-radius: 2px; /* KHTML */
  border-radius: 2px; /* CSS3 */
}

.ac-skin .side-nav .filter {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  border-bottom: 4px solid #ededed;
}

.ac-skin .side-nav .filter input[type='checkbox'] {
  margin-right: 8px;
  /*! outline: 2px solid red; */
}

.ac-skin .side-nav .filter.myAcctNav {
  background-color: #FFFFFF;
  border-left: none;
  border-right: none;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
}

.ac-skin .side-nav .filter.myAcctNav .title {
  border-bottom: none;
}

.ac-skin .side-nav .filter.myAcctNav li a {
  font-weight: normal;
}

.ac-skin .side-nav .filter.myAcctNav li.active a {
  font-weight: bold;
}

.ac-skin .side-nav .filter.recentDesk .price {
  font-size: 1.5em;
}

.ac-skin .side-nav .filter.categories li {
  border-bottom: 1px solid;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-position: 0 -120px;
  margin: 0;
  position: relative;
  padding: 0;
}

.ac-skin .filter .search.categories { 
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3494e0', endColorstr='#0b6fbd', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);

  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px; /* KHTML */

  display: block;
  line-height: 2.33em;
  position: relative;
  font-size: 1.08em;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 5px 5px 8px;
}

.ac-skin .filter.categories li a, .optionsMenu ul li a {
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.25em;
  margin: 0;
  padding: 0 8px 0 8px;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000 !important;
  border-left: 5px solid #f2f2f2;
  border-right: 5px solid #f2f2f2;
  border-bottom: 1px dotted #000000;
  color: #666;
  padding-top:5px;
  padding-bottom: 5px;
}

.ac-skin .filter.categories li:last-of-type a {
  border-bottom: 5px solid #f2f2f2;
}

.ac-skin .filter ul {
  padding: 0;
  border-top:none;
  border-bottom:none;

  margin:0 0px;
  list-style: none outside none;
  -webkit-border-bottom-right-radius:6px;
  border-bottom-left-radius:6px;
}

.ac-skin#search .filter ul {
  padding-bottom: 5px;  
}

.ac-skin .side-nav .filter li {
  line-height: 1.83em;
  padding-left: 5px;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  padding-top: 3px;
}

.ac-skin .side-nav .filter li label {
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
}

.ac-skin .side-nav .filter li .pull-right {
  padding-right: 20px;
}

.ac-skin .side-nav .filter li.facetReviewsZero label:hover, .ac-skin .side-nav .filter li.facetZero label:hover, 			
.ac-skin .side-nav .filter li.facetReviewsZero:hover, .ac-skin .side-nav .filter li.facetZero:hover {
	color: #7f7f7f; 			
	cursor: default;
}

.ac-skin .side-nav .filter li a {
  font-size: 1em;
  line-height: 2.25em;
  margin: 0;
  padding: 0 0 0 8px;
  text-decoration: none;
}

.ac-skin .news {
  margin-right: -186px;
  width: 186px;
}
.ac-skin .news .filter {
  padding-bottom:0px;
}
.ac-skin .filter.bestSellers {
  padding-bottom:10px;
  margin-bottom:10px;
}
.ac-skin .filter.availablePreorder, .ac-skin .filter.bestSellers {
  margin-top:10px;
}
.ac-skin .filter .preorderItem, .ac-skin .filter.bestSellers .bestSellerItem {
  /*! padding-top:20px; */
  text-align:center;
}

.ac-skin .filter .listing.grid .preorderItem {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ac-skin .filter.availablePreorder .preorderTitle, .ac-skin .filter.bestSellers .bestSellerTitle {
  margin-top:10px;
}
.ac-skin .filter.availablePreorder .preorderTitle {
  margin-top:0;
}
.ac-skin .filter .preorderTitle a, .ac-skin#home .featured .itemTitle a  {
  line-height:1.4em;
  text-decoration:none;
  /*! font-size:1.4em; */
  padding-left: 1px;
    padding-right: 1px;
}

.ac-skin .filter .preorderTitle a {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.ac-skin#home .featured .listing .itemTitle {
  text-align: center;
}

.ac-skin .filter .preorderDate {
  font-size:1.1em;
}

.ac-skin .filter .preorderItem .actions li {
  padding:3px 0 0 0;
}

.ac-skin .filter.availablePreorder .preorderPrice, .ac-skin .filter.bestSellers .bestSellerPrice {
  margin-top:5px;
}
.ac-skin .filter.availablePreorder .preorderDate {
  font-size:0.83em;
  margin-top:5px;
}
.ac-skin .news {
  margin-right: -186px;
  padding-top: 10px;
  width: 186px;
}
.ac-skin .news .filter {
  overflow: hidden;
}
.ac-skin .news .filter ul {
  padding: 0;
}
/* BLOG
*********************************************/

.blog img {
  padding-right: 20px;
}

/* Breadcrumbs navigation
 *********************************************/
.ac-skin .breadcrumbs {
  margin: 15px 0px 15px 0px;
  padding-left: 0px;
  text-align: left;
}
#category.ac-skin .breadcrumbs, #contact-us.ac-skin .breadcrumbs, #search.ac-skin .breadcrumbs {
  margin-top:5px;
}


.ac-skin .breadcrumbs li {
  display:inline-block;
}

.ac-skin .breadcrumbs span {
  padding: 0 5px;
}

.ac-skin .breadcrumbs span.separator {
  padding: 0 5px;
}

/* Item Category Listing
 *********************************************/
.ac-skin .listing {
  margin: 0 14px;
  text-align: left;
  /*! margin-top: 30px; */
}

.ac-skin .item .container {
  /* background: #F0F0F0; */
  /* border-radius: 8px; */
  /* margin-right: 5px; */
  /* margin-bottom: 5px; */
  /*! overflow: hidden; */
  background: none;
  padding: 0px;
  margin: 0px;
  width: auto;
}

.ac-skin .listing.list .col-sm-12.col-sm-3.col-md-3.col-lg-2 {
  width: 100%;
}

.ac-skin .listing.grid .feature-list {
  display: none;
}

.ac-skin .listing.list .item .container .image {
  float: left;
  width: 25%;
  display: block;
  height: auto;
}

.ac-skin .listing.list .item .container .itemText {
  width: 67%;
  float: left;
  display: block;
  margin-left: 3%;
}

.ac-skin .listing .item.preorderItem .container {
  margin-right:0;
}

.ac-skin .listing .item.preorderItem .container .preorderImage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 215px;
  max-height: 215px;
}

.ac-skin .listing .item {
  /*! overflow: hidden; */
}

.ac-skin .listing .item ul {
  float: none;
  margin: 0;
  width: auto;
  padding-left: 0px;
  list-style-type: none;
}

.ac-skin .listing .item li {
  float: none;
  margin: 0;
  width: auto;
}

.ac-skin .listing .item .text {
  margin-bottom: 10px;
}

.ac-skin .listing .item .name, .ac-skin .item .name {
  font-size: 1.25em;
  margin-bottom: 10px;
  /*! text-align:center; */
}

.ac-skin .listing .item .name {
  font-size: 1.1em;
  /*! text-align: center; */
  margin-bottom: 20px;
}

.ac-skin .listing .item .name a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 20px;
}

.ac-skin .listing .item .name a:hover {
  text-decoration: none;
}

.ac-skin .listing .item .image {
  margin: 5px;
  text-align: center;
  position:relative;
  padding:10px;
  overflow: hidden;
}

.ac-skin .listing.grid .item .image {
    height: 330px;
    width: auto;
}

.ac-skin .listing.grid .item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

.ac-skin .listing .actions {
  margin-bottom: 8px;
  /*! padding-top: 15px; */
  /*! border-top: 1px solid; */
  font-size: 1.1em;
}

.ac-skin .listing .item:hover .actions {
  /*! border-top: 2px solid; */
}

.ac-skin .listing .actions p {
  margin-top: 10px;
}

.ac-skin .listing .actions ul {
  margin: 0;
  float: none;
  padding-left: 0px;
  list-style-type: none;
}

.ac-skin .listing .actions li {
  list-style: none;
}

.ac-skin .item .feature-list {
  float: none;
  margin: auto;
  /*! padding-bottom: 8px; */
  /*! border-bottom: 1px solid; */
}

.ac-skin .item:hover .feature-list {
  /*! border-bottom: 2px solid; */
  /*! font-size: 1.1em; */
}

.ac-skin .price {
  padding-bottom: 3px;
  float: none;
  margin: 0;
}

.ac-skin#home .featured .price {
  text-align: center;
}

.ac-skin .list-price em {
  text-decoration: line-through;
}

.ac-skin .no-price {
  /*! font-weight: bold; */
  /*! font-size: 1.3em; */
}

.ac-skin .price .currency {
  /*! font-weight: bold; */
  padding-right: 0;
}

.ac-skin .price .decimal {
  /*! font-weight: bold; */
}

.ac-skin .you-save {
  font-size: 100%;
  padding-bottom: 3px;
  text-transform: capitalize;
  float: none;
  width: auto;
  margin: 0;
}

.ac-skin .you-save strong {
  font-weight: normal;
}

.ac-skin .list-price {
  padding-bottom: 3px;
  float: none;
  width: auto;
  margin: 0;
}

.ac-skin .listing .item .container .buttons {
  text-align:center;
}

/* List view */

.ac-skin#category .listing.list .item .text .feature-list, #category .col-md-3 .item .actions ul li {
  /*! text-align: center; */
}



.listing.list .col-md-4 {
  width: 100%;
}

.ac-skin .list .item .image {
  float: left;
  width: 210px;
}

.ac-skin .list .item .data {
  margin: 0 0 0 210px;
}

/* Grid view */

.ac-skin .grid .item {
  /*! overflow: hidden; */
  display:inline-block;
  vertical-align:top;
  width: 100%;
}
.ac-skin .item.preload{
background: url(../images/ajax-loader.gif) center center no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 150px;
}

.feedbackTitle {
  margin-top: 15px;
  margin-bottom: 10px;
}

.feedbackBtn {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#category .item .price {
  /*! font-size: 1.3em; */
}

#category .item:hover .price {
  /*! font-size: 1.6em; */
  /*! transition: all 0.5s ease 0s; */
}

#category .item .actions ul {
  padding-left: 0px;
}

#category .item .actions ul li {
  /*! text-align: center; */
}

#category .item .feature-list {
  list-style-type: none;
  padding-left: 0px;
  /*! text-align: center; */
  font-size: 1.1em;
}

.basket-totals a {
  font-size: 1.2em;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.homeImage img {
  width: 100%;
}

.homeImage {
  margin-top: 30px;
}

.homeImage .mainImg {
  max-width: 880px;
  float: left;
  position: relative;
}

.homeImage .mainImg img {
  height: 600px;
}

.homeImage .sideBoxTop, .homeImage .sideBoxBottom {
  max-width: 300px;
  float: left;
  position: relative;
}

.homeImage .btn {
  position: absolute;
}

.homeImage .mainImg .btn.btn-primary {
    right: 20px;
    top: 220px;
}

.homeImage .sideBoxTop .btn.btn-default {
  bottom: 10px;
  left: 65px;
}

.homeImage .sideBoxBottom .btn.btn-default {
  bottom: 50px;
  left: 80px;
}

.ac_results {
  width: 350px !important;
  top: 134px !important;
  border: 2px solid !important;
}

.credit-cards {
  display: block;
  font-size: 3.5em;
  margin-bottom: 30px;
  text-align: center;
}

.credit-cards.checkout {
  text-align: left;
  font-size: 3em;
  margin-bottom: 10px;
}

.credit-cards i {
  margin-right: 30px;
}

.credit-cards i:last-of-type {
  margin-right: 0px;
}

.addToCartBtn {
  width: 100%;
}

.cycle-slideshow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
}

.catSortDivider {
  display: block;
  height: 2px;
  background-color: #000000;
  margin-top: 15px;
}

.catSortLinks span.glyphicon {
  position: relative;
  top: -5px;
  font-size: 1.4em;
}

.navImg, .navLinks {
  float: left;
}

.navImg {
  padding: 10px;
}

.reviewCrumb {
  margin-bottom: 10px !important;
}

.sideNavAccount {
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.in_search {
  padding: 6px;
  font-size: 11px;
  width: 100%;
  margin-bottom: 10px;
  height: 35px;
  /*! padding-bottom: 10px; */
}

.mobileSort {
  display: none;
}

.row.homeImages {
  margin: 0px;
}

.row.homeImages .col-md-4, .row.homeImages .col-md-8 {
  padding: 0px;
}

.row.homeImages .col-md-4 img, .row.homeImages .col-md-8 img {
  width: 100%;
  
}

.homeImages .homeSideImg {
  padding: 0px;
}

.existingEmail {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
}

#featured_products .content_wrapper { 
  border: 1px solid;
}

.ac-skin .grid-n .item, .ac-skin .grid-1-3 .item, .ac-skin .grid-1-4 .item {
  float: left;
  height: 485px;
  width:210px;
}

.ac-skin .grid-1-3 .item {
  width: 33.33%;
}

.ac-skin .grid-1-4 .item {
  width: 25%;
}

/* Item Listing - View Selector
 *********************************************/
.ac-skin .view-switch {
  /*! display: inline-block; */
  float: right;
}

.ac-skin .view-switch a {
  
  display: inline-block;
  height: 26px;
  
  text-align: center;
  width: 26px;
  font-size: 1.5em;
  border-radius: 0px;
  margin-top: 5px;
  color:#000000;
}

.ac-skin .view-switch a span {
  line-height: 25px;
  text-align: center;
  top: 0px;
  left: 1px;
}

/* Badges for items labels
 *********************************************/

.badges p.feature, .badges p.sale, .badges p.special, .badges p.new {
  text-align: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: -1px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
}

.badges p.new {
  z-index: 11;
}

.badges p.sale {
  z-index: 13;
}

.badges p.feature {
  z-index: 14;
}

.badges p.special {
  z-index: 12;
}

.badges img {
  margin-left: 0;;
}

col .col1 {
  width: 25%;
}

col .col2 {
  width: 25%;
}

col .col3 {
  width: 15%;
}

col .col4 {
  width: 12.5%;
}

col .col5 {
  width: 12.5%;
}

col .col6 {
  width: 10%;
}

.ac-skin .p-item .name a {
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}

.ac-skin .p-item .name a:hover {
  text-decoration: underline;
}

.ac-skin .p-item .attributes li {
  font-size: 0.8em;
}

.ac-skin .cs-title {
  margin-bottom: 10px;
}

.ac-skin .qty-input {
  width: 75px;
  margin-bottom: 5px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table .empty-cel, tfoot td.empty-cel {
  background-color: transparent;
  border-width: 0;
}

/* Total prices
 * ex: Subtotal, taxes, shipping, etc
 *********************************************/
.ac-skin .totals .subtotal .lbl,
.ac-skin .totals .discount .lbl,
.ac-skin .totals .gift .lbl,
.ac-skin .totals .tax .lbl,
.ac-skin .totals .shipping .lbl,
.ac-skin .totals .savings .lbl,
.ac-skin .totals .total .lbl,
.ac-skin .totals .balance .lbl {
  font-weight: bold;
}

.ac-skin .totals .shipping .lbl {
  line-height: 2.08em;
}

.ac-skin .totals .shipping .val {
  line-height: 2.08em;
}

.ac-skin .totals .total {
  font-weight: bold;
}

.ac-skin .totals tbody {
  /* border-top: 1px solid; */
}

/* Gift cards & coupons
 *********************************************/
.ac-skin .promos {
  margin: 0 0 20px;
  margin-left: 0px;
  display:inline-block;
  padding: 12px;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Google Chrome */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* CSS3 */
}

.ac-skin .promos .f-row label {
  vertical-align: middle;
  display:inline-block;
  margin-bottom: 10px;
}

.ac-skin .promos input[type=button] {
  margin-top: 10px;
}

.ac-skin .gift-card {
  padding: 10px;
}

.ac-skin .gift-card .desc {
  margin-bottom: 10px;
}

.ac-skin .coupon {
  padding: 10px;
}

.ac-skin .gift-card .title, .ac-skin .coupon .title {
  font-size: 1.10em;
  font-weight: bold;
}

/* Subcategories list
 *********************************************/
 
.ac-skin .sub-cats .cat {
  display: block;
  margin-bottom: 10px;
}

.ac-skin .sub-cats.grid .cat {
  display: inline-block;
  margin-right: 10px;
}

.ac-skin .cat {
  width: 260px;
}

.ac-skin .cat .text strong {
  font-size: medium;
}

.ac-skin .cat .text small {
  display: block;
  font-size: small;
}
/* End CSS Framework Core /////////////////////////////////////////////////////*/

/***********************************************************\
 Forms
\***********************************************************/
/* horizontal, vertival, inline align
 * alignment combinations
 *********************************************/
.ac-skin .warning {
  clear: both;
  margin: 10px;
  padding: 10px;
  border: 1px solid;
}

.ac-skin .warning ul, .ac-skin .warning li {
  float: none;
  width: auto;
}

.ac-skin .success, .ac-skin .error {
    border: 1px solid;
}

.ac-skin .warning ul, .ac-skin .success ul, .ac-skin .error ul {
  margin-top: 5px;
  padding-left: 16px;
}
.ac-skin .warning li, .ac-skin .success li, .ac-skin .error li {
  font-style: italic;
  list-style-type: disc;
}
.ac-skin .warning .hd, .ac-skin .success .hd, .ac-skin .error .hd {
  font-weight: bold;
}

.ac-skin .required label span {
  font-weight: bold;
}

.ac-skin .f-group, form {
  /*! line-height: 1.08em; */
}

.ac-skin .f-group a, form a {
  /*! vertical-align: middle; */
}

.ac-skin .f-group .f-row input:focus {
    border: 1px solid;
}

.ac-skin .f-row {
  margin-bottom: 10px;
  vertical-align: top;
}

.ac-skin .f-field {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.ac-skin .shipped-to .f-field {
  width: auto;
}

.ac-skin .f-buttons {
  clear: both;
  text-align: left;
  margin-bottom: 15px;
}

.inventoryNum .f-field {
    width: auto;
    margin-left: 6px;
  position: relative;
  top: -1px;
}

.ac-skin .z-buttons {
padding-left: 425px;
padding-bottom: 15px;
}

.ac-skin .f-group fieldset {
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.ac-skin .f-group fieldset legend {
  font-weight: bold;
  padding: 0 5px;
}

.ac-skin .f-row label {
  margin-right: 10px;
  vertical-align: middle;
  /*! line-height: 34px; */
  /*! margin-bottom: 15px; */
}

#basket .content form > .fluid-container .continueCheckout #checkoutbtn {
  font-size: 1.7em;
}

#basket .content form > .fluid-container .continueCheckout {
  clear: both;
  margin-top: 30px;
  float: right;
}

#basket .content form > .fluid-container .continueCheckout .btn.btn-default {
  display: block;
  margin-top: 15px;
  font-size: 1em;
  float: right;
}

.checkoutBtns input, .checkoutBtns button {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
}

.checkoutBtns input.btn-primary {
  font-size: 2em;
  margin-bottom: 20px;
}

.z-buttons.checkoutBtns, .f-buttons.checkoutBtns {
  padding-left: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

#register .f-buttons.checkoutBtns {
  padding-top:0px;
  padding-bottom: 20px;
}

#checkout.ac-skin .f-buttons {
padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /*! width: 159px; */
}

.item-options-2 button {
  background-color: transparent;
}

.ac-skin .f-row.no-desc p, .ac-skin .horizontal .f-row.no-desc p, .ac-skin .vertical .f-row.no-desc p {
  display: none;
}

.ac-skin .horizontal.inline-desc .f-field p, .ac-skin .vertical.inline-desc .f-field p {
  display: inline-block;
}

.ac-skin .horizontal .f-row label {
  display: inline-block;
}

.ac-skin .vertical .f-row label {
  display: block;
}
.ac-skin .vertical input[type=text], .ac-skin .vertical input[type=file] {
  margin-bottom: 3px;
}

/* End Forms /////////////////////////////////////////////////////*/

/***********************************************************\
 Text alignment
\***********************************************************/

/* vertical, horizontal alignment
 *********************************************/

/* Horizontal align classes */
.ac-skin .align-left, .ac-skin .al {
  text-align: left;
}

.ac-skin .align-right, .ac-skin .ar {
  text-align: right;
}

.ac-skin .align-justify, .ac-skin .aj {
  text-align: justify;
}

.ac-skin .valign-middle, .ac-skin .vam {
  vertical-align: middle;
  margin-left: 2px;
}

.ac-skin .valign-top, .ac-skin .vat {
  vertical-align: top;
}

.ac-skin .valign-bottom .vab {
  vertical-align: bottom;
}

.ac-skin .valign-super, .ac-skin .vasp {
  vertical-align: super;
}

.ac-skin .valign-sub, .ac-skin .vasu {
  vertical-align: sub;
}

.ac-skin .valign-text-top, .ac-skin .vatt {
  vertical-align: text-top;
}

.ac-skin .valign-text-bottom, .ac-skin .vatb {
  vertical-align: text-bottom;
}

.ac-skin .valign-baseline, .ac-skin .vabl {
  vertical-align: baseline;
}

.ac-skin .strike, .ac-skin .stk {
  text-decoration: line-through;
}

.ac-skin .underline, .ac-skin .unl {
  text-decoration: underline;
}

.ac-skin .overline, .ac-skin .ovl {
  text-decoration: overline;
}
/* Text alignment /////////////////////////////////////////////////////*/

/***********************************************************\
 Page Personalization Classes
\***********************************************************/
#home .main {
  padding-right: 0;
}
#home .overview {
  display: inline-block;
  min-width: 500px;
}
#home .featured img {
  max-width: 100%;
}

#home .overview .content {
  padding: 10px 5px 5px;
}
#home .featured .content {
  padding: 10px 2px 5px;
}

#featured_products {
  vertical-align: top;
}
#featured_products {
  display:block !important;
  margin:0 auto;
}
#featured_products .title {
  margin-bottom:15px;
}
#home .overview li {
  list-style-type: disc;
  margin-left: 15px;
}

#home .listing .text .ititle {
  font-size: inherit;
  font-weight: bold;
}

#home .grid-1-3 .item {
  height: 215px;
}
#home .grid .item {
  border-bottom:0;
}

#home .homeTop p {
  line-height:1.4em;
}

/* END #home */

#category.sku-items .grid .item {
  height: 280px;
}

#category.sku-items .item .actions {
  margin-bottom: 5px;
}

#category #bd, #search #bd {
  padding-bottom: 50px;
}

#category .addToCartBtn span {
  text-transform: capitalize;
}

#category #addtocartbtn {
  margin: 0 auto;
}

#category #addtocartbtn.addToCartBtn span {
  margin-left: 0;
}

.ac-skin .view-switch a.selected {
  text-transform: capitalize;
  pointer-events: none;
}
/* END #category */

#item .items a {
  margin: 0;
}

#item #bd {
  padding-right: 0px;
}

#item .selected {
  text-transform: capitalize;
}
.ac-skin .item-main-wrapper {
  display:inline-block;
  width:99.7%;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.ac-skin .item-main {
  padding: 10px 10px 10px 0px;
  margin:0 0 20px 0;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Google Chrome */
  -khtml-border-radius: 4px; /* KHTML */
  border-radius: 4px; /* CSS3 */
}

.ac-skin .item-main .row {
  margin-left: 0px;
  margin-right: 0px;
}

.ac-skin .preview a {
  display: block;
  text-align:center;
  font-size:1.25em;
  text-decoration:none;
  text-transform: capitalize;
  padding: 20px;
}

.ac-skin .preview a img {
  vertical-align:middle;
  margin-left: auto;
  margin-right: auto;
}

.ac-skin .item-img .thumbs {
  margin-top: 15px;
  overflow: hidden;
}

.ac-skin .thumbs a {
  float: left;
  margin-right: 5px;
}

.ac-skin .thumbs a.last {
  margin-right: 0;
}

.ac-skin .item-details {
  text-align: left;
  padding:0 20px 0 20px;
}

.ac-skin .item-details .content ul, .ac-skin .item-details .content li {
  float: none;
  margin: 0 0 5px 0;
  width: auto;
}

.ac-skin .item-details .content {
  position: relative;
  margin-left: 5px;
}

.ac-skin .item-details .title, .itemTitleMobile {
  font-size: 1.5em;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.2em;
}

.ac-skin .item-details .props {
  font-size: 0.85em;
  padding:10px 0;
  display:inline-block;
}


.ac-skin .item-details .props li {
  list-style: none;
  font-size:1.2em;
}

.ac-skin .item-details .props li.itemShortDesc {
  margin-top: 10px;
}

.ac-skin .item-details .blue-line {
  height:1px;
  font-size:0;
  line-height:0;
  margin:5px 0;
}


.ac-skin .item-details .pricing {
  margin: 0 0 10px 0;
  float: none;
}

.ac-skin .item-details .share {
  margin-top: 10px;
  overflow: hidden;
}

.ac-skin .item-details .share li {
  float: left;
}

.ac-skin .content ul.share {
  float: right;
  overflow: hidden;
}
.ac-skin .content ul.share li {
  float: left;
  margin-right: 5px;
}

/* Common styles for item content blocks */
.ac-skin .cross-sell, .ac-skin .reviews, .ac-skin .item-secondary, .ac-skin .item-section {
  margin: 5px 0 20px;
  overflow: hidden;
  padding-bottom: 5px;
  text-align: left;
}

.ac-skin .item-secondary {
  border:none;
  padding: 0px 15px;
}

.item-secondary .title.subTitle2 {
  padding-left: 0px;
  padding-right: 0px;
}

.ac-skin .reviews {
  border:none;
}
.ac-skin .cross-sell {
  border:none;
}

.ac-skin .cross-sell .filter-content {
  background-color: #FFFFFF;
  padding: 10px;
}

.ac-skin .cross-sell .item {
  /*! width:auto; */
  min-width:0;
}

.ac-skin .cross-sell .item:nth-of-type(4n+1) {
  clear: both;
}

.ac-skin .cross-sell .item ul, .ac-skin .preorderItem ul {
  border:none;
  background:none;
}

.ac-skin .item-options {
  margin-bottom: 10px;
  /*! display:inline-block; */
  background-color: #FFFFFF;
  /*! padding: 10px 20px; */
  padding: 0px;
}

.ac-skin .item-options p a {
  color: blue;
}

.ac-skin .product-info-links{
  display:inline-block;
  margin-top: 4%;
  margin-left: 6%;
  }

.ac-skin .item-options .actions li:first-child {
  margin-bottom: 10px;
}

.ac-skin .item-secondary .title, .title.subTitle2 {
  font-size: 1.25em;
}
.ac-skin .item-secondary .inner-socket {
  margin-top: 20px;
}

.ac-skin .desc {
  /*! font: 13px verdana, Arial, sans-serif; */
}

.ac-skin .item-secondary .desc {
  margin-bottom: 15px;
}

.ac-skin .item-details .reviews {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.ac-skin .reviews {
  overflow: hidden;
  margin: 5px 0;
}
.ac-skin .reviews {
  overflow: hidden;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Google Chrome */
  -khtml-border-radius: 4px; /* KHTML */
  border-radius: 4px; /* CSS3 */
}

.ac-skin .reviews ul {
  padding-left: 0px;
  list-style-type: none;
}

.ac-skin .reviews ul li {
  padding:0 0 8px 0;
  margin:0 0 8px 0;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 2px solid;
}

.ac-skin .reviews ul li .top {
  padding-top:5px;
  padding-bottom: 5px;
  font-size: 135%;
}

.ac-skin .reviews ul li .date {
  float:right;
  font-size: 135%;
  font-weight: bold;
  margin-top: 10px;
}

.ac-skin .reviews ul li .content {
  padding:5px 5px 0 5px;
}

.ac-skin .r-stars-1-0,
.ac-skin .r-stars-1-5,
.ac-skin .r-stars-2-0,
.ac-skin .r-stars-2-5,
.ac-skin .r-stars-3-0,
.ac-skin .r-stars-3-5,
.ac-skin .r-stars-4-0,
.ac-skin .r-stars-4-5,
.ac-skin .r-stars-5-0 {
  display: inline-block;
  height:19px;
  width:83px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ac-skin .subnav .r-stars-1-0,
.ac-skin .subnav .r-stars-1-5,
.ac-skin .subnav .r-stars-2-0,
.ac-skin .subnav .r-stars-2-5,
.ac-skin .subnav .r-stars-3-0,
.ac-skin .subnav .r-stars-3-5,
.ac-skin .subnav .r-stars-4-0,
.ac-skin .subnav .r-stars-4-5,
.ac-skin .subnav .r-stars-5-0 {
  position: relative;
  top: 5px;
}

.ac-skin .r-stars-1-0 {
  background-image: url(../images/icons/1star.png);
}
.ac-skin .r-stars-1-5 {
  background-image: url(../images/icons/1halfstars.png);
}
.ac-skin .r-stars-2-0 {
  background-image: url(../images/icons/2stars.png);
}
.ac-skin .r-stars-2-5 {
  background-image: url(../images/icons/2halfstars.png);
}
.ac-skin .r-stars-3-0 {
  background-image: url(../images/icons/3stars.png);
}
.ac-skin .r-stars-3-5 {
  background-image: url(../images/icons/3halfstars.png);
}
.ac-skin .r-stars-4-0 {
  background-image: url(../images/icons/4stars.png);
}
.ac-skin .r-stars-4-5 {
  background-image: url(../images/icons/4halfstars.png);
}
.ac-skin .r-stars-5-0 {
  background-image: url(../images/icons/5stars.png);
}

.ac-skin .reviews .author, .ac-skin .reviews .comment {
  clear: both;
  float: none;
  font-size: 125%;
  line-height: 1.5em;
}

.inner-socket.margin-t20 .title {
  background-image: none;
  font-size: 180%;
  border-radius: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

.ac-skin .reviews .author {
    margin-bottom: 20px;
}

.ac-skin .reviews .comment {
    margin-left: 10px;
    margin-bottom: 20px;
}

.add-review {
    float: right;
    position: relative;
    top: -6px;
}

.add-review a {
    text-decoration: none;
}

/* #item add to cart box
 ***************************/
.ac-skin .pricingTableTop, .ac-skin .pricingTableBottom {
  width: 100%;
}

.ac-skin .item-pricing-border-dark {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  float: left;
  padding: 0px;
}

.ac-skin .item-pricing-dark {
  background-position: right top;
  background-repeat: no-repeat;
  /*! margin: 0 0 0 15px; */
  padding-top: 15px;
  padding-left: 0px;
  list-style-type: none;
  line-height: 62px;
}

.ac-skin .item-pricing-dark .price {
  /*! font-weight: bold; */
  margin-right: 10px;
}

.ac-skin .item-pricing-border-light {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  float: left;
  padding: 0px;
}

.qtyBlock {
  float: left;
}

.user-loggedin.addtocartBlock {
  float: left;
  margin-left: 50px;
  margin-top: 20px;
}

.ac-skin .item-pricing-light {
  background-position: right bottom;
  background-repeat: no-repeat;
  /*! margin: 0 0 0 10px; */
  padding: 5px 0 15px 0;
}

.ac-skin .item-pricing-light .col-md-6 {
  padding: 0px;
}

.ac-skin .item-pricing-border-dark, .ac-skin .item-pricing-border-light {
  border-color: #DDDCDF;
}

/* Container for the item title,
 * product code, review, Printer
 * social widgets, and slider
 * on home
 **********************************/


.cartBox.cartBoxLarge #basket-amount {
    background-image: url("../images/cartBack.png");
    background-position-x: -2px;
    background-size:100%;
    display: inline-block;
    height: 49px;
    width: 81px;
    text-align: center;
    line-height: 30px;
    font-size: 0.8em;
    position: relative;
    top: -10px;
    background-repeat: no-repeat;
    background-size: 80px 49px;
}

.cartBox #basket-amount, .cartBox.cartBoxSmall #basket-amount {
    background-image: url("../images/cartBackSmall.png");
    background-position-x: -3px;
    background-size:100%;
    display: inline-block;
    height: 49px;
    width: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 0.8em;
    position: relative;
    top: -10px;
    background-repeat: no-repeat;
}

.cartBox.cartBoxMed #basket-amount {
    background-image: url("../images/cartBackMed.png");
    background-position-x: -2px;
    background-size:100%;
    display: inline-block;
    height: 49px;
    width: 102px;
    text-align: center;
    line-height: 30px;
    font-size: 0.8em;
    position: relative;
    top: -10px;
    background-repeat: no-repeat;
    background-size: 103px 49px;
    left: 6px;
}

#home #basket-amount {
  /*! top: -58px; */
}

.ac-skin .popup {
    font-size: 1em;
    padding: 20px;
    position: absolute;
    text-align: left;
    width: 400px;
    z-index: 100;
    display: none;
    border: 2px solid;
}

#js-popup-header {
  margin-bottom: 20px;
}

#js-popup-body input[type=radio] {
  margin-right: 10px;
}

#js-popup-body .f-field {
  width: 360px;
}

#js-popup-footer {
  margin: 20px 0;
}

.ac-skin .popup .popup_menuItem {
  margin-top: 15px;
}

/* END #item */

#basket .main {
  padding-right: 0;
}

#basket .items {
  padding-bottom: 15px;
}


#basket .promos {
  position: static;
  width: 400px;
  margin-top:10px;
  }

.estimatorContainer {
  position: relative;
}

#shipcostestimator {
  float: right;
  padding: 4px;
  position: absolute;
  right: 10px;
  width: 310px;
  border: 1px solid;
}

#basketdata {
  float: left;
  margin-bottom: 20px;
  margin-top:10px;
  padding: 12px;
  width: 400px;
  clear: both;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Google Chrome */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* CSS3 */
  border: 1px solid;
}

#basketdata .f-field {
    width: 20px;
}

#basketdata .f-row label {
  margin-bottom: 0px;
  margin-top: 5px;
  display: inline-block;
}

#basketlist1, #basketinputbox, #basketlist2 {
    margin-top: 5px;
}

.qtyShipped li{
    height:40px;
}

table.order-total {
    margin:10px 0;
    width:auto;
    float:right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

table.order-total tr td {
  border-color: #666666;
}

table.order-total tr:first-of-type td {
    border-top:none;
}

table.order-total .lbl{
    font-weight:bold;
    font-size:1.08em;
    border-left:none;
    border-right:none;
}

table.order-total .lbl strong{
    font-size:1.08em;
}

table.order-total .val{
    border-right:none;
    border-left:none;
    text-align:left;
    font-size:1.33em;
    line-height: 1em;
}

table.p-table.basket .baske-item{
    width:180px;
}

table.p-table.basket .item-title{
    padding:0 0 6px 0;
}

table.p-table.basket .item-title a{
    font-weight:bold;
    font-size:1.25em;
    text-decoration: none;
}

table.p-table.basket .item-title a:hover {
  text-decoration: underline;
}

table.p-table.basket p{
    line-height:1.33em;
}

table.p-table.basket span.list-price{
    padding:0 5px 0 0;
}
table.p-table.basket span.price{
    font-weight:bold;
    font-size:1.33em;
}

/* END #basket */

#checkout #page, #register #page {
  margin: 0 auto;
  /*! margin-top: 30px; */
}
#checkout .ft-links, #register .ft-links {
  display: none;
}

#checkout.ship .col1 {
  width: 55%;
}

#checkout.ship .col2 {
  width: 20%;
}

#checkout.ship .col4 {
  width: 10%;
}

#checkout h1 {
  text-transform: capitalize;
  padding-top: 20px;
}

#cc {
  margin-left: 20px;
  padding: 5px;
  width: 430px;
  margin-bottom:10px;
  margin-top:10px;
  border: 1px solid;
}

#cc input {
  margin-right:0px;
}

#cc label {
  width:100px;
}

#cc .radio {
  margin-top:10px;
}

#cc .heading2 {
  margin-bottom:10px;
}

#cc label.ccards {
  width:65px;
}

#cc #nearfielderror1 {
  display:block;
  margin-top:5px;
}

.ac-skin .shipped-to {
  /*! display: inline-block; */
  /*! margin: 20px 0; */
  /*! padding: 10px; */
  word-spacing: normal;
  letter-spacing: normal;
  /*! border: 1px solid; */
  margin-bottom: 30px;
}

.ac-skin .shipped-to.hidden {
  word-spacing: normal;
  letter-spacing: normal;
  display: none;
}

.ac-skin#register .shipped-to label {
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.ac-skin#register .shipped-to .f-row {
  margin-bottom: 10px;
}

/* END #checkout */

#wishlist .email {
  padding: 10px 0;
}
/* END #wishlist */

#search #bd {
  padding-right: 0;
}
/* END #search */

#adv-search #bd {
  /*! padding-right: 20px; */
  /*! padding-left: 20px; */
  /*! max-width: 960px; */
}

#adv-search .price-range input {
  width: 30px;
}

#adv-search .selected {
  text-transform: capitalize;
}
/* END #search-adv */

#register #paymentGateway h2, #checkout #paymentGateway h2 {
  margin-bottom: 10px;
}

#register #payment_method {
  margin: 5px 0 15px 0px;
  padding: 4px 4px 4px 0;
}

#register #payment_method .f-field.cardType {
    margin-left: 50px;
}

#register #payment_method .f-field.expiryDate {
    margin-left: 15px;
}

#register #payment_method .f-field.cardName {
    margin-left: 28px;
}

/* END #register */


/* Get a Quote CSS */

#get-quote-form-body {
    border: solid 1px;
}

#get-quote-form #contact-information-section {
    border-right: solid 1px;
}

.right-menu #get-quote-form-body {
    text-align:left;
}

.prom-side-nav input[type="button"], .right-menu input[type="button"] {
    background: none repeat scroll 0 0 transparent;
    border:none;
    padding: 0;
    margin-left:-9px;
    font-size: 0.92em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

 #get-quote-form.overlay {
    position: fixed;
    left: 50%;    
    top: 50%;
   -webkit-transform: translate(-50%,-50%); 
  -moz-transform: translate(-50%,-50%); 
  -ms-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
    z-index: 1000;
    display: none;
}

#form-message {
    text-align: center;
}

#get-quote-form-body {
    width: 600px;
    margin: auto;
    position: relative;
    padding-bottom: 25px;
    border-radius: 10px;
}

#get-quote-form form {
    position: relative;
    width: 100%;
}

#get-quote-form .quote-form-section {
    width: 48%;
    float: left;
}

#get-quote-form .quote-form-section .quote-form-section-inwrapper {
    padding: 0px 30px;
}

#get-quote-form .quote-form-section .quote-form-section-inwrapper .qfield {
    width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px;
    -moz-box-shadow:    inset 2px 2px 2px #DEDEDE;
    -webkit-box-shadow: inset 2px 2px 2px #DEDEDE;
    box-shadow:         inset 2px 2px 2px #DEDEDE;
}

#get-quote-form .quote-form-section .quote-form-section-inwrapper .tfield {
    margin: 5px 0px;
    height: 150px;
    width: 100%;
    border: solid 1px;
    -moz-box-shadow:    inset 2px 2px 2px #DEDEDE;
    -webkit-box-shadow: inset 2px 2px 2px #DEDEDE;
    box-shadow:         inset 2px 2px 2px #DEDEDE;
}

#get-quote-form .quote-form-section .quote-form-section-inwrapper .cfield {
    border: none;
    width: 25px;
    height: 25px;
    margin-left: 15px;
}

#get-quote-form .quote-form-section .quote-form-section-inwrapper .checkbox-label {
    position:relative;
    bottom:8px;
}

#get-quote-form .quote-form-section .quote-form-section-inwrapper #check-supply {
    text-transform: uppercase;
    font-size: 1.33em;
    margin-left: 15px;
    margin-bottom: 15px;
    display: block;
}

#contact-information-section {
    left: 0px;
    top: 0px;
}
#quote-information {
    left: 50%;
    top: 0px;
}

.quote-form-section .quote-section-title {
    text-transform: uppercase;
    font-size: 1.33em;
    margin-bottom: 20px;
    display: block;
}

#get-quote-form .clabel {
    font-size: 1em;
}

#get-quote-form .slabel {
    font-size: 1em;
    position: relative;
    bottom: 7px;
    margin-left: 5px;
}

#get-quote-form #get-a-quote-top {
    height: 30px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#get-quote-form #get-a-quote-h1 {
    font-size: 1.17em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    left: 5px;
    bottom:5px;
    margin: 0px;
}

#get-quote-form #leave-button-wrapper {
    position: absolute;
    right: 9px;
    top: 7px;
}

#get-quote-form #leave-button-wrapper #leave-button {
    border-radius: 2px;
    font-size: 0.92em;
    padding: 0px 3px;
    margin: 0px;
  background-color: #000;
  border: none;
  color: #FFF;
}

#get-quote-form #leave-button-wrapper #leave-button:hover {
    cursor: pointer;
}

#get-quote-form #submit-button-wrapper {
    margin-top: 25px;
    margin-left: 15px;
}

#get-quote-form #submit-button-wrapper #quote-submit-button {
    border: none;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 1px;
}

#get-quote-form #RegisterMessages {
    text-align: center;
    font-size: 1.17em;
}

#get-quote-form #submit-button-wrapper #quote-submit-button:hover {
    cursor: pointer;
}

#get-quote-form #get-a-quote-provide {
    font-size: 1em;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#get-quote-form #get-a-quote-provide .get-a-quote-div {
    margin-bottom: 4px;
}

#get-quote-form #get-a-quote-provide #required-information-text {
    padding-top:4px;
}

.field-errors {
    float: right;
    margin-top: -45px;
    content: "is required" !important;
}

#forgot-pwd .items {
  padding: 0 15px;
}
/* END #forgot-pwd */

#myaccount .bd {
  padding: 15px;
}

#myaccount .content {
  background-color: #EFEFEF;
  padding-top: 0px;
  margin-top: 20px;
}

#myaccount .myAcctBody {
  padding: 20px;
}

#myaccount #bd h2 {
  margin-bottom: 10px;
  margin: 0px;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #262626;
  padding-left: 10px;
  /*! text-transform: capitalize; */
  padding: 10px;
}

#myaccount_menu {
  margin-bottom: 15px;
}

#myaccount_menu ul {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 5px;
}

#myaccount_menu li {
  margin:15px 0;
  float: none;
  width: auto;
}

#myaccount .col1,
#myaccount .col2,
#myaccount .col3,
#myaccount .col4,
#myaccount .col5 {
  width: 20%;
}
/* END #myaccount */

#contact-us .companyInfo {
  margin-bottom: 20px;
}

#contact-us .companyInfo ul {
  list-style-type: none;
  padding-left: 0px;
}

#contact-us h1 {
  font-size: 1.6em;
}

#contact-us .f-group h2 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
/* END #contact-us */

/* End Page Personalization Classes /////////////////////////////////////////////////////*/

/***********************************************************\
Common classes
\***********************************************************/
.ac-skin .popup .popup_menuItem {
  display: none;
  cursor: pointer;
  width: 153px;
  text-align: center;
  margin: 10px auto 0;
  font-size: 1em;
  padding: 5px;
}

.ac-skin .popup .popup_menuItem {
  display:block;
  line-height:2.5em;
}

.ac-skin .addToCartDummy {
  cursor:wait;
  display:block;
}

.ac-skin .addToCartDummy span {
  width: 100%;
}

.ac-skin .update {
  line-height: 1em;
  margin-bottom: 0px;
  margin-top: 5px;
}

.ac-skin .search-go {
  background-image: url("../images/ui-sprite.png");
  background-position: -3px -528px;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.ac-skin .search-go-adv {
  background-image: url("../images/advanced_search.png");
  background-position: -66px -540px;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.ac-skin .hide {
  display: none !important;
}

#updates {
  overflow: hidden;
}
/* End Common classes /////////////////////////////////////////////////////*/

.menu-icon {
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 50px;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
}

#menu-lang-icon {
    background: url(../images/menu-lang.png);
    background: -webkit-image-set( url(../images/menu-lang.png)    1x,
                                    url(../images/menu-lang-2x.png) 2x);
}

#menu-currency-icon {
    background: url(../images/menu-currency.png);
    background: -webkit-image-set( url(../images/menu-currency.png)    1x,
                                    url(../images/menu-currency-2x.png) 2x);
}

#menu-cart-icon {
    background: url(../images/menu-cart.png);
    background: -webkit-image-set( url(../images/menu-cart.png)    1x,
                                    url(../images/menu-cart-2x.png) 2x);
}

#menu-search-icon {
    background: url(../images/menu-search.png);
    background: -webkit-image-set( url(../images/menu-search.png)    1x,
                                    url(../images/menu-search-2x.png) 2x);
}

/***********************************************************\
Tiny MCE
\***********************************************************/
/* These styles are used within
 * the tinymce rich text editor
 **************************************/
.rte-ititle {
  font-size:1.5em !important;
}

.rte-mainTitle {
  font-size:2em !important;
}

.rte-categoryTitle {
  font-weight:bold !important;
  font-size:1.5em !important;
}

.rte-subTitle1 {
  font-size: 1.5em !important;
  font-weight: bold !important;
  height: 23px !important;
  margin: 0 0 0.35em !important;
  padding-bottom: 2px !important;
  padding-left: 10px !important;
  margin-bottom:15px !important;
}

.rte-subTitle2 {
  font-size: 135% !important;
  font-weight: bold !important;
  height: 23px !important;
  margin: 0 0 0.35em !important;
  padding-bottom: 2px !important;
}

.rte-bold {
  font-weight : bold !important;
}

.rte-italic {
  font-style:italic !important;
}

.rte-underline {
  text-decoration:undeline !important;
}

.rte-emphasize1 {
  font-style: italic !important;
  font-weight: bold !important;
}

.rte-emphasize2 {
  font-style: italic !important;
  font-weight: bold !important;
}
/* End Tiny MCE /////////////////////////////////////////////////////*/

.new-footer {
    width: 100%;
    clear: both;
    border-top: 2px solid #B3B3B3;
}

.new-footer div.footerColumnHeader {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
    /* line-height: 1.5em; */
    margin-top: 30px;
    margin-bottom: 30px;
}

.new-footer .socialIcons li a {
  float: left;
  margin-right: 5px;
  font-size: 2em;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

.new-footer .socialIcons li a i {
  line-height: 40px;
}

.new-footer p {
    line-height: 2em;
    font-size: .9375rem;
    margin-top: 10px;
  color: #4d4d4d;
}

.new-footer p a {
  margin-left: 0;
  margin-top: 20px;
  margin-right: 15px;
}

.new-footer .copyrightRow p:last-of-type a {
  font-size: 0.8em;
}

.new-footer ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.new-footer a {
    text-decoration: none;
}

.new-footer ul {
  line-height: 1.7em;
  font-size: 1.2em;
}

.new-footer a:hover {
    text-decoration: underline;
}

.new-footer .footer-links {
line-height: 1.67em;
}

.new-footer ul.footer-links {
    display: block;
    width: 50%;
    float: left;
}

.footerLogo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.new-footer .columns .column {
    width: 300px;
    float: left;
    padding: 10px;
    padding-top: 40px;
}

.new-footer .columns #column1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.new-footer .columns #column1 .aboutFoot {
  width: 48%;
  float: left;
  margin-right: 2%;
}

.new-footer .columns #column3 img {
  margin-left: 15px;
}

.new-footer .columns #column3 p.contactFoot {
  margin-left: 20px;
}

.new-footer .columns #column1 ul {
  margin-top: 50px;
}


/***********************************************************\
Other Classes
\***********************************************************/

#js-popup-body {
  text-align:center;
}

#home .inner-socket .row {
  margin-bottom: 20px;
}

.inner-socket .title, .checkoutInfoTitle.title { 
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  letter-spacing:normal;
  word-spacing:normal;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3596e0', endColorstr='#096eba', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  margin-top: 15px;
}

.checkoutInfoTitle.title {
  background-color: #262626;
  color: #FFFFFF !important;
  margin-bottom: 20px;
}

.checkoutInfoTitle.title h2 {
  margin: 0px;
}

#checkoutCustInfo {
  background-color: #EFEFEF;
}

.inner-socket .inner-socket-content {
  padding:10px;
}

.text-block ul {
  padding:0 0 0 20px;
}
.text-block ol {
  padding:0 0 0 20px;
}

.mobileFacets, .itemTitleMobile {
    display: none;
}

.basketList {
  padding:0 0 0 25px;
}

.payment-method {
  padding:8px;
  margin:5px 5px 5px 25px;
}



.info_needed {
  font-size:0.9em;
}

.contact-data td {
  border:none !important;
}
.contact-data td .f-row label {
  padding:0 0 2px 0;
}
.contact-data td .f-row input[type=text], .contact-data td .f-row select, .contact-data td .f-row textarea {
  width:300px;
}
.contact-data td .f-row select {
  width:310px;
}

.blog-list {
  text-align: left;
  width: 80%;
  margin: 20px;
}

.blog {
  margin: 10px 10px 60px 10px;
}

.blog li.title {
  margin: 10px;
  font-size: 1.67em;
  font-weight: bold;
  text-decoration: none;
}

.blog li.date {
  border-radius: 5px;
  height: 30px;
  line-height: 2.5em;
  margin: 10px 0;
  padding: 0 10px;
}

.blog li.description {
  margin: 10px;
  font-size: 1.17em;
  overflow: hidden;
}

.blog div.slide {
  cursor: pointer;
  margin-top: 25px;
  font-size: 1.17em;
}

.blog img {
  padding-right: 14px;
}

.blogLinks {
  display: list-item;
  margin: 10px 0 0 30px;
}

.blogLinks a {
  font-size: 1.17em;
}

.blTitle {
  color: #0048A6;
  font-size: 1.42em;
}

/* Twitter reviews */
.twittTweet {
    height: auto;
    overflow: visible;
  min-height: 50px;
}
.twittAvatar {
    float: left;
    height: 50px;
}
.twittCont {
    float: left;
    margin-left: 8px;
    min-height: 50px;
  width: 90%;
}
.twittUserName {
    font-size: 1.17em;
    font-weight: bold;
}
.twittScreenName {
    margin-left: 10px;
}
.twittTime {
    float: right;
}
.twittText {
    margin-top: 8px;
}
.JRM {
    padding-left: 10px;
}
/* End twitter reviews */

.item_feedback_msg {
    text-align: center;
    margin-top: 5px;
}

#shippinglab span {
  display: block;
  }

#shippinglab span a {
  color: #333;
}

.forgotPass {
    margin-top: -3px;
    margin-left: 15px;
}

.loginButton {
    margin-top: 10px;
    float: left;
}

#features_login {
    margin-top: 20px;
}

.vertSeparator form {
    margin-top: 20px;
}

.vertSeparator .f-buttons {
    margin-top: 20px;
}

#loginBox {
    /* padding-left: 20px; */
}

#loginBox h2 {
    margin-bottom: 20px;
}

.item-attr-section {
    width: 200px;
}

.item-attr-section legend {
    margin-bottom: 15px;
}

.item-attr-section label {
    display: block;
    margin-left: 25px;
    margin-top: -13px;
}

.add-another-item {
    margin-top: 5px;
    margin-bottom: 10px;
}

.add-another-item .col2 label, .add-another-item .col3 span {
    display: block;
    margin-bottom: 10px;
}

.add-another-item .col3 .f-field {
    text-align: center;
}

.searchCorrection {
    font-size: 1.4em;
}

.didYouMean {
    float: left;
    font-size: 1.4em;
}

.didYouMeanResults li {
    float: left;
    margin-left: 15px;
    margin-bottom: 30px;
    font-size: 1.4em;
}

.categoryStars {
  margin-bottom: 10px;
  display: block;
  width: 91px;
  margin-left: auto;
  margin-right: auto;
}

.categoryStars .r-stars-0-0, .categoryStars .r-stars-0-5,
.categoryStars .r-stars-1-0, .categoryStars .r-stars-1-5,
.categoryStars .r-stars-2-0, .categoryStars .r-stars-2-5,
.categoryStars .r-stars-3-0, .categoryStars .r-stars-3-5,
.categoryStars .r-stars-4-0, .categoryStars .r-stars-4-5,
.categoryStars .r-stars-5-0{
    display: block;
  margin-top: 3px;
  margin-bottom: 5px;
}

.item-attr-section span {
    display: block;
    margin-left: -24px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.personalizeBtn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  height: 24px;
  line-height:2em;
  width: 163px;
  text-align: center;
  margin: 10px auto 0;
  margin-top: 25px;
}

.personalizeBtn span {
  position: relative;
  font-weight: bold;
  line-height: 2em;
}

div.layer-container {
  position: relative;
  display: block;
  height: 300px;
}

img.layer-image {
  position: absolute;
  top: 0;
  left: 0;
}

.recentMob {
    display: none;
}

div.item {
    /*! padding: 10px; */
}

div.item .image {
  display: block;
}

div.item .image img.itemImage {
  width: auto;
  transition: all 0.5s ease 0s;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#category .listing div.item:hover {
    /*! border: 1px solid; */

    /*! box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19); */
}

.listing div.item:hover .image a img {
    /*! -webkit-transform: translate(-50%,-50%) scale(1.2); */ 
    /*! -moz-transform: translate(-50%,-50%) scale(1.2); */ 
    /*! -ms-transform: translate(-50%,-50%) scale(1.2); */
    /*! -khtml-transform: translate(-50%,-50%) scale(1.2); */
    /*! -o-transform: translate(-50%,-50%) scale(1.2); */
}

div#copyright {
    text-align: center;    
    padding: 10px;
    padding-top: 30px;
}

.paymentHeader {
    font-size: 1.2em;
	font-weight: bold;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

#payment_method .f-row label {
    /*! width: 150px; */
    /*! float: left; */
    /*! display: block; */
  line-height: 34px;
}
#payment_method .f-row label.f-field {
    width: 150px;
}

.payBreak {
    clear: both;
}

#youtube_container{
  padding: 20px;
  text-align: center;
  border: 1px solid;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 400px;
  height: 400px;
}

span.disable {
  visibility: hidden;
}
	
.prev-next {
  cursor: pointer;
}

.prev-next.next_youtube {
  float: right;
}

.ytVidContainer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 510px;
  margin-top: 25px;
}

.ac-skin#item .ui-widget-header {
  background-image: none;
}

.ytBackground {
    width: 61%;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
}

#youtube-dialog {
  display: none;
}

.itemStockMsg {
  text-align: center;
  position: relative;
  top: 70px;
  z-index: 10;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px;
  border: 1px solid;
}

.outOfStockItem {
  opacity: 0.5;
}

img.outOfStockItem.itemImage {
  margin-top: -30px;
}

.ac-skin .side-nav .filter .priceFacet li.facetDisabled, .ac-skin .side-nav .filter.shopByReview li.facetDisabled, .ac-skin .side-nav .filter li form li.facetDisabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
  display: none;
}

.ac-skin .side-nav .filter .priceFacet li.facetDisabled input, .ac-skin .side-nav .filter.shopByReview li.facetDisabled input, .ac-skin .side-nav .filter li form li.facetDisabled input {
  cursor: not-allowed;
}

#facetBreadcrumbs.facetsDisabled ul li {
  opacity: 0.5;
  pointer-events: none;
}

.floatClear {
  clear: both;
}

.hidden {
  display: none;
}

.sideNavCrumbs ul {
  padding-left: 10px;
  list-style-type: none;
}

.sideNavCrumbs ul li ul.sideNavSubCats li {
  display: block;
}

.sideNavCrumbs ul div#cat-grid-top {
  margin-top: 5px;
}

.sideNavCrumbs ul a, .sideNavCrumbs ul li, .topCatThisMonthItemName {
  text-decoration: none;
  font-size: 14px;
  /*! display: inline-block; */
  padding: 2px;
}

.sideNavCrumbs ul li {
  margin-left: 10px;
}

.topCatThisMonthItem {
  padding-left: 10px;
}

.sideNavCrumbs {
  margin-bottom: 20px;
}

.sideNavCrumbsHome {
  margin-left: -8px;
}

.sideNavCrumbs .cat-u-tl {
  margin-bottom: 5px;
}

#catSearchForm .top-search-form input[type="text"] {
  border-radius: 0px;
  width: 80%;
  font-size: 1em;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 2em;
  padding-left: 5px;
  border: 1px solid;
  border-right: none !important;
}

#catSearchForm .top-search-form input[type="submit"] {
  font-size: 1em;
  height: 2em;
  background: url('../images/icons/glass.png') no-repeat scroll center transparent;
  border-radius: 0px;
  margin-left: -11px;
  color: transparent;
  background-position: 80%;
  padding: 0px;
  border: 1px solid;
  border-left: none;
  width: 30px;
  transition: background-color 300ms ease-out;
}

#catSearchForm .top-search-form input[type="submit"]:hover {
  background: url('../images/icons/glassW.png') no-repeat scroll center transparent;
  background-color: #737373;
}

body.font16 #catSearchForm .top-search-form input[type="text"] {
  margin-top: 10px;
}

body.font18 #catSearchForm .top-search-form input[type="text"] {
  margin-top: 15px;
}

span.facetCrumb, a.facetCrumb {
  font-size: 1.2em;
  text-decoration: none;
}

a.facetCrumb:hover {
  text-decoration: line-through;
}

#facetBreadcrumbs { 			
	margin-bottom: 10px; 			
} 			

#facetBreadcrumbs ul { 			
	list-style-type: none; 			
	padding-left: 0px; 			
} 			

#facetBreadcrumbs ul li { 			
	float: left; 			
	margin-left: 10px; 			
} 			

#facetBreadcrumbs ul li:first-of-type { 			
	margin-left: 0px;   			
} 			

#facetBreadcrumbs ul li a { 			
	text-transform: capitalize; 			
}

.catSearchBar {
  float: right;
  font-size: 1em;
  font-weight: normal;
  margin-top: 15px;
  width: 100%;
}

.top-search-form {
  margin-top: 20px;
}

#contentpage .catSearchBar {
  display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

.topBtn {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 10;
    background-color: #4D4D4D;
    overflow: hidden;
}

.topBtn.topBtnWhite a:hover, .topBtn.topBtnWhite a:active, .topBtn.topBtnWhite a:focus {
  background-color: #5A2828;
  color: #9696FF;
}

.topBtn a {
    text-align: center;
    font-size: 3em;
    line-height: 40px;
}

.topBtn a span {
  top: 10px;
  left: -1px;
}

.desktopAd {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 730px;
}

.mobileAd {
  display: none;
}

.optionsMenu {
  display: none;
}

.myAccountMobile {
  display: none;
}

.hideMobile {
  display: none;
}

.catAd {
  margin-bottom: 15px;
}

.top-search-form {
  margin-top: 0px;
}

.inner-socket.billingInfo {
  width: 50%;
  float: left;
}

.savePercentBadge {
  padding: 5px;
  text-transform: uppercase;
  position: absolute;
  top: 35px;
  left: 0px;
  height: 32px;
  width: 35px;
  padding-top: 8px;
  border-radius: 50%;
  z-index: 1;
}

#forgot-pwd #bd p, #forgot-pwd #bd form b {
  margin-bottom: 30px;
  display: block;
}

.myAccountTwoColumn {
  width: 44%;
  margin-left: 3%;
  margin-right: 3%;
  float: left;
}

.myAccountTwoColumn input, .myAccountTwoColumn select {
  width: 100%;
}

.myAccountButtons input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.others-also-purchased .alsoPurchasedItem img {
  max-width: 100%;
}

#basket .content form > .f-buttons {
  float: right;
}

#basket .content form > .f-buttons input {
  display: block;
  margin-left: auto;
}

#basket .content form > .f-buttons #checkoutbtn {
  font-size: 1.7em;
}

#basket .content form > .f-buttons .primary {
  display: block;
  margin-top: 15px;
}

#basket .content form > .f-buttons.restoreBasket, #basket .content form > .f-buttons.basket-item-desc {
  float: none;
}

#basket .content form > .f-buttons.restoreBasket input {
  display: initial;
  margin-left: initial;
}

.inner-socket.billingInfo, .inner-socket.shippingInfo {
  /*! width: 50%; */
  /*! float: left; */
}

#managerEmail label {
  letter-spacing: normal;
  word-spacing: normal;
}

.f-row.sameAsBilling label {
  /*! text-transform: capitalize; */
  /*! font-size: 1.15em; */
}

#managerEmail input {
  width: auto;
}

#feedbackquestions label {
  font-weight: bold;
  font-size: 1.2em;
}

.feedbackBtn {
  margin-top: 40px;
  margin-bottom: 60px;
}

#checkout strong label {
  margin-top: 10px;
  margin-bottom: 4px;
}

.ac-skin .search-bar .main-menu .subNav {
    position: absolute;
    z-index: 150;
    border: 1px solid;
    border-top: none;
}

.ac-skin .search-bar .main-menu .subNav li {
    float: none;
    margin-left: -40px;
}

.featuredProduct .product-image img, .featuredProduct .preorderImage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.featuredProduct:hover .product-image img {
  /*! transition: all 0.5s ease 0s; */
  /*! transform: scale(1.2); */
}

.featuredProduct .product-image {
  overflow: hidden;
  margin-bottom: 20px;
  height: 180px;
  position: relative;
}

.featuredProduct .product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

.featuredProduct .preorderTitle a {
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ac-skin .homeTop .inner-socket .title {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  font-size: 2em;
  border-bottom: 2px solid #000000;
}

.featuredProduct .product-title {
  text-decoration: none;
  margin-top: 15px;
  display: block;
}

.featuredProduct:hover .product-title {
  /*! border-bottom: 2px solid; */
}

.featuredProduct p {
  margin-top: 10px;
  margin-bottom: 10px;
  /*! border-bottom: 1px solid; */
}

.featuredProduct:hover p {
  /*! border-bottom: 2px solid; */
}

.featuredProduct {
  text-align: center;
  padding: 10px;
}

.featuredProduct:hover {
  /*! padding: 9px; */
  /*! box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.featuredProduct .product-price, .featuredProduct .price {
  cursor: text;
}

.featuredProduct:hover .product-price, .featuredProduct:hover .price {
  /*! font-size: 1.6em; */
  /*! transition: all 0.5s ease 0s; */
}

.featuredProduct .price {
  margin-top: 20px !important;
}

#review .fa.fa-star, #review .fa.fa-star-o,
.shopByReview .fa.fa-star, .shopByReview .fa.fa-star-o,
.categoryStars .fa-star, .categoryStars .fa-star-half-o, .categoryStars .fa-star-o,
.reviews .fa-star, .reviews .fa-star-o, .reviews .fa-star-half-o {
  font-size: 1.4em;
}

.item-options-2 ul {
  list-style-type: none;
  padding-left: 0px;
}

.loginToBuy {
  margin-top: 20px !important;
  display: block;
}

.table.basket .item-title {
  font-size: 1.5em;
  font-weight: bold;
}

.checkoutCrumbs {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 0px;
  margin-bottom: 45px;
}

.checkoutCrumbIcons {
  font-size: 1.7em;
}

.current .checkoutCrumbIcons, .current .checkoutCrumbLabels {
  font-weight: bold;
}			

.pagination > li.disabled > a { 			
	pointer-events: none; 			
}

.angularLoad, .angularLoadMore { 			
	text-align: center; 			
	margin-top: 30px; 			
}

#item .main { 			
	padding-top: 20px; 	
  padding-left: 0px;
  padding-right: 0px;
} 			

#angularNoProd h2 { 			
	text-align: center; 			
} 			

.topCatNav { 			
	/*! margin-bottom: 15px; */ 			
}

#menu-search-drop {
    /*! width: 800px; */
    float: left;
}

.col-md-12.catInfoBox {
  margin-bottom: 20px;
  /*! border-top: 1px solid #ccc; */
  /*! border-bottom: 1px solid #ccc; */
  /*! box-shadow: 0 0 10px #ddd; */
  /*! -webkit-box-shadow: 0 0 10px #ddd; */
  /*! -moz-box-shadow: 0 0 10px #ddd; */
  /*! padding: 10px; */
  padding: 0px;
}

.catInfoBox a {
  font-weight: bold;
  margin-left: 10px;
  font-size: 1.3em;
  color: #000000;
}

#search .catInfoBox, #adv-search .catInfoBox {
  padding-top: 10px;
}

.catInfoBox a:first-of-type {
  margin-left: 0px;
}

.col-md-12.catInfoBox .col-md-6 .breadcrumb {
  background-color: #FFF;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.actions ul, .feature-list {
  list-style-type: none;
  padding: 0px;
  /*! text-align: center; */
}

.navDropDown {
  position: absolute;
  z-index: 899;
  width: 25%;
  background-color: #f2f2f2;
  padding: 0px;
  display: none;
  padding-bottom: 8px;
  margin-left: 0px;
}

.navDropDown .subNav, .navDropDown .subSubNav {
  padding-left: 5px;
  padding-top: 15px;
}

.navDropDown .subNav li a {
  display: block;
  color: #666;
}

.navDropDown .subSubNav {
  top: -5px;
}

#headerLoggedIn {
  position: relative;
}

.myAccountDropDown {
  width: 200px;
  position: absolute;
  padding: 20px;
  z-index: 100;
  margin-top: 2px;
  box-shadow: 0 1px 3px #666;
  background-color: #FFFFFF;
  top: 43px;
  left: 0px;
}

.myAccountDropDown:before {
    border: 6px inset;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-bottom-style: inset;
    border-left-color: #FFFFFF;
    border-color: transparent transparent #fff;
    border-bottom-style: solid;
    top: -12px;
    left: 10px;
    z-index: 89;
}

.myAccountDropDown li {
  list-style-type: none;
  padding: 10px;

  text-align: left;
  cursor: pointer;
font-size: 1em;
line-height: 1.125em;
margin: 0;
}

#top-bar .myAccountDropDown li a {
  color: #06c;
  margin-left: 0px;
}

.navDropDown.show {
  display: block;
}

.navDropDown li {
  list-style-type: none;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #FFFFFF;
  position: relative;
}

.navDropDown > li {
    padding: 10px;
}

.navDropDown li .subNav li a .navCatText {
  font-size: 1em;
  display: block;
  width: 90%;
  float: left;
  color:#666666;
}

.navDropDown li a.navCatLink .navCatText {
  color: #666;
  font-size: 1em;
  display: block;
  width: 92%;
  float: left;
}

.navDropDown li a.navCatLink:hover span {
  text-decoration: underline;
}

.navDropDown li span.navCatArrow, .navDropDown li .subNav li span.navCatArrow {
  display: block;
  float: right;
  color: #750D0E;
  width: 8%;
  font-size: 1.4em;
}

.navDropDown li a.hideArrow, .navDropDown li .subNav li a.hideArrow {
  visibility: hidden;
}

.navDropDown li.open > a span.glyphicon-triangle-bottom,
.main-menu li.open a span.glyphicon-triangle-bottom,
.filter.refine.show span.glyphicon-triangle-bottom {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footBottom {
  height: 96px;
/*! background-color: #E8E9E8; */
background-image: url(../images/footer-swoosh-bg.png);
  /*! position: relative; */
  /*! top: -50px; */
}

.footBottomRight {
  height: 96px;
  background-image: url(../images/footer-swoosh.png);
  width: 560px;
  float: right;
  background-color: #E8E9E8;
}

#headerLoggedOut p {
  margin: 0px;
}

body#langSelect {
  position: relative;
}

.languageSelectBack {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: hsla(0,0%,100%,.8);
  z-index: 1000000;
}

.languageSelect {
  width: 500px;
  height: 250px;
  position: absolute;
  top: 25%;
  left: 50%;
  border-radius: 10px;
  -webkit-transform: translate(-50%,-50%); 
  -moz-transform: translate(-50%,-50%); 
  -ms-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-box-shadow: 11px 10px 27px -14px rgba(0,0,0,1);
  -moz-box-shadow: 11px 10px 27px -14px rgba(0,0,0,1);
  box-shadow: 11px 10px 27px -14px rgba(0,0,0,1);
}

.languageSelectContent {
  background-color: hsla(0,0%,100%,.8);
  width: 100%;
  height: 100%;
  text-align: center;
}

.languageSelectContent img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  /*! padding-bottom: 0px; */
}

.languageSelectContent .langBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: .75rem 1.5rem .8125rem;
  font-size: 1.2rem;
  background-color: #0071a9;
  border: 0 solid #0083c4;
  color: #fff;
  transition: background-color .3s ease-out;
  box-shadow: 0 2px 4px #666;
  border-radius: 3px;
  text-decoration: none;
  height: 50px;
  width: 150px;
}

.languageSelectContent .langBtn:focus {
  color: #000000;
}

.languageSelectContent .langBtn:first-of-type {
  margin-right: 1.5em;
}

.catalogIcon {
  color: #750D0E;
  margin-left: 15px;
  padding-left: 4px;
  padding-right: 4px;
}

#home .catalogIcon {
  display: none;
}

.sideNavSubCats {
  position: absolute;
  z-index: 150;
  background-color: #FFFFFF;
  min-width: 400px;
  border: 2px solid #E6E6E6;
  padding: 15px;
  display: none;
  margin-top: -9px;
}

.sideNavSubCats.show {
  display: block;
}

.sideNavSubCats ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

.sideNavSubCats ul li {
  padding: 10px;
}

.sideNavSubCats ul li a {
  /*! color: #000000; */
  /*! font-size: 1.3em; */
  /*! text-decoration: underline; */
  color: #666;
  font-size: 1em;
}

.catSeparator {
  border-top: 2px solid #000000;
  margin-top: 15px;
}

.catSeparator.col-md-3 {
  margin-right: 5px;
  /*! margin-left: 15px; */
  /*! padding-left: 0px; */
  /*! margin-left: 15px; */
}

.catSeparator.col-md-9 {
  margin-right: -5px;
}

.catSeparator p strong {
  font-size: 1.3em;
  padding-top: 19px;
  display: block;
}

.breadcrumb {
  background-color: #FFFFFF;
  margin-left: 0px;
  padding-left: 15px;
}

.breadcrumb a {
  color:#000000;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

#search .breadcrumb, #adv-search .breadcrumb {
  margin-top: 15px;
  margin-bottom: 5px;
}

.itemsPerPage {
  min-width: 250px;
  text-align: right;
}

.itemsPerPage select {
  display: inline !important;
  max-width: 70px;
  /*! float: right; */
}

.orderHistoryPaging .itemsPerPage label {
  display: block;
}

.itemBd {

  /*! padding: 20px; */
}

.emptyCart {
  font-size: 2.2em;
  line-height: 2em;
  text-transform: capitalize;
}

#register .customerInfo .title, #payment_info .title, .ac-skin .privacySetting.inner-socket .title {
  background-color: #262626;
  color: #FFFFFF;
}

.title h2 {
  margin-bottom: 0px;
}

.ac-skin .privacySetting.inner-socket .title {
  margin-bottom: 0px;
}

.inner-socket.customerInfo, #payment_info, .privacySetting {
  background-color: #EFEFEF;
  padding: 0px;
}

.inner-socket.customerInfo .col-md-3.text-right {
  line-height: 34px;
}

.privacySetting {
  /*! margin-bottom: 30px; */
}

.privacySetting .privacyBody {
  padding: 25px;
}

.privacySetting p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-left: 30px;
  margin-right: 30px;
}

.privacySetting p:first-of-type {
  margin-left: 0px;
}



.myAcctBody .col-md-10, .myAcctBody .col-md-2, .myAcctBody .col-md-6 {
  /*! margin-bottom: 20px; */
}

.myAcctAddress {
  padding: 15px;
}

.myAcctAddressInner {
  border: 2px solid #FFFFFF;
  /*! padding: 20px; */
  background-color: #E6E6E6;
  position: relative;
}

.myAcctAddressInner a {
  color: #0002FF;
}

.checkoutAddressBox {
  background-color: #EFEFEF;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  float: left;
  display: block;
}

.checkoutAddressBox p:first-of-type {
  padding: 10px;
  min-height: 250px;
}

.checkoutPaymentAddressBoxes .checkoutAddressBox {
  padding-bottom: 40px;
}

.checkoutPaymentAddressBoxes .checkoutAddressBox p:last-of-type {
  /*position: absolute;*/
  bottom: 15px;
  padding-left: 10px;
  margin-bottom: 0px;
}

.checkoutAddressBox p {
  word-wrap: break-word;
}

.checkoutAddressBox a {
  color: #2768a8;
}

.fullSiteLink {
  display: none;
}

body.font12 {
  font-size: 12px;	
}

body.font14 {
  font-size: 14px;
}

body.font16 {
  font-size: 16px;
}

body.font18 {
  font-size: 18px;
}

body.font10 {
  font-size: 10px;
}

#priceRangeTable.col-md-8 {
  padding: 0px;
}

.table.table-striped thead th {
  background-color: #666666;
  color: #FFFFFF;
}

.table.table-striped tbody th {
  border: none;
}

.table.table-striped tr td {
  border-top: none;
}

#priceRangeTable table.table tr {
  background-color: #FFFFFF;
}

.finalSale {
  margin-top: 10px;
}

.finalSaleText {
  color: #ac0000;
  font-size: 1.2em;
}

.finalSale span.glyphicon {
  font-size: 1.4em;
  margin-left: 7px;
  color: #666666;
}

.helpBox {
  position: relative;
}

.helpBox a {
  color: #4d4d4d !important;
}

#register .helpBox .glyphicon {
  font-size: 1.5em;
}

a .glyphicon-question-sign {
  color: #4d4d4d;
}

.helpPopup.alert {
  padding: 10px;
  border-radius: 4px;
  position: absolute;
  min-width: 300px;
  margin-left: 5px;
  margin-top: 10px;
  z-index: 50;
}

.alert#isbnHelp {
  min-width: 400px;
}

#adv-search .alert#isbnHelp {
  min-width: 280px;
}

.alert#finalSaleHelp {left: 10px;}

.requiredMsg .needed_star {
  margin-right: 3px;
}

#billingErrors, #shippingErrors, #accountErrors {
  margin-left: 3%;
  margin-right: 3%;
  clear: both;
}

.myAccountBack {
  background-color: #EFEFEF;
  padding: 0px;
}

.myAccountBack .title {
  background-color: #262626;
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 15px;
}

.myAccountBox {
  background-color: #CDCDCD;
  margin-bottom: 20px;
  padding: 15px;
  height: 115px;
}

body.font16 .myAccountBox {
  height: 135px;
}

body.font18 .myAccountBox {
  height: 150px;
}

.myAccountBox a, .myAccountBox a:hover {
  color: #000000;
}

.myAccountBox strong {
  font-size: 1.2em;
}

.myAccountBox:last-of-type {
 /* text-align: center;
  line-height: 85px;*/
}

.myAcctBody label {
  line-height: 34px;
}

.otherNotes {
  padding-left: 30px;
}

.defAdd .fa-check-circle {
  font-size: 1.3em;
  color: #1A913E;
}

.inventoryNum.inventoryBlock {
  display: none !important;
}

#basket tr.child td {
  border-top: none !important;
}

#basket tr.child img {
  max-width: 45%;
}

#basket tr.child .item-thumb {
  text-align: right;
}

#checkout tr.child td {
  border-top: none !important;
}

#checkout tr.child img {
  max-width: 45%;
}
#checkout tr.child .title {
  padding-left:20px;
}
#checkout tr.child .item-thumb {
  text-align: right;
}

#notifyMeMsg .oosMsg {
  color: #c30000;
}

table.properties-table.table tbody tr th {
  width: 20%;
  font-weight: normal;
  font-weight: 600;
  color: #222222;
  /*! font-size: 18px; */
}

#contentpage #bd p, #contentpage #bd li {
  line-height: 2.5em;
}

#faqBody > ul:first-of-type {
  padding-left: 15px;
  list-style-type: none;
}

#serviceGuaranteeBody ol.letter {
  list-style-type: lower-latin;
}

#serviceGuaranteeBody ol.roman {
  list-style-type: lower-roman;
}


.advsearch_search .col-md-3 {
  line-height: 34px;
}

.myAcctBody .row.order {
  padding: 15px;
}

.myAcctBody .row.order a {
  /*! color: blue; */
}

.myAcctBody .row.order a.btn {
  /*! color: #000000; */
}

.myAcctBody .row.order .orderItems {
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
}

.myAcctBody .row.order .orderDetails {
  padding-top: 15px;
}

.myAcctBody .row.order ul {
  list-style-type: none;
}

.myAcctBody .row.order ul li {
  line-height: 1.4em;
}

.myAcctBody .row.order .orderItems div div > ul, .myAcctBody .row.order .orderDetails ul {
  padding-left: 0px;
}

.myAcctBody .row.order .orderItems div div > ul li ul {
  padding-left: 15px;
}

.orderHistoryPaging {
  background-color: #FFFFFF;
  padding: 10px;
  padding-top: 20px;
}

.orderHistoryPaging .row:first-of-type {
  margin-bottom:20px;
}

.orderHistSep {
  background-color: #000000;
  height: 2px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.orderDetailBack {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 10000;
}

.orderDetailPop {
  height: 80%;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%); 
  -moz-transform: translate(-50%,-50%); 
  -ms-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  background-color: #EFEFEF;
  padding: 20px;
  padding-top: 0px;
}

.orderDetailPop iframe {
  width: 100%;
  height: 97%;
  border: none;
}

.orderDetailClose a {
  background-color: #EFEFEF;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  height: 20px;
  width: 20px;
  display: block;
  float: right;
  line-height: 20px;
  text-align: center;
  position: relative;
  top: 20px;
}

.orderDetailClose a:hover {
  color: #000000;
  text-decoration: none;
}

#checkout table.table .col1 {
  width: 20% !important;
}

#checkout table.table .col2 {
  width: 50% !important;
}

#checkout table.table.addressShow .col2 {
  width: 30% !important;
}

#checkout table.table.addressShow .col3 {
  width: 20% !important;
}

#checkout table.table .col4, #checkout table.table .col5, #checkout table.table .col6 {
  width: 10% !important;
}

#adv-search li.language, #adv-search li.format {
  /*! display: none; */
}

.new-footer .row {
  position: relative;
}

.copyrightColumn {
  /*! position: absolute; */
  /*! bottom: 0px; */
}

button, .btn, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.75rem 1.5rem 0.8125rem 1.5rem;
  font-size: 1rem;
  background-color: #0071A9;
  border-color: #0083c4;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  background-image: none;
  text-shadow: none;
}

button:hover, button:focus, button:active, .btn:hover, input[type="submit"]:hover, .btn:focus, input[type="submit"]:focus, .btn:active, input[type="submit"]:active {
    box-shadow: 0 1px 3px #666666;
    text-decoration: none;
}
button:hover, btn:focus, .btn:hover, input[type="submit"]:hover, .btn:focus, input[type="submit"]:focus {
    color: #FFFFFF;
}
button:hover, button:focus, .btn:hover, input[type="submit"]:hover, .btn:focus, input[type="submit"]:focus {
    background-color: #0077D9;
}

button.btn-default, .btn.btn-default, input.btn-default[type="submit"] {
    background-color: #d1ddeb;
    border-color: #b2c6de;
    color: #333333; }
    /* line 163, /Users/the_ferg/WebstormProjects/angularjs/vendor/foundation/scss/foundation/components/_buttons.scss */
    button.btn-default:hover, button.btn-default:focus, .btn.btn-default:hover, input.btn-default[type="submit"]:hover, .btn.btn-default:focus, input.btn-default[type="submit"]:focus {
      background-color: #b2c6de; }
    /* line 169, /Users/the_ferg/WebstormProjects/angularjs/vendor/foundation/scss/foundation/components/_buttons.scss */
    button.btn-default:hover, button.btn-default:focus, .btn.btn-default:hover, input.btn-default[type="submit"]:hover, .btn.btn-default:focus, input.btn-default[type="submit"]:focus {
      color: #333333; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #FFFFFF;
}

.table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #EFEFEF;
}

.alert {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #006b3f;
    border-color: #005c36;
    color: #4d4d4d;
}

.alert {
    background: #fafad2;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 0 0 0 0.9375rem;
    border-style: solid;
    padding: 0.9375rem 2rem 0.9375rem 0.9375rem;
    color: #333333;
}

.alert.alert-success {
    background: #E6FAD2;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 0 0 0 0.9375rem;
    border-style: solid;
    padding: 0.9375rem 2rem 0.9375rem 0.9375rem;
    color: #333333;
}

.alert.alert-danger {
    background: #FAD2D2;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 0 0 0 0.9375rem;
    border-style: solid;
    padding: 0.9375rem 2rem 0.9375rem 0.9375rem;
    color: #333333;
}

hr {
    border: solid #d9d9d9;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

.footerPicture {
  width: 140px;
  height: 140px;
  background-image: url("../images/footerImg.svg");
  background-repeat: no-repeat;
  background-position: 0 19%;
  border-radius: 50%;
  margin-top: 25px;
  max-width: 100%;
}

.new-footer .premierQuote h2 {
  /*! font-size: 1.6em; */
  /*! font-weight: 400; */
  /*! line-height: 1em; */
}

.new-footer .premierQuote h2 a {
  color: #06c;
}

.new-footer .premierQuote h2 a:hover {
  color: #5798d8;
}

.new-footer .premierQuote p {
  font-size: 1.2em;
}

.copyrightColumn {
  /*! margin-top: 25px; */
}

.new-footer .copyrightColumn .row {
  margin-bottom: 40px;
}

.pageUnavailableMsg {
  width: 50%;
  box-shadow: 2px 2px 11px -4px #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.pageUnavailableMsg h1 {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-top: 20px;
}

.pageUnavailableMsgInner {
  border: 1px solid #CCCCCC;
}

.pageUnavailableMsg .pageUnavailableMsgInner .col-md-6:nth-of-type(2) {
  padding-top: 15px;
  border-left: 1px solid #CCCCCC;
  padding-bottom: 15px;
}

.myAccountButtons {
  margin-top: 40px;
}

.myAccountButtons input {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.table.table-striped {
  border-bottom: 4px solid #ededed;
}

#checkout table#checkoutShipTable.table .col1 {
  width: 40% !important;
}

#checkout table#checkoutShipTable.table .col2 {
  width: 40% !important;
}

#checkout table#checkoutShipTable.table .col3 {
  width: 10% !important;
}

#checkout table#checkoutShipTable.table .col4 {
  width: 10% !important;
}

.homeCarousel {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}

body.font16 .col-md-4.numOfOrdersCol, body.font18 .col-md-4.numOfOrdersCol {
  width: 50%;
  text-align: right;
}

body.font16 .col-md-2.itemsPerPageCol, body.font18 .col-md-2.itemsPerPageCol {
  width: 100%;
}

#priceOverrideReason {
  width: 50%;
  min-height: 100px;
  padding: 10px;
}

.pagination > li > a {
  font-size: 0.8em;
}

table.table.totals tr td {
  border: none;
}

table.table.totals tr td:first-of-type {
  width: 90%;
}

.btn.btn-primary.notifyBtn {
  background-image: linear-gradient(#0077D9 0%, #0077D9 100%);
  /* background-color: rgb(192, 192, 192); */
}

.btn.btn-primary.notifyBtn:hover {
  background-position: 0px;
}

.btn.btn-primary.notifyBtn:focus {
  background-image: none;
}

.itemInfoSection {
  padding: 0px;
}

.basket-action-link {
  text-align: center;
}

.question {
  margin-bottom: 30px;
}

.alert h2 {
  line-height: 2em;
  margin-top: 0px;
}

.alert {
  font-size: 0.9em;
}

.ac-skin .myAcctNav ul {
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin: 0 2px;
    list-style: none outside none;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ac-skin .side-nav .myAcctNav {
  background-color: #E6E6E6;
  margin-bottom: 20px;
  border: 1px solid #999999;
}

.ac-skin .side-nav .myAcctNav {
  background-color: #FFFFFF;
  border-left: none;
  border-right: none;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
}

.ac-skin .side-nav .myAcctNav .title {
  border-bottom: none;
  padding: 10px;
  font-size: 1.1em;
}

.ac-skin .side-nav .myAcctNav li a {
  font-weight: normal;
}

.ac-skin .side-nav .myAcctNav li.active a {
  font-weight: bold;
}

.ac-skin .side-nav .myAcctNav .title {
    color: #000000 !important;
}

.ac-skin . myAcctNav .title {
    background-color: #000000;
    color: #000000;
}

.ac-skin .myAcctNav ul, .ac-skin .myAcctNav ul li {
    border: none;
}

.ac-skin . myAcctNav ul {
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin: 0 2px;
    list-style: none outside none;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ac-skin .side-nav . myAcctNav li {
    line-height: 1.83em;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid;
}

.ac-skin .side-nav .myAcctNav li a {
    color: #4F5355;
    font-weight: normal;
    font-size: 1em;
    line-height: 2.25em;
    margin: 0;
    padding: 0 0 0 8px;
    text-decoration: none;
}

.ac-skin .myAcctNav ul {
    list-style: none outside none;
}

.baske-item img {
  max-width: 226px;
  max-height: 226px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.shippingProv .form-control-feedback,
.shipCountry .form-control-feedback,
.shipAddressType .form-control-feedback,
.billCountry .form-control-feedback,
.billingProv .form-control-feedback,
.billAddressType .form-control-feedback {
  right: 15px;
}


table.basket tr td.basketAmount {
  min-width: 75px;
  text-align: right;
}

div.copyrightRow {
  margin-top: 30px;
}

div.contactUsColumn p {
  /*! text-align: center; */
}

div.contactUsColumn a i:first-of-type {
  margin-right: 10px;
}

div.contactUsColumn a i:last-of-type {
  margin-left: 10px; 
}

ul.linksList li {
  margin-bottom: 10px;
}

.search-bar .col-sm-3 {
  padding-left:0px;
  padding-right: 30px;
}

.search-bar .col-sm-9 p {
  /*! text-align: center; */
  line-height: 52px;
  margin: 0px;
}

#first-login .search-bar .col-sm-9 p {
  visibility: hidden;
}

.btn.forgotPass {
  margin-left: 20px;
}

.slick-dots {
  display: none !important;
}

.myAcctAddresses, .checkoutAddressBoxes {
/*
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;*/

  
  text-align: justify;
  margin-top: 20px;
  
  
}
.myAcctAddressInner {
    width: 47%;
	  margin-bottom: 10px;
    min-height: 275px;
    display: block;
    float: left;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

.checkoutAddressBoxes .checkoutAddressBox {
  width: 25%;
}

.checkoutAddressBoxes .checkoutAddressBox:last-of-type {
  margin-left: 20px;
}

.addressControls {
  position:absolute;
  bottom: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.addressContain {
  padding: 20px;
  margin-bottom: 15px;
}

#basket h1 {
  padding: 10px;
}

.form-control {
  color: #000000;
  border-color: #4D4D4D;
}

.form-control:focus {
  border: 3px solid darkblue;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 123, .6);
}

.mobileSearch .btn {
  padding: 6px 12px;
}

.filter form > label {
  margin-top: 10px;
  margin-bottom: 10px;
}

html.previewImg, html.popupActive {
  overflow-y: hidden;
}

#js-popup-message-back {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*! background-color: rgba(0,0,0,0.8); */
}

#js-popup-message {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%,-50%) !important; 
  -moz-transform: translate(-50%,-50%) !important; 
  -ms-transform: translate(-50%,-50%) !important;
  -khtml-transform: translate(-50%,-50%) !important;
  -o-transform: translate(-50%,-50%) !important;
}

#register .requiredMsg {
  padding-right: 20px;
}

.item-thumb img {
  max-width: 226px;
  max-height: 226px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-sm-6.checkoutLogos {
    padding: 25px;
}

.modal-backdrop.in {
    background-color: rgba(0,0,0,0.8) !important;
    opacity: 1 !important;
}

#sessionAlertMain .alert-content {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    padding: 25px !important;
    border: 1px solid #000000 !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%); 
    -moz-transform: translate(-50%,-50%); 
    -ms-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 1100;
}

#sessionAlertMain .alert-content p#expireText {
  margin-bottom:0px;
}

#sessionAlertMain .alert-content button {
    background: #0D65AF !important;
    height: auto !important;
    padding: 6px 20px !important;
    margin-bottom: 0px !important;
}

#sessionAlertMain .alert-content button:hover, 
#sessionAlertMain .alert-content button:focus {
    background-color: #204D74 !important;
    border: 3px solid #00008B !important;
}

#sessionAlertMain a:focus {
  padding: 5px;
}

p.loginWarning {
  margin-top: 35px;
  margin-bottom: 35px;
  display: block;
}

p.loginWarning strong:first-of-type {
  color: #E80018;
}

/*Responsive*/

@media screen and (max-width: 1440px) {
  .ac-skin #hd .top-search-form {
    /* width: 800px; */
}

  #bd {
    padding-left: 2%;
    padding-right: 2%;
  }

  #home #bd {
    padding: 0px;
  }

  .logo {
    padding-left: 10px;
  }

  .cartBox {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1200px) {

  .homeImage {
    display: block;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .homeImage .mainImg {
    width: 100%;
    max-width: 800px;
    height: 448px;
    overflow-y: hidden;
  }

  .homeImage .mainImg img {
    height: auto;
  }

  .homeImage .sideBoxTop, .homeImage .sideBoxBottom {
    max-width: 224px;
  }

  .homeImage .sideBoxTop img, .homeImage .sideBoxBottom img {
    width: 100%;
    height: auto;
  }

  .ac-skin #hd .top-search-form {
    /* width: 600px; */
}

  .top-search-form table {
    /* width: 450px; */
}

  #menu-search-drop {
    /* width: 450px; */
}
  
  #popSearchContain {
    width: 450px;
  }

  .ac-skin #hd .top-search-form input[type="text"] {
    /*! width: 250px; */
  }
  
  .ac_results {
    width: 350px !important;
  }
  
  .homeImage .sideBoxTop .btn.btn-default {
    left: 30px;
  }

  .homeImage .sideBoxBottom .btn.btn-default {
    left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .checkoutAddressBoxes .checkoutAddressBox {
    width: 40%;
  }
}

@media only screen and (max-width : 767px) {
    html {
        min-width: 400px;
        overflow-x: hidden;
    }

    .featuredProduct .product-image {
      height: 300px;;
    }
  
  #top-bar .topBarContain {
    height: 55px;
    /*! padding-bottom: 20px; */
  }
  
  #top-bar {
    height: auto;
  }
  
  #top-bar {
    line-height: 55px;
    
  }
  
  #top-bar a {
    margin-left: 10px;
    line-height: 68px;
  }
  
  #headerLoggedIn a {
    line-height: 60px;
  }
  
  #top-bar a.myAcctDropDown {
    display: none;
  }
  
  #top-bar .languageToggle abbr {
    display: inline !important;
  }
  
  #top-bar .col-xs-8.col-sm-9 {
        padding-right: 0px;
    /* line-height: 1px; */
    height: 0px;
    top: -15px;
	font-size: 9px;
  }
  #top-bar .col-xs-8.col-sm-9>a:last-child {
      line-height: 0px;
	  display: inline-block;
  }
  
  #top-bar .col-sm-3.col-xs-4 {
    padding-left: 5px;
  }
  
  #top-bar div.mobileSearch, #top-bar div.mobileSearch div {
    /*! display: block; */
  }
  
  #top-bar div.mobileSearch div.top-search-form .input-group {
    width: 100%;
    /*! position: relative; */
    /*! top: -7px; */
  }
  
  #top-bar div.mobileSearch div.top-search-form {
    max-height: 36px;
    /*! margin-top: 3px; */
  }
  
  .ac-skin .logo-menu .logo {
    margin: 0px;
    padding: 0px;
  }
  .ac-skin #hd .top-search-form {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  #hd #menu-search-drop {
    /*! border-bottom: 5px solid #E8E9E8; */
  }
  
  .ac-skin #hd .top-search-form p {
    text-align: left;
    margin-bottom: 0px;
  }
  
  #hd .top-search-form table {
    display: none;
  }
  
  .mobileSearch {
    margin: 5px;
    margin-top: 15px;
    /*! padding-top: 3px; */
  }
  
  .mobileSearch .top-search-form .input-group {
    background-color: #FFFFFF;
  }
  
  .mobileSearch .top-search-form .form-control {
    border: none;
    box-shadow: none;
  }
  
  .mobileSearch .btn.btn-default {
    margin: 0px;
    background-color: #FFFFFF;
  }
  
    #catSearchForm .top-search-form input[type="submit"] {
        font-size: 1.4em;
    }
    
    #page {
        margin-top: 0px;
    }

    #category.ac-skin .breadcrumbs, #item.ac-skin .breadcrumbs, #search.ac-skin .breadcrumbs {
    display: none;
    }
  
  .ac-skin .filter ul {
    height: auto !important;
  }
    
    .sideNavCrumbs {
        margin-bottom: 5px;
    }
  
    .fullSiteLink {
      display: block;
    }
    
    #wrapper {
        overflow-x: hidden;
    }
    .second-new-footer {
        width: 100%;
        height: 200px;
        margin-top: 2px;
        padding-top: 18px;
        min-width: 1024px;
    }

    .new-footer {
        min-width: 320px;
        height: auto;
    }

    #search_categories {
    display: none;
    }

    .second-new-footer {
        min-width: 0;
        height: auto;
    }

    body {
        min-width: 0;
    }
    .home-boxes {
        width: 100%;
    }

    #livechat-full {
        display: none;
    }
    .carousel .slide,
    .carousel .mask {
        width: 320px;
    }

    ul.slide-panel {
        display: none;
    }

    .social-block {
        float: none;
        margin-top: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .carousel {
        margin: 8px 0 8px;
    }
    .nav-block {
        margin: 0;
        display: none;
    }

    .logo {
        background-size: 85%;
    }

    .table-block {
        padding: 0;
    }

    .feature-content {
        margin: 0;
    }

    .architecture img {
        width: 250px;
        height: 200px;
    }

    .social-list li {
        padding: 0 12px 0 0;
    }

    .preview-block img {
        width: 320px;
        height: 320px;
    }

    #nav {
        width: 100%;
        margin-top: 0;
    }

    #nav li {
        display: none;
    }

    #nav li.show-on-mobile {
        display: block;
    }

    #mobile-menu {
        display: block;
    }

    #nav li.mobile-more {
        display: block;
    }

    #mobile-menu #nav {
        height: auto;
    }

    #mobile-menu #nav li {
        float: none;
        display: block;
    }

    #mobile-menu #nav .drop {
        left: 29%;
        top: 0;
    }

    #hide-mobile, .hide-mobile {
        display: none !important;
    }

    #mobile-menu #nav > li:hover > a > span > strong, #nav > li.hover > a > span > strong {
        background: none !important;
    }

    #nav li.home-button {
        display: none !important;
    }

    .content-preview {
        height: auto !important;
    }

    #category #bd {
        padding-left: 0 !important;
    }
    .blog li.description p {
        padding: 0 !important;
        margin: 0 !important;
    }

    div.panel div {
        margin-left: 25px;
    }

    .sliderimg {
        width: 320px;
        height: 254.5px;
    }

    .btn-download {
        display: none;
    }

    .bench-content img {
        width: 320px;
    }

    .content-preview img {
        width: 320px;
    }

    .download-boxes {
        width: auto;
    }

    .preview-block {
        padding: 0;
    }

    .container_contactus {
        margin: 10px;
    }

    .home-box-content {
        height: auto;
    }

    blockquote {
        width: 320px;
    }

    blockquote:after {
        top: 50%;
    }

    .home-box-col {
        margin-left: 5%;
    }

    #header h1 {
        display: none;
    }
    
    #header {
        padding: 0;
    }
    
    #hd {
        /*! display: none; */
    }
    
    #mobile-header {
        display: block;
        width: 100%;
        height: 35px;
        z-index: 1000;
    }

    #mobile-header a#mobile-more span, #mobile-header .optionsMenuBtn a span {
        font-size: 1.5em;
        margin-left: 20px;
        line-height: 35px;
    }

    #mobile-header .cartBox .glyphicon-shopping-cart {
        font-size: 1.5em;
        line-height: 35px;
    }

    .mobileLogo {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
  
    .mobileLogo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #mobile-header #avetti-mobile-logo {
        background-image: url(../images/logos/ontario_logo.svg);
        width: 111px;
        height: 35px;
        float: left;
        background-size: 111px 35px;
        margin-left: 5px;
        margin-top: 2px;
    }

    #mobile-header #mobile-menu-button {
        float: left;
        line-height: 35px;
        text-align: center;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.67em;
    }

    #mobile-header #mobile-cart-button {
        float: right;
        text-align: center;
        font-weight: bold;
        background-image: url(../images/cart.png);
        height: 30px;
        background-size: 30px;
        margin-top: 3px;
        margin-right: 2px;
        width: 30px;
    }

    #mobile-header #mobile-search-button {
        float: right;
        text-align: center;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        background-image: url(../images/search_icon.png);
        text-indent: -9999px;
        height: 30px;
        background-size: 30px;
        margin-top: 3px;
        margin-right: 2px;
    }

    #mobile-header #mobile-currency-button {
        float: right;
        text-align: center;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        background-image: url(../images/currency_icon.png);
        text-indent: -9999px;
        height: 30px;
        background-size: 30px;
        margin-top: 3px;
        margin-right: 2px;
    }

    #mobile-header #mobile-lang-button {
        float: right;
        text-align: center;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        background-image: url(../images/language_icon.png);
        text-indent: -9999px;
        height: 30px;
        background-size: 31px;
        margin-top: 3px;
        margin-right: 2px;
    }

    #mobile-header #mobile-home-button {
        height: 35px;
        float: left;
        line-height: 2.92em;
        text-align: center;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #mobile-search {
        padding: 10px;
        width: 200px;
        position: absolute;
        right: 78px;
        display: none;
        z-index: 300;
        border-radius: 0 0 8px 8px;
    }

    #mobile-currency {
        padding: 10px;
        width: 100px;
        position: absolute;
        right: 39px;
        display: none;
        z-index: 300;
        border-radius: 0 0 8px 8px;
    }

    .mobile-clicked {
        border-radius: 20px;
    }

    .language-list {
        display: none;
    }


    #mobile-menu #nav > li:hover > a {
        border-bottom-color: transparent;
    }
    
    #mobile-menu #nav li.parent > a:after {
        content: "???";
        float: right;
    }
    
    #mobile-menu #nav li ul {
        display: none;
        border-top: 0 none;
        padding: 0;
    }
    
    #mobile-menu #nav li ul a {
        border: 0 none;
        font-size: 1.25em;
        padding-left: 30px;
        font-weight: normal;
        line-height: 2.5em;
    }
    
    #mobile-menu #nav li:hover ul {
        display: block;
        border-top: 0 none;
    }

    #mobile-menu #nav li > a {
        width: 100%;
    }
    
    #mobile-menu #nav li {
        height: auto;
    }

    #mobile-menu #nav li ul {
        background: none;
        padding: 10px;
    }
    
    .top-search-form ul li {
        display: none;
    }

    #key {
        width: 98%;
        font-size: 1.67em;
        height: 30px;
        padding: 0;
    }

    #top-bar {
        font-size: 0.83em;
        position: relative;
        line-height: 1.5em;
    }

    #top-bar.fr {
      font-size: 0.73em;
    }
	
    #mobile-lang {
        position: absolute;
        right: 1px;
        text-align: right;
        font-size: 1.33em;
        display: none;
        line-height: 1.67em;
        z-index: 300;
        border-radius: 0 0 8px 8px;
        padding: 10px;
    }

    .ac-skin .filter ul {
        background: none;
    }

    .categories ul {
        height: 0;
        margin-top: 0;
        overflow: hidden;
    }

    .ac-skin .side-nav {
        margin-top: 0;
    }

    #basket-amount {
        /* background-color:#127502; */
        width: auto;
        display: inline;
    }

    #basket-amount {
      top: -10px;
      padding-left:2px;
      padding-right:2px;
    }

    .ac-skin .side-nav .filter.categories li {
        border: none !important;
    }
    
    .ac-skin .side-nav .filter.categories li a {
        padding: 6px;
        padding-left: 18px;
        font-size: 1.17em;
    }
    
    .ac-skin .filter ul {
        border: none !important;
    }
    #checkout #page, #register #page {
        width: auto;
    }

    #checkout #page textarea, #register #page textarea {
        width: 95%;
        margin-left: 3px;
    }

    .ac-skin .f-buttons {
        clear: both;
        text-align: center;
        margin-bottom: 15px;
    }

    #modal-preloader-register {
        top: 20% !important;
        left:20% !important;
    }

    .forgot-pass {
        margin-left: 15px;
        float: left;
    }
    
    .ac-skin .list .item {
        width: 100% !important;
    }
    
    .ac-skin .list .item .image {
        /* width: 150px !important; */
    }
    
    #productItems img {
        width: 45px;
    }
    
    .ac-skin .co-breadcrumb {
        width: auto;
    }
    
    .search-bar-back .col-sm-9 {
        display: none;
    }
  
    .navDropDown {
      width: 100%;
      position: relative;
    }
  
  #home .catalogIcon {
    display: inline;
  }
  
    #bd, #home #bd, #category #bd, #search #bd  {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
        min-width: 320px;
        padding-top: 0px;
        padding-bottom: 10px;
    }
  
    #top-bar .topBarContain {
        width: 100%;
    }
  
    .scrollHead.headerFixed {
        position: relative;
        top: 0px;
        /*! border-top: 1px solid; */
        /*! border-bottom: 1px solid; */
    }
  
    #column3 h3 {
        clear: both;
    }
    
    .scrollHead.headerFixed {
        min-width: 320px;
    }
    



  
    #search #bd {
        margin-top: 0px;
        padding-top: 5px;
    }
    
    .catSearchBar {
        margin-top: 5px;
        margin-bottom: 15px;
        display: block;
    }
    
    .copyText {
        text-align: center;
    }
    
    .ac-skin#home .filter {
        margin-bottom: 0px;
    }
    
    .refinePlus {
        float: right;
    }
    
    .ac-skin .filter.categories ul {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0px;
        width: 100%;
        height: auto;
        left: 0px;
        top: 189px;
        position: absolute;
        z-index: 100001;
    }
    
    .ac-skin.font10 .filter.categories ul {
        top: 56px;
    }
    
    .ac-skin.font14 .filter.categories ul {
        top: 62px;
    }
    
    .ac-skin.font16 .filter.categories ul {
        top: 66px;
    }
    
    .ac-skin.font18 .filter.categories ul {
        top: 69px;
    }
  
    .ac-skin .filter.categories {
        border-radius: 0px;
        height: auto;
    }
    
    .catSortLinks span a {
        font-weight: normal;
    }
    
    .catSortLinks span a.sortSelected {
        border-top: none;
        font-weight: bold;
    }
    
    .sideNavCrumbs ul strong {
        padding-top: 0px;
    }
    
    .sideNavCrumbs .crumbList1 #cat-grid-top {
        position: relative;
        left: -55px;
    }
    
    .sideNavCrumbs .crumbList2 #cat-grid-top {
        position: relative;
        left: -155px;
    }
    
    .facets-menu-wrapper {
        clear: both;
        width: 100%;
    }
    
    #home .item.preorderItem, #item .filter.cross-sell.recentMob .item.preorderItem {
        width: 44%;
        float: left;
    }
  
    .mobileNav {
        display: block;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 100;
        height: 40px;
        padding-left: 1.5%;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .mobileNav ul, .mobileMenu ul {
        padding-left: 0px;
        list-style-type: none;
    }

    .mobileNav ul li a {
        font-size: 2em;
    }
    
    .mobileMenu {
        display: block;
        position: fixed;
        z-index: 100;
        right: 0;
        bottom: 40px;
        padding-right: 10px;
        height: 0px;
    }
    
    .mobileMenu ul li {
        font-size: 1.2em;
        padding: 10px;
    }
  
    .mobileNav ul li {
        float: left;
        width: 16%;
        text-align: center;
        height: 40px;
        padding-top: 5px;
        border-left: 1px solid;
    }
    
    .mobileNav ul li:first-child {
        border: none;
    }
    
    .recentItemmobileHide {
        display: none;
    }
    
    .mobileFacets, .itemTitleMobile {
        display: block;
    }
    
    .ac-skin .item-details .title {
        display: none;
    }
    
    .itemTitleMobile {
        margin-left: 10px;
    }
    
    .mobileBreak, .ac-skin .item-details .reviews.mobileBreak {
        float: left;
        margin-right: 10px;
    }
    
    .ac-skin .product-info-links {
        width: 100%;
    }
  
    .ac-skin .item-options {
        width: 100%;
    }
    
    .ac-skin .list-price {
        float: left;
        margin-right: 10px;
    }
    
    .ac-skin .item-details .share {
        width: 160px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .desktopAd {
        display: none;
    }

    .mobileAd {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }
    
    .optionsMenu {
        display: block;
        position: absolute;
        z-index: 100;
        right: 0;
        top: 189px;
        /* padding-right: 10px; */
    }

    .footerLinks {
        display: none;
    }

    .optionsMenu ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }
  
    body.font10 .optionsMenu {
        top: 144px;
    }
    
    body.font14 .optionsMenu {
        top: 151px;
    }
    
    body.font16 .optionsMenu {
        top: 153px;
    }
    
    body.font18 .optionsMenu {
        top: 157px;
    }
    
    .optionsMenu.hidden {
        display: none;
    }
    
    .optionsMenu ul li {
        font-size: 1em;
        /* padding: 10px; */
    }
    
    .myAccountDesktop {
        /* display: none; */
    }
    
    .myAccountMobile {
        display: block;
    }
  
    .myAccountMobile ul {
        font-size: 1.1em;
        line-height: 1.5em;
        margin-bottom: 20px;
        list-style-type: none;
        padding-left: 10px;
    }
    
    #myaccount .orderInvoiceDetails h2 {
        font-size: 1.4em;
    }
    
    .ac-skin#category h2.categoryTitle {
        display: none;
    }
    
    .hideMobile {
        display: block;
    }
    
    #catSearchForm .top-search-form input[type="text"], #catSearchForm .top-search-form input[type="button"] {
        font-size: 1.4em;
    }
    
    #catSearchForm .top-search-form {
        /* width: 100%; */
        margin-left: auto;
        margin-right: auto;
        /* padding-bottom: 20px; */
        clear: both;
    }
    
    .ac-skin .side-nav .filter li {
        line-height: 2.5em;
    }
    
    .ac-skin .side-nav .filter {
        float: left;
        width: 45%;
        margin-left: 3%;
    }

    .ac-skin .side-nav .filter:nth-of-type(even) {
      clear:both;
    }

    .ac-skin .side-nav .filter.recentlyViewed {
      display: none;
    }
  
    .ac-skin .side-nav .filter.refine {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    
    .sideNavCrumbs ul strong {
        margin-top: -2px;
    }

    div#copyright {
        display: block;
        padding-bottom: 50px;
    }

    table.basket .baske-item .item-thumb img {
        max-width: 50px;
    }

    .mainImg, .mainImg img, .homeImage, .homeImage .mainImg {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .homeImage {
        width: 100%;
    }

    .homeImage .mainImg .btn.btn-primary {
        top: 80px;
        right: 5px;
    }

    .homeImage .sideBoxTop, .homeImage .sideBoxBottom {
        width: 50%;
        max-width: none;
    }

    .homeImage .mainImg .btn.btn-primary, .homeImage .sideBoxTop .btn.btn-default, .homeImage .sideBoxBottom .btn.btn-default {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: static;
        margin-top: 4px;
        width: 95%;
        z-index: 2;
        font-size: 1em;
    }

    .homeImage .mainImg .btn.btn-primary {
        margin-bottom: 20px;
    }

    .inner-socket .featuredProduct:nth-child(2n+3) {
        clear: both;
    }

    #category .new-footer {
        margin-top: 30px;
    }

    .checkoutCrumbs {
        font-size: 70%;
    }

    .g-signin2 {
        display: block;
        width: 120px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #basket .promos {
        width: auto;
    }

    .catSideNav .side-nav {
        width: 100%;
        margin-left: 5px;
    }

    .mobileSort {
        display: block;
    }

    .mobileSort ul li {
        list-style-type: none;
        font-size: 1.3em;
    }

    .mobileSort ul li.active {
        font-weight: bold;
    }

    .desktopSort {
        display: none;
    }

    .view-switch.vam {
        /* display: none; */
    }

    #basketdata {
        width: 100%;
    }

    .table.basket .item-title a {
        font-size: 0.7em;
    }

    .table.basket .list-price, .table.basket .price {
        float: none;
        display: block;
    }

    .row.homeImages {
        margin-top: 30px;
    }

    .homeImages .col-xs-12 .col-xs-6 {
        padding: 0px;
    }

    .ac-skin#item .yui-nav li {
      margin-top: 0px;
      margin-bottom: 2px;
    }

    .ac-skin#item .yui-nav {
      border: none;
    }

    .col-md-3.catSeparator {
      border: none;
      /* margin-top: 80px; */
      clear:both;
      text-align: center;
    }

    .col-md-12.catInfoBox {
      margin-top: 20px;
    }

    #top-bar a.decreaseFont, #top-bar a.contrastLink {
      margin-left: 10px;
    }

    .copyrightColumn {
      position: relative;
    }

    .new-footer h3 {
      line-height: 1.4em;
    }

    .ac-skin .categoryTitle .title {
      padding: 0px;
      margin-left: 0px;
      font-size:0.7em;
    }

    h1.categoryTitle {
      font-size: 1.5em;
      line-height: 1.3em;
      padding: 15px;
      padding-left: 0px;
    }

    #search h1.categoryTitle {
      padding-left: 15px;
    }

    .catSearchBar {
      clear:both;
      float: none;
      font-size: 0.6em;
      margin-top: 20px;
    }
    
    .itemsPerPage {
      margin-top: 20px;
    }

    .mobPadding {
      padding-top: 20px;
    }

    .itemBd {
      padding-left: 0px;
      padding-right:0px;
    }

    .breadcrumb > li {
      /* display: block; */
    }

    #basket h1, #checkout h1, #myaccount h1 {
      text-align: center;
      line-height: 1.3em;
      margin-bottom: 25px;
      margin-top: 25px;
    }

    #basket h1 img, #checkout h1 img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      float: none !important;
      margin-top: 40px;
    }

    #checkout .col-md-3.text-right, #forgot-pwd .col-md-2.text-right {
      text-align: left;
    }

    .checkoutInfoTitle.title {
      font-size: 1.2em !important;
    }

    .topBtn {
      /* display: none; */
    }

    #checkout table img {
      max-width: 100% !important;
    }

    .ac-skin#myaccount .side-nav .filter {
      width: 96%;
    }

    .advSearchTable {
      border-top: 2px solid #000000;
    }

    .advsearch_search .text-right {
      text-align: left;
      margin-bottom: 0px;
    }

    .advsearch_search .f-buttons {
      margin-top: 40px;
    }

    .paginationRow {
      margin-top: 20px;
    }

    .footerPicture {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .slick-prev {
      left: 0px !important;
    }

    .slick-next {
      right: 0px !important;
    }

    .pagination > li > a, .pagination > li > span {
      font-size: 0.6em;
    }

    .angularFacetLoad {
      display: none !important;
    }

    #myaccount .myAcctBody .col-md-3.text-right {
      text-align: left;
    }

    .container-fluid.itemInfoSection, .item-details.col-md-7 {
      padding: 0px !important;
    }

    .helpPopup.alert {
      right: 0px !important;
    }

    .alert#isbnHelp {
      min-width: 300px;
    }

    .alert#finalSaleHelp {
      position: static;
    }

    #adv-search .alert#finalSaleHelp {
      min-width: 0px;
    }

    #basket .alert#finalSaleHelp {
      position: absolute;
      left: -115px;
    }

    #myaccount #bd .myAccountMobile h2 {
      background-color: #666666;
    }

    #register .customerInfo .title {
      font-size: 1.1em !important;
    }

    #register .customerInfo .col-md-3.text-right, .payment-method .text-right {
      text-align: left !important;
      display: block;
    }

    table.table.totals tr td:first-of-type {
      width: 60%;
    }
    #myaccount #bd h2 {
      font-size: 1em;
    }
    .guestCheckoutBtn {
      text-align: center;
    }

    .new-footer div.footerColumnHeader {
      line-height: 1.5em;
    }
  
  .new-footer .premierQuote div.footerColumnHeader {
    margin-top: 0px;
  }
  
  .col-sm-8.premierQuote, .new-footer .col-xs-12.col-sm-3, .new-footer .col-xs-12 {
    padding: 0px;
  }
  
  div.copyrightRow {
    margin-top: 5px;
  }
  
  div.copyrightRow a {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    text-decoration: underline;
  }
	
	.manageCustomersMobile{
		display:table;
	}
	.manageCustomersDesktop{
	display:none;
	}

	.languageSelect {
	  width: 100%;
	  top:50%;
	}

	.languageSelectContent img {
	  width: 50%;
	  height: auto;
	}

	.languageSelectContent .langBtn {
	  display: block;
	  margin-left: auto;
	  margin-right: auto !important;
	}

	#bd {
	  min-height: 0px !important;
	}

	.checkoutAddressBoxes .checkoutAddressBox {
      width: 100%;
    }

    .checkoutAddressBoxes .checkoutAddressBox:last-of-type {
      margin: 0px;
    }
  
  .col-sm-3.text-right {
    text-align: left;
  }

  .col-sm-6.checkoutLogos {
    padding: 0px;
    padding-bottom: 25px;
  }

  .col-sm-6.checkoutLogos img {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .col-sm-3.catSeparator  {
    clear:both;
    padding-top:10px;
  }

  #category .col-xs-9.col-sm-4.mobPadding {
    margin-bottom: 20px;
  }

  #search .main.col-sm-9 {
    clear: both;
  }

  #adv-search .content .col-md-9.col-md-offset-3 {
    padding: 0px;
  }

  #adv-search .col-md-3.catSeparator {
    border-top: 2px solid #000000;
    width: 100%;
  }
  
  #top-bar .row.skipNavRow a {
    position: relative;
    height: auto;
    width: auto;
    line-height: 16px;
    color: #FFFFFF !important;
    margin-left: 30px;
    float: left;
  }

}

.errorMes{
		color: #c10808;
	}
	
	abbr[title]{
		text-decoration: none;
	}

.modal-footer .btn + .btn{
	margin-bottom: 1.25rem;
}

@media only screen and (min-width : 767px) {
  
  #home.ac-skin .search-bar .main-menu li:first-of-type a {
    cursor: default;
  }

  #home.ac-skin .search-bar .main-menu li:first-of-type a:hover {
    color: 000000;
  }
  
  #home .navDropDown {
    display: block !important;
  }
}

@media only screen and (max-width : 767px) {
  #top-bar {
    position: fixed;
    z-index: 100001;
  }
  
  #page {
    margin-top: 115px;
  }
}