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

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

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

}


.clearfix:before,.clearfix:after,.row:before,.row:after{display:table;content:""}
.clearfix:after,.row:after{clear:both}
.clearfix{zoom:1} 
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
*:focus {outline: none;}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #333333;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/*code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}*/

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}


/*** transition***/
button, .button, a, .back-link, .pdf-btn{transition: all 0.5s ease;}


/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #333333;
  line-height: 1; font-family: 'pill_gothic_300mg_rgregular';
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address { font-style:normal; font-size:16px; line-height:140%}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #3a2260;
  text-decoration: none;
}

a:hover {
  color: #3a2260;
  text-decoration: underline;
}

a:focus {
  outline:none;
  color: #143d52;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399cc;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #121212;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  /*font-family: "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  /*font-family: "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.align_R {text-align:right !important}
.align_L {text-align:left !important}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #cc0000;
}

.availability-only {
  color: #cc0000;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,.page-title h2,.product-name h1,.product-name .h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  color: #3a2260;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family:'bignoodletitlingregular';
  margin-bottom:28px;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3a2260;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px; text-decoration:underline
}
.col-left .block .actions .button ~ a:hover,
.col-right .block .actions .button ~ a:hover {text-decoration:none}
.block-account ul li.last {padding-bottom:10px}

/* -------------------------------------------- *
 * Secondary Navigation
 */
 
 .sidebar .block {background:#f1f1f1; padding:10px}
 .sidebar.col-left-first .block {background:#fff; padding:0}
 .sidebar .block-compare .block-title, .sidebar .block-reorder .block-title {padding-top:0}
 
.customer-account .col-left {padding:0}
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0; background:#f1f1f1; line-height:45px; text-indent:15px;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: 'pill_gothic_300mg_rgregular';
  margin: 7px 0 0 15px;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #4A2489;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #4A2489;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/*standard button*/
/* dark grey button*/
button, 
a.button, .back-link, .pdf-btn{display:inline-block;border:0;padding:4px;font-size:15px;font-weight:500;font-family:'pill_gothic_300mg_rgregular';text-transform:uppercase;vertical-align:middle;white-space:nowrap;background:#5d395f;text-decoration:none}
button:focus{outline:none}
button span span, a.button span span, .back-link a {border:1px solid #5d395f;padding:0 20px}
button span, button span span, a.button span, a.button span span, .back-link a{line-height:31px;text-decoration:underline;text-transform:uppercase;display:inline-block;color:#fff;text-decoration:none;font-family:'pill_gothic_300mg_rgregular'}
button:hover, a.button:hover{text-decoration:none;background:#3a2260;cursor:pointer;color:#fff}
/**** blue color****/
.blue_clr {background:#3a2260}
.blue_clr:hover { background:#121212}

/*** grey button***/
.back-link, .pdf-btn {background-color:#b3b3b3}
.back-link:hover, .pdf-btn:hover {background-color:#5d395f}
.back-link a {border-color:#CCCCCC; text-decoration:none}
.back-link a:hover {border-color:#575757}
.back-link a:hover {}

/*** large button - blue button***/
.btn-proceed-checkout, .add-to-cart-buttons .btn-cart, #checkout-review-submit .btn-checkout {font-family: 'pill_gothic_300mg_rgregular'; font-weight:bold; font-size:22px; color:#fff; background:#3a2260}
.btn-proceed-checkout span span, .add-to-cart-buttons .btn-cart span span, #checkout-review-submit .btn-checkout span span {padding:7px 20px;}
.btn-proceed-checkout:hover, .add-to-cart-buttons .btn-cart:hover, #checkout-review-submit .btn-checkout:hover { background:#121212}
.btn-proceed-checkout span span:hover, .add-to-cart-buttons .btn-cart span span:hover, #checkout-review-submit .btn-checkout span span:hover {border:1px solid #575757;}


/* light grey button*/
/*.sidebar .actions .button,.button.button-secondary{background:#b3b3b3;}
.sidebar .actions .button:hover,.button.button-secondary:hover{background:#121212}
.sidebar .actions .button span span {border-color:#c8c8c8}
.sidebar .actions .button:active,.button.button-secondary:active{background:#c4c4c4;color:#636363}
.sidebar .actions .button:focus,.button.button-secondary:focus{color:#636363;background:#c4c4c4;outline:none}*/

/* Primary Buttons */

a.button{text-decoration:none}
a.button:hover{color:#FFF}

/* Disabled - class for anchor, state for form elements */
.button.disabled,.button:disabled{background:#C8C8C8;opacity:.6;cursor:not-allowed}

/* Adjacent buttons */
.button + .button {margin-left: 5px;}




/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 40px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}


/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #d8d8d8;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  /*line-height: 33px;*/
}
.buttons-set .back-link a {}
.buttons-set .back-link a small {display:none}
.buttons-set a:not(".button") {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
 /* min-width: 140px;*/
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}


/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: 0 0 22px;
  border-bottom:1px solid #dfdfdf;
  padding-bottom:4px;
}

.breadcrumbs li {
  float: left;
  font-size: 13px;
  font-family: 'pill_gothic_300mg_rgregular';
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #636363;
}

.breadcrumbs a:hover {
  color: #3a2260; text-decoration:none;
}

.breadcrumbs strong {
  color: #636363;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}


/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #4A2489;
  border-color: #4A2489;
}

.btn-remove:after {
  content: 'X';
  color: #4A2489;
  height: 20px;
  line-height: 18px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */

.main-container,
.footer-container {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

.footer-container {
  padding-top: 0px;  padding-bottom: 0px; padding-left:0px; padding-right:0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 22%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 23%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 77%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}



/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}

.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}

.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399cc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: 'pill_gothic_300mg_rgregular';
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: #cc0000;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  border-left: 5px solid red;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid red;
  border-right: none;
}

.messages .notice-msg li {
  border-left: 5px solid #e26703;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  border-left: 5px solid #11b400;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}


/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0 15px 0;
  /*font-family: "Helvetica Neue", Verdana, Arial, sans-serif;*/
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #6c47a8;

}

.price-box .price,
.price {
  white-space: nowrap;

}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  font-family: 'pill_gothic_300mg_rgregular';
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399cc;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */

.price-box .old-price,
.price-box .special-price {
  display: inline-block;
  margin-bottom:0px;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price,.price-box .special-price,.price-box .old-price .price,.price-box .special-price .price  { display: inline-block;}
.price-box .old-price .price-label,.price-box .special-price .price-label { display: none;}
.price-box .old-price .price, .price-box span.old-price { color: #a0a0a0; text-decoration: line-through;}
.price-box .old-price, .price-box .price { font-size:18px; font-family: 'pill_gothic_300mg_rgregular';}


.price-box .special-price {
  color: #3399cc;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: 'pill_gothic_300mg_rgregular';
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}


/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
 /* border: 1px solid #ededed;--------------Comment By Rajendra*/
}

.no-touch .product-image:hover {
  border-color: #3a2260;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 0px;
  margin-bottom: 30px;
  background: #d8d8d8;
  padding:0px ;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,.pager { font-family: 'pill_gothic_300mg_rgregular'; color: #7f7f7f; /*line-height: 30px;*/ font-size: 15px;}

.toolbar label,.pager-no-toolbar label { font-weight: normal;  text-transform: uppercase;}
/*.sorter { float: left;  margin-bottom: 5px;}*/
.sorter label { float: left; margin-right: 5px;}
.sorter label:after { content: ':';}
/*.sorter > .sort-by { float: left;  margin-right: 5px;}*/
.sorter > .sort-by .sort-by-switcher { width: 30px; height: 30px; display: inline-block;}
.sorter > .sort-by .sort-by-switcher--asc { background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: left;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: "pill_gothic_300mg_rgregular", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
  width:200px;
  font-size:15px;
  line-height:23px;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 0px;
}

.pages {
  float: left;
  overflow: hidden;
  margin-left: 15px;
  padding:10px;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 22px;
  width: 22px;
  height: 22px;
  padding: 0;
  color: #3a2260;
  /*font-family: "Helvetica Neue", Verdana, Arial, sans-serif;*/
}

.pages .current,.pages .current:hover { color: #7f7f7f; border: 1px solid #bababa; width: 22px; background-color: #d8d8d8; cursor: default;}

.pages .next,.pages .previous { font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; position: relative;
}
.pages .next:hover,.pages .previous:hover { border: 1px solid #3399cc;}

.pages .next:before { content: ''; position: absolute; width: 0; height: 0; display: block; border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; border-left: 4px solid #3399cc; border-right: none; top: 50%;  margin-top: -3px; left: 50%;
  margin-left: -2px;}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
}


/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399cc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}


.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 15px;
  font-family: 'pill_gothic_300mglight';
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *'; font-family:Arial, Helvetica, sans-serif;
  color: #cc0000;
  font-weight: normal;
 /* font-family: "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px; border:1px solid #d8d8d8; padding:3px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dbdbdb;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #787878;
}

.input-text.validation-failed {
  border-color: #cc0000;
}

.input-text.validation-failed:focus {
  outline-color: #ff7f7f;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #cc0000;
  font-size: 13px; font-family:Arial, Helvetica, sans-serif
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list > li a {text-decoration:underline}
.form-list > li a:hover {text-decoration:none}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.account-create ul.form-list li.control .checkbox {margin-left:0}
.account-create ul.form-list li.control label { padding-left:20px}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #e7e7e7;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  font-family: 'pill_gothic_300mg_rgregular';
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #dbdbdb;
}

.data-table tbody td,
.data-table tfoot td {
   font-family: 'pill_gothic_300mg_rgregular';
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #dbdbdb;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #dbdbdb;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}


/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: auto;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

 .page-header {
    max-width:1160px;
    margin: 5px auto;
    padding: 0 30px;
  }
  .nav_wrapper {
    max-width:775px;
    margin: 0px auto;
    padding: 0 30px;
  }

  .page-header-container {
    position: relative;
  }
  
  .div_mega_lighting{ float:left; width:270px}
  

  
  .postWrapper .postBookmarks .bm .bg-facebook{width: 20px; height: 20px;background: url('../images/fb-gmail.png') -10px -10px;}
  /************** header start*************/
  #header-nav{background:#121212}
  #header .skip-links {display:none}
  .header_left{float:left; text-align:left; width:35.5%; margin:10px 0 0; border-right:1px solid #d8d8d8; padding-bottom:7px;}
  .header_left .welcome-msg{font-size:16px; float:left;  text-align: center;  width: 100%;  margin: 10px 0 5px;} 
  .header_left .welcome-msg span{padding:0px; }
  .header_left .welcome-msg a{ text-decoration: underline;}
  .header_left .welcome-msg a:hover{ text-decoration:none;}
.header_left .top_links_left { border-top: 1px solid #d8d8d8;  float: left; padding: 9px 0 3px 27px;  width: 100%;}
  .header_left .top_links_left a{float:left; color:#222; font-size:18px;width:180px;}
  .header_left .top_links_left a:hover{color:#3a2260; text-decoration:none;}
  .header_left .top_links_left .phone_number span{background:url(../images/icon_sprite_custom.png) no-repeat left top; width:20px; margin-right:10px; margin-top:3px; height:20px; float:left}
   .header_left .top_links_left .build_project_link span{background:url(../images/icon_sprite_custom.png) no-repeat right top; width:30px; margin-right:10px; margin-top:3px; height:20px; float:left}
  
  .header_right{float:right; text-align:right; width:35.5%; margin:10px 0px; border-left:1px solid #d8d8d8; margin-bottom:0px;}
  .header_right .header-account{display:block !important; border-bottom:1px solid #d8d8d8; padding:10px 0 15px;}
  .header_right .header-account ul{ float:right;}
  .header_right .header-account ul li{float:left}
  .header_right .header-account ul li a{font-size:16px; color:#6d6d6d; padding:0px 10px; border-left:1px 
  solid #6d6d6d;}
  .header_right .header-account ul li a:hover{ color:#3a2260; text-decoration:none;}
  .header_right .header-account ul li:last-child a{ border-left:1px solid #6d6d6d; padding:0px 0 0 10px;}
  .header_right .header-account ul li.first {}
  .header_right .header-account ul li:first-child a{border:0px;}
  #header .skip-cart,  #header .top-cart-contain{position:relative; background:url(../images/search_arrow.jpg) no-repeat left top #5d395f; height:46px; width:74px;}
  #header .skip-cart .icon, #header .top-cart-contain .block-cart{background:url(../images/icon_sprite_custom.png) no-repeat left -60px; margin:6px 10px; display: inline-block; height: 30px; vertical-align: middle;width: 30px;}
  
  #header .skip-cart .label,#header .top-cart-contain .top-cart{position:absolute; background:#fff; width:16px; height:16px; font-size:11px; font-weight:bold; color:#5d395f; border-radius:8px 8px 8px 8px; text-align:center; left:-10px; top:0; position:relative}
  
  
  .header-search{display:block; float:right;}
  .header-search form{display: block;width:210px; float:right; margin-top:11px  }
  .header-search p{float:right; width:66px; text-align:center; margin-top:9px; color:#4b4b4b; font-size:14px; line-height:16px; margin-bottom:0px;}
  .header-search .input-text{ border-radius:14px 14px 14px 14px; background:#d8d8d8 !important; color:#7f7f7f; border:none;}
  .header #search_mini_form .search-button{background:url(../images/icon_sprite_custom.png) no-repeat left -25px; width:30px;}
  .header #search_mini_form .search-button:before{background:none;}
  .header-minicart{float:right}
  .header_center{float:none; width:23.5%; margin:0px auto; text-align:center}
.header-language-container,
.page-header {
  font-family: 'pill_gothic_300mg_rgregular';
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #3399cc;
  text-transform: uppercase; display:none
}
.header-language-background .header-language-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  /*padding: 13px 15px 10px 10px;*/
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}


.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  text-align: center;
  
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

.top-container{max-width:1160px;margin:0 auto;padding:0 30px}
  .page-header{max-width:1160px;margin:0 auto;padding:0 30px}
.page-header-container{position:relative}
.logo{max-width:300px;min-height:90px; margin-top:6px;}
.logo .small{display:none}
.logo .large{display:block}



/***** nav*****/
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
}

@media only screen and (min-width: 981px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 46px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}



.footer .logo { min-height: inherit; margin-bottom: 22px; }


@media only screen and (max-width: 980px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
  #header-nav { background:#EDEDED}
  
  #header .skip-cart .label, #header .top-cart-contain .top-cart { }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 980px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 980px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

 
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 980px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 980px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 981px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #ededed;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 981px) {
  .nav-primary {
    display: block;
    padding:0px 0;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none; background: url(../images/sepretor.png) left no-repeat;
  position: relative;
  display: block;
  color: #fff;
  font-size:16px;
  line-height:16px; /*border-left:1px solid #fff;*/ 
  font-family: 'pill_gothic_300mg_rgregular';
}
.nav-primary li {
  position: relative;
}

/*.nav-primary li.first a{padding-left:0px; border-left:0px; background:none;}
.nav-primary li.last a{padding-right:0px;}*/
.nav-primary a { background: none; }
.nav-primary li.level1 a {
  border-bottom: 1px solid #cccccc; color:#333333; padding:9px 0;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 980px) {
    .nav-primary a { background-image:none}
    
  .nav-primary li.first a {padding-left:25px}
  .nav-primary li.level0 ul {margin-top:5px; border-bottom:1px solid #cccccc}
  .nav-primary li.level0 ul li a {border:0; padding-left:0}
  .nav-primary li.level0 ul li a:hover {background:none; color:#9a73d9}
   .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4; color:#9a73d9;
    text-decoration: none;
  }
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #fff; background:#9a73d9
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 981px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Styles that only show when the menu is visible */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
     padding: 15px 27.5px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #9463e3;
  }
  .nav-primary .menu-active,
  .nav-primary li.level0:hover {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    position: absolute;
    left: 0;
    top: 46px;
    /* Height of ".nav-primary a.level0" */
    z-index: 100;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    border-top:none;
    /* Hide until displayed. */
  }
  
  .nav-primary li.mega_sub ul{ width:565px; padding-bottom:12px}
  .nav-primary li.mega_sub ul li:last-child > a { border-bottom:1px solid #ccc}
  .nav-primary li.mega_sub ul li{ float:left; width:250px; margin-left:11px; margin-right:9px}
  
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
 
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cccccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
  .no-touch li:hover > ul {
    display: block;
    /* Force display */
  }
}

 .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding:0px;
}

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%; color:#7f7f7f;
  height: 28;
  padding-right: 40px;
 font-family: 'pill_gothic_300mg_rgregular';
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background:none;
}

#search_mini_form  .input-box .search-button {
 background:url(../images/search-icon.png); width:16px; height:16px; margin:7px 10px 0 0;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}


/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none 
}



/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}


/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}


/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  /*font-family: "Helvetica Neue", Verdana, Arial, sans-serif;*/
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}


.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}
.level1.strong_effect {
    font-weight: bold;
}
.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
 
}

.footer {
  clear: both;
  width: 100%;

  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}

.footer .block-title {
  border: 0; margin:0px;
  padding: 3px 0; font-size:30px;
}
.footer .block-title strong {
  font-weight: normal; font-size:30px; color:#fff;font-family: 'bignoodletitlingregular';
}
.footer .block-title,
.footer address {
  color: #fff;
}
.footer .links {
  float: left;
  width: 100%;
  padding: 0 25px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height:20px;
  padding: 4px 0 9px 10px;background:url(../images/footer_link_arrow.png) no-repeat left 8px;
}
.footer .links a {
  color: #a7a7a7;
  font-size: 18px;
}
.footer .links a:hover {
  color: #fff; text-decoration:none;
}
.footer .block-subscribe {
  float:none;background:#fff; height:49px;
  width:100%;
  margin-bottom:15px;
}
.footer .block-subscribe .validation-advice {display:none;}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 20px; color:#a7a7a7;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(../images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}

.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%; height:49px; line-height:49px;
  border-right: 0; color:#323232; border:0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; font-size:18px;font-family: 'pill_gothic_300mg_rgregular'; padding:0px 10px 0;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height:49px; font-size:23px;font-family: 'bignoodletitlingregular';
  line-height:49px; text-align:center; width:135px !important;  
  float: right; background:url(../images/newletter_button_bg.jpg) no-repeat left top #5d395f; padding-left:33px;
}
.footer .block-subscribe .actions .button span{border:0px; padding:0px;}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  text-align: center;
  width: 100%; line-height:20px;
  font-size: 20px;
  padding: 30px 0; color:#a7a7a7;
}

.footer .footer_social{background:#2f2f2f; width:50px; border-radius:2px; float:right; margin-top:8px;}
.footer .footer_social li a{text-indent:-9999px; width:50px; height:40px; display:block}
.footer .footer_social li.facebook a{background:url(../images/icon_sprite_custom.png) no-repeat 0px -95px;}
.footer .footer_social li.twitter a{background:url(../images/icon_sprite_custom.png) no-repeat 0px -135px;}
.footer .footer_social li.linkedin a{background:url(../images/icon_sprite_custom.png) no-repeat 0px -175px;}
.footer .footer_social li.pintrest a{background:url(../images/icon_sprite_custom.png) no-repeat 0px -215px;}
.footer .footer_social li.facebook:hover a{background:url(../images/icon_sprite_custom.png) no-repeat -48px -95px;}
.footer .footer_social li.twitter:hover a{background:url(../images/icon_sprite_custom.png) no-repeat -48px -135px;}
.footer .footer_social li.linkedin:hover a{background:url(../images/icon_sprite_custom.png) no-repeat -48px -175px;}
.footer .footer_social li.pintrest:hover a{background:url(../images/icon_sprite_custom.png) no-repeat -48px -215px;}
.footer .span5 .block-title{margin-bottom:15px;}




/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 25px;
}

/* -------------------------------------------- *
 * Product Name
 */
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #5d395f;
  font-family: 'bignoodletitlingregular';
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #5d395f;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #5d395f;
  text-decoration: none;
}

.products-grid .product-name,.products-list .product-name {text-transform: uppercase; margin-bottom: 5px; font-size: 14px;font-family: 'pill_gothic_300mg_rgregular'; min-height:43px; line-height:normal;}
.products-grid .product-name a,.products-list .product-name a { font-weight: 500;}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  clear:none !important;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
  clear:none!important;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 10px; border:#dddddd solid 1px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}





.products-grid--max-4-col > li {
    margin-right: 2.22222%; width: 23.33333% !important;
        min-height: 340px;
  }

  .products-grid--max-4-col > li {
    width: 23.33333% !important;
    margin-right: 2.22222% !important;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0!important;
  }



/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 75%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right;
}


/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 0px;
  display:inline-block;
  min-height:44px;
}
.mini-products-list li {
  margin-bottom: 10px;
  float:left;
  width:193px;

}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: none;
  padding: 0;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
 
 
  0
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;

  margin-bottom: 0px;
  padding: 20px 10px 3px 10px;
 /* border-width: 1px;
  border-style: solid;
  border-color: #cccccc;*/
  position: relative;
/*  background-color: #f4f4f4;*/
  display: block;
   color:#5d395f; text-transform:none;
}
.block-layered-nav .block-content > dl > dt:after {
  /*content: '';*/
/*  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
*/  
}
.block-layered-nav .block-content > dl > dd {
  padding: 0px 10px 0 10px;
  margin: 0;
 /* border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;*/
}
.product-info2 > span{ font-size:14px; font-family: 'pill_gothic_300mg_rgregular'; text-transform:uppercase; min-height: 45px;}
.product-info2 > .color-img{ display:none;}
.block-layered-nav .block-content > dl > dd > ul > li > #price-min-display{ margin:0px 0 0 4px;}
.block-layered-nav .block-content > dl > dd > ul > li > #price-max-display{ margin:0px 4px 0 0px; float:right;}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 0px 0 0 6px;
  font-size:15px;
  font-weight:normal;
  text-transform:none; 
  color:#353534;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}

.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a:hover{ color:#3a2260; text-decoration:none;}
.block-layered-nav .currently {padding:10px}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'pill_gothic_300mg_rgregular';  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px; padding:10px;
}
.block-layered-nav .actions a { text-decoration:underline}
.block-layered-nav .actions a:hover {text-decoration:none}
.ddCategory, .ddShade, .ddColor, .ddSocket, .ddConnection {max-height: 225px; overflow: auto;}

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #3399cc;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px;
}
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #3399cc;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px;
}
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
.event-container .event-dates .time-part {
  font-size: 14px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #1d1d1d;
  margin-bottom: 10px;
  border: 0;
  font-size:25px;
  font-weight:normal;
}

.product-view .product-shop .product-sku {color:#acacac; font-size:18px; text-transform:uppercase; font-family:"pill_gothic_300mg_rgregular"; margin-bottom:15px;}

.product-view .product-shop {
  width: 593px;
  float: left; margin-left:20px;
  
}
.product-view .product-shop .product-name {
  margin-bottom:15px;
}
.product-view .product-shop .product-name .h1 {

  margin-bottom: 0px;
  font-family:"pill_gothic_300mg_rgregular";
  text-transform:none;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 0px;
  clear: left;
}
.product-view .product-shop .price-info {
  float: left;
  padding-left: 0px;
  text-align: left;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  width: 100%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px; 
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .old-price {font-size:30px!important; font-family:"pill_gothic_300mg_rgregular"!important;}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #3a2260;
  font-size: 30px;
  font-weight:bold;
  font-family:"pill_gothic_300mg_rgregular";
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}
.product-view .add-to-cart-wrapper {width:100%;}


.product-img-box {
  width: 486px;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 0px;
}

.product-img-box {
  padding-right: 0px;
}
.add-to-cart-wrapper .pdf-btn {
    color: #ffffff;
    margin-bottom: 10px;
    padding: 5px 10px 2px; font-size:13px
}
.add-to-cart-wrapper .pdf-btn:hover {}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
    float:left; width:100%; margin-top:6px; 
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .add-to-cart .qty-wrapper {}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 0px; width:100%;
}
.product-view .add-to-cart-buttons button {margin-left:12px}
.product-view .add-to-cart-buttons button:first-child {margin-left:0}
.product-view .add-to-cart-buttons .build-project {float:right; font-size:18px}



.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {float: left;  font-size: 22px; font-weight: bold;}
.product-view .add-to-cart-buttons .button span span {padding:0px 17px}
.product-view .add-to-cart-buttons .build-project span span{ padding:0px 12px}

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}




.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #dbdbdb;
}
#product-attribute-specs-table th {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.product-view .tabs h2{ text-transform:inherit}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #dbdbdb;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}


.grouped-items-table .name-wrapper {
  color: #3399cc;
  font-family: 'pill_gothic_300mg_rgregular';
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
}

.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}


.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}


.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 10px;
  font-family:"pill_gothic_300mg_rgregular";
  font-size:16px;
  text-transform:none;
}
.mini-products-list .product-details .product-sku {text-transform:uppercase;}
.block-related .product-details .price-box {
  margin: 10px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: #cc0000;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: #cc0000;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}

.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}

.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 68%;
  border:1px solid #ddd;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 31.3%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 18px;
  background-color: #f1f1f1;

}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 8px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

.cart-forms #discount-coupon-form .discount{ background:#3a2260; border:none;}
/*.cart-forms #discount-coupon-form .discount .discount-form .field-wrapper .button-wrapper .button2{  
  display: inline-block;
  padding:4px 4px 4px 4px;
  border: 0;
  color: #3a2260 !important;
  font-size: 15px;
  font-weight: 500;
  font-family: 'pill_gothic_300mg_rgregular'; transition: all 0.5s ease;

  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; background: #fff; text-decoration:none;} 
.cart-forms #discount-coupon-form .discount .discount-form .field-wrapper .button-wrapper .button2 > span { border:1px solid #3a2260; padding:0px 20px; color:#000 !important; }
.cart-forms #discount-coupon-form .discount .discount-form .field-wrapper .button-wrapper .button2:hover { background: #121212; cursor: pointer; color:#fff;}*/
.cart-forms #discount-coupon-form .discount .discount-form label{ color:#fff; font-size:18px;}





.cart-forms .shipping-form ul li{ width:100%; margin:0 0 4px} 
.cart-forms .shipping-form ul li label.required{ color:#111111; margin:10px 0 0 0}
.cart-forms .shipping-form ul li div.input-box{ float:right; width:63%;} 
.cart-forms .shipping > h2{ font-size:18px; color:#3a2260;}


/*.cart-forms .shipping .shipping-form #shipping-zip-form .buttons-set .button2{  
  display: inline-block;
  padding:4px 4px 4px 4px;
  border: 0;
  color: #3a2260 !important;
  font-size: 15px;
  font-weight: 500;
  font-family: 'pill_gothic_300mg_rgregular'; transition: all 0.5s ease;

  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; background: #121212; text-decoration:none;} */
.cart-forms .shipping .shipping-form #shipping-zip-form .buttons-set{ text-align:center; margin:17px 0 0 0;}  
/*.cart-forms .shipping .shipping-form #shipping-zip-form .buttons-set .button2 > span { border:1px solid #575757; padding:0px 20px; color:#000 !important; }
.cart-forms .shipping .shipping-form #shipping-zip-form .buttons-set .button2:hover { background: #3a2260; cursor: pointer; color:#fff;}*/
.cart-totals-wrapper .cart-totals table tr td{ text-align:left; font-size:18px; text-transform:none;}
.cart-totals-wrapper .cart-totals table tfoot tr td{ text-align:left; font-size:18px; text-transform:none; padding:2px 0; color:#3a2260;}


/*.cart-totals-wrapper .cart-totals .button{  
  display: inline-block;
  padding:12px 4px 11px 4px;
  border: 0;
  color: #FFF !important;
  font-size: 22px;
  font-weight: 600;
  font-family: 'pill_gothic_300mg_rgregular'; transition: all 0.5s ease;

  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; background: #3a2260; text-decoration:none;} 

.cart-totals-wrapper .cart-totals .button > span { border:1px solid #73628e; padding:9px 20px; color:#FFF; }
.cart-totals-wrapper .cart-totals .button:hover { background: #121212; cursor: pointer; color:#fff;}*/
.cart-totals-wrapper .cart-totals  li.method-checkout-cart-methods-onepage-bottom{ margin:0px; text-align:center;}

.cart-table .a-center{ border-right:#dbdbdb solid 1px; border-left:#dbdbdb solid 1px;}
.cart-table thead th, .cart-table tbody td{ border-bottom:#dbdbdb solid 1px}
 
.cart-table tbody tr td.product-cart-image .product-image{ border:#d8d8d7 solid 1px; width:95px; height:91px; margin:0 10px;}
.cart-table tbody tr td.product-cart-image .product-image:hover{ border:none; width:95px; height:91px; border:#d8d8d7 solid 1px;}
.cart-table thead tr th span.nobr{ margin:0 0 0 7px; font-weight:600; color:#333333}
.cart-table .btn-update{ display:none;}
.cart-table tbody tr td.product-cart-info h2.product-name{ text-transform:none; font-size:16px; color:#3a2260; line-height:1;}
.cart-table tbody tr td.product-cart-info h2.product-name a{ color:#3a2260;}

/*.cart-table tfoot tr td .button2{  
  display: inline-block;
  padding:4px 4px 4px 4px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'pill_gothic_300mg_rgregular'; transition: all 0.5s ease;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; background: #121212; text-decoration:none;} */


.col-main ol.opc, .opc-firststep-login { width:100%;}
.col-main .col-1{ width:30%; margin:15px 20px 0 0px; padding:0 0 0 0px; float:left;}
.col-main .col-1 h3{ border-bottom:#bcbcbc solid 1px; padding:0 0 10px 0;}
.col-main .col-2{ width:60%; margin:15px 0 0 0px; border-left:1px solid #bcbcbc; float:left; padding:0 0px 0 20px}
.col-main .col-2 h3{ border-bottom:#bcbcbc solid 1px; padding:0 0 10px 0;}


/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
 /* margin-bottom: 15px;
  border-bottom: 1px solid #ededed;*/
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types { 
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display:none;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}



.cart-table {
  font-family: 'pill_gothic_300mg_rgregular';
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: 'pill_gothic_300mg_rgregular';
}
.cart-table thead, .cart-table tfoot {background:#f1f1f1; color:#333333; font-weight:600;}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 0px; border-right:#dbdbdb solid 1px;
}
.cart-table tr {
  border-bottom: 1px solid #dbdbdb;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: 'pill_gothic_300mg_rgregular'; display:none;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
  
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%; height:100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: 'pill_gothic_300mg_rgregular';
 
  font-size: 12px;
  margin: 5px 0 12px; color:#333333;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left; display:none;
}

.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center; border-right:#dbdbdb solid 1px;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block; color:#787878; text-decoration:underline
}
.cart-table .cart-links > li > a:hover {text-decoration:none}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px; font-size:12px;
}
.cart-table .product-cart-actions .button span span {padding:5px 15px; line-height:normal}
.cart-table .item-options {
  padding-left: 15px;
}



/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
}
.shipping select.validation-failed {
  border-color: #cc0000;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  /*width: 37%;*/
}
.shipping .form-list .shipping-region {
  /*width: 41%;*/
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
/*  width: 18%;*/
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: 'pill_gothic_300mg_rgregular';
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #e7e7e7;
  min-width: 100%;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}
.quickshop-main .product-view .product-essential .add-to-cart-buttons {margin-bottom: 10px !important;}
.catalog-category-view .fancybox-inner{padding-bottom: 10px;}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
/*  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;*/
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: 'pill_gothic_300mg_rgregular';
}
.cart .cart-totals table tfoot strong {
}

.discount-form .buttons-set {border:0; clear:none; float:left; margin-top:0; padding-top:0}
.discount-form .input-box {width:199px; padding-top:0; float:left}
.discount-form .input-box input {height:40px; width:100%; border:0; border-radius:0; text-indent:10px}
.discount-form .input-box .validation-advice {color:#FF8484}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    float: left;
    margin-right: 10px;
    width: 190px;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
.discount-form button {background:#f1f1f1; }
.discount-form button:hover {background:#ddd}
.discount-form button span span {color:#3A2260}
.cart .giftcard .input-text {
  border-radius: 0;
  height: 40px;
  width: 200px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell #crosssell-products-list .button,
.crosssell #crosssell-products-list .add-to-links {
  display: none;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */


/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display:block;
}

.checkout-onepage-index .col-main {
 
}


.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3a2260;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #787878;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3a2260;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}


.opc h3 {
   font-family:"pill_gothic_300mg_rgregular"; font-size:14px; color:#333;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  display: inline-block;
}


.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}


#opc-payment .note {
  padding: 10px;
}

#checkout-step-billing .form-list .control {margin-bottom:0; margin-top:0px}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  padding-left: 20px;
}
.block-progress .block-content {
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #333; font-size:16px; font-weight:600
}
.block-progress dt.complete a {color:#787878; font-weight:normal}
.block-progress dt.complete span.separator {font-weight:normal}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
}
.block-progress dd address { font-size:14px;}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: 'pill_gothic_300mg_rgregular';
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}

#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}


#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
/*** added by rakesh***/
#opc-shipping_method .sp-methods > dt {font-size:17px; font-weight:normal}
#checkout-payment-method-load > dt {margin-bottom:0; margin-top:0}
#checkout-review-table > h3 {font-family:"pill_gothic_300mg_rgregular"}
#checkout-progress-wrapper .block-title {border-bottom:1px solid #dbdbdb}
#checkout-review-table tfoot tr.last {font-size:18px}
#checkout-review-submit .btn-checkout {float:right}
#checkout-review-submit p.f-left {float:left; font-size:15px; margin-top:10px; color:#787878}
#checkout-review-submit p.f-left a {color:#787878; text-decoration:underline}
#checkout-review-submit p.f-left a:hover {text-decoration:none}

.checkout-onepage-index .col-main {width:75%}
.checkout-onepage-success .col-main > p {font-size:16px}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}


/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3;
}

/* General Swatch Styling */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

.swatch-link img {
  border-radius: 3px;
}

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px;
}

#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
}

.swatch-link:hover {
  cursor: pointer;
}

.currently .swatch-link:hover {
  cursor: default;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* Image Swatches */
.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #44f;
}

.currently .swatch-link:hover {
  border-color: #bbbbbb;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #333;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-options .select-label {
  display: none;
}

.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
  font-size: 12px;
}

.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}

.customer-account-login .col2-set .col-1 ul.benefits {font-size:16px}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}
.contact_address{ float:left; display:block; width:50%;}
.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 13px;
  color: #a0a0a0;
}
.contact_address > address {
    margin: 0 auto;
    width: 50%;
}
.contact_address b,.contact_address small,.contact_address big,.contact_address span{
    display: block;
    float: left;
    width: 100%;
    
}
.contact_address address b {
    color: #5d395f;
    font-size: 30px;
    font-weight: bold;
     font-family:"bignoodletitlingregular";
       border-bottom: 1px solid;
          padding: 10px 0;
}
.contact_address small { font-size: 18px;  padding: 10px 0; color:#666666; }
.contact_address big { color: #000;  font-size: 17px;  padding-bottom: 10px;}
.contact_address address span b {  font-size: 24px;  padding: 3px 5px 0 0; border:none;    width: auto;}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: 'pill_gothic_300mg_rgregular';
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}

.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  max-width: 400px;
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: 'pill_gothic_300mg_rgregular';
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px; vertical-align:middle
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */

 .dashboard p.hello strong {font-weight:normal; font-size:22px; color:#4A2489}
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
}
.dashboard .box-head h2 {
  font-size: 26px; font-family:"bignoodletitlingregular"; color:#4A2489;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 14px; float:right; padding-top:5px; text-decoration:underline;
}
.dashboard .box-title a:hover,
.dashboard .box-head a:hover {text-decoration:none}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account .col2-set .col-1 { width:47%}
.dashboard .box-account .col2-set .col-2 { width:50%; border:0}

.dashboard .box-account p,
.dashboard .box-account address {
  font-family: 'pill_gothic_300mg_rgregular'; font-size:16px; font-style:normal;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 5px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: 'pill_gothic_300mg_rgregular';
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
.my-account li a {text-decoration:underline}
.my-account li a:hover {text-decoration:none}
.addresses-list .addresses-primary {width:45%}
.addresses-list .addresses-additional {width:52%; border-left:0}


/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: 'pill_gothic_300mg_rgregular';
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: 'pill_gothic_300mg_rgregular';
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: 'pill_gothic_300mg_rgregular';
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: 'pill_gothic_300mg_rgregular';
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: 'pill_gothic_300mg_rgregular';
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}


.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}



/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
    width: 83%;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}



div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

/* ============================================ *
 * PayPal
 * ============================================ */

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}


.bml-ad {
  display: none;
}
.bml-ad.small img {
  margin: auto;
  max-width: 100%;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399cc;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
 font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399cc;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399cc;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.form-add h3{ text-transform:inherit; font-weight:normal}
.form-add h2{text-transform:inherit; color:#3a2260}
.form-list label{ color:#666666;}
#customer-reviews strong{ color:#666666;}
#customer-reviews li {border-bottom: 1px solid #f1f1f1; margin-bottom: 10px; padding-bottom: 5px;}
#review-form textarea{ width:365px}



/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}




/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}



/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: 'pill_gothic_300mg_rgregular';
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: 'pill_gothic_300mg_rgregular';
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */


#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #dbdbdb;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 14px;
  text-transform: uppercase;
}

#wishlist-table .product-name {
  font-size: 16px;
  font-family: 'pill_gothic_300mg_rgregular';
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #4A2489;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: 'pill_gothic_300mg_rgregular';
  margin: 5px 0;
}
#wishlist-table textarea {
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: 'pill_gothic_300mg_rgregular';
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 5px;
}

#wishlist-table .item-manage .button.btn-update{ font-size:15px}

#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart { font-size:15px; margin-top:5px; margin-bottom:5px}
.edit-link a{line-height:22px}


#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table .price-box {
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #636363;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399cc;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3399cc;
}


/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  /*display: none;*/
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399cc;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  left: 10px;
  bottom: 17px;
  position: absolute;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: #cc0000;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}


/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 999;
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399cc;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #3399cc;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #3399cc;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}


/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: 'pill_gothic_300mg_rgregular';
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: 'pill_gothic_300mg_rgregular';
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: 'pill_gothic_300mg_rgregular';
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: 'pill_gothic_300mg_rgregular';
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 13px;
}


/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #5d395f;
  font-size: 14px;
  line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #5d395f;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #5d395f;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #5d395f;
  font-size: 14px;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  /*font-family: "Helvetica Neue", Verdana, Arial, sans-serif;*/
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #5d395f;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {}
.form_section form {  float: left;   width: 50%;}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none;
}
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-family: 'pill_gothic_300mg_rgregular';
  font-size: 12px;
  text-transform: uppercase;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}




/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}


/* Custom for vouge hospitality */

.banner_img{display:none;}
footer{background:#242424;font-family: 'bignoodletitlingregular';}
footer h5{color:#9a73d9; font-size:18px;font-family: 'bignoodletitlingregular'; font-weight:normal; line-height:19px; margin-bottom:0px; width: 75px; /*float:left;*/ }
.email a { color: #fff;}
footer li.address h5 span{background:url(../images/icon_sprite_custom.png) no-repeat right -38px; width:12px; height:19px; float:left; margin-right:10px; }
footer li.phone h5 span{background:url(../images/icon_sprite_custom.png) no-repeat right -112px; width:15px; height:11px; float:left; margin-right:10px;}
footer li.fax h5 span{background:url(../images/icon_sprite_custom.png) no-repeat right -168px; width:15px; height:15px; float:left; margin-right:10px;}
footer li.email h5 span{background:url(../images/icon_sprite_custom.png) no-repeat right -222px; width:14px; height:14px; float:left; margin-right:10px;}
footer .about_detail li{margin-bottom:20px;}
footer .about_detail p{font-family: 'pill_gothic_300mg_rgregular'; font-size:14px; color:#a7a7a7; /*margin-left:22px;*/ line-height:14px;}
footer .about_detail li.phone p::after{ content: "1-770-963-3931"; color:#a7a7a7;}
footer .about_detail li.fax p::after{ content: "1-770-963-3932"; color:#a7a7a7;}
footer .about_detail li.phone p,footer .about_detail li.fax p{font-size:18px; line-height:18px;}
.row-fluid [class*="span"] {margin-left:1%; float:left}
footer .footer .span5 {
   width: 40.1709%;
}
footer .footer .span7 {
    width: 57.265%;
}
footer .footer .span2 {width:14.5299%; float:right}
footer .footer .span4 {width: 31.6239%;}
footer .footer .span3 {margin-left:0%; width: 33.33%; padding-right: 15px;}
footer .footer .span6 {width:33.33%; margin-left:0%}
footer .footer .span6 .span3{margin-left:1%; margin-top:8px}
.footer-container { padding: 0 30px; }

.ma-featuredproductslider-container .flexslider .slides > li .actions {margin-bottom:20px;}
.ma-featuredproductslider-container .flexslider .slides > li .product-name {font-weight:normal; line-height:normal; min-height:42px; padding:0px 27px;}
.ma-featuredproductslider-container .flexslider .slides > li .product-name a{color:#111; font-size:15px;font-family: 'pill_gothic_300mg_rgregular'; }
.ma-featuredproductslider-container .flexslider .slides > li .price-box .regular-price .price {font-family: 'pill_gothic_300mg_rgregular'; font-size:18px; color:#6c47a8;}
.ma-featuredproductslider-container .flexslider .slides > li .price-box .old-price .price{font-family: 'pill_gothic_300mg_rgregular'; font-size:18px;color:#a3a3a3; }
.ma-featuredproductslider-container .flexslider .slides > li .price-box .special-price .price{font-family: 'pill_gothic_300mg_rgregular'; font-size:18px;color:#6c47a8;}
.ma-featuredproductslider-container .flexslider .slides > li{border:1px solid #ededed;border-left:0px;}
.ma-featuredproductslider-container .flexslider .slides > li:first-child{border-left:1px solid #ededed;}

.ma-featuredproductslider-container .ma-featured-slider-title h2{font-family: 'bignoodletitlingregular'; text-align:center; color:#5d395f; font-size:40px; margin:0 0 5px 0; line-height:1.2em;}

/* hompage recent projects */
.home-recent-projects-main {float:left; width:100%; padding-bottom:28px; margin-bottom:48px; text-align:center; position:relative; z-index:50; background:#f5f5f5; border-bottom:1px solid #dfdfdf;}
.home-recent-projects {margin:-135px auto 0!important; z-index:50; float:none!important; width:1095px!important; position:relative; background:url(../images/shadow-center-bg.png) top left repeat-x;}
.home-recent-projects .shadow-left-curv {background:url(../images/shadow-left-curv.png) top left no-repeat; width:16px; height:296px; float:left; margin-left:-16px;}
.home-recent-projects .shadow-right-curv {background:url(../images/shadow-right-curv.png) top left no-repeat; width:16px; height:296px; float:right; margin-right:-16px;}
.home-recent-projects .flex-viewport { padding:0px 0px 0px 0px; width:1070px;}
.home-recent-projects .flexslider {text-align:center; width:1095px; margin-bottom:13px;}
.home-recent-projects .ma-featured-slider-title {display:inline-block; margin-top:30px; margin-bottom:34px; width:1050px; height:19px; border-bottom:2px solid #e1e1e1; margin-left:22px; float:left;}
.home-recent-projects .ma-featured-slider-title h2 {margin-bottom:0px; display:inline-block; padding:0px 10px; background:#f9f9f9;}
.home-recent-projects .flexslider .slides img {float:left; border-radius:4px;}
.home-recent-projects .flexslider .slides > li {width:334px!important; margin-right:25px; border:none; border-radius:4px;}
.home-recent-projects .item-inner {position:relative;}
.home-recent-projects .item-inner .project-detail {background: rgba(0, 0, 0, 0.8); color:#fff; padding:10px 10px 0px 10px; line-height:18px; position:relative; height:56px; font-family:"pill_gothic_300mg_rgregular"; bottom:0px; float:left; margin-top:-56px; width:100%; text-align:left; border-radius:0px 0px 4px 4px; }
.home-recent-projects .item-inner .project-detail a {font-size:13px; text-decoration:underline; color:#fff;}
.home-recent-projects .item-inner .project-detail a:hover {text-decoration:none;}
.home-recent-projects .item-inner .project-detail .arrow {background:url(../images/arrow.png) top left repeat-x; width:14px; height:34px; float:right; margin-top:-17px;}
.home-recent-projects .item-inner .project-detail .arrow:hover {background-position:0px -74px;}
.home-recent-projects .flex-direction-nav .flex-prev {top:59%; left:-32px;}
.home-recent-projects .flex-direction-nav .flex-next {top:59%; right:-32px; } 

.brand-slider {}
.brand-slider .carousel .featuredproductslider-item {width:167px!important; margin-right:20px; border:1px solid #ddd!important; border-radius:4px;}
.brand-slider .flex-direction-nav .flex-prev {top:24%;}
.brand-slider .flex-direction-nav .flex-next {top:24%;}
.brand-slider .ma-featuredproductslider-container .flexslider {margin-bottom:20px;}


.ma-featuredproductslider-container .ma-featured-slider-title h2{font-family: 'bignoodletitlingregular'; text-align:center; color:#5d395f; font-size:40px;}
/******************my css starts here*************/
.page-title h1{ text-transform: uppercase; font-size: 40px; font-weight: 500; color: #5d395f; border-bottom:none; padding-bottom: 3px;  margin-bottom: 15px; text-transform: uppercase; margin-bottom:5px;}
.sorter .sort-by.price_filter {padding-left: 0; width: 130px;}
/* Sorter */
.sorter {padding:0px; width:100%}
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:left; width:150px; }
.sorter .sort-by label, .sorter .limiter label, .sorter .pager_width label {  float: left; margin-right: 5px; vertical-align: middle; /*line-height:25px;*/ margin-bottom:0}
.sorter .sort-by select { padding:2px; margin:0 0 1px; vertical-align:middle; outline:none; font-size:12px;}
.sorter .limiter .styled {padding:2px; font-size:12px;}
.sorter .link-feed {}
.sorter .limiter {width:157px; float:right}
.sorter .pager_width { width:385px; float:left}
.sorter .pager_width, .sorter .pager_width .pager_list {float:right}
.sorter .pager_width .pages {margin:0 0 0 5px}

/* Toolbar */
/*.toolbar {margin-bottom:0px;}*/
.toolbar .pager { padding:0;}
.block_fix{ width:80%}
.toolbar .sorter {}

/*** category page toolbar customization*******/

.toolbar .sorter .sort-by{/*border-right:1px solid #bababa; */padding:0px; margin-right:10px}
.toolbar .sorter .limiter{border-left:1px solid #bababa; padding:10px 0px 10px 10px;}
.toolbar .sorter .sort-by .str-dropdown,.toolbar .sorter .limiter .str-dropdown2 {width:98px;  overflow:hidden }
.toolbar .sorter .limiter .str-dropdown2 {width:110px;}
.toolbar .sorter .sort-by label,.toolbar .sorter .limiter label {margin-right:0}
.toolbar .sorter .sort-by label, .toolbar .sorter .sort-by select, .toolbar .sorter .limiter label, .toolbar .sorter .limiter select
 {font-size:14px; line-height:23px }
.toolbar .sorter .sort-by select,.toolbar .sorter .limiter select {border:0; width:120px; background:url(../images/dropdown_icon.png) no-repeat 80px 5px #FF8400; margin-top:0px; outline:none !important; cursor:pointer;}
.toolbar .sorter .sort-by select:hover {background-position:80px -31px}
.toolbar .sorter .limiter select {width:130px; background-position:80px 3px; background-color:transparent; font-family:'pill_gothic_300mg_rgregular'; text-transform:uppercase;}
.toolbar .sorter .limiter select:hover {background-position:80px -31px}

.sorter .sort-by.price_filter {width:155px; padding-left:0px; border-right:1px solid #bababa; padding:10px 10px 8px;}
.sorter .sort-by.price_filter .str-dropdown{width:85px;}
.sorter .sort-by.price_filter .str-dropdown select{width:105px; background-position:62px 4px; background-color:transparent; font-family:'pill_gothic_300mg_rgregular'; text-transform:uppercase;}
.sorter .sort-by.price_filter .str-dropdown select:hover {background-position:62px -32px}
.sorter .sort-by.price_filter .str-dropdown select, .toolbar .sorter .limiter select{  transition:all 0.2s ease-in 0s}
.pager > .count-container > .res_page{ float:left; font-family:'pill_gothic_300mg_rgregular'; line-height:normal; font-size:15px; color:#7f7f7f; text-transform:capitalize; padding:10px}
h2.product-name{color: #111111;font-style: normal;font-weight: normal;line-height: 2.1;text-rendering: optimizelegibility; font-family:'pill_gothic_300mg_rgregular'; text-transform:uppercase; font-size:15px; font-weight:600}
.product-info2 > h2.product-name a{ color: #5d395f;font-style: normal;font-weight: normal;line-height: 1.4;text-rendering: optimizelegibility; font-family:'pill_gothic_300mg_rgregular'; text-transform:none; font-size:15px; font-weight:600}
.product-info2 > h2.product-name a:hover{color:#3a2260;}

/* category pages */
.category-module {margin: 0px 0px 20px 20px; padding: 0px; width: 193px; float: left; border: 1px solid #ddd;}
.category-module:first-child{ margin:0 0 20px 0;}
.category-module ul {margin: 0px; padding: 0px;}
.category-module ul li {margin: 0px; padding: 0px; float: left;}
.category-module ul li.pro-img {margin: 0px auto; float:none; text-align: center; padding: 10px 0px; width: 170px;}
.category-module ul li.pro-img a {display:inline-block}
.category-module ul li.title {background: url(../images/pro-cat-bg.jpg) top left repeat-x;    width: 192px; text-align: center;    border-top:none; font-size: 13px;}

.category-module ul li.title h3 a {color:#000; margin:15px 0 0 0;}

.most-popular-products {float:left; width:100%; margin:10px 0 0 0;}
.leftbar-module {margin:0px 0px 5px 0px; border:1px solid #d6d6d6;}
.leftbar-title, .relatedPro-title {text-align:left; color:#0a82c7; font-size:17px; font-weight:bold; padding:5px 0px 7px 7px; background:url(../images/leftbar-title-brd.jpg) center bottom repeat-x #f2f3f3}
.leftbar-link {margin:10px 0px 10px 10px; padding:0px}
.leftbar-link ul {margin:0px; padding:0px}
.leftbar-link ul li {margin:0px; padding:0px 10px 3px 0px; }
.leftbar-link ul li.bullet {background:url(../images/bullet-circle.gif) no-repeat 5px 4px; padding-left:17px}
.leftbar-link ul li.bullet2 {background:url(../images/orange-bullet.gif) no-repeat 5px 4px; padding-left:17px}
.leftbar-link ul li b {font-size:13px; background:none; }
.leftbar-link ul li a.viewall {color:#007cc2; text-decoration:underline; background:none}

.most-popular-products .header-1{ border-bottom: medium none; color: #5d395f; font-family: "bignoodletitlingregular"; font-size: 40px; font-weight: 500; margin-bottom: 0px; padding-bottom: 3px;text-transform: uppercase; line-height:none;}
.category-module ul li.title h3 { margin-top: 15px;  margin-bottom: 10px; color: #5d395f; font-size: 16px; font-weight: 600;
font-style: normal; line-height: 1.4; text-rendering: optimizeSpeed; text-transform: uppercase; height:50px}
.most-popular-products ul{ width:100%; float:left;}
.most-popular-products ul li{ width:193px; float:left; margin:0 0px 0px 20px; text-align:center;}
.most-popular-products ul li:first-child{ margin:0 0 0px 0;}
.home-product-module{ width:100%; float:left;}
.home-product-module ul .pro-img{ width:194px; padding:25px 0px; border:1px solid #ddd; text-align:center;}
.home-product-module ul .pro-img img{ display:inline; margin:0px 0 0 0;}
.home-product-module ul{ width:100%; float:left; height:none;}
.home-product-module ul li{ width:100%; border:none; float:left; margin-left:0px;}
.most-popular-products ul li.title{ margin:0;}
.home-product-module ul li.title h4{ color:#5d395f; margin:10px 0 0 0; line-height:18px; text-align:center; font-size: 16px; text-transform:none; font-weight:normal; min-height:38px;}
.home-product-module ul li.title h4 a{ color:#5d395f;}
.home-product-module ul li.col1{ font-size:14px; font-weight:normal; color:#5d395f; margin:10px 0 0 0; width: auto; float:none; display:inline-block;}
.home-product-module ul li.col2{float: none; font-family: "pill_gothic_300mg_rgregular"; font-size: 15px; margin: 10px 0 0;  width: auto; display:inline-block;}
.home-product-module ul li.col1 strong {font-weight:normal; font-family: 'pill_gothic_300mg_rgregular'; text-transform:uppercase;}  
.home-product-module ul li .price-box .regular-price .price{ font-size:18px; color:#a3a3a3; margin:0 0px 0 0px;}
.home-product-module ul li .price-box .special-price .price{ color:#F00; color:#6c47a8; font-size:18px;  margin:0 0px 0 0;}
.home-product-module ul li.pro-img a{ border:none;}
.col-left-first{ border:#ddd solid 1px; padding:0px 0 20px 0;}
.col-left-first > .head-text{ width:99.3%; margin:1px 0 0 1px; line-height:54px; padding:0 0 0 10px; font-size:20px; font-weight:bold; text-transform:uppercase; color:#1d1d1d; font-family:"pill_gothic_300mg_rgregular"; background:#f1f1f1; height:48px;}
.block-layered-nav > .head-text{ width:99.3%; margin:1px 0 0 1px; line-height:54px; padding:0 0 0 10px; font-size:20px; font-weight:bold; text-transform:uppercase; color:#1d1d1d; font-family:"pill_gothic_300mg_rgregular"; background:#f1f1f1; height:48px;}
.block-layered-nav > .head-text > strong > span{ padding:0 0 0 0px; font-size:20px; font-weight:bold; text-transform:uppercase; color:#1d1d1d; font-family:"pill_gothic_300mg_rgregular";}
#layered-navigation {font-family:"pill_gothic_300mg_rgregular"; }

.cat-list{ margin:0px; float:left; width:87%;}
ul.cat-list{ margin:0px 0 0 16px; padding-top:15px; background:url(../images/leftbar-arrow.png) top left no-repeat; font-family: 'pill_gothic_300mg_rgregular'; font-size:18px;}
ul.cat-list li{ margin:0px; padding:4px 0 4px 0px; color:#5d395f; font-size:15px; border-bottom:dotted #cac9c9 1px;}
ul.cat-list li span a{ margin:0px; padding:0px 0 0px 10px; color:#5d395f; font-size:15px;  background:url(../images/dotted.jpg) no-repeat left; }
ul.cat-list li li{ list-style:none; margin:0px; padding:5px 0; color:#5d395f; font-size:13px; border-bottom:none; background:none;}
ul.cat-list li li span a{ list-style:none; margin:0px; padding:4px 0 4px 10px; color:#353534; font-size:13px; background:none; }
ul.cat-list li span .plus{ background:none; color:#585858; float:right; text-decoration:none; margin:4px 0 0 0; text-align:center; padding:0px; border:#5c5c5c solid 1px; height:13px; width:13px; border:#5c5c5c solid 1px; line-height:11px; font-family:arial; font-size:12px;}
ul.cat-list li span .minus{ background:none; color:#585858; float:right; text-decoration:none; margin:4px 0 0 0; font-size:17px; text-align:center; padding:0px; height:13px; width:14px; border:#5c5c5c solid 1px; line-height:9px; font-family:arial; }
ul.cat-list li:last-child{ border:none;}
ul.cat-list li span a:hover{ color:#3a2260; text-decoration:none;}


/*Product Detail page*/
.product_related{ margin:35px 0 0 0; float:left; width:100%;}
.product-img-box > .more-views > h2{ display:none;}
.product-img-box > .product-image{ border: 1px solid #eeeeee; display: block; float: right; position: relative; width: 386px; height:386px;}
.product-img-box > .more-views > ul{ width:84px; float:left;}
.product-img-box > .more-views > ul > li{ width:84px; height:85px; float:left; border: 1px solid #eeeeee; margin:0 0 15px 0;}
.product_related > .block-related > .block-content{ margin:20px 0 0 0;}
.product_related > .block-related > .block-title > h2 { font-size:24px; color:#5d395f; text-transform:none; border-bottom:1px solid #f1f1f1; padding-bottom:5px;}
.product_related .mini-products-list li{ margin:0 0 0 31px; text-align:center; width:195px}
.product_related .mini-products-list li:first-child{ margin:0px;}
.product_related .mini-products-list li.item > .product{ width:100%; margin:0px; text-align:center; font-family:"pill_gothic_300mg_rgregular";}
.product_related .mini-products-list li.item > .product > .product-image{ width:195px; border: 1px solid #eee; float:left; height:195px; margin:0px 0 10px 0; }
.product_related .mini-products-list li.item > .product > .product-image img{ display: inline; margin:0; width: 100%;}
.product_related .mini-products-list li.item > .product > .product-details{ margin-left:0px;}
.product_related .mini-products-list li.item > .product > .product-details .product-name a {font-weight:600; color:#5d395f}
.product_related .mini-products-list li.item > .product > .product-details .product-name a:hover { color:#4A2489}
.product_related .block-related .product-details .price-box a, .block-related .product-details .price-box p, .block-related .product-details .price-box span{ float:none;}
.add-to-cart-wrapper .product-social{ width:100%; margin:0px 0 0 0;}
.add-to-cart-buttons{ margin:10px 0 0 0;}
.add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper{ width:100%;}
.add-to-cart-wrapper .add-to-box .add-to-cart{ border:none;}

.add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper label{ font-size:18px; text-transform:uppercase; color:#a9a9a9;}
.add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper .qty_pan { margin:5px 0 0 4px; float:left;}
.add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper .qty_pan .dec, .add{ width:29px; height:30px; background:url(../images/plus.png) top left no-repeat; float:left; margin:0 0 0 0; border:#dddddd solid 1px; text-align:center; padding:5px 0 0 0; font-size:13px; color:#000; border-radius:0px; font-weight:bold; cursor:pointer; text-indent:-999px; overflow:hidden;}
.add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper .qty_pan .dec {background-position:0px -15px; background:url(../images/minus.png) top left no-repeat;}

.email-friend{ margin-bottom:8px; margin-left:2px}
.email-friend a {background: transparent url("../images/icon-email.png") no-repeat scroll 0 3px; padding-left:21px}

.add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper .qty_pan #qty{ border-top:#dddddd solid 1px; border-bottom:#dddddd solid 1px; height:30px; border-radius:0px; font-size:13px; color:#000000;}
.add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper .qty_pan .input-text{ border:none;}
/*.add-to-cart-buttons .btn-cart, .add-to-cart-buttons .request-quote{  margin:0 21px 0 0;}
.add-to-cart-buttons .button:last-child{ margin:0px;}*/
.catalog-product-view .product-view #product-attribute-specs-table{ /*max-width:70% !important;*/ border:#eeeeee solid 1px; margin:20px 0 0 0;}
.catalog-product-view .product-view #product-attribute-specs-table .odd th{ border-right:none; padding:5px 0px 5px 15px; line-height:normal; font-size:16px; text-transform: none; color:#1d1d1d; background:#f9f9f9; border-bottom:#eeeeee solid 1px;}
.catalog-product-view .product-view #product-attribute-specs-table .first th{ border-right:none; padding:5px 0px 5px 15px; line-height:normal; font-size:16px; text-transform: none; color:#1d1d1d; background:#f9f9f9; border-bottom:#eeeeee solid 1px;}
.catalog-product-view .product-view #product-attribute-specs-table .even th{ border-right:none; padding:5px 0px 5px 15px; line-height:normal; font-size:16px; text-transform: none; color:#1d1d1d; background:#f9f9f9; border-bottom:#eeeeee solid 1px;}
.catalog-product-view .product-view #product-attribute-specs-table .even .data{ padding:5px 0px 0 15px; line-height:normal; font-size:16px; text-transform: none; color: #818080; font-family: 'pill_gothic_300mg_rgregular'; border-bottom:#eeeeee solid 1px;}
.catalog-product-view .product-view #product-attribute-specs-table .odd .data{ padding:5px 0px 0 15px; line-height:normal; font-size:16px; text-transform: none; color: #818080; font-family: 'pill_gothic_300mg_rgregular'; border-bottom:#eeeeee solid 1px;}
.catalog-product-view .product-view > h2{ color:#5d395f; text-transform:none; border-bottom:#f1f1f1 solid 1px; padding:0 0 3px 0; margin:26px 0 0 0;}
.catalog-product-view .product-view > .std{ font-size:16px; font-family: 'pill_gothic_300mg_rgregular'; color:#666666; line-height:22px; margin:10px 0 10px 0;}
.product-image .zoom-icon{ bottom:0; right:0; z-index:100; position:absolute; background:url(../images/zoom-icon.png) no-repeat; height:68px; width:68px;}
.product-shop .product-color-option{ display:none;}
.product-shop .product-name .specification{width:202px; height:76px; float:left; position: absolute; right:30px; margin:20px 0 0 0;}
.product-shop .product-name .specification a{width:189px; height:82px; position: absolute; right:0; background:url(../images/add-download-btn.png) no-repeat}
.specification .pdf-btn{ background:url(../images/add-download-btn.png) no-repeat; width:159px; height:82px;}
.specification .pdf-btn:hover{ background:url(../images/add-download-btn-hover.png) no-repeat;}
.specification-m{ display:none}

    

/*Product listing popup*/
.quickshop-index-view .quickshop-main .product-view .product-essential .product-img-box{ width:459px;}
.quickshop-index-view .quickshop-main .product-view .product-essential .product-img-box .product-image{ width:359px; height:359px;}
.quickshop-index-view .quickshop-main .product-view .product-essential .product-shop{ width:100%;}
.quickshop-index-view .add-to-cart-buttons .button{ padding:11.5px 4px 11.5px 4px; font-size:18px;}
.quickshop-index-view .add-to-cart-buttons .btn-cart { padding:11.5px 4px 11.5px 4px; margin:0 14px 0 0;}
.quickshop-index-view .add-to-cart-buttons .request-quote{ margin:0 14px 0 0px;}
.quickshop-index-view .add-to-cart-buttons .button:last-child{ margin:0px;}
.quickshop-index-view .add-to-cart-buttons .button > span{ padding:9px 6px;} 

 #top-cart-content {display:none!important;} 

.ma-featuredproductslider-container {float:left; width:100%;}
.cms-index-index .main-container{ padding:0px;}
.copyright{ border-top: 1px solid #4c4c4c;
    color: #cfcfcf;
    font-size: 18px;
    font-style: inherit;
    line-height: 18px;
    padding: 25px 0 24px 0;
    text-align: center;
    width: 100%;}
    

/*Login*/
.account-login {margin-bottom:100px}
#login-form .new-users {width:40%}
#login-form .registered-users {width:50%; padding-left:50px}
/*.scaffold-form { width:100%;}
.scaffold-form .new-users { width:38%;}
.scaffold-form .new-users h2{ font-size:34px; margin:0 0 0.3em 0;}
.account-login .scaffold-form .new-users ul.benefits >li { font-size:16px;}
.account-login .scaffold-form .registered-users{ padding-left:50px;}
.scaffold-form .registered-users h2{ font-size:34px; margin:0 0 0.3em 0;}

.scaffold-form .registered-users ul.form-list > li .input-box .input-text{ width:485px;}*/


/**** Portfolio section**********/
.map_portfolio{width:896px;height:570px;background: url(../images/map.png)no-repeat center center; position:relative; margin:0 auto}
.portfolio h2 { font-size:40px; color:#5d395f !important; letter-spacing:-2px; text-transform:none; margin:0}
.portfolio h4 { font-size:24px; color:#5d395f; text-transform:none; font-weight:normal}
.portfolio .thumb-inner { border:1px solid #dfdfdf; height:150px; line-height:150px; }
.portfolio .portfolio_thumb {width:25%; text-align:center; float:left; padding: 18px; transition:none; position:relative; cursor:pointer; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-shadow: 0 0 0 2px #fff inset;}
.portfolio .portfolio_thumb img {display:inline; vertical-align:middle}
.portfolio-thumbnail-row { margin: 0 -18px; }
.portfolio .thumb-inner:hover, .portfolio .thumb-inner.active {border:3px solid #7e7d7d; box-shadow: none}
.portfolio .portfolio_thumb:hover img, .portfolio .portfolio_thumb.active img{ margin-top:-4px}
.portfolio .portfolio_thumb span {display:none}
.portfolio .portfolio_thumb.active span {display:block; width:25px; height:25px; position:absolute; right:19px; bottom:19px; background:url(../images/icon_white.png) no-repeat center center #7e7d7d;}
#pname { background:#ffffff; padding: 10px; width: 175px; border-radius:5px; -webkit-box-shadow: 9px 9px 5px -6px rgba(0,0,0,0.44); -moz-box-shadow: 9px 9px 5px -6px rgba(0,0,0,0.44); box-shadow: 9px 9px 5px -6px rgba(0,0,0,0.44);}
#pname p {font-size:16px; margin-bottom:5px; line-height:100%; text-transform:uppercase; color:#4A2489; font-family: 'pill_gothic_300mg_rgregular'; font-weight:bold}
#pname a {color:#5d395f}


.skip-content.box-shadow {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid #000000;
    box-shadow: 0 2px 8px #313832;
    height: 41px;
    position: fixed;
}




/* added css 03-02-2017 */
.col-left.sidebar {padding-right:0;}
.col-right.sidebar .block{clear:both;}
.block.block-list.block-viewed {float:left; width:100%}

.catalogsearch-result-index .pages a, .catalogsearch-result-index  .pages .current  {width: 14px;}
.catalogsearch-result-index .pages, .catalogsearch-result-index .pager > .count-container > .res_page  {padding: 10px 5px;}
.catalogsearch-result-index  .pager .amount{margin: 0 5px 0 0;}
.catalogsearch-result-index  .pager .pages {margin-left:0}
.pager .amount {width:auto;}
@media (max-width: 980px) and (min-width: 768px) { 
.catalogsearch-result-index  .category-products .sorter .pager {width: 40%;}
.catalogsearch-result-index  .toolbar .sorter .limiter .str-dropdown2 {width: 104px; float:right;}
.catalogsearch-result-index  .sorter .limiter {width: 149px;}
.catalogsearch-result-index  .category-products .sorter .sort-by {width: 152px;     margin-right: 2px;}

}

@media only screen and (max-width: 768px) {
.catalogsearch-result-index .category-products .sorter .pager {width: 44%;}
.catalogsearch-result-index .pages, .catalogsearch-result-index .pager > .count-container > .res_page  {padding:0 5px;}
.catalogsearch-result-index .category-products .sorter .limiter  {width: 100%; border-top: 1px solid #bababa;}

}

/* add css for static map 09-03-2017 */ 

.map_portfolio .close-pointer {display: none;}

.about_detail .address > p {
  font-size: 18px;
  line-height: 18px;
}

.about_detail .email > p {
  font-size: 18px;
  line-height: 18px;
}
.option-block ul li a.tooltips p{background: #fff!important; display: block!important; margin: 0px 0 0 0!important;}
.option-block ul li a:hover.tooltips span{margin-left: -17px!important;}

.flexslider .flex-control-nav.flex-control-paging {top:480px; }
.left .ma-featuredproductslider-container{width:593px;}
.flexslider .flex-control-paging li a{background:#000;width:13px;height:13px;}
.left .ma-featuredproductslider-container .flexslider{border:9px solid #e0e0e0;}
.flexslider .flex-direction-nav{display:block;position:absolute;top:420px;}
.flexslider .item-inner {height: 450px;}
.flexslider .flex-control-paging li a.flex-active {border:2px solid #4a2489;display:inline-block;line-height:18px;}
.flexslider .flex-control-paging li a:hover {display:inline-block;}
.right {float:right; width:42%;color:#817d7d;}
.flexslider .triangle-topleft{width:0; height:0; border-top:90px solid #4a2489; border-right:90px solid transparent;position:absolute;top:-9px;left:-9px; display: none;}
.flexslider .triangle-bottomright {border-bottom: 50px solid #4a2489;border-left: 50px solid transparent;bottom: -9px;height: 0;position: absolute;right: -9px;width: 0; display: none;}
.protfolio-page-title h2 {border: medium none;margin-bottom: 15px;font-size:40px;color:#5d395f;font-family:"bignoodletitlingregular"}
.bottom {float: left;width: 100%; margin-top:7%;}
.right  img {float: left;margin-right:30px;}
.protfolio-page-name {color: #4c2389;text-transform: uppercase;font-family:"bignoodletitlingregular";font-size:25px;margin-top:-20px;}
.protfolio-page-city {color: #656565;text-transform: uppercase;font-family:"bignoodletitlingregular";font-size:20px;border-bottom:1px solid #cccccc;margin-bottom:10px;padding-bottom:10px;}
.protfolio-page-image {background: #f1f1f1;float: left;margin-right: 30px;padding: 20px;text-align: center;text-transform: uppercase;width: 149px;font-size:18px;font-family:"bignoodletitlingregular";margin-bottom:20px;}
.bottom a {float: left;margin-bottom: 10px;}
.bottom > h2 {color: #4a2489;font-size: 30px;font-weight: bolder;text-transform: none;}
.protfolio-page-image:last-child {margin-right: 0;}
/*enquiry form*/
.enquery-content{margin-bottom:20px}
.enquery-content p{margin-bottom:10px}
.cms-enquiry .std ul.enquiryform{margin:0;padding:0;list-style:none;}
.cms-enquiry .enquiryform li{background:#b2a1c7;margin:0 0 2px 0;padding:0 10px;line-height:normal;position:relative}
.cms-enquiry .enquiryform li label.required, .cms-enquiry .enquiryform li label.required:after{color:#280050}
.cms-enquiry .enquiryform li label, .cms-enquiry .enquiryform li .input-box{display:inline-block}
.cms-enquiry .enquiryform li .input-box{position:relative;width:100%;min-height:35px;padding:0 0 0 200px;}

.cms-enquiry .enquiryform li .input-box .validation-advice{position:absolute;top:4px}
.cms-enquiry .enquiryform li .input-box input{background:none;border:none;width:100%;border-left:2px solid #fff;height:35px}
.cms-enquiry .enquiryform li label{width:200px;color:#280050;padding-top:7px;vertical-align:top;position:absolute}
.cms-enquiry .form-list .company-details{text-align:center;background:#7030a0;margin-bottom:3px}
.cms-enquiry .form-list .company-details label{color:#fff;font-size:18px;padding:6px 0}
.cms-enquiry .enquiryform li .city{width:100px;padding-left:10px}
.cms-enquiry .enquiryform li .address{border-right:2px solid #fff}
#advice-validate-phoneLax-cmpytele{left: 36%;}


.cms-enquiry .enquiryform li .city-input.city-code{border-right:2px solid #fff;}
.cms-enquiry .enquiryform li .zip{width:100px}
.cms-enquiry .contact-details{float:left;width:50%}
.cms-enquiry .wide{float:right;width:50%;border-left:2px solid #fff;}
.cms-enquiry .contact-details .enquiryform li{position:relative}
.cms-enquiry .contact-details .enquiryform li label{position:absolute;left:10px}
.cms-enquiry .contact-details .enquiryform li .input-box{width:100%}
.cms-enquiry .contact-details .enquiryform li .checkbox-row{color:#280050;padding:10px}
.cms-enquiry .contact-details .enquiryform li .input-box .checkbox-row input[type="checkbox"]{width:auto;margin-right:10px;vertical-align:middle;height:auto}
.cms-enquiry .form-list{margin-bottom:30px}
.cms-enquiry .wide .input-box{padding-top:0}
.cms-enquiry .wide .input-box textarea{background:#b2a1c7;width:100%;border:none;min-height:187px;padding:5px 10px}
.cms-enquiry .product-enquiry .enquiryform{float:left;width:50%}
.cms-enquiry .product-enquiry .enquiryform .input-box{border-left-color:#000;border-left-width:1px;padding-left:150px;text-align:left;}
.cms-enquiry .enquiryform li.preferred-method .input-box .checkbox-row{padding:0}
.cms-enquiry .enquiryform li.preferred-method .input-box .checkbox-row .emailbox{display:inline-block;width:49%;padding:11px 5px}
.cms-enquiry .enquiryform li.preferred-method .input-box .checkbox-row .emailbox{border-left:2px solid #fff}
.cms-enquiry .product-enquiry .enquiryform .input-box input[type="checkbox"]{vertical-align:middle;width:auto;height:auto;margin:0}
.cms-enquiry .product-enquiry .enquiryform .input-box .checkbox{border-left:1px solid #000;padding-left:10px;height:35px;position:static;padding-top:10px}
.cms-enquiry .product-enquiry-main{border:1px solid #000;border-bottom:none;max-width:550px;width:100%}
.cms-enquiry .product-enquiry-main .company-details{margin-bottom:0}
.cms-enquiry .product-enquiry-main .enquiryform li{margin-bottom:0;border-bottom:1px solid #000}
.cms-enquiry .product-enquiry-main .enquiryform.rightinpot{border-left:1px solid #000;}
.enquery-submit, .enquery-submit:hover{border:none;color:#fff;padding:10px 40px;text-transform:uppercase;font-size:16px;}
.cms-enquiry .enquiryform li .address-box{width:72.3%;display:inline-block}
.cms-enquiry .enquiryform li .city-box{width:26%;display:inline-block}
.cms-enquiry .enquiryform li .city-box .input-box{padding-left:80px}
.cms-enquiry .enquiryform li .state-box{width:45%;display:inline-block}
.cms-enquiry .enquiryform li .state-input{border-right:2px solid #fff;display:inline-block}
.cms-enquiry .enquiryform li .zip-code-box{width:27%;display:inline-block;border-right:2px solid #fff;}
.cms-enquiry .enquiryform li .zip-code-box .input-box, .cms-enquiry .enquiryform li .country-box .input-box{padding-left:80px}
.cms-enquiry .enquiryform li .country-box{width:27%;display:inline-block}
.cms-enquiry .form-list.form-list-capcha{float:left;}
.cms-enquiry p.required, .validation-advice{margin:5px 10px 0;}
.cms-enquiry .button.blue_clr.enquery-submit {float: right;}
.cms-enquiry .required-entry.validation {display: none;}

/* Add CSS by Ajay for Career Page */
.cms-careers .acconut-title {border-bottom: 1px solid #3a2260;color: #3a2260;font-size:30px;font-family:"bignoodletitlingregular";position:relative;}
.cms-careers .acconut-title::before {background: #3a2260 none repeat scroll 0 0;content: "";height: 2px;position: absolute;top: 44px;width:300px;}
.cms-careers .acconut {float: left;width: 100%; margin-top:50px;}
.cms-careers .acconut > ul {background: #eee none repeat scroll 0 0;float: left;margin-right:120px;width: 490px;list-style-type:none;padding:20px;margin-top:50px;}
.cms-careers .acconut ul li {line-height:30px;margin-left:0px;padding:0;}
.cms-careers .acconut .job-title {color: #5d395f;font-size:24px;text-transform: uppercase;font-family:"bignoodletitlingregular";}
.cms-careers .acconut > ul:nth-child(2n+1) {margin-right: 0;}
.cms-careers .acconut .key-skill {color: #5d395f;font-size: 18px;font-weight: bold;}
/*.cms-careers .job-dec-part {height: 170px;overflow-y:auto;}*/
.cms-careers .acconut span {display: inline-block;width: 70px;}
.cms-careers .required-entry {display: inline-block;height: 30px;width: 365px;border:1px solid #dbdbdb;max-width:365px;}
.cms-careers .button > span {border: 1px solid #575757;padding: 0 20px;}
.cms-careers button {height: 41px;width: 94px; margin-top: 20px;}
.cms-careers .std  form {width: 50%;margin-bottom:50px;}
.cms-careers select {height: 30px;width:365px;}
.cms-careers .name-lable {color: #5d395f;display: block;font-size:13px;margin-top:20px;margin-bottom:5px;}
.cms-careers .name-lable > span {color: #d73839;}
.cms-careers .apply-button {background: #3a2260 none repeat scroll 0 0;color: #fff;display: inline-block;float: right;font-size: 20px;font-weight: bold;padding: 4px 25px; margin-top:10px;}
.cms-careers .apply-button:hover {background: #000 none repeat scroll 0 0;text-decoration: none;}
.cms-careers .input-box.upload-box {margin-bottom:0px;}
.cms-careers .career-right {float: left;width: 45%;font-size:20px;}
.cms-careers .career-left {float: right;width: 50%;}
.cms-careers .input-text.required-entry.required-file{width:365px;}

/*.cms-careers .input-text.required-entry.required-file {cursor: pointer;font-size: 20px;margin: 0;opacity: 0;padding: 0;position: absolute;top: 0;}
.cms-careers .input-box.upload-box > span {background:#666666;color:#fff;cursor:pointer;display:block;float:left;height: 40px;margin: 0;text-align: center;text-transform: uppercase;width:94px;padding:10px 0px;}*/

.products-grid.products-grid--max-4-col .item.last {
    position: relative;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.corner-ribbon{
  width: 100px;
  background: #877c9f;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;

}

/* Custom styles */



.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
 top: 53%;
left: 50px;
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;

}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;

}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
}

#close{content: "x";position: absolute;top: 50px;left: 168px;background: #000;height: 16px;width: 15px;border-radius: 100%;font-size: 14px;color: #fff;text-align: center;line-height: 16px;cursor: pointer;}
#esns_box_layer { max-width: 470px; width: auto; margin-left: 15px; margin-right: 15px; position: relative; padding: 30px 15px; }
        #esns_box_block_1  { font-size: 22px; color: #171717; font-family: 'bignoodletitlingregular'; line-height: 26px; margin-bottom: 10px; }
        #esns_box_block_2 { font-family: 'bignoodletitlingregular'; color: #5d395f; font-size: 32px; line-height: 36px; }
        #esns_box_block_3 { font-size: 15px;  line-height: 21px;  color: #5d395f; }
        #esns_box_close { position: absolute; right: 10px; top:10px; }
        #esns_box_subscribe { margin: 0; }
        #esns_box_subscribe_input input { margin-left: 0; border: 1px solid #dbdbdb; height: 30px; margin-top: 0; width: 307px;}
        #esns_box_subscribe_input { padding-right: 10px; }
        #esns_box_subscribe_submit a { background-image: none; height: 30px;  line-height: 30px;   background-color: #121212; color: #fff; font-size: 15px; text-transform: uppercase; margin-top: 0; }
        #esns_box_subscribe { margin: 10px 0 0 0; }

        @media (max-width: 767px) {
            #esns_box_block_2 { font-size: 29px; line-height: 33px; }
            .projectgallery-index-index .my-ac-table-main td {width: 100%; display: block;}
        }

        @media (max-width: 500px) {
          #esns_box_subscribe_input input { width: 100%; }
            #esns_box_layer { max-width: 290px; }
            #esns_box_title { padding-bottom: 80px; background-position: left bottom; }
            #esns_box_subscribe_input { width: auto; }
            #esns_box_block_2 { font-size: 25px; line-height: 29px; }
            #esns_box_block_1 { font-size: 20px; line-height: 24px; margin-bottom: 6px; }
        }

        #esns_box_subscribe_submit a { text-decoration: none; }
        #esns_box_subscribe_submit a:hover { text-decoration: none; background-color: #5d395f !important; }
.hotels-outer { display: flex; margin: 0 -15px; flex-wrap: wrap; }
        .hotels-list { width: 25%; padding: 0 15px; margin-bottom: 30px; }
        .hotels-list h3 { font-size: 19px; color: #3a2260; margin-bottom: 10px; }
        .hotels-page h1 { margin-bottom: 30px; }
        .hotels-list ul li { color: #353534; font-size: 15px; }


        @media(max-width: 1024px) {
            .hotels-page h1 { font-size: 35px; line-height: 40px; }
            .hotels-list h3 { font-size: 18px; }
        }

        @media(max-width: 991px) {
            .hotels-page h1 { font-size: 30px; line-height: 35px; margin-bottom: 20px; }
            .hotels-list { width: 33.33%; }
        }

        @media(max-width: 767px) {
            .hotels-page h1 { font-size: 25px; line-height: 30px; }
            .hotels-list { width: 50%; }
            .hotels-list h3 { font-size: 16px; }
            .hotels-list ul li { font-size: 14px; }
        }

.header_right .header-account .links {
    float: left;
    margin: 0 0% 0 94px;
}

.build_project_link { color: #222; animation:colorchange 2s infinite normal; -webkit-animation:colorchange 2s infinite normal; -moz-animation:colorchange 2s infinite normal; -ms-animation:colorchange 2s infinite normal; -o-animation:colorchange 2s infinite normal; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; }

        @keyframes colorchange{
          0%{
            opacity:1;
            color:#222;
          }
            50%{
              opacity:0.55;
              color:#9463e3;
          }
            100%{
            opacity:1;
            color:#222;
          }
        }

        @-webkit-keyframes colorchange{
          0%{
            opacity:1;
            color:#222;
          }
            50%{
              opacity:0.55;
              color:#9463e3;
          }
            100%{
            opacity:1;
            color:#222;
          }
        }

        @-moz-keyframes colorchange{
          0%{
            opacity:1;
            color:#222;
          }
            50%{
              opacity:0.55;
              color:#9463e3;
          }
            100%{
            opacity:1;
            color:#222;
          }
        }

        @-ms-keyframes colorchange{
          0%{
            opacity:1;
            color:#222;
          }
            50%{
              opacity:0.55;
              color:#9463e3;
          }
            100%{
            opacity:1;
            color:#222;
          }
        }

        @-0-keyframes colorchange{
          0%{
            opacity:1;
            color:#222;
          }
            50%{
              opacity:0.55;
              color:#9463e3;
          }
            100%{
            opacity:1;
            color:#222;
          }
        }



.header_left h1 {
    font-size: 16px;
    text-align: center;
    color: #5d395f;
    margin-top: -15px;
    display: block;
    margin-bottom: 15px;
}
input.various.add-to-cart-buttons {
  background: #5d395f;
  border: 0 none;
  color: #fff;
  font-size: 16px;
}
.quickshop-main .product-view .product-essential .add-to-cart-buttons {margin-bottom: 10px !important;}

.projectgallery-index-index tr.first.last th {
  background: none;
  border: 0 none;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  color: #5d395f;
  border-bottom: none;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'bignoodletitlingregular';
}

.cms-page-view .main-container{background: #5d395f;max-width: 100%;  padding: 0;}
.cms-page-view .main {background: #f4edff; max-width: 1160px; margin: 0 auto; padding: 30px;}
.main-container.col2-left-layout.hotels-page {background: #f4edff;}

body.cms-page-view.cms-portfolio .std {background: #fff}
body.cms-page-view.cms-portfolio .portfolio {background: #fff;  padding: 20px}
body.cms-page-view.cms-portfolio .portfolio .portfolio_thumb{ min-height: 170px;}
body.cms-page-view.cms-portfolio .std p{clear: both;}
.footer-fb {background: url(../images/icon_sprite_custom.png) no-repeat -20px -100px; width: 21px; margin-right: 0px; margin-top: 9px; height: 38px; float: left; display: block;}
body.page-popup.catalog-product-compare-index tr.product-shop-row.bottom {float: none}
.block-blog .menu-recent UL LI a img {height: auto; float: left; width: 70px; padding: 0 10px 0 0px;}

.footer-insta {
        background: url(../images/icon_sprite_custom.png) no-repeat -12px -260px;
    width: 26px;
    margin-right: 10px;
    margin-top: 14px;
    height: 38px;
    float: left;
    display: block;

}
.footer-linkedin {
background: url(../images/icon_sprite_custom.png) no-repeat -15px -170px;
    width: 21px;
    margin-right: 10px;
    margin-top: 3px;
    height: 38px;
    float: left;
    display: block;

}
.footer-insta a,.footer-linkedin a, .footer-fb a{ display: block; line-height: 38px; }

.product-view .tabs li.active a, .product-view .tabs li.active a:hover{    background: #5d395f!important;}
.footer .block-subscribe .actions .button {
   width: 138px !important;
   margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1024px){
   .footer .block-subscribe .actions .button {
      width: 142px !important;
       margin-top: 0;
   }
}

.product-view .tabs a:hover{    background: #5d395f!important;}