@charset "UTF-8";

/* @override http://diy.dev/wp-content/themes/diy_www/style.css */
/* @override http://diy.dev/wp-content/themes/diy_www/style.css */
/* @override http://diy.dev/wp-content/themes/diy_www/style.css */
/* @override http://diy.dev/wp-content/themes/diy_www/style.css */
/* @override 

	http://diy.dev/wp-content/themes/diy_www/style.css */
/*

Theme Name: diy skins 2

Theme URI: http://diyss.com/

Description: diy skins - May 2012

Author: Queen City Studio

Author URI: http://127.0.0.1/

Version: 1.0

Tags:



License: Comercial

License URI: N/A

*/
/*

 * HTML5 Boilerplate

 *

 * What follows is the result of much research on cross-browser styling.

 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,

 * Kroc Camen, and the H5BP dev community and team.

 *

 * Detailed information about this CSS: h5bp.com/css

 *

 * ==|== normalize ==========================================================

 */
/* =============================================================================

   HTML5 display definitions

   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

@media (max-width: 480px) {
  .single_product_display .wpsc_quantity_update .quantity_inp {
    font-size: 40px !important;
    width: 230px !important;
    height: 50px !important;
  }
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

div.default_product_display div.textcol {
  margin-left: 160px !important;
  min-height: 96px;
  _height: 96px;
}

div.default_product_display div.textcol div.imagecol {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: -160px !important;
}

div.default_product_display div.textcol div.imagecol a img {
  width: 150px;
  height: 96px;
}

.wpsc_category_grid_item {
  display: block;
  float: left;
  width: 148px;
  height: px;
}

.wpsc_category_grid_item span {
  position: relative;
  top: 10.444444444444px;
}

div.default_product_display div.item_no_image a {
  width: 148px;
}

div.default_product_display .imagecol img.no-image,
#content div.default_product_display .imagecol img.no-image {
  width: 150px;
  height: 96px;
}

.form-control {
  width: 95%;
  -moz-appearance: none;
  border-radius: 0;
  height: 30px;
  padding: 4px;
  font-size: 14px;
  color: #c5c6c6 !important;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #c5c6c6;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5c6c6;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5c6c6;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #c5c6c6;
  opacity: 1;
}

/*
          * Single View Styling
          */
div.single_product_display div.item_no_image {
  width: 298px;
  height: -2px;
}

div.single_product_display div.item_no_image a {
  width: 298px;
}

div.single_product_display div.textcol {
  margin-left: 310px !important;
  min-height: px;
  _height: px;
}

div.single_product_display div.textcol div.imagecol {
  position: absolute;
  margin-left: -310px !important;
}

div.single_product_display div.textcol div.imagecol a img {
  width: 300px;
  height: px;
}

div#categorydisplay {
  display: block;
}

div#branddisplay {
  display: none;
}

/* =============================================================================
   
      Base
   
      ========================================================================== */
/*
   
    * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
   
    * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
   
    */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: initial;
}

@media (max-width: 768px) {
  html {
    width: 1000px;
  }
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
   
    * Remove text-shadow in selection highlight: h5bp.com/i
   
    * These selection declarations have to be separate
   
    * Also: hot pink! (or customize the background color to match your design)
   
    */
::-moz-selection {
  background: #46bce5;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #46bce5;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   
      Links
   
      ========================================================================== */
a {
  color: #00e;
}

a:visited {
  color: #46bce5;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   
      Typography
   
      ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   
      Lists
   
      ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   
      Embedded content
   
      ========================================================================== */
/*
   
    * 1. Improve image quality when scaled in IE7: h5bp.com/d
   
    * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
   
    */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
   
    * Correct overflow not hidden in IE9
   
    */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   
      Figures
   
      ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   
      Forms
   
      ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
   
    * 1. Correct color not inheriting in IE6/7/8/9
   
    * 2. Correct alignment displayed oddly in IE6/7
   
    */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
   
    * 1. Correct font-size not inheriting in all browsers
   
    * 2. Remove margins in FF3/4 S5 Chrome
   
    * 3. Define consistent vertical alignment display in all browsers
   
    */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
   
    * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
   
    */
button,
input {
  line-height: normal;
}

/*
   
    * 1. Display hand cursor for clickable form elements
   
    * 2. Allow styling of clickable form elements in iOS
   
    * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
   
    */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
   
    * Re-set default cursor for disabled elements
   
    */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
   
    * Consistent box sizing and appearance
   
    */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
   
    * Remove inner padding and border in FF3/4: h5bp.com/l
   
    */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
   
    * 1. Remove default vertical scrollbar in IE6/7/8/9
   
    * 2. Allow only vertical resizing
   
    */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   
      Tables
   
      ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   
      Chrome Frame Prompt
   
      ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
   
      Author:
   
      ========================================================================== */
/* ==|== media queries ======================================================
   
      EXAMPLE Media Query for Responsive Design.
   
      This example overrides the primary ('mobile first') styles
   
      Modify as content requires.
   
      ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

/* ==|== non-semantic helper classes ========================================
   
      Please define your styles before this section.
   
      ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
   
      Print styles.
   
      Inlined to avoid required HTTP connection: h5bp.com/r
   
      ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: 'DukeFill';
  src: url("../fonts/duke_fill-webfont.eot");
  src: url("../fonts/duke_fill-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/duke_fill-webfont.html") format("woff"), url("../fonts/duke_fill-webfont-2.html") format("truetype"), url("../fonts/duke_fill-webfont.svg#DukeFill") format("svg");
  font-weight: normal;
  font-style: normal;
}

.duke {
  font-family: "DukeFill", Helvetica, Arial;
}

@font-face {
  font-family: 'Univers';
  src: url("../fonts/Univers49UltraCondensedLight.eot");
  src: local("Γÿ║"), url("../fonts/Univers49UltraCondensedLight.html") format("woff"), url("../fonts/Univers49UltraCondensedLight-2.html") format("truetype"), url("../fonts/Univers49UltraCondensedLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.univers {
  font: 53px "Univers", Arial, Helvetica, Geneva, sans-serif;
}

/* DIY SEAT SKINS STYLES */
body {
  background: #FFF url("../img/pattern-bg.gif") repeat left top;
  color: #3e4141;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.left {
  float: left;
}

.right {
  float: right;
}

#header-holder,
#main-body,
#footer-holder {
  /*1000 pixels wide, total */
  width: 1000px;
  padding: 0px 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#footer-holder p {
  font-size: 11px;
}

@media (max-width: 480px) {
  #footer-holder p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}

#returns-info {
  float: left;
}

@media (max-width: 480px) {
  #returns-info {
    order: 3;
  }
}

header {
  border-top: 4px solid #53c8ea;
}

#header-holder #logo {
  float: left;
  margin-top: 35px;
}

.contact_us {
  font: 44px/35px "DukeFill", Arial, Helvetica, Geneva, sans-serif;
  color: #3e4141;
  line-height: 60px;
}

#header-holder #logo h1 {
  background: transparent url("../img/logo.png") no-repeat left top;
  width: 287px;
  height: 96px;
  text-indent: -999px;
  margin: 0px;
}

#sideshoppingcart h3 {
  font-size: 1.35rem;
}

@media (max-width: 480px) {
  #sideshoppingcart h3 {
    font-size: 2.15rem;
  }
}

@media (max-width: 320px) {
  #sideshoppingcart h3 {
    font-size: 3.35rem;
  }
}

#cart-tools {
  background: url(../img/icon-cart.png) no-repeat 0px 10px;
  width: 170px;
  background-size: 24px;
  padding: 10px 0px;
}

@media (max-width: 992px) {
  #cart-tools {
    background: url(../img/icon-cart.png) no-repeat 19px 10px;
    width: initial;
    background-size: 23px;
  }
}

@media (max-width: 768px) {
  #cart-tools {
    background: url(../img/icon-cart.png) no-repeat 50px 9px;
    width: initial;
    background-size: 23px;
  }
}

@media (max-width: 480px) {
  #cart-tools {
    background: url(../img/icon-cart.png) no-repeat 30px 10px;
    width: initial;
    background-size: 35px;
  }
}

@media (max-width: 320px) {
  #cart-tools {
    background: url(../img/icon-cart.png) no-repeat 40px 15px;
    width: 450px;
    background-size: 55px;
  }
}

#header-holder #tools {
  float: right;
  text-align: right;
  width: 170px;
}

@media (max-width: 992px) {
  #header-holder #tools {
    width: initial;
  }
}

@media (max-width: 768px) {
  #header-holder #tools {
    width: 220px;
  }
}

@media (max-width: 480px) {
  #header-holder #tools {
    width: initial;
  }
}

#view-cart-link {
  color: #3e4141;
  text-decoration: none;
  font-size: 24px;
  background: url("../img/button-arrow-fwd.png") no-repeat right center;
  padding-right: 27px;
}

@media (max-width: 480px) {
  #view-cart-link {
    font-size: 44px;
  }
}

@media (max-width: 320px) {
  #view-cart-link {
    font-size: 75px;
    background: url(../img/button-arrow-fwd.png) no-repeat 350px center;
    padding-right: 80px;
    background-size: 60px;
  }
}

#search-box {
  overflow: hidden;
  position: relative;
}

#search-form input#s {
  background: #57C8E7;
  width: 140px;
  padding: 0px 5px;
  margin: 0px;
  color: #3e4141;
  outline: 0px;
  border: none;
  height: 31px;
  font-size: 12px;
  float: left;
}

@media (max-width: 992px) {
  #search-form input#s {
    width: initial;
  }
}

@media (max-width: 768px) {
  #search-form input#s {
    width: 86%;
  }
}

@media (max-width: 480px) {
  #search-form input#s {
    background: #57C8E7;
    height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  #search-form input#s {
    height: 70px;
    font-size: 30px;
  }
}

#search-form #searchsubmit {
  float: right;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  border: none;
  outline: 0;
  width: 29px;
  height: 31px;
  background: url(../img/search.svg) no-repeat center center, #404343;
  background-size: 25px;
}

#search-form #searchsubmit:after {
  content: "\f54a";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  position: absolute;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
}

@media (max-width: 480px) {
  #search-form #searchsubmit {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 320px) {
  #search-form #searchsubmit {
    width: 60px;
    height: 70px;
  }
}

::-webkit-input-placeholder {
  color: #25738a;
}

input:-moz-placeholder {
  color: #25738a;
}

#search-form input:focus {
  outline: 0;
  border: none;
}

#main-body {
  margin-top: 30px;
  background: #FFF url("../img/divider.gif") no-repeat left top;
  padding-bottom: 20px;
  padding-top: 25px;
}

@media (max-width: 480px) {
  #main-body {
    background-size: contain;
  }
}

@media (max-width: 992px) {
  #main-body .container {
    width: 100%;
    max-width: 100%;
  }
}

#brands {
  background: #FFF url("../img/divider.gif") no-repeat left top;
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  padding-top: 8px;
}

footer {
  background-color: #3e4141;
  min-height: 220px;
}

#main-body .col-right h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  letter-spacing: 4px;
  font: 53px/35px "DukeFill", Arial, Helvetica, Geneva, sans-serif;
  height: 40px;
}

#main-body p {
  font-size: 16px;
  line-height: 26px;
}

.home #main-body p {
  margin-bottom: 12px;
  margin-top: 12px;
}

@media (max-width: 480px) {
  .home #main-body p {
    margin-bottom: 14px;
    margin-top: 14px;
    font-size: 22px;
    line-height: 35px;
  }
}

div.col-container {
  position: relative;
}

div.col-right {
  float: right;
}

div col-left {
  float: left;
  width: 286px;
}

.main_content .sel_box {
  float: left;
}

.main_content .slider_sec {
  float: left;
}

#get-started-cta {
  font-size: 40px;
  background: url("../img/btn-arrow-back-lg.gif") no-repeat left center;
  padding-left: 45px;
}

.home #main-body .col-right {
  width: 640px;
}

.home form fieldset {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 480px) {
  .home form fieldset {
    width: 100%;
    float: left;
    padding-bottom: 50px;
  }

  .home form fieldset:first-child {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .home form fieldset select {
    width: 100%;
    height: 50px;
  }
}

.home form fieldset .sel_make .radio-container {
  background-color: #9D9F9F;
  margin-right: 2px;
}

.home form fieldset .sel_make .radio-container.active {
  background-color: #3e4141;
}

@media (max-width: 480px) {
  .home form fieldset .sel_make {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.home form fieldset.last {
  border-bottom: 0;
}

@media (max-width: 480px) {
  .home form fieldset.last {
    padding-bottom: 11px;
    width: 31%;
  }
}

.home form h2 {
  font: 32px/32px "Univers", Arial, Helvetica, Geneva, sans-serif !important;
  margin-top: 0px;
  margin-bottom: 15px;
  height: 32px;
  letter-spacing: 1px;
  padding: 0 0 0 35px;
}

@media (max-width: 480px) {
  .home form h2 {
    font-size: 42px !important;
  }
}

.home form h2#make {
  background: url("../img/icon-01.gif") no-repeat left;
}

.home form h2#model {
  background: url("../img/icon-02.gif") no-repeat left;
}

.home form h2#year {
  background: url("../img/icon-03.gif") no-repeat left;
}

.home form .radio-container {
  overflow: hidden;
  position: relative;
  width: 94px;
  height: 30px;
  float: left;
  margin-bottom: 2px;
}

@media (max-width: 480px) {
  .home form .radio-container {
    width: 282px;
    height: 50px;
  }
}

.home form .radio-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font: 20px/30px "DukeFill", Arial;
  text-align: center;
  width: 94px;
  text-transform: uppercase;
}

.home form .radio-container label:hover {
  color: white;
  background-color: #46bce3;
}

@media (max-width: 480px) {
  .home form .radio-container label {
    width: 100%;
    font: 34px/50px "DukeFill", Arial;
  }
}

.home form .radio-container.margins {
  margin: 0 2px 0px 2px;
}

.home form .spinner {
  background: url("../img/ajax-loader.gif") no-repeat left top;
  width: 43px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 0;
  display: none;
}

.home #slider {
  width: 515px !important;
  height: 172px;
}

@media (max-width: 768px) {
  .home #slider {
    width: 100% !important;
    background-size: cover !important;
  }
}

.home #slider div.nivo-controlNav {
  position: absolute;
  top: -22px;
  right: 0;
}

.home #slider a.nivo-control {
  background: transparent url("../img/slider-nav-sprite.gif") no-repeat left top;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  margin-right: 10px;
  float: left;
}

.home #slider a.nivo-control.active {
  background: url("../img/slider-nav-sprite.gif") no-repeat -8px top;
}

.home #slider-wrapper {
  -webkit-box-shadow: 0 0 8px #c0c0c0;
  -moz-box-shadow: 0 0 8px #c0c0c0;
  box-shadow: 0 0 8px #c0c0c0;
}

/*STORE styles */
#single_product_page_container {
  width: 100% !important;
}

.single_product_display {
  margin-bottom: 0px !important;
  padding: 0px !important;
}

#back-to-home {
  font-family: 'DukeFill';
  text-decoration: none;
  color: #3e4141;
  font-size: 22px;
  line-height: 23px;
  background: url("../img/back-arrow.gif") no-repeat left top;
  padding-left: 25px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  #back-to-home {
    padding-left: 60px;
    background-size: 50px;
  }
}

@media (max-width: 768px) {
  .product_back {
    position: absolute;
    top: 0px;
  }
}

@media (max-width: 480px) {
  .product_back {
    font-size: 50px !important;
    line-height: 53px !important;
  }
}

@media (max-width: 480px) {
  .product_head {
    margin: 80px 0 0 0 !important;
  }
}

#content h2 {
  font: normal 60px/60px "DukeFill", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #3e4141;
}

.wpsc_product_price .currentprice {
  font: normal 40px/40px "DukeFill", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #53c8ea;
  background: url("../img/cards.gif") no-repeat right center;
  padding-right: 190px;
}

@media (max-width: 480px) {
  .wpsc_product_price .currentprice {
    font-size: 80px;
  }
}

.wpsc_product_price .in_stock {
  float: right;
  margin-top: 13px;
  font-size: 12px;
}

div.column-container {
  position: relative;
  overflow: hidden;
}

.wpsc_product_price {
  margin-bottom: 20px !important;
  padding: 0 !important;
  width: 400px;
}

#extras h1 {
  font: normal 30px/30px "DukeFill", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #3e4141;
  padding-bottom: 10px;
  background: url("../img/divider.gif") no-repeat left bottom;
}

#column-left {
  float: left;
  width: 610px;
}

#column-right {
  width: 304px;
  float: right;
  margin-top: 37px;
}

div.product_description p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #3e4141;
  margin-top: 0px;
}

@media (max-width: 480px) {
  div.product_description p {
    font-size: 32px !important;
    line-height: 44px !important;
  }
}

#column-left div.productcol div.custom_meta p {
  font-size: 14px !important;
  line-height: 19px !important;
  color: #9ea0a0;
  margin: 0;
}

@media (max-width: 480px) {
  #column-left div.productcol div.custom_meta p {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

div.extra-item {
  float: left;
  width: 50%;
  position: relative;
  padding-top: 10px;
}

div.extra-thumb {
  width: 110px;
  height: 80px;
  float: left;
  background-color: #909090;
}

div.productcol {
  margin-bottom: 34px;
}

div.extra-description {
  float: right;
  width: 175px;
  padding-right: 10px;
}

div.extra-description h3 {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  color: #3e4141;
  margin-bottom: 3px;
  font-weight: 700;
}

@media (max-width: 480px) {
  div.extra-description h3 {
    font-size: 16px;
    line-height: 18px;
  }
}

.line-clamp {
  position: relative;
  /* exactly three lines */
}

.line-clamp:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}

div.extra-description a {
  color: #3e4141;
  text-decoration: none;
  padding: 2px px;
  font: 20px/24px "DukeFill", Arial, Helvetica, Geneva, sans-serif;
  padding-right: 26px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  background: transparent url(../img/button-arrow-fwd.png) no-repeat center right;
}

div.extra-description a span {
  font-size: 25px;
  line-height: 14px;
}

div.extra-description p {
  margin: 0;
  margin-bottom: 32px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #3e4141;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
  div.extra-description p {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 30px;
  }
}

#column-right div.imagecol {
  margin: 0;
  width: 300px;
  float: none !important;
  border: 2px solid #8f8f8f;
  margin-right: 0px !important;
  margin-bottom: 15px;
}

#column-right div.imagecol img.product_image {
  border: none;
  margin: 50px 0;
}

input.make_purchase {
  background: url(../img/btn-checkout.gif) no-repeat scroll 0 0 transparent;
  border: medium none;
  float: right;
  font-size: 12px;
  margin-right: 30px;
  outline: 0 none;
  padding: 10px;
  text-indent: -9999px;
  width: 135px;
}


input.wpsc_buy_button {
  text-indent: -9999px;
  background: url("../img/add-to-cart.gif") no-repeat right top;
  width: 236px;
  height: 53px;
  padding: 0 !important;
  border: none;
  margin-top: 0px !important;
}

div.wpsc_buy_button_container {
  width: 236px;
  height: 53px;
  float: right;
  margin-top: 7px;
}

@media (max-width: 480px) {
  div.wpsc_buy_button_container {
    width: initial;
    height: 53px;
    float: left;
    margin-top: 7px;
  }
}

.product_form fieldset {
  margin-bottom: 10px;
}

.product_form fieldset.qty-fieldset {
  float: left;
}

.single-wpsc-product .wpsc_quantity_update input {
  border: 1px solid #a4a4a4;
  padding: 3px !important;
  font-size: 12px;
  line-height: 12px;
  height: 20px;
}

.swatch {
  width: 95px;
  height: 22px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 80;
}

@media (max-width: 480px) {
  .swatch {
    width: 224px;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
  }
}

#variation-container div.variation-group {
  float: left;
}

#variation-container {
  overflow: hidden;
  position: relative;
}

div.col2.var-4,
div.col2.var-50 {
  width: 143px !important;
  height: 30px !important;
  overflow: hidden;
  position: relative;
}

div.col2.var-4 {
  background: #3e4141;
  padding-right: 10px;
}

@media (max-width: 480px) {
  .variation-group .col2.var-4{
    margin-bottom: 20px; 
  }
  .swatch.color1-swatch{
    height: 35% !important
  }
  .swatch.color2-swatch{
    height: 100% !important
  }
  div.col2.var-4 {
    width: 230px !important;
    height: 50px !important;
  }
}

div.col2.var-4:after {
  content: '\25bc';
  z-index: 2;
  color: #ffffff;
  position: absolute;
  right: 0;
  background: #9D9F9F;
  width: 40px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  top: 0;
}

@media (max-width: 480px) {
  div.col2.var-4:after {
    width: 60px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
  }
}

.single-wpsc-product .product_form fieldset legend {
  font-family: "DukeFill", Helvetica;
  font-size: 22px !important;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .single-wpsc-product .product_form fieldset legend {
    font-size: 64px !important;
  }
}

/* SHOPING CART */
table.checkout_cart {
  border: medium none;
  border-collapse: collapse;
  font-size: inherit;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 3px 0 0;
  width: 100% !important;
}

#checkout_page_container {
  width: 100% !important;
}

table.checkout_cart tr td {
  font-size: inherit;
  padding-bottom: 5px;
  padding-left: 10px;
}

table.checkout_cart tr.product_row td {
  font-size: inherit;
  padding-bottom: 5px;
  vertical-align: middle !important;
  text-align: left !important;
}

table.checkout_cart tr.product_row td {
  font-size: inherit;
  padding-bottom: 5px;
  vertical-align: top !important;
}

form.adjustform {
  display: inline;
}

table.checkout_cart tr.header td {
  background-color: #c5c6c6;
  border-left: 2px solid white;
}

table.checkout_cart tr.header td.firstcol {
  border-left: medium none;
}

.adjustform.remove {
  background-color: #c5c6c6;
  border: none;
  font: normal 20px "DukeFill", Arial, Helvetica, Geneva, sans-serif !important;
  padding: 3px 10px;
  text-transform: uppercase;
}

.remove input {
  margin: 0 !important;
}

input.submit_btn {
  background: url("../img/btn-submit.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  float: right;
  font-size: 12px;
  margin-right: 25px;
  outline: 0 none;
  padding: 10px;
  text-indent: -9999px;
  width: 135px;
}

p.validation-error {
  font-size: 10px !important;
  margin-top: 0;
}

@media (max-width: 480px) {
  table.productcart {
    margin-top: 30px;
  }
}

table.productcart-price {
  float: right;
  width: 295px;
}

td.productcart-price-label {
  font-size: 17px;
  font-weight: bold !important;
  padding-right: 15px;
  text-align: right;
  vertical-align: top;
  padding-left: 0px !important;
  line-height: 17px;
}

#wpsc_shopping_cart_container table.productcart {
  width: 630px;
}

table.productcart-price td {
  padding-top: 10px;
}

span.cart-note {
  color: #7C7C7C;
  font-size: 10px;
  font-weight: normal;
  line-height: 10px !important;
}

td.productcart-price-number {
  width: 80px;
}

td.productcart-price-number span.pricedisplay {
  text-align: center !important;
  width: 95px;
}

@media (max-width: 480px) {
  .old_price {
    font-size: 35px !important;
    line-height: 85px !important;
  }
}

@media (max-width: 480px) {
  .you_save {
    font-size: 35px !important;
    line-height: 35px !important;
    margin: 20px 0 0 0 !important;
  }
}

@media (max-width: 480px) {
  .shop_cart {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  #shoppingcartcontents {
    margin-bottom: 20px;
  }
}

table.productcart-price tr.total_shipping {
  border-bottom: 2px solid #E6E6E6;
}

table.productcart-price tr.total_tax {
  border-bottom: 2px solid #E6E6E6;
}

tr.product_row {
  border-bottom: 2px solid #E6E6E6;
}

tr.product_row h3 a {
  color: #000000;
  font-size: 17px;
  text-decoration: none;
}

td.photo-col {
  width: 20%;
}

td.price-col {
  width: 10%;
}

td.total-col {
  width: 10%;
}

#checkout_page_container table.checkout_cart td {
  padding: 10px !important;
}

#checkout_page_container table.checkout_cart tr.header td {
  padding: 3px 10px !important;
  color: #3e4141;
  text-transform: uppercase;
  text-align: left;
  font: normal 20px "DukeFill";
}

td.remove-col {
  width: 10%;
}

td.qty-col {
  width: 11%;
}

#checkout_page_container form.adjustform.remove input,
#checkout_page_container form.adjustform.qty input {
  background-color: #c5c6c6;
  border: none;
  font: normal 20px "DukeFill", Arial, Helvetica, Geneva, sans-serif !important;
  padding: 3px 10px;
  text-transform: uppercase;
}

#checkout_page_container form.adjustform.qty input.update-btn {
  text-indent: -9999px;
  background: url("../img/btn-update.gif") no-repeat left top;
  width: 31px;
  height: 31px;
}

#checkout_page_container div.product-image {
  border: 1px solid #333;
  text-align: center;
}

@media (max-width: 480px) {
  .product-image img {
    max-width: 170px;
  }
}

#checkout_page_container td.wpsc_product_name a {
  font: normal 30px/30px "DukeFill", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: #3e4141;
  text-decoration: none;
}

#checkout_page_container td.wpsc_product_name p {
  font-size: 12px;
  line-height: 16px;
}

#checkout_page_container div.product-image img {
  margin: 20px 0px;
}

#wpsc_shopping_cart_container h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
}

label.wpsc_email_address {
  font: normal 30px/30px "DukeFill", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: #3e4141;
}

#wpsc_shopping_cart_container {
  font-size: 14px;
}

tr.wpsc_shipping_info td {
  padding-bottom: 10px;
}

td.shipping_header {
  padding: 10px 0px;
}

form#change_country {
  padding-bottom: 10px;
}

td.wpsc_shipping_quote_name {
  padding: 5px 0px;
}

.wpsc_checkout_forms .text {
  border: 1px solid #c5c6c6;
  padding: 6px;
  font-size: 12px;
  outline: 0;
}

@media (max-width: 480px) {
  .wpsc_checkout_forms .text {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  #region_country_form_7 {
    width: 95%;
    font-size: 22px;
    height: 50px;
  }
}

.wpsc_checkout_forms .text:focus {
  border: 1px solid #53c8ea;
  -moz-box-shadow: 0 0 8px #52c7e9;
  -webkit-box-shadow: 0 0 8px #52c7e9;
  box-shadow: 0 0 8px #52c7e9;
}

table.wpsc_checkout_table {
  width: 45%;
  margin-top: 20px;
}

.cont_form {
  width: 100% !important;
}

@media (max-width: 480px) {
  .cont_form .td_head {
    margin-bottom: 30px !important;
    font-size: 60px !important;
  }
}

.cont_form select {
  color: #25738a;
}

@media (max-width: 480px) {
  .table_label {
    font-size: 30px !important;
  }
}

@media (max-width: 480px) {
  .td_heads {
    font-size: 60px;
  }
}

table.wpsc_checkout_table.table-1 {
  float: left;
}

table.wpsc_checkout_table.table-2 {
  float: right;
}

table.wpsc_checkout_table td {
  padding-bottom: 15px !important;
}

table.wpsc_checkout_table td .text {
  width: 95% !important;
}

#wpsc_shopping_cart_container form.wpsc_checkout_forms div.wpsc_email_address p.wpsc_email_address_p {
  margin-top: 10px;
}

form.wpsc_checkout_forms {
  overflow: hidden;
  position: re;
}

.make_purchase_btn {
  float: right;
  overflow: hidden;
  position: relative;
  clear: right;
}

td.wpsc_gateway_container {
  text-align: right;
  padding-right: 5px !important;
}

div.custom_gateway {
  margin: 10px 0px;
}

div.custom_gateway img {
  display: none;
}

#footer-holder {
  padding: 20px 20px 0 20px !important;
  color: white;
}

#footer-by {
  text-align: right;
  font-size: 11px;
  color: #9ea0a0;
  width: 100%;
  position: absolute;
  bottom: -20px;
}

@media (max-width: 480px) {
  #footer-by {
    order: 4;
  }
}

#footer-by p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
}

#footer-about {
  width: 27%;
  text-align: left;
  font: 11px "Verdana", Arial;
}

@media (max-width: 480px) {
  #footer-about {
    width: initial;
    margin-bottom: 40px;
    order: 2;
  }
}

.mail_id {
  color: #46bce5 !important;
}

#footer-holder h2,
#footer-holder #footer-about a {
  font: normal 24px/24px "DukeFill", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 480px) {
  #footer-holder h2 {
    font-size: 42px !important;
    margin-bottom: 20px;
  }
}

#footer-holder #footer-about a {
  color: white;
  text-decoration: none;
  padding-right: 28px;
  padding-bottom: 3px;
  background: transparent url("img/icon-mail.gif") no-repeat center right;
}

@media (max-width: 480px) {
  #footer-holder #footer-about a {
    font-size: 42px;
  }
}

#footer-holder #acc-links ul {
  list-style: none;
  padding: 0;
  margin-top: 6px;
}

#footer-holder {
  position: relative;
}

@media (max-width: 480px) {
  #footer-holder #acc-links {
    margin-bottom: 20px;
    order: 1;
  }
}

#footer-holder #acc-links a {
  text-decoration: none;
  color: #46BCE5;
  font-size: 12px;
}

@media (max-width: 480px) {
  #footer-holder #acc-links a {
    font-size: 21px;
  }
}

/*
   
   Single product image
   
   */
#column-right .imagecol img {
  max-width: 300px !important;
}

/*# sourceMappingURL=main.css.map */