@charset "UTF-8";
/* Contents

1. SASS Variables
  1a. Helpers
2. Reset
3. Defaults
  3a. Messages
4. Site Container
5. Global Header
6. Top Navigation Bar
7. Global Footer
8. Storefront Main Slider
9. Featured Products Slider
10. Storefront Featured Banners
11. Left Navigation
12. Breadcrumbs
13. Product Page
	13.1 Product Image
	13.2 Product Attributes
	13.3 Tabs
14. Related Items Slider
15. Recently Viewed Slider
16. Category Pages
	16.1 Category Filters




*/
/* 1. SASS Variables */
/** Helpers */
.box-shadow, .product-details-2, .panes, #rel-items > a .product-details, .CTGY.product-list #category-listing > a .product-details, #filter-items-container-top,
#filter-items-container-bot, .BASK #basket-sidebar, .BASK #basket-contents table {
  -webkit-box-shadow: 0px 1px 1px 0px #e3e3e3;
  -moz-box-shadow: 0px 1px 1px 0px #e3e3e3;
  box-shadow: 0px 1px 1px 0px #e3e3e3; }

div.overlay {
  background: url(../img/bg-overlay.png) 0 0px repeat;
  width: 120%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 181px;
  left: 0;
  z-index: 666;
  display: none; }

/* 2. Reset */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  padding: 0;
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

a img {
  border: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both;
  font-size: 0em;
  height: 0em; }

form {
  display: inline;
  margin: 0;
  padding: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* 3. Defaults */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

a {
  color: #2b00ff; }
  a:link {
    color: #2b00ff; }
  a:hover {
    color: #a694ff; }

select {
  border: 1px solid #cfcfcf;
  padding: 1px 2px; }

input {
  border: 1px solid #cfcfcf; }

.red {
  color: #d31a2f; }

.blue {
  color: #0000ff; }

.grey {
  color: #999999; }

.nowrap {
  white-space: normal; }

.link-pipe {
  color: #999999; }

.input_error {
  border: 1px solid #ff0000; }

.floatright {
  float: right; }

.floatleft {
  float: left; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

.aligncenter {
  text-align: center; }

.margincenter {
  margin: 0 auto; }

.small {
  font-size: 13px; }

.smaller {
  font-size: 12px; }

.smallest {
  font-size: 11px; }

.large {
  font-size: 15px; }

.larger {
  font-size: 16px; }

.largest {
  font-size: 17px; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

/** UI Kit */
.ui-row {
  padding: 0 0 20px 0; }
  .ui-row > .fa {
    display: inline-block;
    margin-right: 10px; }

/* Titles */
h1, h2, h3, h4, h5, h6 {
  color: #1d1d1d; }

h6 {
  font-size: 12px;
  line-height: 14px; }

h5 {
  font-size: 14px;
  line-height: 16px; }

h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;  }

h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: lighter; }

h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: lighter; }

/* Buttons */
a.ui-button-small, a.ui-button-large, a.ui-button-grey {
  color: #242424;
  text-decoration: none; }

.ui-button-small {
  display: inline-block;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  padding: 0 38px;
  text-decoration: none;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 9px;
  color: #242424;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .ui-button-small:hover {
    color: #d20000; }

.ui-button-large {
  display: inline-block;
  border: 1px solid #e4e4e4;
  line-height: 48px;
  padding: 0 20px;
  text-decoration: none;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .ui-button-large:hover {
    color: #d20000; }

a.ui-button-red {
  text-decoration: none;
  color: #fff; }

.ui-button-red {
  display: inline-block;
  line-height: 48px;
  padding: 0 45px;
  text-decoration: none;
  background: #d20000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .ui-button-red:hover {
    background: #b20e0e; }

.ui-button-grey {
  display: inline-block;
  line-height: 48px;
  padding: 0 15px;
  text-decoration: none;
  background: #efefef;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 25px;
  color: #5b5b5b;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .ui-button-grey:hover {
    background: #eaeaea; }

a.ui-social {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #d6d7db;
  color: #484848;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  a.ui-social:hover {
    color: #d20000; }

.fa-arrow-right {
  color: #860516;
  font-size: 8px; }

.fa-star {
  font-size: 12px;
  color: #e4e4e4; }
  .fa-star.active {
    color: #d20000; }

.fa-circle-o {
  color: #a9a9a9;
  font-size: 12px; }

.fa-circle {
  color: #e05e6d;
  font-size: 12px; }
  .fa-circle.active {
    color: #e05e6d; }

.fa-chevron-circle-left, .fa-chevron-circle-right {
  color: #d20000;
  font-size: 22px; }

.fa-phone {
  color: #d20000;
  font-size: 22px; }

.fa-shopping-cart {
  color: #d20000;
  font-size: 22px; }

.fa-angle-right, .fa-angle-left {
  color: #999999;
  font-size: 18px; }
  .fa-angle-right.active, .fa-angle-left.active {
    color: #4c4c4c; }

.fa-search {
  color: #dfdfdf;
  font-size: 18px; }

/* Inputs */
input[type=text], input[type=password], input[type=email], input[type=tel] {
  border: 1px solid #a1a1a1;
  display: block;
  /* width: 425px; */
  max-width:100%;
  /* 
  height: 49px;
  line-height: 47px;
  */
  font-size: 14px;
  color: #1d1d1d;
  padding: 5px;
  outline: none;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms; }
  input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, 
input[type=email]:active, input[type=email]:focus,
input[type=tel]:active, input[type=tel]:focus{
    border: 1px solid #505050; }

.ui-row input[type=text], .ui-row input[type=password], .ui-row input[type=email], .ui-row input[type=tel] {
  margin: 0 0 10px 0; }

/* Table */
table {
  width: 100%;
  border: 1px solid #dadada;
  margin: 10px 0 30px; }
  table th {
    background: #f2f2f2;
    color: #292929; }
  table td, table th {
    text-align: left;
    padding: 15px 19px;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada; }
  table td.column-1 {
    width: 82px;
    text-align: center;
     }
  table td.column-2 {
    width: 667px;
 }
  table td.column-3 {
    width: 131px;
	text-align:center;
 }
  table td.column-4 {
    width: 131px;
 }
  table td.column-5 {
    width: 131px;
    font-size: 16px;
    color: #d20000; }
ol {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin: 15px 0; }
  ol li {
    line-height: 24px; }
    ol li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #d20000;
      padding-right: 10px; }

ul {
  list-style: none;
  padding: 0;
  margin: 15px 0; }
  ul li {
    line-height: 24px; }
    ul li:before {
      content: "• ";
      color: #d20000;
      padding-right: 10px;
      font-weight: bold; }

/* Messages */
#maintenance {
  padding: 5px;
  background: #666;
  color: #fff;
  text-align: center; }

.error-message {
  padding: 4px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  color: #dd0000;
  font-weight: bold; }

.information-message {
  padding: 4px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  color: #0000dd; }

.textfield, select, textarea,
#tax-fields .form_row input {
  border-width: 1px;
  border-style: solid;
  border-color: #333333 #bbbbbb #bbbbbb #bbbbbb;
  padding: 1px 2px;
  font: normal 1em Arial, Helvetica, Verdana, sans-serif; }

.textfield, textarea {
  width: 160px; }

#abbr-basket .acct a.last, .LOGN input[type="button"], .ORDL input[type="button"], .LOGN input[type="submit"], .ORDL input[type="submit"], .ORHL input[type="submit"], .ORHL input[type="button"], .WLGN input[type="button"], .WLGN input[type="submit"] {
  border: 1px solid #666666;
  background: #6d6d6d;
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  text-decoration: none; }

/* 4. Site Container */
body {
  background-color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-size: 14px; }

.site-container {
  width: 1140px;
  margin: 0 auto; }

#content-container {
  clear: both;
  margin: 0;
  background-color: #f1f1f1;
  position: relative;
  z-index:55;
  }
  
#main-content {
  width: 748px;
  padding: 0;
  vertical-align: top;
  float: left; }

#main-content-full {
  width: 100%;
  padding: 0;
  vertical-align: top;
  min-height:400px; }

#page-header, #page-footer {
  clear: both; }

#banner {
  text-align: center; }
#banner img {
	max-width:100%;
}

/* 5. Global Header */
#global-header {
  background: url(../img/bg-header-line.png) 0 61px repeat-x;
  border-top: 3px solid #e40f18;
  height: 180px; }
  #global-header .site-container {
    position: relative;
    height: 180px; }
  #global-header #logo {
    width: 488px;
    float: left;
    margin-top: 12px; }
    #global-header #logo a {
      display: block;
      height: 90px; }
  #global-header .col-1 {
    padding: 15px;
    width: 405px;
    height: 75px;
    position: absolute;
    right: 0;
    bottom: -74px;
    z-index: 99; /* 999 */
    /* background: url(../img/bg-search.png) 0 0 repeat; */
	background-color: rgba(211, 26, 47, 0.5);
	}
	#global-header .col-1:hover {
	background-color: rgba(211, 26, 47, 0.9);
	transition: 0.2s ease-in-out all;
	}
  #global-header .col-2 {
    padding: 20px 20px 0 0;
    width: 370px;
    float: right;
    text-align: right; }
    #global-header .col-2 #checkout-nav {
      list-style: none;
      padding: 0;
      margin: 0;
      float: right; }
      #global-header .col-2 #checkout-nav > li {
        display: block;
        float: left;
        padding-left: 25px; }
        #global-header .col-2 #checkout-nav > li:before {
          display: none; }
        #global-header .col-2 #checkout-nav > li, #global-header .col-2 #checkout-nav > li a {
          font-size: 12px;
          color: #1d1d1d; }
    #global-header .col-2 a {
      color: #3a3730;
      text-decoration: none; }
      #global-header .col-2 a:hover {
        text-decoration: underline; }
  #global-header #message-1 {
    color: #999999;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center; }
  #global-header #message-2 {
    font-size: 16px;
    width: 120px;
    background: url(../img/icon-contact.png) 100% 0 no-repeat;
    padding-top: 53px;
    float: right;
    color: #1d1d1d;
    margin-right: 50px; }

#search form {
  display: block;
  position: relative; }
#search input {
  outline: none; }
  #search input[type="text"]::placeholder { 
    color: #fff;
}
#search input[type="text"] {
  width: 307px;
  border: 1px solid #ba5a64;
  height: 43px;
  line-height: 43px;
  color: #fff;
  font-size: 13px;
  padding: 0 12px;
  font-style: italic;
  outline: none;
  background: transparent;
  float: left; }
#search input[type="submit"] {
  background: transparent;
  border-right: 1px solid #ba5a64;
  border-top: 1px solid #ba5a64;
  border-bottom: 1px solid #ba5a64;
  border-left: 1px solid transparent;
  width: 65px;
  height: 43px;
  float: left;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 0px;
  background: url(../img/icon-search.png) 50% 50% no-repeat; }
  #search input[type="submit"]:hover {
    color: #ffffff; }

.header-basket {
  clear: both;
  padding-top: 42px; }

#abbr-basket {
  /* background: url(../img/icon-basket.png) right 3px no-repeat; */
  /* padding-top: 53px; */
  float: right;
  width: 158px; }
  #abbr-basket .bask {
    float: right;
    font-size: 16px; }
  #abbr-basket .bask > a {
	  
  }
  #abbr-basket .bask img {
	  display:block;
	  float:right;
	  padding-top:3px;
	  margin-bottom:17px;
  }
  #abbr-basket .bask-totals {
	  display:block;
	  width:100%;
	  clear:both;
  }
  #abbr-basket .bask > span {
    display: inline-block; }
  #abbr-basket .bask > a span {
    color: #d31a2f;
    font-weight: bold; }
  #abbr-basket .bask .divider {
    margin: 0 4px 0 6px;
    color: #d31a2f;
    font-weight: bold; }
  #abbr-basket .bask a:first-child {
    font-size: 16px;
    font-weight: bold; }
  #abbr-basket .acct {
    float: right; }
  #abbr-basket .acct > a, #abbr-basket .acct > span {
    display: inline-block; }
  #abbr-basket .acct a.last {
    color: #fff !important; }
  #abbr-basket .acct a.last {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 15px;
    margin-left: 10px;
    display: inline-block; }
  #abbr-basket .acct .divider {
    display: none; }

/* 6. Top Navigation Bar */
#navigation-bar {
  float: left;
  padding: 17px 0 0 81px;
  position: relative;
  z-index: 777; /* 1000 */ }
  #navigation-bar ul.main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left; }
    #navigation-bar ul.main-nav li:before {
      display: none; }
  #navigation-bar .main-nav > li {
    float: left;
    position: relative; }
  #navigation-bar .main-nav > li:hover {
    z-index: 1; }
  #navigation-bar .main-nav > li.last {
    border-right: 0; }
  #navigation-bar .main-nav > li a {
    text-decoration: none; }
  #navigation-bar .main-nav > li, #navigation-bar .main-nav > li > a {
    font-size: 16px;
    line-height: 56px;
    display: inline-block;
    color: #1d1d1d; }
  #navigation-bar .main-nav > li > a {
    padding: 0 19px;
    position: relative;
    border-bottom: 3px solid transparent; }
  #navigation-bar .main-nav > li:hover > a {
    border-bottom: 3px solid #d31a2f;
    text-decoration: none; }
  #navigation-bar .main-nav > li.first a {
    border-left: none; }
  #navigation-bar .main-nav > li.last a {
    border-right: none; }
  #navigation-bar .main-nav li:hover > ul.sub-menu {
    display: block; }
	#navigation-bar .main-nav #nav-3 ul.sub-menu {
		width: 180px;
	}
	#navigation-bar .main-nav #nav-4 > ul.sub-menu {
		width: 230px;
	}
	#navigation-bar .main-nav #nav-4 > ul.sub-menu li > a {
		padding-left: 4em;
	}
	#navigation-bar .main-nav #nav-4 > ul.sub-menu li.dealer1 > a {
		background: url("../img/nav-porsche-icon.png") no-repeat left center;
		background-size: 50px 50px;
	}
	#navigation-bar .main-nav #nav-4 > ul.sub-menu li.dealer2 > a {
		background: url("../img/nav-audi-icon.png") no-repeat left center;
		background-size: 50px 50px;
	}
	#navigation-bar .main-nav #nav-4 > ul.sub-menu li.dealer3 > a {
		background: url("../img/nav-vw-icon.png") no-repeat left center;
		background-size: 50px 50px;
	}
	#navigation-bar .main-nav #nav-4 ul.sub-menu > li ul {
		width: 180px;
		right: -180px;
	}
	#navigation-bar .main-nav ul.sub-menu > li:last-child a {
		border-bottom: 1px solid #e8e7e7 !importANT;
	}
	#navigation-bar .main-nav #nav-4 > ul.sub-menu li ul.sub-menu li a {
		padding-left: 0;
	}
  #navigation-bar .main-nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    padding: 0px 0 15px;
    background: #fff;
    text-decoration: none;
    width: 307px;
    list-style: none;
    margin: 0;
    z-index: 99; /* 1000 */ }
  #navigation-bar .main-nav ul.sub-menu > li:hover {
    background: #d31a2f; }
    #navigation-bar .main-nav ul.sub-menu > li:hover > a {
      border-bottom: 1px solid transparent;
      color: #fff; }
      #navigation-bar .main-nav ul.sub-menu > li:hover > a > span.arrow {
        background-position: 0 100%; }
  #navigation-bar .main-nav ul.sub-menu > li {
    float: none;
    padding: 0 13px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 1px;
    position: relative; }
    #navigation-bar .main-nav ul.sub-menu > li:last-child a {
      border-bottom: none; }
  #navigation-bar .main-nav ul.sub-menu > li > a {
    position: relative;
    text-decoration: none;
    padding: 0 5px 0 15px;
    border-bottom: 1px solid #e8e7e7; }
  #navigation-bar .main-nav ul.sub-menu > li > a > span {
    display: inline-block; }
  #navigation-bar .main-nav > li > ul.sub-menu > li > a > span.link {
    width: 103px;
	max-height:60px;
	overflow:hidden;
	float:left;
  }
  #navigation-bar .main-nav ul.sub-menu > li > a > span.img {
    position: relative;
    top: 0px;
    text-align: right;
    width: 156px; 
	float:right;
	padding-right:16px;
	max-height:60px;
	vertical-align:middle;
	}
    #navigation-bar .main-nav ul.sub-menu > li > a > span.img img {
	  width:130px;
	  vertical-align:middle;
	   }
  #navigation-bar .main-nav ul.sub-menu > li > a > span.arrow {
    background: url(../img/icon-submenu-arrow.png) 0 0 no-repeat;
    display: inline-block;
    height: 5px;
    width: 6px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 32px; }
  #navigation-bar .main-nav ul.sub-menu > li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    right: -278px;
    left: auto;
    top: 0;
    width: 278px; }
  #navigation-bar .main-nav ul.sub-menu ul.last {
    border: none; }
  #navigation-bar .main-nav ul.sub-menu li, #navigation-bar .main-nav ul.sub-menu li a {
    font-size: 14px;
    line-height: 60px;
    text-transform: none;
    display: block;
    color: #1d1d1d;
	 }
  #navigation-bar .main-nav li ul.sub-menu a {
    padding: 0; }

/* 7. Global Footer */
#global-footer {
  background: #fff url(../img/bg-footer.png) 0 0 repeat-x;
  padding: 11px 0px 25px 0px;
  font-size: 13px;
  line-height: 24px;
  border-bottom: 1px solid #efefef;
  color: #767676; }
  #global-footer .site-container {
    border-top: 1px solid #e3e3e3; }
  #global-footer h3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px; 
	font-weight: bold; }
  #global-footer a {
    color: #1d1d1d;
    text-decoration: none; }
    #global-footer a:hover {
      text-decoration: underline; }
  #global-footer .main-footer {
    border-bottom: 1px solid #d0d2d6;
    padding: 60px 14px 48px; }
    #global-footer .main-footer > div {
      float: left; }
  #global-footer > div ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #global-footer > div ul li, #global-footer > div ul a {
      font-size: 13px;
      line-height: 20px;
      color: #767676; }
      #global-footer > div ul li:before, #global-footer > div ul a:before {
        display: none; }
  #global-footer .col-1 {
    padding: 0 8px 0 0;
    width: 284px; }
  #global-footer .col-2 {
    padding: 0 8px 0 13px;
    width: 295px; }
  #global-footer .col-3 {
    padding: 0 8px 0 13px;
    width: 290px; }
  #global-footer .col-4 {
    padding: 0;
    margin-right: 5px;
    width: 202px; }
    #global-footer .col-4 ul li {
      display: inline-block; }
  #global-footer .col-5 {
    padding: 0 61px;
    width: 352px;
    border-right: none; }
  #global-footer #secure-seals > div {
    text-align: center;
    margin-bottom: 8px; }
  #global-footer #newsletter-signup {
    width: 261px;
    padding-top: 14px; }
    #global-footer #newsletter-signup input[type=text] {
      width: 220px;
      display: block;
      float: left;
      color: #000;
      padding: 0 14px;
      border: 1px solid #d4d5d9;
      height: 38px;
      line-height: 38px;
      outline: none; }
  #global-footer #newsletter-signup input[type=email] {
    width: 220px;
    display: block;
    float: left;
    color: #000;
    padding: 0 14px;
    border: 1px solid #d4d5d9;
    height: 38px;
    line-height: 38px;
    outline: none; }
  #global-footer #newsletter-signup input[type=submit] {
    border: none;
    background: #d31a2f url(../img/icon-submit-arrow.png) 50% 50% no-repeat;
    height: 38px;
    width: 38px;
    float: left;
    font-size: 13px;
    line-height: 17px;
    z-index: 2;
    display: block; }

#sub-footer {
  border-right: none !important;
  padding: 19px 14px 15px;
  clear: both;
  float: none !important; }
  #sub-footer .footer-top-nav {
    width: 580px;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    #sub-footer .footer-top-nav > li {
      display: inline-block;
      padding-right: 7px; 
	  font-weight: bold;
        font-size: 17px;
        color: #484848;
			  }
      #sub-footer .footer-top-nav > li a {
        font-size: 17px;
        color: #484848; }
  #sub-footer #payment-methods {
    float: right;
    width: 400px;
    text-align: right; }
  #sub-footer #social-follow {
    float: right; }
  #sub-footer #social-follow a {
    display: inline-block;
    margin-right: 9px;
    position: relative;
    z-index: 2;
    color: #1d1d1d; }
  #sub-footer #social-follow i {
    font-size: 34px;
    line-height: 36px;
    color: #1d1d1d;
    position: relative;
    z-index: 2; }

.footer-bottom {
  clear: both;
  padding: 34px 0 0 14px; }

#copyright {
  float: left;
  width: 500px;
  font-size: 12px; }
  #copyright a {
    color: #767676; }

#accessibility-notice {
	float: left;
	margin-top: 1rem;
	font-size: 12px;
	line-height: 1.5;
}
#accessibility-notice strong {
    display: block;
}

/* 8. Storefront Main Slider */
#slider-main {
  background: #fff;
  margin: 0px auto;
  position: relative;
  overflow: hidden; }
  #slider-main .slide {
    position: relative;
    overflow: hidden;
    /* width: 1600px; */
    margin: 0 auto; }
  #slider-main .slide .items {
    width: 20000em;
    position: absolute; }
  #slider-main .items > div.item {
    float: left;
    position: relative;
    overflow: hidden;
    width: 1600px;
    margin-right: 2px; }
  #slider-main .item div {
    overflow: hidden;
    position: relative;
    z-index: 2; }
  #slider-main .item img {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%; }
	
@media screen and (min-width: 768px) and (max-width: 959px){
	.SFNT #slider-main .navi {
		bottom: 35%;
	}
}
@media screen and (min-width: 960px) {
	.SFNT #slider-main .navi {
		bottom: 30px;
	}
}
  #slider-main .navi {
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    height: 20px;
    min-width: 80px;
    z-index: 10; }
  #slider-main .navi a {
    background: url(../img/dot-nav.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 3px; }
  #slider-main .navi a.active {
    background-position: 0 -30px; }

/* 9. Featured Products Slider */
#feat-products {
	padding: 0;
	margin: 1.75em 0;
	display: inline-block;
	width: 100%;
  	position: relative;
}
  #feat-products h2 {
    height: 31px;
    padding: 0px 15px;
    margin: 0px 0 1px 0;
    line-height: 31px;
    font-size: 18px;
    font-weight: normal;
    color: #999999;
    position: relative;
    z-index: 2;
    background: #e3e3e3; }
  #feat-products .col-1 {
    float: left;
    width: 555px; }
  #feat-products .col-2 {
    float: right;
    width: 555px; }
  #feat-products .feat-col > div {
    margin-bottom: 25px; }
    #feat-products .feat-col > div:last-child {
      margin-bottom: 0; }
    #feat-products .feat-col > div > a, #feat-products .feat-col > div img {
      display: block; }
    #feat-products .feat-col > div .desc-box {
      text-align: center;
      line-height: 65px;
      height: 65px;
      padding: 0 20px;
      background: #fff;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      border-left: 1px solid #eaeaea; }
      #feat-products .feat-col > div .desc-box a {
        color: #c62200;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase; }

.slider-feat-holder {
  background: #fff; }

#slider-feat {
  padding: 0px 0 0 0;
  position: relative;
  width: 1140px;
  margin: 0 auto; }
  #slider-feat .navi {
    cursor: pointer;
    height: 20px;
    width: 80px;
    position: absolute;
    z-index: 2;
    right: -10px;
    top: -26px; }
  #slider-feat .navi a {
    background: url(../img/dot-nav.png) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 15px;
    width: 15px;
    margin: 3px; }
    #slider-feat .navi a:hover {
      background-position: 0 -15px; }
  #slider-feat .navi a.active {
    background-position: 0 -30px; }
  #slider-feat a.disabled {
    opacity: 0.3; }
  #slider-feat a.prev, #slider-feat a.next {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url(../img/slider-btns.png);
    background-repeat: no-repeat;
    top: 45px;
    cursor: pointer;
    z-index: 2; }
  #slider-feat a.prev {
    background-position: 0 0;
    left: -10px; }
  #slider-feat a.next {
    background-position: right 0;
    right: -10px; }
  #slider-feat .feat {
    height: 130px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden; }
  #slider-feat .items {
    width: 20000em;
    position: absolute; }
  #slider-feat .items .item {
    float: left; }
  #slider-feat .item .slide-prod:first-child {
    border-left: 1px solid #eef4f9; }
  #slider-feat .slide-prod {
    width: 190px;
    float: left;
    text-align: center;
    margin-right: 0px;
    background: #fff;
    border-right: 1px solid #eef4f9; }
  #slider-feat .slide-prod a {
    text-align: center;
    display: block;
    text-decoration: none; }
  #slider-feat .slide-prod img {
	  height:55px;
	  margin:10px 0;}
  #slider-feat .feat-product-image {
    /* height: 62px; */
	height:74px;
	width:190px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px; }
  #slider-feat .feat-product-name {
    height: 34px;
    color: #3a3730;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden; }
  #slider-feat .feat-product-price {
    font-size: 20px;
    color: #3a3730; }

/* 10. Storefront Featured Banners */
#feat-banners {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }

#feat-banners > div {
	margin: 0 0 29px 0;
	width: 555px;
	float: left;
	background: #fff;
	height: 200px;
  display: block;
  z-index: 2;
  position: relative; }
  #feat-banners > div.last {
    margin-right: 0; }
  #feat-banners > div > a {
	display: inline-block;
    height: 200px;
    overflow: hidden; }
  #feat-banners > div .desc-box {
	width: 50%;
	display: inline-block;
	float: right;
	padding: 0 0 0 1em;	
	border: 0;
    background: #fff;
    position: relative; }
    #feat-banners > div .desc-box h3 {
	margin: 28px 0 12px 0;
	font-size: 18px;
      padding: 0;
      color: #414141;
      font-weight: bold; }
    #feat-banners > div .desc-box p {
	margin: 0 0 2em 0;
	padding: 0 2em 0 0;
	height: auto;
      display: inline-block;
      color: #414141;
      font-size: 13px;
      line-height: 18px; }
    #feat-banners > div .desc-box a.read-more {
	position: relative;
	margin: 0;
	left: auto;
	bottom: auto;
      border: 1px solid #e4e4e4;
      width: 126px;
      display: block;
      height: 39px;
      line-height: 39px;
      text-align: center;
      font-size: 9px;
      font-weight: bold;
      text-decoration: none;
      color: #d20000;
      text-transform: uppercase; }

/* 11. Left Navigation */
#left-navigation {
  width: 165px;
  padding: 0;
  margin: 0 30px 15px 0;
  float: left;
  border: 1px solid #eaeaea; }
  #left-navigation #category-tree {
    padding: 0;
    margin: 0; }
  #left-navigation #category-tree a {
    display: block;
    text-decoration: none;
    color: #1d1d1d; }
  #left-navigation #category-tree > .level-1.last {
    border-bottom: none; }
  #left-navigation #category-tree .level-1 {
    border-bottom: 1px solid #eaeaea; }
  #left-navigation #category-tree .level-1 a {
    padding: 9px 4px;
    text-align: center;
    text-transform: uppercase; }
  #left-navigation #category-tree .level-1.active {
    background: #cccccc; }
  #left-navigation #category-tree .level-2 {
    background: #e3e3e3; }
  #left-navigation #category-tree .level-2 a {
    padding: 5px 4px 6px 24px; }
  #left-navigation #category-tree .level-2.active {
    background: #fff; }
  #left-navigation #category-tree .level-3 a {
    padding: 4px 6px 4px 36px; }
  #left-navigation #category-tree .level-4 a {
    padding: 4px 6px 4px 48px; }
  #left-navigation #category-tree .level-5 a {
    padding: 4px 6px 4px 60px; }
  #left-navigation #category-tree .level-6 a {
    padding: 4px 6px 4px 72px; }

/* 12. Breadcrumbs */
#breadcrumbs {
  display: block;
  padding: 27px 0; }
  #breadcrumbs ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0 -5px; }
  #breadcrumbs ul li {
    list-style: none;
    display: block;
    float: left; }
    #breadcrumbs ul li:before {
      display: none; }
  #breadcrumbs .cats-hidden {
    color: #3a3730;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin: 0 6px 0 6px;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 3px solid #FFF; }
  #breadcrumbs a {
    color: #1d1d1d;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    margin: 0 6px 0 6px;
    padding-bottom: 2px;
    text-decoration: none; }
  #breadcrumbs .breadcrumb-border {
    color: #1d1d1d;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px; }
    #breadcrumbs .breadcrumb-border img {
      position: relative;
      top: -3px; }
  #breadcrumbs .current-item {
    color: #d31a2f;
    margin: 0 6px 0 6px;
    font-size: 12px;
    line-height: 20px; }

/* 13. Product Page */
.product-details-1 {
  width: 630px;
  float: left; }

.product-details-2 {
  width: 487px;
  float: right;
  padding: 22px 29px;
  background: #fff; }

/* 13.1. Product Image */
.product-details-1 .product-image {
  width: 630px;
  height: 400px;
  overflow: hidden; }

.thumbnails {
  display: block;
  margin: 26px 0 0 0;
  padding: 0;
  width: 630px; }

.thumbnails li {
  display: block;
  float: left;
  margin: 0px 11px 0 0;
  padding: 0;
  width: 149px;
  height: 84px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .thumbnails li:before {
    display: none; }
  .thumbnails li.last {
    margin-right: 0; }

.thumbnails li img {
  vertical-align: middle; }

.swatches {
  display: inline;
  margin: 0;
  padding: 0; }

.swatches li {
  display: block;
  float: left;
  margin: 4px 4px 0 0;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #eaeaea;
  cursor: pointer; }

.swatches li span {
  display: inline-block;
  height: 100%;
  text-align: center;
  vertical-align: middle; }

.swatches li img {
  vertical-align: middle; }

.product-image-margin {
  height: 8px; }

.closeup {
  position: absolute;
  top: 75px;
  padding: 10px 10px 5px 10px;
  background-color: #ffffff;
  border: 1px solid #333333;
  text-align: center;
  display: none;
  z-index: 99999;
  min-width: 274px;
  min-height: 274px; }

.closeup a {
  cursor: pointer;
  margin: 5px 0 0 0;
  z-index: 2; }

.closeup_backing {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #333333;
  opacity: 0.75;
  filter: alpha(opacity=75);
  width: 100%;
  z-index: 100; }

/* 13.2 Product Attributes */
.PROD h1 {
  margin: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 34px;
  padding: 0 0 10px 0;
  color: #1d1d1d; }

.PROD .prod-details div {
  font-size: 16px;
  line-height: 24px; }

.PROD .prod-details .product-price {
  color: #d20000;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold; }

.PROD #price-value {
  font-size: 24px;
  line-height: 26px; }

.PROD .product-image {
  text-align: center;
  position: relative;
  background:#fff;
  z-index: 2; }

.PROD .product-image img {
  vertical-align: middle; }

.PROD .product-quantity-input {
  width: 34px;
  margin: 0 4px; }

.PROD .related-products {
  clear: both;
  margin: 32px 0 16px 0; }
.PROD .prod-details .row {
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #ebebeb; }
  .PROD .prod-details .row.first {
    padding-top: 0; }
  .PROD .prod-details .row.last {
    padding-bottom: 0;
    border-bottom: 0; }
.PROD .prod-details .swatches, .PROD .prod-details .product-code {
  display: inline-block;
  margin-right: 22px; }
  .PROD .prod-details .write-review {
	  display:inline-block;
	  float:left;
  }
.PROD .prod-details .write-review,
.PROD .prod-details .write-review a {
  color: #1d1d1d;
  font-size: 11px; }
.PROD .prod-details .product-saving {
  color: #838383;
  font-size: 14px;
  line-height: 20px; }
  .PROD .prod-details .product-saving span {
    font-weight: bold;
    color: #424242; }
  .PROD .prod-details .product-saving span.save {
    text-decoration: line-through;
    font-weight: normal;
    color: inherit; }
.PROD .prod-details .prod-social {
  padding: 23px 20px 0 0; 
  float:left;
  }
.PROD .prod-wishlist {
	display:block;
	float:right;
	padding:23px 0 0 0;
}
.PROD .prod-wishlist a {
	text-decoration:none;
	color:#d31a2f;
}
.PROD .prod-wishlist a:hover {
	text-decoration:underline;
}
.PROD .review-confirmation {
	color:red;
	text-align:left;
	display:block;
	clear:both;
	margin-top:1em;
	font-weight:bold;
}
.product-attributes {
  text-align: left;
  padding: 0; }
  .product-attributes .field {
    overflow: hidden;
    padding-bottom: 14px; }
    .product-attributes .field .column {
      display: inline-block;
      padding-right: 35px; }
      .product-attributes .field .column input {
        margin-right: 7px; }
    .product-attributes .field select {
      width: 100%;
      height: 49px;
      border: 1px solid #a1a1a1; }
  .product-attributes select {
    width: 198px;
    height: 23px; }
  .product-attributes label {
    font-size: 14px; }
  .product-attributes span.required, .product-attributes span {
    font-size: 14px;
    font-weight: bold; }
  .product-attributes input[type=text], .product-attributes input[type=tel], .product-attributes input[type=email], .product-attributes textarea {
    font-size: 14px;
    border: 1px solid #cfcfcf;
    width: 198px; }
  .product-attributes input[type="checkbox"], .product-attributes input[type="radio"] {
    margin-left: 2px; }
  .product-attributes textarea {
    height: 100px; }

.PROD form .product-qty {
  padding: 19px;
  background: #f3f3f3; }
  .PROD form .product-qty > span {
    background: #ebebeb;
    cursor: pointer; }
  .PROD form .product-qty > span, .PROD form .product-qty > input.product-quantity-input {
    width: 47px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    text-align: center;
    color: #5b5b5b;
    font-size: 16px; }

.PROD form .product-submit {
  float: right; }

.PROD form .product-submit input,
.button {
  background: #d20000;
  width: 185px;
  height: 47px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase; 
  padding:15px 35px;
  }
.button { width: auto; }
.button:hover {
	background:#333;
}

/* 13.3. Tabs */
.product-description {
  padding: 80px 0 0px 0;
  clear: both; }

.product-description p {
  margin: 0;
  padding: 0 0 8px 0; }

ul.tabs {
  list-style: none;
  margin: 0 0 0 0;
  z-index: 2;
  padding: 0;
  height: 51px; }

ul.tabs li {
  float: left;
  padding: 0;
  position: relative; }
  ul.tabs li:before {
    display: none; }

ul.tabs li a {
  display: block;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #e6e6e6;
  min-width: 184px;
  text-decoration: none;
  outline: none;
  border-bottom: 1px solid #e6e6e6;
  margin-right: 1px;
  position: relative;
  z-index: 2;
  color: #484848;
  font-size: 16px;
  font-weight: bold; }

ul.tabs li a.current {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  z-index: 3; }

.panes {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 30px 35px 10px 20px; }
  .panes, .panes p {
    color: #525252;
    font-size: 13px;
    line-height: 20px; }

.panes .pane {
  display: none; }

/* 14. Related Items Slider */
#rel-items {
  padding: 0 0 40px 0; }
  #rel-items > a {
    width: 263px;
    height: 334px;
    float: left;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0 29px 0 0; }
    #rel-items > a.last {
      margin: 0; }
    #rel-items > a .product-item {
      height: 334px; }
    #rel-items > a .product-details {
      height: 180px;
      background: #fff; }
      #rel-items > a .product-details .product-name {
        height: auto;
        min-height: 0;
        padding: 17px 10px 17px;
        color: #414141;
        font-size: 18px;
        line-height: 20px; }
      #rel-items > a .product-details .product-price {
        margin: 0 0 2px;
        color: #414141;
        font-size: 14px; }
        #rel-items > a .product-details .product-price span {
          color: #e40f18; }
    #rel-items > a .product-name {
      background: transparent;
      border: none; }
    #rel-items > a span.readmore {
      border: 1px solid #e4e4e4;
      padding: 0 36px;
      height: 38px;
      line-height: 38px;
      display: inline-block;
      font-size: 9px;
      font-weight: bold;
      color: #d20000;
      text-transform: uppercase;
      margin: 16px 0 0; }
  #rel-items h3 {
    font-weight: lighter;
    color: #000;
    font-size: 18px;
    padding: 34px 17px;
    margin: 0; }

#slider-rel {
  margin: 0 auto 0;
  position: relative;
  background: #e3e3e3;
  padding: 10px 0 0 0; }

#slider-rel a.prev, #slider-rel a.next {
  display: block;
  position: absolute;
  width: 17px;
  height: 59px;
  background-image: url(../img/slider-btns.png);
  background-repeat: no-repeat;
  top: 59px;
  cursor: pointer; }

#slider-rel a.prev {
  background-position: 0 0;
  left: 57px; }

#slider-rel a.next {
  background-position: right 0;
  right: 47px; }

#slider-rel a.disabled {
  opacity: 0.3; }

#slider-rel div.navi {
  position: absolute;
  top: -25px;
  right: 15px;
  overflow: hidden;
  min-width: 10px;
  z-index: 2; }

#slider-rel .navi a {
  background: url(../img/dot-nav.png) no-repeat scroll 0 -30px;
  display: block;
  float: left;
  height: 15px;
  width: 15px;
  margin-left: 7px;
  cursor: pointer; }

#slider-rel .navi a.active {
  background-position: 0 -15px; }

#slider-rel .rel {
  height: 250px;
  width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden; }

#slider-rel .rel .items {
  width: 20000em;
  position: absolute; }

#slider-rel .rel .items .item {
  float: left; }

#slider-rel .slide-prod {
  width: 165px;
  float: left;
  text-align: center;
  margin-right: 30px; }

#slider-rel .slide-prod a {
  outline: none;
  text-decoration: none; }

#slider-rel .slide-prod span {
  display: block; }

#slider-rel .slide-prod .rel-product-image {
  margin: 0 0 9px 0;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  width: 165px;
  height: 165px; }

#slider-rel .slide-prod .rel-product-name {
  height: 38px;
  color: #1d1d1d; }

#slider-rel .slide-prod .rel-product-price {
  font-size: 20px;
  color: #1d1d1d; }

/* 15. Recently Viewed Slider */
#rec-products {
  margin: 0 auto 0 auto;
  position: relative; }

#rec-products h2 {
  height: 31px;
  padding: 0px 12px;
  margin: 0px;
  line-height: 31px;
  font-size: 18px;
  font-weight: 300;
  color: #1d1d1d;
  position: relative;
  z-index: 2;
  background: #e3e3e3;
  margin: 0 0 1px 0; }

#slider-rec {
  margin: 0 auto 0;
  position: relative;
  background: #e3e3e3;
  padding: 10px 0 0 0; }
  #slider-rec .rec {
    height: 250px;
    width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden; }
  #slider-rec .rec .items {
    width: 20000em;
    position: absolute; }
  #slider-rec .rec .items .item {
    float: left; }
  #slider-rec .slide-prod {
    width: 165px;
    float: left;
    text-align: center;
    margin-right: 30px; }
  #slider-rec .slide-prod span {
    display: block; }
  #slider-rec .slide-prod .rec-product-image {
    margin: 0 0 9px 0;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    text-align: center;
    width: 165px;
    height: 165px;
    overflow: hidden; }
  #slider-rec .slide-prod span.feat-product-name {
    height: 38px; }
  #slider-rec .slide-prod span.feat-product-price {
    font-size: 20px;
    color: #1d1d1d; }
  #slider-rec .slide-prod a {
    text-decoration: none;
    display: block; }
  #slider-rec .rec-product-name {
    height: 34px;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden; }
  #slider-rec .rec-product-price {
    font-size: 20px;
    color: #1d1d1d; }
  #slider-rec div.navi {
    position: absolute;
    top: -25px;
    right: 15px;
    overflow: hidden;
    min-width: 10px;
    z-index: 2; }
  #slider-rec .navi a {
    background: url(../img/dot-nav.png) no-repeat scroll 0 -30px;
    display: block;
    float: left;
    height: 15px;
    width: 15px;
    margin-left: 7px;
    cursor: pointer; }
  #slider-rec .navi a.active {
    background-position: 0 -15px; }
  #slider-rec a.disabled {
    opacity: 0.3; }
  #slider-rec a.prev, #slider-rec a.next {
    display: block;
    position: absolute;
    width: 17px;
    height: 59px;
    background-image: url(../img/slider-btns.png);
    background-repeat: no-repeat;
    top: 59px;
    cursor: pointer; }
  #slider-rec a.prev {
    background-position: 0 0;
    left: 40px; }
  #slider-rec a.next {
    background-position: right 0;
    right: 47px; }

/* 16. Category Pages */
.CTGY h1 {
  color: #3a3730;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400; }

.category-listing,
.all-products,
.related-products,
.search-results {
  clear: both; }

.subcat-item .padding {
  padding: 0;
  margin: 14px 10px 14px 10px;
  height: 225px;
  overflow: hidden; }

#category-listing, #search-results, #all-products {
  overflow: hidden; }

#category-listing > a, #search-results > a, #all-products > a {
  display: block;
  float: left;
  margin: 0 29px 29px 0;
  width: 263px;
  text-decoration: none; 
}

.product-next-previous {
  clear: both;
  margin: 12px 0; }

.CTGY .subcat-details {
  height: 230px;
  overflow: hidden;
  text-align: center; }

.CTGY .subcat-name {
  min-height: 38px; }

.CTGY .product-details,
.PLST .product-details,
.SRCH .product-details {
  height: 225px;
  overflow: hidden;
  text-align: center; }

.CTGY .product-price,
.PLST .product-price,
.SRCH .product-price {
  margin-top: 15px;
  color: #1d1d1d; }

.CTGY .product-name a,
.CTGY .subcat-item a,
.PLST .product-name a,
.SRCH .product-name a {
  text-decoration: none; }

.SRCH #Search {
	margin:1em 0;
}
.CTGY.product-list #category-listing > a.subcat-listing {
  width: 263px;
  /* height: 334px; */ }
.CTGY.product-list #category-listing > a.prod-listing {
  width: 263px;
 }
  .CTGY.product-list #category-listing > a.prod-listing .product-item {
    height: 334px; }
  .CTGY.product-list #category-listing > a .product-details {
    background: #fff; }
  .CTGY.product-list #category-listing > a.prod-listing .product-details {
    background: #fff;
	height:180px; }
    .CTGY.product-list #category-listing > a .product-details .product-name {
      height: auto;
      min-height: 0;
      padding: 17px 10px 17px;
      color: #414141;
      font-size: 18px;
      line-height: 20px; }
    .CTGY.product-list #category-listing > a .product-details .product-price {
      margin: 0 0 2px;
      color: #414141;
      font-size: 14px; }
      .CTGY.product-list #category-listing > a .product-details .product-price span {
        color: #e40f18; }
  .CTGY.product-list #category-listing > a .product-name {
    background: transparent;
    border: none; }
  .CTGY.product-list #category-listing > a span.readmore {
    border: 1px solid #e4e4e4;
    padding: 0 36px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    color: #d20000;
    text-transform: uppercase;
    margin: 16px 0 0; }

.CTGY .cat-title img {
  display: block; }
.CTGY .category-box {
  margin-bottom: 60px; }
  .CTGY .category-box.first {
    padding-top: 29px;
    border-top: 1px solid #e3e3e3; }
  .CTGY .category-box.last {
    margin-bottom: 0; }
.CTGY .cat-list-holder {
  background: #fff;
  padding: 20px 17px;
  border-right: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  .CTGY .cat-list-holder ul.col {
    margin: 0;
    padding: 0 20px 0 0;
    width: 275px;
    float: left;
    list-style: none; }
    .CTGY .cat-list-holder ul.col li {
      padding: 0 0 0 16px;
      background: url(../img/icon-breadcrumbs.png) 0 11px no-repeat; }
      .CTGY .cat-list-holder ul.col li a {
        font-size: 14px;
        color: #292929;
        line-height: 28px;
        text-decoration: none; }
        .CTGY .cat-list-holder ul.col li a:hover {
          text-decoration: underline; }
      .CTGY .cat-list-holder ul.col li:before {
        display: none; }
.CTGY #featured-categories {
  padding-bottom: 30px; }
  .CTGY #featured-categories h3 {
    font-weight: lighter;
    color: #000;
    font-size: 18px;
    padding: 34px 17px;
    margin: 0; }
  .CTGY #featured-categories .featured-item {
    width: 263px;
    float: left;
    margin-right: 29px;
    display: block;
    text-decoration: none; }
    .CTGY #featured-categories .featured-item.last {
      margin-right: 0; }
    .CTGY #featured-categories .featured-item .img img {
      display: block; }
    .CTGY #featured-categories .featured-item .desc {
      background: #fff;
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      font-size: 14px;
      color: #c62200;
      line-height: 68px;
      height: 68px;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase; }

.product-item .product-thumbnail,
.subcat-item .subcat-thumbnail {
  margin: 0 0 12px 0;
  text-align: center;
  height: 263px;
  overflow: hidden; }

.product-item .product-name {
  background: #fff;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.2em;
  overflow: hidden;
  font-size: 18px;
  color: #414141;
  font-weight: bold; 
  padding:1em 0.5em 1em 0.5em;
}

.product-item .product-image {
  text-align: center;
  height: 154px;
  overflow: hidden;
  background:#fff; 
}
  .product-item .product-image img {
		max-width:100%;
     }

.product-item .product-thumbnail img,
.product-item .subcat-thumbnail img {
  vertical-align: middle; }

.purchase-buttons, .PROD .related-products .purchase-buttons {
  text-align: center;
  margin: 16px 0 0 0; }

.product-descrip {
  margin: 6px 0 0 0; }

.PROD .purchase-buttons {
  text-align: right;
  margin: 16px 0 0 0; }

.purchase-buttons input.button, .purchase-buttons .LOGN input[type="button"], .LOGN .purchase-buttons input[type="button"], .purchase-buttons .ORDL input[type="button"], .ORDL .purchase-buttons input[type="button"], .purchase-buttons .LOGN input[type="submit"], .LOGN .purchase-buttons input[type="submit"], .purchase-buttons .ORDL input[type="submit"], .ORDL .purchase-buttons input[type="submit"], .purchase-buttons .ORHL input[type="submit"], .ORHL .purchase-buttons input[type="submit"], .purchase-buttons .ORHL input[type="button"], .ORHL .purchase-buttons input[type="button"] {
  margin: 0 2px; }

.line-item td.item-buttons {
  white-space: nowrap; }

.line-item tr.header-row td {
  font-weight: bold; }

.thumbnail-not-available {
  display: block;
  width: 234px;
  height: 144px;
  background: transparent url() no-repeat scroll left top;
  margin: 0 auto; }

.image-not-available {
  display: block;
  width: 234px;
  height: 144px;
  background: transparent url() no-repeat scroll left top;
  margin: 0 auto; }

.next-previous {
  margin: 12px 0 0 0; }

.next-button {
  float: right; }

.previous-button {
  float: left; }

/* 16.1 Category Filters */
#filter-items-container-top,
#filter-items-container-bot {
  color: #3a3730;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 0 16px;
  font-size: 12px;
  height: 45px;
  margin: 0 0 29px 0; }
  #filter-items-container-top .showing-info,
  #filter-items-container-bot .showing-info {
    float: left;
    min-width: 145px;
    margin-right: 86px; }
  #filter-items-container-top > div, #filter-items-container-top > span,
  #filter-items-container-bot > div,
  #filter-items-container-bot > span {
    line-height: 45px;
    height: 45px;
    color: #1d1d1d; }

#filter-items-container-top .per-page,
#filter-items-container-bot .per-page {
  position: relative;
  float: left;
  padding: 0 5px;
  margin-right: 5px; }

#filter-items-container-top .per-page label,
#filter-items-container-bot .per-page label {
  margin-right: 3px; }

#filter-items-container-top .per-page select,
#filter-items-container-bot .per-page select {
  padding: 0;
  margin: 0; }

#filter-items-container-top .sorting,
#filter-items-container-bot .sorting {
  position: relative;
  float: right;
  padding: 0 5px;
  margin-right: 27px; }

#filter-items-container-top .sorting label,
#filter-items-container-bot .sorting label {
  margin-right: 3px; }

#filter-items-container-top .sorting select,
#filter-items-container-bot .sorting select {
  padding: 0;
  font-size: 11px;
  width: 130px; }

.page-links-previous, .page-links-next {
  text-decoration: none;
  padding: 0 8px;
  white-space: nowrap;
  font-weight: bold; }

.page-links-previous {
  float: left;
  text-align: right; }

.page-links-next {
  float: right;
  text-align: left; }

.page-links-inactive {
  text-decoration: none;
  padding: 2px 3px; }

.page-links-active {
  color: #3a3730;
  border-bottom: 2px solid #aea592;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 3px; }

.page-links-deactivated {
  color: #999;
  text-decoration: none; }

.page-links-deactivated:hover {
  color: #999;
  text-decoration: none;
  background: none; }

.page-disp {
  display: block;
  float: left;
  text-align: center; }

.page-links, .page-links a {
  color: #3a3730;
  font-size: 12px; }

.page-links {
  margin: 0px;
  text-align: right;
  float: right; }

.page-links-container {
  text-decoration: none;
  display: block;
  float: right;
  line-height: 53px; }

.page-links-title {
  margin-right: 18px;
  position: relative;
  display: block;
  float: left;
  font-size: 12px; }
  .page-links-title em {
    font-style: normal;
    color: #d20000; }

/*** ACAD, ACED, AFAD, AFED, OCST ***/
.logout-link {
	display:block;
	clear:both;
	height:2em;
  margin: 12px 0;
width:100%;
text-align:left; }

.ACAD {
	
}
/*
.ACAD #customer-fields .textfield {
	width:350px;
	line-height:1.5em;
	padding:4px;
}
*/
#customer-fields label,
#affiliate-fields label {
  float: left;
  width: 150px;
  white-space: nowrap;
  text-align: right;
  padding: 2px 5px 3px 0;
  clear: both; }

#affiliate-commissions label,
.OSEL .non-editable label {
  float: left;
  width: 120px;
  font-weight: bold;
  text-align: right;
  padding: 0 6px 0 0; }

#customer-fields input.textfield,
#affiliate-fields input.textfield,
#tax-fields input,
#affiliate-commissions div.form_row div,
.non-editable div.form_row div {
  /* width: 170px; */
  width:350px;
  margin: 0 0 4px 0; }

#affiliate-commissions div.form_row div {
  float: left; }

#customer-fields select,
#affiliate-fields select {
  width: 176px;
  margin: 0 0 4px 0; }

#login-details,
#affiliate-information {
  margin: 0 0 16px 0; }

#affiliate-commissions .form_row {
  margin: 0 0 8px 0; }

.AFAD #affiliate-fields {
  width: 50%;
  margin: 0 auto; }

.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions {
  float: left;
  width: 50%; }

#affiliate-commissions .affiliate-code {
  width: 230px !important; }

#affiliate-commissions #affiliate-image {
  width: 236px !important;
  overflow: auto; }

#affiliate-terms {
  margin-left: 155px; }

#affiliate-fields .form_row div.non-editable {
  margin: 0 0 8px 0;
  padding: 2px 0 0 0; }

.required {
  font-weight: bold; }

h2.fields-heading {
  background-color: #cccccc;
  color: #333333;
  margin: 0 0 12px 0;
  padding: 4px 4px 4px 12px; }

.address2-label {
  margin: 0 0 14px 0; }

.controls {
  font: normal .7em Arial, Helvetica, Verdana, sans-serif;
  visibility: hidden; }

#customer-fields .controls label {
  float: none; }

#ship-to,
#bill-to {
  width: 50%;
  float: left; }

#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox {
  margin: 0 2px 0 12px;
  padding: 0;
  width: 13px;
  height: 13px;
  overflow: hidden; }

div.invalid input.textfield,
div.invalid select,
#tax-fields div.invalid input {
  border-color: #cc0000 #ff0000 #ff0000 #ff0000; }

div.invalid label {
  color: #dd0000; }

.warning-message {
  padding: 4px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  color: #dd0000; }

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row {
  margin: 0 0 6px 0;
  text-align: left; }

#customer-fields.non-editable .form_row {
  margin: 0 0 4px 0;
  text-align: left; }

#customer-fields.non-editable label,
#affiliate-fields.non-editable label {
  margin: 0 0 0 30px;
  padding: 0 4px 0 0;
  font-weight: bold;
  width: 110px;
  text-align: right;
  float: left;
  clear: both;
  white-space: nowrap; }

#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div {
  float: left; }

#update-record {
  clear: both;
  margin: 24px 0 0 0px; }

.tax-fields label {
  font-weight: bold; }

/*** LOGN, AFCL, ORDL, ORHL, FPWD, CPWD, CEML ***/
#main-content .margin-container {
  padding: 28px 126px; }

.AFCL .section,
.LOGN .section,
.WLGN .section {
  float: left;
  height: 220px;
  width: 49%; }

.section h3,
.lookup-section h3,
.signin-section h3 {
  text-align: center; }

.form_row {
  margin: 0 0 6px 0; }

.LOGN label,
.ORDL label,
.AFCL label,
.FPWD label,
.WLGN label {
  float: left;
  clear: both;
  width: 130px;
  text-align: right;
  padding: 3px 5px; }

.WLGN label {
	margin-left:70px;
}
form#logn {
  overflow: hidden; }

.LOGN .logn-input, .ORDL .logn-input, .ORHL .logn-input, .WLGN .logn-input {
  border: 1px solid #cfcfcf;
  height: 24px;
  line-height: 24px;
  width: 180px; }

.LOGN input[type="button"], .ORDL input[type="button"], .LOGN input[type="submit"], .ORDL input[type="submit"], .ORHL input[type="submit"], .ORHL input[type="button"], .WLGN input[type="button"], .WLGN input[type="submit"] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 28px;
  height: 30px;
  font-size: 14px;
  padding: 0 20px; }

form#logn label {
  margin-left: 70px; }

form.ORHLform {
  overflow: hidden;
  float: left;
  width: 550px;
  border-right: 1px solid #cccccc; }

.ORHL label {
  white-space: nowrap;
  float: left;
  clear: both;
  width: 130px;
  text-align: right;
  padding: 3px 5px; }

form.ORHLform h3 {
  text-align: center; }

form.ORHLform label {
  margin: 0 0 0 100px; }

.ORHL form#logn {
  width: 450px;
  float: left; }

.ORDL .section {
  float: left;
  height: 220px;
  width: 33%; }

.ORHL .lookup-section {
  float: left;
  height: 220px;
  width: 50%; }

.grey-border-right {
  border-right: 1px solid #cccccc; }

#invalid-key {
  width: 23px;
  float: left;
  margin: 0 4px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #cc0000 #ff0000 #ff0000 #ff0000; }

.sign-in-buttons {
  text-align: center;
  margin: 12px 0 0 0; }

.forgot-password {
  font-size: .9em;
  text-align: center;
  margin: 12px 0 0 0; }

.FPWD .forgot-password-section {
  text-align: left;
  width: 320px;
  padding: 10px;
  border: 1px solid #CCC;
  margin: 15px auto; }

.FPWD .fpwd-input,
.CPWD .cpwd-input {
  width: 150px;
  margin: 2px 3px; }

.CEML .change-buttons,
.CPWD .change-buttons {
  text-align: right; 
  margin-top:15px;}

.CPWD .change-password-section {
  width: 430px;
  margin: 15px auto 5px;
  padding: 10px;
  border: 1px solid #CCC; }

.CPWD label {
  width: 180px;
  float: left;
  clear: both;
  text-align: right;
  padding: 3px 5px; }

.CEML .change-emailaddress-section {
  width: 450px;
  margin: 15px auto 5px;
  padding: 10px;
  border: 1px solid #CCC; }

.CEML label {
  width: 200px;
  float: left;
  clear: both;
  text-align: right;
  padding: 3px 5px; }

.CEML .oldemailaddress {
  line-height: 22px; }

/*** BASK, OCST, OPAY, OSEL ***/
.BASK #global-header .col-1 {
  display: none; }
.BASK #basket-sidebar {
  width: 372px;
  float: right;
  background: #fff;
  margin: 76px 0 0 0;
  padding-bottom: 20px; }
  .BASK #basket-sidebar h3 {
    border-bottom: 1px solid #e3e3e3; }
  .BASK #basket-sidebar p {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: lighter;
    line-height: 24px;
    padding: 15px 10px;
    margin: 0; }
  .BASK #basket-sidebar form {
    padding: 0 10px 0px;
    display: block; }
  .BASK #basket-sidebar select {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #e4e4e4;
    margin-bottom: 9px;
    outline: none; }
  .BASK #basket-sidebar input.calculate {
    border: 1px solid #e4e4e4;
    background: transparent;
    height: 38px;
    line-height: 38px;
    color: #242424;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 36px;
    display: block;
    margin: 19px auto 0;
    outline: none; }
.BASK #wishlist textarea {
	width:550px;
	height:100px;
	margin:0;
}
.BASK h1.basket-title, .BASK #basket-sidebar h3 {
  font-size: 18px;
  color: #860516;

  line-height: 45px;
  padding: 0 17px;
  font-weight: lighter;
  margin: 0;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  background: #fff; }
.BASK #basket-contents table {
  background: #fff; }
.BASK #basket-contents td {
  color: #5e5e5e;
  font-weight: lighter;
  padding: 12px; }
.BASK #basket-contents td.item {
  width: 165px;
  text-align: center; }
.BASK #basket-contents td.item-img {
  text-align: center; }
.BASK #basket-contents td.desc {
  width: 293px; }
.BASK #basket-contents td.item-desc {
  line-height: 24px; }
  .BASK #basket-contents td.item-desc a {
    color: #c1021c;
    font-weight: bold;
    text-decoration: none; }
    .BASK #basket-contents td.item-desc a:hover {
      text-decoration: underline; }
.BASK #basket-contents td.price, .BASK #basket-contents td.qty, .BASK #basket-contents td.total {
  width: 95px;
  text-align: center; }
.BASK #basket-contents td.qty input {
  width: 34px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 10px; 
  padding:0;
  margin:0;}
.BASK #basket-contents td.qty button,
.BASK #basket-contents td.qty input.update,
.BASK #basket-contents td.qty input.remove {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: lighter;
  width:auto; 
  display:inline-block;
  height:auto;
  margin:0.5em 0 0 0;
  line-height:14px;
  }
  .BASK #basket-contents td.qty button.update,
  .BASK #basket-contents td.qty input.update {
    color: #c1021c;
	}
.BASK #basket-contents td.total {
	font-weight:bold;
  color: #c1021c; }
.BASK #basket-contents thead td {
  border-top: 1px solid #e3e3e3;
  color: #5e5e5e;
  font-size: 15px;
  line-height: 49px;
  font-weight: lighter; }
.BASK #basket-contents #basket-totals td {
  color: #2a2a2a;
  font-size: 16px;
  border: none; }
  .BASK #basket-contents #basket-totals td.formatted-total {
    color: #c1021c;
    font-weight: bold; }
.BASK #checkout {
  padding: 17px 0 32px 0;
  border-bottom: 1px solid #e3e3e3; }
  .BASK #checkout > a {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin: 0; }
    .BASK #checkout > a.continue-button {
      float: left;
      border: 1px solid #e4e4e4;
      background: #fff;
      padding: 0 20px;
      color: #a4a4a4; }
    .BASK #checkout > a.checkout-button {
      float: right;
      background: #d20000;
      padding: 0 52px;
      color: #fff; }
.BASK #methods {
  text-align: right;
  padding: 29px 0 22px 0; }
  .BASK #methods #payWithAmazonDiv,
  .BASK #methods a {
    display: inline-block;
    margin: 0 0 0 12px; }

#basket-contents.non-editable,
#basket-contents.editable,
#order-contents table {
  width: 100%; }

#basket-contents.non-editable table,
#basket-contents.editable table,
#order-contents table {
  border-collapse: collapse; }

#basket-contents.non-editable td,
#basket-contents.editable td,
#order-contents td {
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  vertical-align: top; }

#basket-contents table tr.basket-heading td,
#basket-contents table tr.basket-heading td,
#order-contents table tr.heading td {
  background-color: #cccccc;
  color: #333333;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  white-space: nowrap; }

#basket-contents .basket-qty-input {
  width: 34px; }

#basket-contents .item-remove {
  width: 8%;
  vertical-align: middle; }

#basket-contents table .basket-heading td.item-name {
  text-align: left; }

#basket-contents.editable .item-quantity {
  width: 13%;
  text-align: center;
  white-space: nowrap; }

#basket-contents.non-editable .item-quantity {
  width: 6%;
  text-align: center; }

#basket-contents .item-options .item-name {
  padding-left: 16px; }

#basket-contents.non-editable .item-name {
  width: 59%; }

#basket-contents.editable .item-name {
  width: 66%; }

#basket-contents.editable .item-name div.item-name-div {
  float: left; }

#basket-contents td.item-name {
  text-align: left; }

#basket-contents .item-price {
  width: 10%;
  text-align: right;
  white-space: nowrap; }

#basket-contents .item-total {
  width: 10%;
  text-align: right; }

#basket-contents .basket-charges .charge-description,
#basket-contents .basket-charges .formatted-charge {
  font-style: italic;
  text-align: right;
  white-space: nowrap; }

#basket-contents #basket-totals .formatted-total,
#basket-contents #basket-totals .total-prompt {
  font-weight: bold;
  text-align: right; }

.checkout .item-quantity {
  width: 8% !important; }

.checkout .item-name {
  width: 64% !important; }

#fields-key {
  margin: 16px 0; }

.checkout-button {
  margin: 12px 0;
  text-align: right; }

#payment-fields input {
  border-width: 1px;
  border-style: solid;
  border-color: #333333 #bbbbbb #bbbbbb #bbbbbb;
  padding: 1px 2px;
  font: normal 1em Arial, Helvetica, Verdana, sans-serif; }

#payment-fields label {
  white-space: nowrap;
  text-align: left;
  padding: 3px 5px 3px 0;
  clear: both;
  margin: 2px 0 0 0; }

#payment-fields td {
  padding: 0 0 6px 0; }

#shipping-payment .form_row {
  margin: 10px 0 0 0; }

#shipping-payment label {
  float: left;
  width: 65px;
  white-space: nowrap;
  text-align: left;
  padding: 3px 5px 3px 0;
  clear: both;
  margin: 2px 0 0 0; }

.OSEL .continue-button,
.OPAY .continue-button,
.OCST .continue-button {
  margin: 12px 0; 
  text-align:right;
}

.OCST #basket-contents {
  margin: 0 0 32px 0; }

.OPAY .fields-key {
  margin: 0 0 16px 0; }

#payment-fields .form_row {
  margin: 10px 0 0 0; }

#customer-fields.non-editable {
  margin: 0 0 32px 0; }

#basket-contents.non-editable {
  margin: 16px 0 32px 0; }

/*** SRCH, PLST, OUS1, OUSM ***/
.search-again {
  margin: 0 0 16px 0; }

.OUS1 #main-content {
  padding-left: 225px;
  padding-right: 225px; }

.upsale-heading {
  text-align: center; }

.OUS1 .product-thumbnail,
.OUS1 .product-information {
	margin:20px 0 40px 0;
	padding:0;
	width:47%;
}
.OUS1 .product-thumbnail {
  text-align: right;
  /* height: 116px;
  min-height: 116px; */
  display:block;
  float:left;
  }
.OUS1 .product-information {
	display:block;
	float:right;
}
.OUS1 .product-description {
  margin: 16px 0 0 0; 
  padding: 15px 0 0 0;
  }

.OUS1 .thumbnail-not-available {
  margin: 16px auto; }
.OUS1 div.aligncenter {
	display:block;
	clear:both;
}
.OUSM #main-content {
  padding-left: 160px;
  padding-right: 160px; }

.OUSM table td.column-2 {
	width:200px;
	text-align:center;
}
.OUSM table td.column-3 {
	width:550px;
}
.OUSM .product-thumbnail {
	display:block;
	width:300px;
	height:150px;
	margin:0 auto;
}
.upsale-batch {
  width: 100%;
  padding: 2px; }

.upsale-batch .heading td {
  font-weight: bold; }

.upsale-checkbox {
  width: 32px; }

.upsale-name {
  width: 175px; }

.OUS1 .purchase-buttons textarea {
  text-align: center;
  width: 390px;
  height: 100px; }

.OUSM .continue-button {
  text-align: center; }

.line-item table {
  width: 100%; }

.line-item table tr.heading td {
  font-weight: bold; }

.line-item table td {
  padding: 2px;
  vertical-align: top; }

.line-item .item-code {
  padding-left: 2px;
  padding-right: 2px; }

.line-item .item-price {
  padding-left: 2px;
  padding-right: 2px; }

.line-item .item-name {
  width: 80%; }

.line-item tr.alt_row {
  background-color: #f4f4f4; }

/*** INVC ***/
.INVC .order-id,
.ORDS .order-id {
  float: left;
  font-weight: bold; }

.INVC .order-date,
.ORDS .order-date {
  float: right;
  text-align: right; }

.INVC .order-date span,
.ORDS .order-date span {
  font-weight: bold; }

.INVC h3,
.ORDS h3 {
  clear: both;
  margin: 16px 0 24px 0; }

/*** PATR ***/
.PATR .continue-button {
  text-align: right;
  margin: 12px 0; }

/*** SMAP ***/
.SMAP .category {
  width: 33%;
  text-align: left;
  float: left; }

.SMAP .category .padding {
  padding: 2px; }

.SMAP .product {
  width: 33%;
  text-align: left;
  float: left; }

.SMAP .product .padding {
  padding: 2px; }

/*** ORDH, ORDS ***/
#orderhistory-list table {
  border-collapse: collapse;
  margin: 0 0 10px 0; }

#order-contents table {
  width: 100%; }

#order-contents table td,
#orderhistory-list table td {
  vertical-align: top; }

#orderhistory-list .order-reorder {
  text-align: center; }

#orderhistory-list .order-description {
  text-align: left; }

#orderhistory-list .order-purchased {
  text-align: center; }

#orderhistory-list .order-quantity {
  text-align: center; }

#orderhistory-list .order-status {
  text-align: center; }

#orderhistory-list .order-tracking {
  text-align: left; }

#orderhistory-list .order-total {
  text-align: right; }

#orderhistory-list .order-price {
  text-align: right; }

#orderhistory-list .order-view {
  vertical-align: middle;
  padding: 0 8px; }

#orderhistory-list tr.heading td {
  font-weight: bold;
  white-space: nowrap; }

#orderhistory-list .previous-button {
  width: 50%;
  text-align: left;
  float: none; }

#orderhistory-list .next-button {
  width: 50%;
  text-align: right;
  float: none; }

#order-contents table tr td.order-reorder {
  text-align: center; }

#order-contents table tr td.order-description {
  text-align: left; }

#order-contents table tr td.order-date {
  text-align: left; }

#order-contents table tr td.order-purchased {
  text-align: center; }

#order-contents table tr td.order-quantity {
  text-align: center; }

#order-contents table tr td.order-status {
  text-align: left; }

#order-contents table tr td.order-tracking {
  text-align: left; }

#order-contents table tr td.order-total {
  text-align: right; }

#order-contents table tr td.order-price {
  text-align: right; }

#order-contents table tr td.charge-description,
#order-contents table tr td.charge-fee {
  font-style: italic;
  text-align: right; }

#order-contents table tr td.charge-fee {
  text-align: right; }

#order-contents table tr td.formatted-total,
#order-contents table tr td.total-prompt {
  text-align: right;
  font-weight: bold; }

#customer-fields {
  margin: 16px 0; }

#Order_BillZip {
  width: 44px; }

.widest {
  width: 100%; }
  
.OPAY b {
	font-size:1.4em;
	padding-top:2em;
}
.OPAY h2 {
	border-bottom:1px dotted #ccc;
	font-size:2.5em;
}
.OPAY h3 {
	font-size:1.5em;
	font-weight:600;
}

/* Gift/Wish List - GIFT */
.GIFT table td.column-1 table,
.GIFT table td.column-1 table td {
	border:0;
}
.GIFT table td.column-1 {
	width:33%;
}
.GIFT td.column-1 table td.column-1 {
	text-align:left;
}
.GIFT table input.button {
	padding:1em 1em;
	margin:1em 0;
	width:auto;

}
.GIFT table input[type=text] {
	max-width:200px;
}
.GIFT table input[type="text"].input-qty {
	display:inline-block;

}
.GIFT table input.button:hover {
	background:red;
}
.GIFT table textarea {
	display:inline-block;
	width:300px;
	height:150px;
	margin:1em auto;
}
.GIFT  table td.column-2 {
    font-weight:normal;
	width:33%;
	text-align:center; }
#gift-terms p {
	text-align:left;
	margin-bottom:1em;
}
#gift-terms h3 {
	margin-top:0;
}
#giftbox input.input-qty {
	width:50px;
}

/* Account - ACLN */
.account-wishlists {
	display:block;
	width:450px;
	height:200px;
	float:right;
	clear:both;
	border-left:1px dotted #ccc;
	padding:0 0 0 120px;
	margin:0 400px 50px 0 ;
}
.account-wishlists p {
	margin:0;
}

/* PowerSearch - SRCH */
.SRCH-details {
	padding:15px 0;
}
.SRCH-details div {
	display:block;
	margin-bottom:10px;
}
.search-left {
	width:320px;
}
.search-right {
	width:450px;
}
.search-left,
.search-right {
	display:block;
	float:left;
}
.SRCH-details input[type="text"] {
	width:100px;
	display:inline-block;
}
.SRCH .search-again label.bold {
	display:block;
}
.SRCH .search-again input.button {
	clear:both;
	margin:3em 0;
	display:block;
}
.SRCH .page-links a img {
	text-decoration:none;
}
#wishlist table input[type="text"] {
  width: 355px;
}
#basket-sidebar form input.textfield {
  width: 351px;
  margin-bottom: 10px;
}

/* Checkout Steps */
.checkout-steps {
	margin:25px 0 35px 0;
	width:100%;
}
.checkout-steps > div {
  width: 33%;
  float: left;
  text-align: center;
  font-family: "Maven Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  height: 62px;
  line-height: 62px;
  border-right: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.checkout-steps > div.step-1 {
  border-left: 1px solid #dadada;
}
.checkout-steps > div.active {
  border: 2px solid #d31a2f;
}
.checkout-steps > div span.number {
  display: block;
  font-size: 32px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  background: #f1f1f1;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -19px;
  font-weight: normal;
  color: #d31a2f;
}

#search-wishlists td.column-1,
#search-wishlists td.column-2 {
	width:10%;
	text-align:center !IMPORTANT;
}
#search-wishlists td.column-1 input,
#search-wishlists td.column-2 input {
	margin:0 auto;	
}
#search-wishlists td.column-3 {
	width:80%;
	text-align:left !IMPORTANT;
}

@media only screen and (max-width: 1160px) {
  body {
    width: 1160px;
    max-width: 1160px;
    min-width: 1160px;
  }

  #slider-main .items > div.item, 
  #slider-main .slide {
    width: 1160px;
  }
  	#slider-main, 
  	#slider-main .slide,
	#slider-main .items > div.item {
    	height: 240px;
  	}
}

@media only screen and (min-width: 1200px) {
  /* desktop */
  #slider-main .items > div.item, 
  #slider-main .slide {
    width: 1200px;
  }
  	/* desktop */
  	#slider-main, 
  	#slider-main .slide,
	#slider-main .items > div.item {
    	height: 240px;
  	}
}

@media only screen and (min-width: 1600px) {
  /* large desktop */
  	#slider-main, 
  	#slider-main .slide,
	#slider-main .items > div.item {
    height: 330px;
  }
  #slider-main .items > div.item, 
  #slider-main .slide {
    width: 1600px;
  }
}

.payment-method-osel {
	display: inline-block;
	margin: 5px 0 0 10px;	
}
.shipping-method-osel {
	display: inline-block;
	margin: 5px 0 0 10px;	
}

/* Wishlists */
.WPCK .save-button {
	margin:1em 0;
}
.WLGN .header-message{
	position:relative;
	display:block;
	margin-bottom:25px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.WLGN .error-message,
.WLST .error-message {
	margin:12px 24px;
	width:auto;
}
.WLGN .information-message,
.WLST .information-message {
	margin:12px 24px;
	width:auto;
}
.WLST .wishlists_search_container {

}
.WLGN .section {
	float:left;
	height:220px;
	width:49%;
}
.WLST .section_container{
	text-align:center;
}
.WLST .section{
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:10px 40px;
	margin-bottom:20px;
	/* width:240px; */
}
.WLST .section input.textfield {
	width:200px;
}
.WLGN label,
.WLST .signin label {
	float:left;
	clear:both;
	width:150px;
	text-align:right;
	padding:3px 5px;
}
.WLGN .header-message {
	margin-top:30px;
}
.PROD .prod-wishlist input.button {
	padding:10px;
	height:auto;
	background: #333;
}
.PROD .prod-wishlist input.button:hover {
	background: #666 /* #d20000 */;
}
.wishlists_search_container{
	margin:5px 0;
}

.wishlists_actions_container{
	display:block;
	margin:1em 0;
}
#wlst_search_form input.textfield {
	margin:0.5em 0;
}
.wishlists_container{
	margin:15px 0 0;
	text-align:center;
}

.wishlists_empty{
	font-size:16px;
	color:#666;
}

.wishlists_container table{
	text-align:left;
}

.wishlists_container table tr td.title	{ white-space:nowrap; }
.wishlists_container table tr td.name	{ white-space:nowrap; }

.wishlistitems_empty{
	text-align:center;
	font-size:16px;
	color:#666;
}

.wishlistitems_container table{
	width:100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-collapse:collapse;
}

.wishlistitems_container table tr td{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

.wishlistitems_container table tr.heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

.wishlistitems_container .item-preview{
	width:8%;
	vertical-align:top;
}

.wishlistitems_container .note{
	display:block;
	color:#666;
	font-style:italic;
	margin-top:4px;
}

.wishlistitems_container .edit{
	display:inline-block;
	margin-top:12px;
}

.wishlistitems_container .qty-input{
	width:34px;
}

.wishlistitems_container .editable_note_container{
	padding-right:10px;
}

.wishlistitems_container .editable_note{
	margin:0;
	width:100%;
	height:75px;
	padding:4px;
}

.wishlistitems_container select.wishlist_move{
	max-width:120px;
}

.wishlistitems_container table tr.alt_row td{
  background:#e3e3e3;
}

.wishlistitems_container table tr.heading td.item-name { text-align:left; }

.wishlistitems_container table tr td.item-move		{ white-space:nowrap; text-align:center; }
.wishlistitems_container table tr td.item-quantity	{ white-space:nowrap; text-align:center; }
.wishlistitems_container table tr td.item-action	{ text-align:center; }
.wishlistitems_container table tr td.item-price		{ width:10%; text-align:center; }

.wishlistitems_container table tr td.item-name table{
	border-collapse:collapse;
	border:none;
}

.wishlistitems_container table tr td.item-name table tr td{
	border:none;
	padding:0;
}

.wishlistitems_container .item-discount{
	white-space:nowrap;
	font-size:x-small;
	font-style:italic;
}

.wishlistitems_container .item-option{
	padding-left:16px;
}

#wishlist-fields .prompt{
	display:inline-block;
	vertical-align:top;
	padding:2px 5px 3px 0;
	text-align:right;
	width:75px;
}

#wishlist-fields .field{
	display:inline-block;
	vertical-align:top;
	width:256px;
	text-align:left;
}

#wishlist-fields .form_row .textfield,
#wishlist-fields .form_row .textarea{
	width:250px;
	padding:1px 2px;
}

#wishlist-fields .form_row .textarea{
	height:50px;
}

.action_all_container{
	margin-top:10px;
	text-align:right;
}

.WISH .column-2 .column-1 {
	width:100%;
	text-align:left;
}
.WISH .column-2 table {
	margin-top:0;
}
.WISH .something {
	padding-top:12px;
}

/* Global Header - Audi Logo */
.audi-logo {
	display: block;
	float: left;
	margin: 2.3em 0 0 3em;
}
.porsche-logo {
	display: block;
	float: left;
	margin: 0.15em 0 0 3em;
}

/* Apple Pay Buttons */
.PROD .prod-details div#applePayBtn {
	clear: both;
	margin-top: 1em;
	width: 100%;
	display: inline-block;
	text-align: right;
	z-index: 999;
	line-height: inherit;
	position: relative;
	float: right;
}
.PROD .prod-details #applepay-button {
	z-index: 999;
	position: relative;
}
.BASK .pay-btn img {
	width: 170px;
}

/* CTGY3 */
#custom-category-layout {
	position: relative;
}
.CTGY3 .content-left,
.CTGY3 .content-right {
	display: inline-block;
}
.CTGY3 .content-left {
	width: 15%;
	float: left;
	z-index: 44;
	position: relative;
}
.CTGY3 .content-right { 
	width: 80%;
	float: right;
	z-index: 33;
	position: relative;
}
.CTGY3 .content-right img {
	max-width: 100% !importANT;
}
.CTGY3 .half {
	display: inline-block;
	width: 50%;
}
.CTGY3 .half.left {
	float: left;
}
.CTGY3 .left {
	float: left;
	padding-right: 0.5em;
}
.CTGY3 .right {
	float: right;
	padding-left: 0.5em;
}
.CTGY3 .left .left,
.CTGY3 .left .right,
.CTGY3 .right .left,
.CTGY3 .right .right,
.CTGY3 .row3 .left,
.CTGY3 .row3 .right {
	width: 50%;
}
.CTGY3 .row {
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}
.CTGY3 .content-left ul li:before {
	content: "";
	padding-right: 0;
}
.CTGY3 .content-left ul {
	background: #f1f1f1;
	margin: 0;
	z-index: 33;
}
.CTGY3 .content-left ul ul {
	display: none;
}
.CTGY3 .content-left ul li:hover ul {
	/* 
	top: -2em;
	*/
	position: absolute;
	left: 170px;
	width: 200px;
	display: inline-block;
	box-shadow: 4px 4px 14px #333;
	z-index: 666;
	float: left;
	margin-top: -2.6em;
}
.CTGY3 .content-left ul li, 
.CTGY3 .content-left ul li a {
	line-height: 1.5;
	text-transform: none;
	display: block;
	color: #1d1d1d;
	width: 100%;
	z-index: 33;
}
.CTGY3 .content-left ul li a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0 0.5em 1em;
}
.CTGY3 .content-left ul li a:hover {
	background: #d31a2f;
	color: #fff;	
}
.CTGY3 .row3 img {
	max-width: 100%;
}
.CTGY3 .content-right .row span {
	height: auto;
	min-height: 0;
	padding: 17px 10px 17px 0;
	color: #414141;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.CTGY3 .content-right .row a {
	text-decoration: none;
}
.CTGY3 #slider-main {
	height: 330px;
}

/* SFNT2 - New Home Page Changes - GD */
.SFNT #feat-products .feat-col > div img {
	max-width: 100%;
}
.SFNT #feat-banners > div.right {
	float: right;
}
#sfnt_featured_cats {
	background: #fff;
	display: inline-block;
	width: 100%;
}
.SFNT #home-featured-categories {
	margin: 1.5em auto 1em auto;
	display: block;
	width: 100%;
	position: relative;
	max-width: 1140px;
}
.SFNT .featured-category {
	width: 20%;
	display: inline-block;
	text-align: center;
	float: left;
	padding-top: 10px;
	position: relative;
	margin-bottom: 1em;
}
.SFNT .featured-category .feat-product-name a {
	height: 34px;
	color: #3a3730;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
}
.SFNT .featured-category a {
	text-decoration: none;
}
.SFNT .featured-category img {
	width: 85%;
}
.SFNT .feat-product-select ul {
	display: none;
	background: #eee;
	position: absolute;
	top: 0;
	z-index: 99;
	top: 8.5em;
	left: 2em;
}
.SFNT .feat-product-select:hover ul {
	display: block; 
	width: 175px;
}
.SFNT .feat-product-select ul li:before {
	content: "";
	padding: 0;
	font-weight: normal;
}
.SFNT .feat-product-select ul li {
	padding: 0.75em 1em;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.SFNT .feat-product-select ul li a {
	font-size: 14px;
	color: #1d1d1d;
}
.SFNT .feat-product-select ul li:hover {
	background: #d31a2f;
}
.SFNT .feat-product-select ul li:hover a {
	color: #fff;
}
.SFNT .select-model {
	background: #d31a2f;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: 0.25em 0.75em;
	margin: 1em auto 1.5em auto;
	cursor: pointer;
}

/* Featured Slider */
#sfnt-feat-slider {
  height: 505px;
  margin: 0px auto;
  position: relative;
  overflow: hidden; }
  #sfnt-feat-slider .slide {
    position: relative;
    overflow: hidden;
    /* width: 1600px; */
    height: 505px;
    margin: 0 auto; }
  #sfnt-feat-slider .slide .items {
    width: 20000em;
    position: absolute; }
  #sfnt-feat-slider .items > div.item {
    float: left;
    position: relative;
    overflow: hidden;
    width: 555px;
    height: 505px;
    margin-right: 2px; }
  #sfnt-feat-slider .item img {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%; }
  #sfnt-feat-slider .navi {
    cursor: pointer;
    position: absolute;
    bottom: 85px;
    left: 50%;
    margin-left: -32px;
    height: 20px;
    min-width: 80px;
    z-index: 10; }
  #sfnt-feat-slider .navi a {
    background: url(../img/dot-nav.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 3px; }
  #sfnt-feat-slider .navi a.active {
    background-position: 0 -30px; }
	
/* GDRP - Agree to Terms Banner */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:0.5em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/* Standard Template Example */
.template-content-section {
	margin-bottom: 1.5rem;
}
.template-image-container,
.template-video-container {
	display: inline-block;
	width: 100%;
	margin: 1.25rem 0;
}
.template-image-container-3 div,
.template-image-container-2 div {
	padding: 0 0.5% 0.5% 0.5%;
}
.template-video-container div {
	padding: 0 1% 1% 1%;
}
.template-image-container-2 div,
.template-video-container div {
	max-width: 50%;
}
.template-image-container-3 div {
	width: 33%;
}
.template-image-container div,
.template-video-container div {
	display: inline-block;
	float: left;
}
.template-image-container img {
	max-width: 100%;
}
