/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
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; }

/*
 * 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.
 */
/*
 * 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: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  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 */ }

/* ==========================================================================
   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: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */ }

body {
  background: #FFFFFF;
  line-height: 1; }

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

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

address {
  font-style: normal; }

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 {
  color: #636363;
  font-size: 14px;
  line-height: 1.5; }

a {
  text-decoration: none; }

a:focus {
  outline-color: #3091c2;
  color: #143d52; }

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

/* ============================================ *
 * 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 {
  color: red; }

.availability.out-of-stock {
  color: red; }

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

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

/* -------------------------------------------- *
 * 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;
  border-top: 1px solid #cccccc; }

.block-title h2, 
.block-title h3,
.block-title strong {
  margin: 0 0 10px 0;
  color: #636363;
  font-size: 14px;  
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  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 {
  font-weight: bold;
  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; }

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0; }

  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0; }

  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0 0 10px 0;    
    color: #636363;
    font-size: 14px;
    
    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;    
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0; }

  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    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;
    left: 10px;
    top: 50%;
    margin-top: -3px; }

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    background-color: #f4f4f4;
	position: relative;
	margin: 0 0 10px 0;
    color: #636363;
    font-size: 14px;
	
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;    
	text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;	}

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong: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; }

  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc; }

  .sidebar .block:last-of-type {
    border-bottom: 1px solid #cccccc; }

  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu'; } }
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none; }

.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  margin: 7px 0; }

.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400; }

.block-account li a,
.block-cms-menu li a {
  color: #636363; }

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px; }

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer; }

.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363; }

.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none; }

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer; }

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF; }

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF; }

a.button {
  text-decoration: none; }

a.button:hover {
  color: #FFFFFF; }

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

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

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle; }

.button2:focus {
  outline: none; }

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block; }

.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f; }

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .col2-set .buttons-set .back-link {
    display: none; }

  .col2-set .buttons-set .required {
    display: none; } }
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px; }

  .buttons-set .back-link {
    display: none; }

  .buttons-set .required {
    display: none; } }
/* -------------------------------------------- *
 * 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; }

@media only screen and (max-width: 670px) {
  .paypal-or {
    line-height: 20px; }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  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 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(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .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(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 50px; }

.breadcrumbs ul {
  margin-top: 30px; }

.breadcrumbs li {
  float: left;
  font-size: 12px;
  text-transform: uppercase; }

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

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

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

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none; } }
/* -------------------------------------------- *
 * 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:after {
  content: 'X';
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  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;  
  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: 1260px;
  margin: 0 auto;
  padding: 15px; }

.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both; }

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px; } }
.footer-container {
  padding-top: 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: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left; }

.col-left img {
  max-width: 100%; }

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */ }

.col-right img {
  max-width: 100%; }

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

.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%; }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%; }

  .col3-layout .col-wrapper {
    float: right;
    width: 100%; }

  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%; }

  .col3-layout .col-wrapper .col-left {
    width: 25%; } }
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto; }

  .col3-layout .col-wrapper {
    float: none;
    width: auto; }

  .col-main {
    float: none;
    width: auto; }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */ } }
/* Content Columns */
.col2-set {
  width: 100%; }

.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px; }

@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px; } }
.col2-set .col-1 {
  float: left;
  padding-left: 0; }

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

@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0; } }
.col2-set .narrow {
  width: 33%; }

.col2-set .wide {
  width: 65%; }

.col2-set:after {
  content: '';
  display: table;
  clear: both; }

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px; } }
/* -------------------------------------------- *
 * 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("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat; }

.global-site-notice p {
  margin-bottom: 0; }

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  text-align: center;
  margin: 10px;
  text-transform: uppercase; }

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

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

.error {
  color: red;
  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; }

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%; }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px; }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0; } }
/* -------------------------------------------- *
 * 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; }

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

.price-notice {
  color: #a0a0a0; }

.price-box .price {
  font-size: 16px; }

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

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap; }

.price-box .minimal-price-link {
  padding-left: 1em;
  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; }

.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 {
  color: #a0a0a0;
  text-decoration: line-through; }

.price-box .special-price {
  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; }

.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; }

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit; }

  .truncated a.details {
    display: none; }

  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent; }

  .truncated .truncated_full_value .item-options p {
    float: none; }

  .truncated .truncated_full_value .item-options:after {
    display: none; } }
/* -------------------------------------------- *
 * 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; }

/* -------------------------------------------- *
 * 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: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 5px 10px 0px 10px; }

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

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

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

.toolbar,
.pager {
  color: #636363;
  line-height: 30px;
  font-size: 12px; }

.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;
  height: 30px; }

.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: right;
  overflow: hidden; }

.pager > .count-container {
  float: left; }

.pager .amount {
  float: left;
  white-space: nowrap;
  margin: 0 15px 0 0; }

.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: 5px; }

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px; }

.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: 30px;
  width: 25px;
  height: 30px;
  padding: 0; }

.pages .current,
.pages .current:hover {
  color: #636363;
  border: 1px solid #cccccc;
  width: 30px;
  background-color: #FFFFFF;
  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; }

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none; }

  .pages {
    float: left; }

  .limiter label {
    display: none; } }
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%; }

  .col1-layout .pager {
    float: left;
    clear: both; }

  .col1-layout .pager .pages {
    float: left;
    margin-left: 0; }

  .col1-layout .pager .count-container {
    float: right; } }
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%; }

  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both; }

  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0; }

  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right; } }
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: 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;
  
  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;
  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; 
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;  
  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;  
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;  
  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;
  
  color: #636363;
  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: 13px;
  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: ' *';
  color: red;
  font-weight: normal;
  font-size: 12px; }

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

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

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px; }

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

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 15px; }

.input-text:focus {
  border: 1px solid #3399cc; }

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

.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%; }

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */ } }
.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: red;
  font-size: 13px; }

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px; }

.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; }

.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;
  background-color: #f4f4f4;
  
  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;
  line-height: 1.4;
  white-space: nowrap; }

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

.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 silver; }

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent; }

.zebra-table tr {
  background-color: #eeeded; }

.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5; }

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */ }

  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block; }

  .linearize-table thead th {
    border-right: 0;
    border-left: 0; }

  .linearize-table thead th.lin-hide {
    display: none; }

  .linearize-table thead th:nth-child(1n+2) {
    display: none; }

  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc; }

  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0; }

  .linearize-table tbody td.lin-hide {
    display: none; }

  .linearize-table tbody td:first-child {
    padding-top: 10px; }

  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold; }

  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px; }

  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase; }

  .linearize-table tfoot tr {
    display: block;
    text-align: right; }

  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both; }

  .linearize-table tfoot td {
    display: block;
    float: left; }

  .linearize-table tfoot td.lin-hide {
    display: none; }

  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%; }

  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%; }

  .linearize-table .linearize-hide {
    display: none; }

  .linearize-table .linearize-unpad {
    padding: 0; }

  .linearize-table .linearize-show {
    display: block; } }
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */ }

  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block; }

  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0; }

  .linearize-table-large thead th.lin-hide {
    display: none; }

  .linearize-table-large thead th:nth-child(1n+2) {
    display: none; }

  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc; }

  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0; }

  .linearize-table-large tbody td.lin-hide {
    display: none; }

  .linearize-table-large tbody td:first-child {
    padding-top: 10px; }

  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold; }

  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px; }

  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase; }

  .linearize-table-large tfoot tr {
    display: block;
    text-align: right; }

  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both; }

  .linearize-table-large tfoot td {
    display: block;
    float: left; }

  .linearize-table-large tfoot td.lin-hide {
    display: none; }

  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%; }

  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%; }

  .linearize-table-large .linearize-hide {
    display: none; }

  .linearize-table-large .linearize-unpad {
    padding: 0; }

  .linearize-table-large .linearize-show {
    display: block; } }
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none; } }
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%; }

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

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

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px; }

  .page-header-container {
    position: relative; } }
/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  overflow: visible !important;
  text-transform: uppercase; }

.header-language-background .header-language-container {
  max-width: 1200px;
  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: 0; }

.header-language-background .welcome-msg {
  float: right; }

.page-header-container .store-language-container {
  max-width: 35%;
  padding: 0px 15px 10px 10px; }

.page-header-container .store-language-container label {
  display: none; }

.page-header-container .store-language-container select {
  max-width: 100%; }

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px; }

  .page-header-container .store-language-container select {
    font-size: 12px; } }
.header-language-background,
.header-language-background a {
  color: #666; }

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none; } }
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px 20px 10px 0px; }

.logo img {
  max-width: 100%; }

.logo .small {
  display: block; }

.logo .large {
  display: none; }

.logo:hover {
  opacity: 0.8; }

@media only screen and (min-width: 771px) {
  .logo {
    max-width: 300px;
    min-height: 90px; }

  .logo .small {
    display: none; }

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

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

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

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

@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%; } }
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .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;
  color: #fff;
  font-size: 10px;
  line-height: 4.5; }

@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: 770px) {
  #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; }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none; } }
/* ============================================ *
 * 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: 771px) {
  .skip-nav {
    display: none; } }
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (min-width: 1025px) {
  #header-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 200px;
    /* Force visibility */ } }
@media only screen and (min-width: 1024px) {
  .grey_box {
    background: #777779;
    height: 50px;
    width: 180px;
    position: absolute;
    top: 15px;
    right: 0; } }
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 25px; } }
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px; }

.nav-primary li {
  position: relative; }

.nav-primary li.level1 a {
  border-bottom: 1px solid #cccccc; }

.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: 770px) {
  .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: #ea007e; } }
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
 
 .nav-primary li.active {
	background: none; 
 }
 @media only screen and (min-width: 771px) {
  .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: 0 15px; }

  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block; }

  .nav-primary li:last-child > a {
    border-bottom: none; }

  .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: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */ }

  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px; }

  .nav-primary li.level0 ul.level0.position-test {
    display: block; }

  .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; }

  .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 */ } }
/* ============================================ *
 * 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: 20px; }

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0; } }
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0; }

#search_mini_form label {
  display: none; }

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px; }

#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 .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px; }

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

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

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

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

@media only screen and (min-width: 771px) {
  .skip-account {
    position: absolute;
    top: 0;
    right: 85px;
    width: auto;
    padding: 0 10px;
    text-transform: uppercase; }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 500;
    top: 65px;
    right: 0;
    width: 180px; }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #636363;
    line-height: 2; }

  .skip-account .icon {
    display: none; } }
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0; }

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

/** ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.header-minicart .label {
  display: none; }

.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: #ea007e;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 30px;
  text-align: center; }

@media only screen and (min-width: 771px) {
  .skip-cart {
    position: absolute;
    top: 8px;
    right: 0;
    width: auto;
    padding: 0; }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    }

  .skip-cart .count {
    background-image: none;
    height: 23px;
    top: 0;
    line-height: 30px; } }
.skip-link.skip-active .count {
  color: white; }

@media only screen and (max-width: 770px) {
  .header-minicart {
    position: relative;
    float: left;
    width: 20%;
    height: 44px;
    color: #636363;
    line-height: 42px;
    text-align: center; }

  .skip-cart .count {
    line-height: 23px;
    top: 0; }

  .skip-link {
    border-right: 1px solid #EDEDED; }

  .skip-link:last-child {
    border-right: 0; } }
@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px; } }
@media only screen and (min-width: 771px) {
  .skip-cart {
    text-transform: uppercase; }

  .skip-cart:hover {
    text-decoration: none; }

  .skip-cart .count {
    background: none;
    background-image: url("/skin/frontend/goldcollagen/monsoon/images/basket.png");
    background-repeat: no-repeat;
    background-size: 40%;
    height: 40px;
    background-position: center;
    background-position-y: 0;
    font-size: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    position: static;
    margin-left: 0px;
    width: 50px; }

  .skip-cart .count:before {
    content: '(';
    display: none; }

  .skip-cart .count:after {
    content: ')';
    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-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; }

.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 {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
 /* -------------------------------------------- *
* Social icons
*/ }

.footer #newsletter {
  height: 30px;
  font-size: 10px; }

@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px; } }
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0; }

.footer .block-title strong {
  font-weight: normal; }

.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px; }

.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0; }

.footer .links a {
  color: #636363; }

.footer .block-subscribe {
  width: 320px;
  margin-bottom: 30px; }

.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px; }

.footer .form-subscribe-header {
  display: none; }

.footer .links.social-media em {
  background-image: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px; }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/social_icons@2x.png);
    background-size: 50px 125px; } }
.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;
  margin-top: 0;
  width: 60%;
  padding-top: 0;
  margin-right: 10px; }

.footer .block-subscribe .input-text {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.footer .block-subscribe .block-content {
  padding-top: 0; }

.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both; }

.footer .block-subscribe .actions {
  float: left;
  width: 34.375%; }

.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left; }

.footer .block .actions {
  margin: 0; }

.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 {
  border-top: 1px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0; }

.footer ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: solid 1px #555559;
  font-size: 10px;
  color: #555559; }

.footer ul li:last-child {
  border-right: none; }

.footer ul {
  text-align: center; }

.footer [class*='r-col-']:last-of-type {
  padding-top: 0; }

@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%; }

  .footer .links:nth-child(4) {
    margin-right: 0; }

  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto; } }
@media only screen and (max-width: 770px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block; } }
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0; }

  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both; }

  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%; } }
/* ================================================= *
 * 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: 1.5em; }

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  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: #636363; }

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 {
  text-decoration: none; }

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px; }

.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500; }

/* ============================================ *
 * Product Grid
 * ============================================ */
 
.list-review {
	 min-height: 15px;
 }

@media only screen and (min-width: 771px) {

.category-products .wrapper .page .main-container {
    top: 100px;
   
}

}

.productCmsBlock {
padding-bottom: 20px;	
}

.products-grid .product-name {

	font-size: 18px;
	margin-top:10px;
}
.product-image {
text-align: center;	
}
.productborder {
    border: 1px solid #ccc;
    margin-right: 15px;
}
.products-grid .product-info .actions .button {
		-webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    background-image: url(/media/wysiwyg/promotion/tube/arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 4%;
	background-color: #ec008c;
   padding: 15px 10px;
    width: 70%;
}

.catalog-category-view .col-main img {
	 width: 100%;
	 border: solid 1px #ccc
}
.products-grid .product-image img{
    width: 80%;
	display: inline;
	border: none;
}
.products-grid .product-name a { 
	color: #ec008c!important;
}
.products-grid .product-title-info {
	min-height: 0px;
	padding: 25px 25px 0;
}
.products-grid .product-title-info p{ 
font-size: 16px;
line-height: normal;
height: 60px;
}
 
 
.products-grid {
  position: relative; }

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

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center; }

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

.products-grid .product-image {
  width: 100%;
  min-height: 220px;
  margin-bottom: 0px; }

.products-grid .product-image img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc
}
.products-grid .product-image img{
    width: 80%!important;
	display: inline;
	border: none;
}
.products-grid .product-image img:hidden {
  display: none; }

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

.products-grid .actions {
  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;
  margin-right: 0px!important;
   }

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

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

.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("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/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 > li:nth-child(3) .productborder {
    margin-right: 0;
    padding-right: 15px;
}

.products-grid > li:nth-child(3n+2) {
	clear: none!important;
}
@media only screen and (min-width: 801px) {
	.products-grid > li {
  width: 33.333%!important;
  }}

@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none; }

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

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%; }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%; }

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

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

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

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none; }

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

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%; }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%; }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%; }

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

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

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none; }

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

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%; }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%; }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%; }

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

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0; }
	 .products-grid  li {
        margin-right: 0px!important;
    } 
	 .products-grid > li:nth-child(6) .productborder{
        margin-right: 0;
       
    } }
	@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */ }

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

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

  .products-grid > li {
    
    margin-right: 3.7037%; }

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

  .products-grid > li:nth-child(3n) {
    margin-right: 0; } }
	@media only screen and (max-width: 800px) {
    .products-grid  li {
        width: 50%;
    }
    .products-grid > li:nth-child(3) .productborder{
        margin-right: 15px;
        padding-right: 0;
    }
    li:nth-child(2n+2) .productborder {
        margin-right: 0;
        padding-right: 15px;
    }
	
	.products-grid > li:nth-child(odd) {
    clear: both!important;
}

.products-grid > li:nth-child(3n+1) {
    clear: none;
}
	
}
@media only screen and (max-width: 600px) {
 .products-grid > li {
    width: 100%;
}
.products-grid .product-image {
	min-height: 180px;
}
.productborder {
margin-right: 0;
}
   .products-grid > li:nth-child(3) .productborder {
        margin-right: 0px;
        padding-right: 0;
    }
    li:nth-child(2) .productborder {
        margin-right: 0;
        padding-right: 0px;
    }
    li:nth-child(1) .productborder {
        margin-right: 0;
        padding-right: 0;
    }
}

/* ============================================ *
 * 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; }

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px; } }
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px; }

  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%; } }
@media only screen and (max-width: 600px) {
	.products-grid .product-title-info p{ 
font-size: 14px;

}
  .products-list .product-shop .price-box .special-price {
    padding-left: 0; }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left; } }
/* ============================================ *
 * 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: 10px; }

.mini-products-list li {
  margin-bottom: 10px;
  clear: both; }

.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: 1px solid #cccccc;
  padding: 10px; }

.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 0 10px 0;  
  color: #636363;
  font-size: 14px;
  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;  
  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;
  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 .toggle-tabs {
  display: none; }

.block-layered-nav .block-content > dl > dt {
  margin: 0 0 10px 0;  
  color: #636363;
  font-size: 14px;
  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; }

.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: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc; }

.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: 5px 15px;
  display: block; }

.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0; }

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px; }

  .block-layered-nav .block-content > dl > dt:after {
    display: none; } }
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none; }

  .block-layered-nav--no-filters .block-title {
    display: none; }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px; }

  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0; }

  .block-layered-nav .block-content > dl > dt:after {
    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; }

  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px; }

  .block-layered-nav .block-content > dl > dd {
    display: none; }

  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px; }

  .block-layered-nav .block-content.accordion-open > dl > dt.current: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: 6px;
    top: 50%;
    margin-top: -3px; }

  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block; }

  .block-layered-nav .block-subtitle--filter {
    background-border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF; }

  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px; }

  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2e8ab8;
    color: #FFFFFF; }

  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px; }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: 0; }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px; }

  .block-layered-nav dl ol > li > a {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px; }

  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #e7e7e7; } }
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  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 {
  font-weight: bold; }

.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both; }

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px; }

/* ============================================ *
 * 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;  
  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 {
  margin-bottom: 10px;
  border: 0; }

.product-view .product-shop {
  width: 50%;
  float: right; }

.product-view .product-shop .product-name {
  display: none;
  float: left; }

.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px; }

.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left; }

.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right; }

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 50%;
  margin-bottom: 10px; }

.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both; }

.product-view .product-shop .addthis_sharing_toolbox {
  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 .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; }

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px; }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px; } }
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both; }

  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px; }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px; } }
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px; }

  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block; } }
.product-img-box {
  width: 50%;
  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; }

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px; } }
.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("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/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: 15px; }

.product-img-box {
  padding-right: 15px; }

.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 */ }

.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;
  margin-bottom: 10px;
  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 .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: 10px; }

.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 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%; }

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px; }

  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }
/* 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; }

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0; } }
.product-collateral {
  clear: both; }

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

.box-collateral {
  clear: both; }

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4; }

  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent; }

  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px; }

  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc; }

  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5; }

  .product-collateral .toggle-tabs li:first-child {
    border-left: none; }

  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both; }

  .product-collateral > dl {
    width: 100%; }

  .product-collateral > dl > dt {
    display: none; }

  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0; }

  .product-collateral > dl > dd.current {
    display: block; } }
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none; }

  .product-collateral > dl > dt {
    margin: 0 0 10px 0;
    
    color: #636363;
    font-size: 14px;
    font-weight: bold;
  
    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;
    
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block; }

  .product-collateral > 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; }

  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc; }

  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px; }

  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0; }

  .product-collateral > dl > dt:after {
    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; }

  .product-collateral > dl > dt.last {
    border-bottom-width: 1px; }

  .product-collateral > dl > dd {
    display: none; }

  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px; }

  .product-collateral.accordion-open > dl > dt.current: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: 6px;
    top: 50%;
    margin-top: -3px; }

  .product-collateral.accordion-open > dl > dd.current {
    display: block; } }
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0; } }
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block; }

  .product-img-box .product-name {
    display: none; } }
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px; } }
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0; }

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver; }

#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver; }

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px; }

.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none; }

@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px; } }
.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;
  
  padding: 2px 0;
   }

.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; }

@media only screen and (max-width: 479px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc; } }
.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; }

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right; }

  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block; } }
.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-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  }

.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: 3px; }

.block-related .product-details .price-box {
  margin: 2px 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: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase; }

.map-cart-sidebar-total {
  color: red;
  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; }

@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important; }

  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important; } }
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important; } }
.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; }

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center; } }
.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; }

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center; } }
.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; }

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center; }

  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none; }

  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px; }

  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px; } }
.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; }

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px; } }
.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: 60%; }

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

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc; }

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

.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; }

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%; }

  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0; }

  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px; }

  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%; }

  .display-single-price .crosssell {
    clear: right;
    float: right; } }
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none; }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%; } }
/* ============================================ *
 * 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 {
  float: right;
  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: block; }

.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-totals .checkout-types .btn-checkout {
  margin-bottom: 7px; }

@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center; }

  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none; }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0; }

  .btn-checkout {
    width: 100%; } }
.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; }

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px; }

.cart-table tr {
  border-bottom: 1px solid silver; }

.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; }

.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%; }

.cart-table .product-cart-image a.cart-edit {
  display: none; }

.cart-table .product-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px; }

.cart-table .product-cart-sku .label {
  font-weight: 600; }

.cart-table .btn-empty {
  float: left; }

.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center; }

.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;
  
  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; }

.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-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em; }

.cart-table .product-cart-actions .button {
  margin-bottom: 5px; }

.cart-table .item-options {
  padding-left: 15px; }

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px; }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px; }

  .cart-table .product-cart-actions > li {
    white-space: inherit; } }
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none; } }
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none; }

  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    /*     padding-bottom: 10px; */
    overflow: hidden;
    position: relative;
    width: 100%; }

  .cart-table tr:after {
    content: '';
    display: table;
    clear: both; }

  .cart-table tr:last-child {
    margin-bottom: 0; }

  .cart-table tfoot tr {
    padding-bottom: 0; }

  .cart-table td {
    border: none;
    display: block; }

  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px; }

  .cart-table td[data-rwd-label] .price {
    font-weight: normal; }

  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase; }

  .cart-table td.product-cart-price {
    text-align: left; }

  .cart-table h2 {
    font-size: 12px; }

  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px; }

  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center; }

  .cart-table .cart-links > li > a {
    padding: 2px 0px; }

  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px; }

  .cart-table .cart-tax-info .price {
    font-size: 13px; }

  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0; }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase; }

  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%; }

  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right; }

  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none; }

  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block; }

  .cart-table .product-cart-actions .button {
    display: none; }

  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px; }

  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px; }

  .cart-table .product-cart-actions {
    text-align: left; }

  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px; }

  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px; }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%; }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: right; }

  .cart-table .cart-footer-actions .btn-continue {
    float: left; }

  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none; }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; } }
/* ============================================ *
 * 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;
  border: 1px solid silver; }

.shipping select.validation-failed {
  border-color: red; }

.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-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-size: 12px;
  font-style: italic;
  min-width: 100px; }

.shipping .sp-methods label span {
  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: 220px; }

.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb; }

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none; }

  .shipping .shipping-form .form-list > li label {
    display: block; }

  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%; } }
.cart .cart-totals {
  text-align: right; }

.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both; }

.cart .cart-totals table {
  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 {
  font-weight: 400; }

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right; } }
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px; } }
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both; }

#discount-coupon-form,
.cart .giftcard {
  width: 100%; }

.cart .giftcard h2 {
  display: none; }

#discount-coupon-form label,
.cart .giftcard label {
  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 {
  display: inline-block; }

#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-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 168px; }

.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 #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 */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */ }

  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%; }

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

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

  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none; } }
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px; }

  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px; } }
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none; }

.checkout-onepage-index .col-main {
  width: auto;
  float: none; }

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px; }

  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block; }

  .checkout-onepage-index .col-right {
    padding-left: 0; } }
.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;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px; }

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

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

.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; }

@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px; } }
.opc h3 {
  font-weight: 500; }

.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 {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0; }

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0; } }
.opc #opc-login .step {
  padding: 0px; }

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

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none; } }
#opc-payment .note {
  padding: 10px; }

/* -------------------------------------------- *
 * 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; }

@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0; }

  .sp-methods .checkmo-list label {
    width: 135px; } }
.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;
  border-left: 1px solid #cccccc;
  padding-left: 20px; }

.block-progress .block-content {
  font-size: 13px; }

.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  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: #636363; }

.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-style: italic; }

.block-progress dd address {
  font-style: italic; }

.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px; }

.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  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 !important;
  padding: 0; }

#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%; }

@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto; } }
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none; }

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none; }

  #checkout-review-table thead > tr > th:first-child {
    display: block; }

  #checkout-review-table thead > tr > th:first-child {
    display: block; } }
#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; }

/* ============================================ *
 * 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; }

@media only screen and (max-width: 770px) {
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none; }

  .gift-message-form .gift-item .fieldset {
    margin-left: 0px; }

  .gift-message-form .gift-item .fieldset textarea {
    width: 100%; } }
/**
 * @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(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/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;
  min-width: 50%;
  margin: 0; }

.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0; }

@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px; }

  .customer-account-login .col2-set .col-1 {
    padding-right: 20px; }

  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed; } }
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0; }

  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed; } }
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px; }

  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed; } }
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none; } }
.customer-account-create .scaffold-form label:first-child {
  width: 140px; }

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-size: 13px;
  color: #a0a0a0; }

.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 .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; }

@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0; } }
.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 {
  margin-left: 30px;
  max-width: 400px; }

@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0; } }
.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 {
  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; }

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 .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px; }

.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  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: 12px; }

.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px; }

.dashboard .box-account p,
.dashboard .box-account address {
  font-style: italic; }

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0; }

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px; }

.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: 14px;
  margin-bottom: 0; }

.dashboard .col2-set .col-1 .box-title a {
  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-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 .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; }

@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%; } }
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap; } }
/* ============================================ *
 * 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 {
  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-weight: bold;
  line-height: 1.5; }

.order-info-box .box-title h2:after {
  content: ':'; }

.order-info-box .box-content {
  float: left; }

.order-info-box .box-content td,
.order-info-box .box-content th {
  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-weight: normal;
  text-transform: uppercase; }

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic; }

#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; }

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px; }

  #my-orders-table .option-value {
    margin-left: 35px; }

  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none; }

  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px; }

  #my-orders-table tr.bundle {
    border-color: #ededed; }

  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px; }

  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0; }

  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px; }

  #my-orders-table tfoot tr.shipping {
    margin-top: 0; } }
.order-additional {
  margin: 40px 0; }

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

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0; } }
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left; }

  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px; }

  .data-table span.nobr {
    white-space: normal; }

  .data-table span.nobr a {
    white-space: nowrap; }

  .data-table .separator {
    display: none; }

  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0; } }
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none; }

  .order-info-box .box-content {
    clear: left; }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px; }

  .order-info dt {
    display: none; }

  .dashboard .page-title {
    margin-top: 20px; }

  .dashboard .page-title h1 {
    margin-top: 0; }

  .dashboard .welcome-msg .hello {
    font-style: italic; }

  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px; }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0; }

  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%; }

  .dashboard .col2-set .col-2 {
    float: right; } }
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0; } }
@media only screen and (max-width: 530px) {
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none; } }
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center; }

  body.customer-account .my-account .title-buttons {
    text-align: center; }

  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px; }

  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px; }

  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px; }

  body.customer-account .my-account .buttons-set {
    border-top: 0; }

  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto; }

  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px; }

  .order-info {
    margin-top: 15px; }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none; }

  .data-table.orders td.view {
    text-align: right; }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px; }

  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    padding: 10px; }

  .order-info-box {
    margin: 0; }

  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0; }

  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px; }

  #my-reviews-table .nobr {
    white-space: normal; } }
/* ============================================ *
 * 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 {
  margin-left: 30px;
  max-width: 435px; }

.contacts-index-index .buttons-set p.required {
  float: left; }

@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0; }

  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px; }

  .contacts-index-index .buttons-set p.required {
    float: right; } }
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
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px; } }
.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; }

@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0; }

  .paypal-review-order .field.inactive {
    display: none; } }
.bml-ad {
  display: none; }

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

@media only screen and (max-width: 799px) {
  .bml-ad.small {
    display: block; } }
@media only screen and (min-width: 800px) {
  .bml-ad.large {
    display: block; } }
/* ============================================ *
 * 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-size: 10px;
  text-transform: uppercase; }

#customer-reviews .review-heading .pager .amount {
  display: none; }

#customer-reviews h2 {
  font-size: 12px;
  text-transform: uppercase; }

#customer-reviews h2 span {
  color: #636363; }

#customer-reviews h3 {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase; }

#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px; }

#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  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-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-size: 12px;
  font-weight: normal;
  margin-bottom: 10px; }

#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase; }

#customer-reviews dl dd {
  font-size: 14px;
  margin: 10px 0; }

#customer-reviews dl dd .ratings-table {
  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 {
  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; }

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  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; }

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0; }

  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%; }

  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%; }

  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: left;
    margin-right: 15px; } }
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0; }

  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0; } }
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%; }

  #customer-reviews .fieldset .form-list {
    width: 100%; }

  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none; }

  #customer-reviews .buttons-set {
    width: 100%; }

  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px; }

  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px; }

  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px; }

  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%; }

  #customer-reviews .review-summary-table .rating-box .rating {
    display: none; }

  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block; } }
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none; } }
/* ============================================ *
 * 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%; }

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-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: arial;
  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 {
  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-size: 12px;
  text-transform: uppercase;
  width: 100%; }

#wishlist-table.clean-table th {
  border-bottom: 1px solid silver; }

#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top; }

#wishlist-table.clean-table thead th {
  font-size: 12px;
  text-transform: uppercase; }

#wishlist-table .product-name {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase; }

#wishlist-table .wishlist-sku {
  font-size: 11px;
  margin: 5px 0; }

#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px; }

#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 .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 .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-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;
  margin-bottom: 3px; }

#wishlist-table .truncated .details {
  background: none; }

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px; }

  #wishlist-table.clean-table td textarea {
    height: 100px; }

  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px; }

  #wishlist-table .product-name {
    font-size: 13px; } }
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both; }

  #wishlist-table .product-name {
    font-size: 16px; }

  #wishlist-table textarea {
    height: 68px;
    max-width: 100%; }

  #wishlist-table .item-manage {
    max-width: 100%; }

  #wishlist-table tr {
    position: relative; }

  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both; }

  #wishlist-table td.customer-wishlist-item-image {
    width: 70px; }

  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px; }

  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0; }

  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px; }

  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px; } }
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0; }

  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none; } }
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative; }

  #wishlist-table th.customer-wishlist-item-image {
    display: block; }

  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide; }

  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden; }

  #wishlist-table td.customer-wishlist-item-image a {
    float: left; }

  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px; }

  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left; }

  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px; }

  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left; }

  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0; }

  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%; }

  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%; }

  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px; }

  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%; } }
/* ============================================ *
 * 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("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/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-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 .info-wrapper {
  margin-bottom: 0.5em; }

.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px; }

.header-minicart .info-wrapper td {
  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 .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: red;
  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; }

@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1; } }
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #636363; }

  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED; }

  .header-minicart .quantity-button {
    float: none; }

  .header-minicart .header-minicart .block-cart {
    padding: 15px; }

  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px; }

  .header-minicart .minicart-actions {
    padding-bottom: 33px; }

  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    left: auto; }

  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block; }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline; }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top; }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px; } }
@media only screen and (max-width: 670px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%; }

  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%; }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0; }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6; } }
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200; }

.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;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left; }

.search-autocomplete ul li:hover {
  color: #2e8ab8; }

.search-autocomplete ul li.selected {
  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; }

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px; } }
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  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;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px; }

.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;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }

.product-review .ratings-description dd {
  color: #737373;
  font-size: 13px; }

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none; } }
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px; } }
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none; } }
/* ============================================ *
 * 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 li,
.cms-no-route .std li {
  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; }

#accordion .toggle-tabs {
  display: none; }

#accordion > dl > dt {
  margin: 0 0 10px 0;
  
  color: #636363;
  font-size: 14px;
 
  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;
  
  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 {
  padding-left: 40px; }

#contactForm h2 {
  display: none; }

#contactForm:after {
  content: '';
  display: table;
  clear: both; }

#contactForm .fieldset .legend + .required {
  margin: 0; }

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0; } }
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none; }

.price-box .minimal-price-link .label {
  color: #cf5050;
  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; }

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%; } }
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px; }

  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0; } }
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px; }

  .notice-cookie .notice-inner {
    background-position: left 10px; }

  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both; }

  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0; }

  .notice-cookie .actions {
    text-align: left; } }
/* ============================================ *
 * 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; }

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

[class*='r-col-'] {
  float: left;
  padding-right: 35px; }
  [class*='r-col-']:last-of-type {
    padding-left: 0;
    padding-right: 0;
    float: right; }

.r-row {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 10px; }
  .r-row:after {
    content: "";
    display: table;
    clear: both; }

.r-row.no-padding {
  padding: 0; }

.r-col-1 {
  width: 100%; }

.r-col-2 {
  width: 50%; }

.r-col-3 {
  width: 33.33%; }

.r-col-4 {
  width: 25%; }

.r-col-5 {
  width: 20%; }

.r-col-6 {
  width: 16.6666666667%; }

.r-col-7 {
  width: 14.2857142857%; }

.r-col-8 {
  width: 12.5%; }

.r-col-9 {
  width: 11.1111111111%; }

.r-col-10 {
  width: 10%; }

.r-col-11 {
  width: 9.09090909091%; }

.r-col-12 {
  width: 8.33%; }

.r-col-15 {
  width: 15%; }

.r-col-20 {
  width: 20%; }

.r-col-25 {
  width: 25%; }

.r-col-30 {
  width: 30%; }

.r-col-33 {
  width: 33.333333333%; }

.r-col-40 {
  width: 40%; }

.r-col-50 {
  width: 50%; }

.r-col-60 {
  width: 60%; }

.r-col-66 {
  width: 66.66666666%; }

.r-col-70 {
  width: 70%; }

.r-col-75 {
  width: 75%; }

.r-col-80 {
  width: 80%; }

.r-col-85 {
  width: 85%; }

.r-col-90 {
  width: 90%; }

.r-col-100 {
  width: 100%; }

.r-col-50-absolute {
  width: 50%;
  position: relative; }

@media (min-width: 769px) and (max-width: 979px) {
  .r-col-2 {
    width: 100%; }

  .r-col-4 {
    width: 50%; }

  .r-col-10 {
    width: 50%; }

  .r-col-12 {
    width: 50%; } }
@media (min-width: 599px) and (max-width: 769px) {
  .r-col-4 {
    width: 50%; }

  .r-col-6 {
    width: 50%; }

  .r-col-8 {
    width: 50%; }

  .r-col-10 {
    width: 50%; }

  .r-col-12 {
    width: 50%; }

  .r-col-30 {
    width: 50%;
    width: 100%; }

  .r-col-50-absolute {
    width: 100%; }

  .r-col-80 {
    width: 100%; }

  .r-col-75 {
    width: 100%; }

  .r-col-60 {
    width: 100%; }

  .r-col-50 {
    width: 100%; }

  .r-col-40 {
    width: 100%; }

  .r-col-25 {
    width: 100%; }

  .r-col-20 {
    width: 100%; }

  .r-col-1 {
    width: 100%; }

  .r-col-2 {
    width: 100%; }

  .r-col-3 {
    width: 100%; }

  .r-col-5 {
    width: 100%; }

  .r-col-7 {
    width: 100%; }

  .r-col-9 {
    width: 100%; }

  .r-col-11 {
    width: 100%; }

  [class*='r-col-']:last-of-type {
    float: left; } }
@media (max-width: 599px) {
  .r-col-50-absolute {
    width: 100%; }

  .r-col-80 {
    width: 100%; }

  .r-col-75 {
    width: 100%; }

  .r-col-70 {
    width: 100%; }

  .r-col-60 {
    width: 100%; }

  .r-col-50 {
    width: 100%; }

  .r-col-40 {
    width: 100%; }

  .r-col-30 {
    width: 100%; }

  .r-col-25 {
    width: 100%; }

  .r-col-20 {
    width: 100%; }

  .r-col-1 {
    width: 100%; }

  .r-col-2 {
    width: 100%; }

  .r-col-3 {
    width: 100%; }

  .r-col-4 {
    width: 100%; }

  .r-col-5 {
    width: 100%; }

  .r-col-6 {
    width: 100%; }

  .r-col-7 {
    width: 100%; }

  .r-col-8 {
    width: 100%; }

  .r-col-9 {
    width: 100%; }

  .r-col-10 {
    width: 100%; }

  .r-col-11 {
    width: 100%; }

  .r-col-12 {
    width: 100%; } }
@media all and (max-width: 480px) {
  .hide-xs {
    display: none !important; } }
@media all and (min-width: 480px) and (max-width: 600px) {
  .hide-s {
    display: none !important; } }
@media all and (min-width: 600px) and (max-width: 770px) {
  .hide-m {
    display: none !important; } }
@media all and (min-width: 770px) and (max-width: 980px) {
  .hide-l {
    display: none !important; } }
@media all and (min-width: 980px) and (max-width: 1200px) {
  .hide-xl {
    display: none !important; } }
@media all and (min-width: 1200px) {
  .hide-xl {
    display: none !important; } }
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #ea007e;
  font-family: Montserrat-UltraLight, Verdana, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: lighter;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }
  h1 a, .h1 a {
    color: inherit; }
    h1 a:hover, .h1 a:hover {
      color: inherit; }

h2, .h2 {
  margin: 0;
  color: #ea007e;
  font-family: Montserrat-Regular, Verdana, Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }
  h2 a, .h2 a {
    color: inherit; }
    h2 a:hover, .h2 a:hover {
      color: inherit; }

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #ea007e;
  font-family: Montserrat-Light, Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }
  h3 a, .h3 a {
    color: inherit; }
    h3 a:hover, .h3 a:hover {
      color: inherit; }

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #ea007e;
  font-family: Montserrat-Light, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }
  h4 a, .h4 a {
    color: inherit; }
    h4 a:hover, .h4 a:hover {
      color: inherit; }

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #ea007e;
  font-family: Montserrat-Light, Verdana, Arial, sans-serif;
  font-size: 13 px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }
  h5 a, .h5 a {
    color: inherit; }
    h5 a:hover, .h5 a:hover {
      color: inherit; }

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #ea007e;
  font-family: Montserrat-Light, Verdana, Arial, sans-serif;
  font-size: 12 px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }
  h6 a, .h6 a {
    color: inherit; }
    h6 a:hover, .h6 a:hover {
      color: inherit; }

@font-face {
  font-family: Montserrat-Black;
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-Black.eot);
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-Black.woff) format("woff"); }
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-ExtraBold.eot);
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-ExtraBold.woff) format("woff"); }
@font-face {
  font-family: Montserrat-Bold;
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-Bold.eot);
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-Bold.woff) format("woff"); }
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-SemiBold.eot);
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-SemiBold.woff) format("woff"); }
@font-face {
  font-family: Montserrat-Regular;
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-Regular.eot);
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-Regular.woff) format("woff"); }
@font-face {
  font-family: Montserrat-Light;
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/montserrat-light.eot);
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-Light.woff) format("woff"); }
@font-face {
  font-family: Montserrat-UltraLight;
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-UltraLight.eot);
  src: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/fonts/Montserrat-UltraLight.woff) format("woff"); }
p {
  color: #333;
  font-family: Montserrat-Light, Verdana, Arial, sans-serif;
  font-size: 16px;
  text-rendering: optimizeSpeed; }

html {
  font-family: "Montserrat-Light", Helvetica, arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-weight: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

button {
  font-weight: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

input {
  font-weight: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  background-color: #fff !important;
  border: 1px solid #dcdcdc; }

select {
  font-weight: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

table {
  font-weight: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

textarea {
  font-weight: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  background-color: #fff !important;
  border: 1px solid #dcdcdc; }

label {
  font-weight: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

a {
  color: #ec008c; }
  a:hover {
    color: #ec008c;
    opacity: 0.7;
    text-decoration: none; }
    a:hover li {
      color: #ec008c;
      opacity: 0.7;
      text-decoration: none; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

.page-title h1 {
  #color: #3e3e3f;
  font-size: 36px;
  border-bottom: none; }
.page-title h2 {
  border-bottom: none; }

.button2 span {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .button2 span span {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.block-title h2 {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  color: #ec008c; }
.block-title h3 {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  color: #ec008c; }
.block-title strong {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  color: #ec008c; }

.block-cms-menu li {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .block-cms-menu li strong {
    color: #ec008c; }
  .block-cms-menu li a:hover {
    color: #ec008c; }

.button {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  background: #ec008c;
  color: #fff !important; }
  .button:active {
    background: #ec008c;
    color: #fff !important; }
    .button:active:hover {
      background: #ec008c;
      opacity: 0.7; }
  .button:hover {
    background: #ec008c;
    opacity: 0.7; }
  .button:focus {
    background: #ec008c;
    font-weight: bold; }

.cart-table {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cart-table .product-cart-actions .button {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    background: #ec008c;
    color: #fff !important; }
    .cart-table .product-cart-actions .button:active {
      background: #ec008c;
      color: #fff !important; }
      .cart-table .product-cart-actions .button:active:hover {
        background: #ec008c;
        opacity: 0.7; }
    .cart-table .product-cart-actions .button:hover {
      background: #ec008c;
      opacity: 0.7; }
    .cart-table .product-cart-actions .button:focus {
      background: #ec008c;
      font-weight: bold; }
  .cart-table thead {
    background-color: #dbdbdb;
    color: #636363; }
    .cart-table thead th {
      font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
      padding: 5px; }
  .cart-table tbody td {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cart-table span.or {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cart-table tr {
    border-color: #eee; }
  .cart-table td {
    padding: 6px 10px !important;
    border: 1px solid #eee; }
  .cart-table th {
    padding: 6px 10px !important; }
  .cart-table .program-atr dt {
    display: none; }
  .cart-table .program-atr dd {
    border: 1px solid #dbdbdb;
    height: 65px;
    width: 65px;
    line-height: 15px;
    padding: 14px 0 0; }

#co-shipping-method-form .buttons-set .button {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  background: #ec008c;
  color: #fff !important; }
  #co-shipping-method-form .buttons-set .button:active {
    background: #ec008c;
    color: #fff !important; }
    #co-shipping-method-form .buttons-set .button:active:hover {
      background: #ec008c;
      opacity: 0.7; }
  #co-shipping-method-form .buttons-set .button:hover {
    background: #ec008c;
    opacity: 0.7; }
  #co-shipping-method-form .buttons-set .button:focus {
    background: #ec008c;
    font-weight: bold; }

.footer {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .footer .button {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    background: #ec008c;
    color: #fff !important; }
    .footer .button:hover {
      background: #ec008c;
      opacity: 0.7; }
    .footer .button:active {
      background: #3e3e3f;
      color: #fff !important; }
      .footer .button:active:hover {
        background: #313132; }
    .footer .button:focus {
      background: #ec008c;
      font-weight: bold; }
  .footer button {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.breadcrumbs li {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.promo-msg {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.price-box .price-label {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.price-box .price {
  color: #ec008c; }

.item-options {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.toolbar {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  background-color: #fff; }

.pager {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

form .legend {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.data-table th {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.linearize-table tbody td[data-rwd-label]:before {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.linearize-table-large tbody td[data-rwd-label]:before {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.header-language-container {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.page-header {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.nav-primary a {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

#search {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.cart-menu .subtotal {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

h2.product-name {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  h2.product-name a:hover {
    color: #ec008c;
    opacity: 0.7; }

h3.product-name {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  h3.product-name a:hover {
    color: #ec008c;
    opacity: 0.7; }

h4.product-name {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  h4.product-name a:hover {
    color: #ec008c;
    opacity: 0.7; }

h5.product-name {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  h5.product-name a:hover {
    color: #ec008c;
    opacity: 0.7; }

p.product-name {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  p.product-name a:hover {
    color: #ec008c;
    opacity: 0.7; }

.products-grid .product-name {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  margin: auto; }
  .products-grid .product-name a {
    color: #ec008c; }
.products-grid .product-title-info {
  min-height: 100px;
  margin-bottom: 10px; }
.products-grid .ratings {
  display: block;
  width: 100%;
  margin: 0 auto; }
  .products-grid .ratings .amount {
    display: inline; }
    .products-grid .ratings .amount a {
      color: #777; }
.products-grid .product-info .actions .button {
  min-width: 100px;
  background-color: #ec008c;
  font-size: 16px;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  background-clip: padding-box; }
  .products-grid .product-info .actions .button:hover {
    opacity: 0.7; }

.products-list .product-name {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  margin: auto; }
  .products-list .product-name a {
    color: #ec008c; }
.products-list .product-title-info {
  min-height: 100px;
  margin-bottom: 10px; }
.products-list .ratings {
  display: block;
  width: 100%;
  margin: 0 auto; }
  .products-list .ratings .amount {
    display: inline; }
    .products-list .ratings .amount a {
      color: #777; }
.products-list .product-info .actions .button {
  width: 53%;
  min-width: 100px;
  background-color: #ec008c;
  font-size: 16px;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  background-clip: padding-box; }
  .products-list .product-info .actions .button:hover {
    opacity: 0.7; }

.block-layered-nav .block-subtitle--filter {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.block-layered-nav .block-content > dl > dt {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.block-layered-nav .currently .block-subtitle {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.grouped-items-table .name-wrapper {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.block-related .block-title h2 {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.shipping .form-list label {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.shipping .sp-methods label span {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.cart .cart-totals table {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.cart .giftcard label {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.cart .page-title h1 {
  margin-bottom: 13px; }

#discount-coupon-form label {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.block-progress dt {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

body.customer-account .data-table td a {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.dashboard .box-reviews li .details .ratings strong {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.dashboard .box-account p {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  font-style: normal; }
.dashboard .box-account address {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  font-style: normal; }

.order-date {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

.order-info-box .box-title h2 {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.order-info-box .box-content strong {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }

#customer-reviews .review-heading {
  border: none;
  padding-top: 0;
  margin-bottom: 17px;
  color: #ec008c;
  font-size: 36px;
  font-weight: 300; }
  #customer-reviews .review-heading .pager .count-container .limiter label {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
#customer-reviews h3 {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: bold; }
#customer-reviews .fieldset h4 {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
#customer-reviews .fieldset .form-list {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
#customer-reviews dl {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  #customer-reviews dl dd {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
    #customer-reviews dl dd .ratings-table {
      font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
    #customer-reviews dl dd .review-meta {
      font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  #customer-reviews dl dt {
    float: left;
    width: 100%; }
#customer-reviews h3.review-title {
  float: left; }
#customer-reviews .review-meta {
  clear: both;
  color: #999;
  text-transform: capitalize;
  font-size: 14px; }
#customer-reviews .ratings-table td {
  padding: 6px 0 0 30px; }
#customer-reviews .review-pros {
  font-style: italic;
  margin-top: 15px; }
#customer-reviews .review-cons {
  font-style: italic; }
#customer-reviews .form-add {
  border-top: 1px solid #e2e2e2;
  margin-top: 30px;
  padding-top: 30px;
  color: #323232; }
  #customer-reviews .form-add h2 {
    color: #ec008c;
    font-size: 24px;
    font-weight: 300; }
  #customer-reviews .form-add #nickname_field {
    width: 48%; }
  #customer-reviews .form-add #summary_field {
    width: 100%; }
  #customer-reviews .form-add #review_field {
    width: 100%; }
  #customer-reviews .form-add .ratings-form {
    margin-top: 25px; }
  #customer-reviews .form-add tbody tr.first.last {
    border-bottom: 1px dotted #e2e2e2; }
  #customer-reviews .form-add .data-table thead th {
    border: none; }
  #customer-reviews .form-add .data-table tbody td {
    border: none; }
  #customer-reviews .form-add .data-table th {
    background: none;
    padding: 0 20px 10px 0; }
  #customer-reviews .form-add .data-table td {
    padding: 0 20px 10px 0; }
  #customer-reviews .form-add td {
    text-align: center; }
  #customer-reviews .form-add #product-review-table ul {
    min-height: 130px; }
  #customer-reviews .form-add em {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
#customer-reviews .buttons-set {
  text-align: left; }
  #customer-reviews .buttons-set button {
    background-color: #ec008c;
    font-weight: bold;
    font-size: 16px;
    float: none; }
    #customer-reviews .buttons-set button:hover {
      opacity: 0.7; }

.wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.wrapper .page .main-container {
  top: 100px; }
.wrapper .page .footer-container {
  top: 100px;
  background-color: #dbd9d6; }

.logo {
  -webkit-transition: 0.15s 0.75s ease-in-out;
  -moz-transition: 0.15s 0.75s ease-in-out;
  -ms-transition: 0.15s 0.75s ease-in-out;
  -o-transition: 0.15s 0.75s ease-in-out;
  transition: 0.15s 0.75s ease-in-out; }
.active {
    background:none;
}
button.button {
  background: #ec008c;
  font-weight: bold; }

.input-text {
  border: none;
  border: 1px solid #dcdcdc; }
  .input-text:focus {
    border: none;
    border: 1px solid #dcdcdc; }

label.required:after {
  color: #ec008c;
   }

span.required:after {
  color: #ec008c;
   }

em.required {
  color: #ec008c; }

.block-account li strong {
  color: #ec008c; }
.block-account li a:hover {
  color: #ec008c; }

p.required {
  color: #ec008c; }

.validation-advice {
  color: #ec008c; }

.messages {
  margin-bottom: 0; }
  .messages li li {
    background: #fff;
    margin-bottom: 0; }
  .messages .success-msg li {
    border-left: 5px solid #86C67C;
    background-color: #d3eccf;
    text-align: center;
    font-size: 20px;
    padding: 7px 10px 7px 20px;
    -webkit-animation: fadeIn ease-in .75;
    -moz-animation: fadeIn ease-in .75;
    animation: fadeIn ease-in .75;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s; }
    .messages .success-msg li:before {
      border-left: 6px solid #86C67C; }
  .messages .error-msg li {
    border-left: 5px solid #ed1c24; }
    .messages .error-msg li:before {
      border-left: 6px solid #ed1c24; }

.r-row.bottom {
  border-top: 1px solid #cccccc;
  padding-top: 48px;
  margin-top: 50px; }
  .r-row.bottom h1 {
    color: #666666 !important; }
  .r-row.bottom h2 {
    color: #666666 !important;
    min-height: 56px; }
  .r-row.bottom h3 {
    color: #666666 !important; }
  .r-row.bottom h4 {
    color: #666666 !important; }
  .r-row.bottom h5 {
    color: #666666 !important; }
  .r-row.bottom h6 {
    color: #666666 !important; }
  .r-row.bottom .featured-image {
    height: 97px;
    width: 105px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
  .r-row.bottom .r-row.no-padding p {
    margin: 0; }

.r-row.landing-page .r-col-3 {
  position: relative; }
.r-row.landing-page img {
  margin: 0 auto; }
.r-row.landing-page h1 {
  text-transform: capitalize; }
.r-row.landing-page .grey-box {
  border: 4px solid #eaeaea;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  padding: 35px 25px; }
  .r-row.landing-page .grey-box a {
    background: #ec008c;
    font-size: 24px;
    padding: 10px 20px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    min-width: 100px;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out; }
  .r-row.landing-page .grey-box h2 {
    font-size: 28px; }

.product-name h1 {
  border-bottom: none; }
.product-name .h1 {
  border-bottom: none; }

.buttons-set {
  border-top: none; }

ul.form-list li {
  background: none !important;
  padding: 0 !important; }

li.fields {
  background: none !important;
  padding: 0 !important; }

.sidebar .block:not(.block-layered-nav) .block-title > strong {
  background-color: #fff; }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    border-left: 4px solid #ec008c; }
.sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
  border-top: 4px solid #ec008c; }

#header-account a:hover {
  color: #ec008c; }

#header-account.red-hover a:hover {
  color: #ed1c24; }

#header-account.pink-hover a:hover {
  color: #ec008c; }

#header-account.blue-hover a:hover {
  color: #25d0f4; }

.header-language-background {
  text-transform: none;
  max-height: 39px;
  overflow: hidden; }
  .header-language-background .header-language-container {
    z-index: 50;
    position: absolute;
    font-size: 10px;
    text-transform: uppercase; }
    .header-language-background .header-language-container .welcome-msg {
      color: #666;
      float: left;
      position: absolute;
      right: -90px;
      top: 50px;
      width: 300px;
      text-align: right; }
      .header-language-background .header-language-container .welcome-msg .promo-notice {
        font-weight: bold;
        opacity: .4;
        text-transform: uppercase;
        padding-right: 3px; }
      .header-language-background .header-language-container .welcome-msg p {
        display: inline; }
    .header-language-background .header-language-container .nav-links {
      float: right;
      opacity: 1;
      text-align: right;
      display: inline;
      position: relative; }
      .header-language-background .header-language-container .nav-links a {
        color: #fff;
        padding: 0 5px; }
        .header-language-background .header-language-container .nav-links a:hover {
          text-decoration: none;
          opacity: 0.7; }
      .header-language-background .header-language-container .nav-links a.skip-link.skip-account {
        float: none;
        color: #fff;
        position: inherit;
        top: inherit;
        right: inherit;
        width: auto;
        padding: 0;
        text-transform: none;
        background: none;
        line-height: inherit; }
    .header-language-background .header-language-container .form-language {
      display: inline;
      float: right;
      padding-left: 25px;
      margin-right: 0; }
      .header-language-background .header-language-container .form-language > * {
        display: inline; }
      .header-language-background .header-language-container .form-language img {
        height: 15px;
        vertical-align: middle;
        margin-bottom: 3px; }
    .header-language-background .header-language-container .single {
      padding-left: 5px;
      width: 35px; }
    .header-language-background .header-language-container .ddcommon,
    .header-language-background .header-language-container .single {
      position: absolute;
      display: -moz-inline-stack;
      zoom: 1;
      display: inline-block;
      /*display: inline;*/
      cursor: default;
      margin-left: 0;
      padding-top: 5px; }
	  .header-language-background .header-language-container .ddcommon {
	  left: -5px}
	  .ae_ar .header-language-background .header-language-container .ddcommon {
	  left: initial}
      .header-language-background .header-language-container .ddcommon ul,
      .header-language-background .header-language-container .single ul {
        padding: 0;
        margin: 0; }
        .header-language-background .header-language-container .ddcommon ul li,
        .header-language-background .header-language-container .single ul li {
          list-style-type: none; }
      .header-language-background .header-language-container .ddcommon .disabled img,
      .header-language-background .header-language-container .single .disabled img {
        opacity: .5;
        -ms-filter: "alpha(opacity=50)";
        filter: alpha(opacity=50);
        -khtml-opacity: .5;
        -moz-opacity: .5;
        color: #999999; }
      .header-language-background .header-language-container .ddcommon .disabled span,
      .header-language-background .header-language-container .single .disabled span {
        opacity: .5;
        -ms-filter: "alpha(opacity=50)";
        filter: alpha(opacity=50);
        -khtml-opacity: .5;
        -moz-opacity: .5;
        color: #999999; }
      .header-language-background .header-language-container .ddcommon .clear,
      .header-language-background .header-language-container .single .clear {
        clear: both; }
      .header-language-background .header-language-container .ddcommon .shadow,
      .header-language-background .header-language-container .single .shadow {
        -moz-box-shadow: 5px 5px 5px -5px #888888;
        -webkit-box-shadow: 5px 5px 5px -5px #888888;
        box-shadow: 5px 5px 5px -5px #888888; }
      .header-language-background .header-language-container .ddcommon input.text,
      .header-language-background .header-language-container .single input.text {
        color: #7e7e7e;
        padding: 0 0 0 0;
        position: absolute;
        background: #fff;
        display: block;
        width: 98%;
        height: 98%;
        left: 2px;
        top: 0;
        border: none; }
      .header-language-background .header-language-container .ddcommon .divider,
      .header-language-background .header-language-container .single .divider {
        width: 0;
        height: 100%;
        position: absolute; }
      .header-language-background .header-language-container .ddcommon .ddArrow,
      .header-language-background .header-language-container .single .ddArrow {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 4px; }
        .header-language-background .header-language-container .ddcommon .ddArrow:hover,
        .header-language-background .header-language-container .single .ddArrow:hover {
          background-position: 0 100%; }
      .header-language-background .header-language-container .ddcommon .ddTitle,
      .header-language-background .header-language-container .single .ddTitle {
        padding: 0;
        position: relative;
        display: inline-block;
        height: 16px; }
        .header-language-background .header-language-container .ddcommon .ddTitle .ddTitleText,
        .header-language-background .header-language-container .single .ddTitle .ddTitleText {
          display: block; }
          .header-language-background .header-language-container .ddcommon .ddTitle .ddTitleText .ddTitleText,
          .header-language-background .header-language-container .single .ddTitle .ddTitleText .ddTitleText {
            padding: 0; }
          .header-language-background .header-language-container .ddcommon .ddTitle .ddTitleText img,
          .header-language-background .header-language-container .single .ddTitle .ddTitleText img {
            position: relative;
            vertical-align: middle;
            float: left;
            height: 19px;
            
            margin-bottom: 3px; }
        .header-language-background .header-language-container .ddcommon .ddTitle .description,
        .header-language-background .header-language-container .single .ddTitle .description {
          display: block; }
      .header-language-background .header-language-container .ddcommon .ddChild,
      .header-language-background .header-language-container .single .ddChild {
        position: absolute;
        display: none;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        zoom: 1;
        z-index: 9999;
        margin-top: -5px;
        margin-left: 2px;
        min-width: 100px; }
        .header-language-background .header-language-container .ddcommon .ddChild li,
        .header-language-background .header-language-container .single .ddChild li {
          clear: both; }
          .header-language-background .header-language-container .ddcommon .ddChild li .description,
          .header-language-background .header-language-container .single .ddChild li .description {
            display: block; }
          .header-language-background .header-language-container .ddcommon .ddChild li img,
          .header-language-background .header-language-container .single .ddChild li img {
            border: 0 none;
            position: relative;
            vertical-align: middle;
            float: left; }
        .header-language-background .header-language-container .ddcommon .ddChild li.optgroup,
        .header-language-background .header-language-container .single .ddChild li.optgroup {
          padding: 0; }
          .header-language-background .header-language-container .ddcommon .ddChild li.optgroup .optgroupTitle,
          .header-language-background .header-language-container .single .ddChild li.optgroup .optgroupTitle {
            padding: 0 5px;
            font-weight: bold;
            font-style: italic; }
          .header-language-background .header-language-container .ddcommon .ddChild li.optgroup ul li,
          .header-language-background .header-language-container .single .ddChild li.optgroup ul li {
            padding: 5px 5px 5px 15px; }
      .header-language-background .header-language-container .ddcommon .noBorderTop,
      .header-language-background .header-language-container .single .noBorderTop {
        border-top: none 0 !important;
        padding: 0;
        margin: 0; }
    .header-language-background .header-language-container .ddcommon.disabledAll {
      opacity: .5;
      -ms-filter: "alpha(opacity=50)";
      filter: alpha(opacity=50);
      -khtml-opacity: .5;
      -moz-opacity: .5;
      color: #999999; }
    .header-language-background .header-language-container .ddOutOfVision {
      position: relative;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      /*display: inline;*/ }
    .header-language-background .header-language-container .borderRadius .shadow {
      -moz-box-shadow: 5px 5px 5px -5px #888888;
      -webkit-box-shadow: 5px 5px 5px -5px #888888;
      box-shadow: 5px 5px 5px -5px #888888; }
    .header-language-background .header-language-container .borderRadius .border {
      -moz-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
    .header-language-background .header-language-container .borderRadiusBtm .shadow {
      -moz-box-shadow: -5px -5px 5px -5px #888888;
      -webkit-box-shadow: -5px -5px 5px -5px #888888;
      box-shadow: -5px -5px 5px -5px #888888; }
    .header-language-background .header-language-container .borderRadiusBtm .border {
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    .header-language-background .header-language-container .borderRadiusTp .border {
      -moz-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
    .header-language-background .header-language-container img.fnone {
      float: none !important; }
    .header-language-background .header-language-container .dd {
      border: none; }
      .header-language-background .header-language-container .dd .ddArrow {
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/msdropdown/skin1/dd_arrow.gif) no-repeat; }
        .header-language-background .header-language-container .dd .ddArrow:hover {
          background-position: 0 100%; }
      .header-language-background .header-language-container .dd .ddTitle {
        color: #000;
        height: 19px; }
        .header-language-background .header-language-container .dd .ddTitle .ddTitleText {
          padding: 0px 0px 0px 5px; }
          .header-language-background .header-language-container .dd .ddTitle .ddTitleText .ddTitleText {
            padding: 0; }
          .header-language-background .header-language-container .dd .ddTitle .ddTitleText img {
            padding-right: 5px; }
        .header-language-background .header-language-container .dd .ddTitle .description {
          font-size: 12px;
          color: #666; }
      .header-language-background .header-language-container .dd .ddChild {
        border: 1px solid #c3c3c3;
        background-color: #fff;
        left: -40px; }
        .header-language-background .header-language-container .dd .ddChild li {
          padding: 5px;
          background-color: #fff;
          border-bottom: 1px solid #c3c3c3; }
          .header-language-background .header-language-container .dd .ddChild li .description {
            color: #666; }
          .header-language-background .header-language-container .dd .ddChild li .ddlabel {
            color: #333; }
          .header-language-background .header-language-container .dd .ddChild li img {
            padding: 0 6px 0 0; }
        .header-language-background .header-language-container .dd .ddChild li.hover {
          background-color: #f2f2f2; }
        .header-language-background .header-language-container .dd .ddChild li.optgroup {
          padding: 0; }
          .header-language-background .header-language-container .dd .ddChild li.optgroup .optgroupTitle {
            padding: 0 5px;
            font-weight: bold;
            font-style: italic; }
          .header-language-background .header-language-container .dd .ddChild li.optgroup ul li {
            padding: 5px 5px 5px 15px; }
        .header-language-background .header-language-container .dd .ddChild li.selected {
          background-color: #d5d5d5;
          color: #000; }
    .header-language-background .header-language-container .form-language.right.lng-flags {
      padding-left: 70px;
      right: 0; }

header a.skip-link.skip-nav {
  color: #636363; }
  header a.skip-link.skip-nav:hover .icon {
    background-position: 4px 4px; }
header .page-header-container .logo {
  min-height: 80px;
  padding-top: 0;
  max-width: 170px;
  width: 20%; }
header .page-header-container #header-nav-dt {
  border-bottom: none;
  height: 50px;
  padding: 20px 0;
  text-align: right; }
  header .page-header-container #header-nav-dt .nav-primary {
    text-transform: uppercase; }
    header .page-header-container #header-nav-dt .nav-primary a {
      font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
      font-size: 16px; }
    header .page-header-container #header-nav-dt .nav-primary li.level0 {
      margin-left: 4%; }
    header .page-header-container #header-nav-dt .nav-primary li.header-minicart {
      margin-left: 4%; }
    header .page-header-container #header-nav-dt .nav-primary .header-minicart #header-cart {
      padding: 5px; }
    header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper {
      z-index: 1050; }
      header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper .block-subtitle {
        color: #ec008c; }
      header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper span.price {
        color: #ec008c; }
      header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper .product-details .product-name {
        text-align: left;
        font-size: 20px; }
        header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper .product-details .product-name a {
          color: #ec008c; }
      header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper .product-details > a {
        display: inline;
        font-size: 14px; }
        header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper .product-details > a:last-child {
          padding-right: 71px; }
      header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper .product-image {
        border: none; }
      header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper .minicart-actions .checkout-types {
        width: 136px; }
        header .page-header-container #header-nav-dt .nav-primary .header-minicart .minicart-wrapper .minicart-actions .checkout-types a.button.checkout-button {
          font-size: 19px;
          padding: 7px 10px;
          line-height: 19px;
          background-color: #ec008c; }
  header .page-header-container #header-nav-dt a.level0 {
    padding: 0 0; }
    header .page-header-container #header-nav-dt a.level0 .count {
      color: #000; }
  header .page-header-container #header-nav-dt a.skip-cart {
    padding: 0 0; }
    header .page-header-container #header-nav-dt a.skip-cart .count {
      color: #000; }
header .page-header-container #skip-links-container {
  height: 0; }
  header .page-header-container #skip-links-container .skip-links {
    position: relative;
    top: -60px;
    left: 75%;
    border: none; }
    header .page-header-container #skip-links-container .skip-links a {
      width: 33.33333%; }
  header .page-header-container #skip-links-container .skip-link.skip-active {
    background: #fff; }
  header .page-header-container #skip-links-container .skip-content.skip-active {
    background: #fff; }
  header .page-header-container #skip-links-container #header-nav {
    position: relative;
    top: -52px;
    padding: 0; }
    header .page-header-container #skip-links-container #header-nav li a.level0 {
      border-bottom: 1px solid #cccccc;
      color: #636363; }

nav {
  z-index: 10000; }
  nav .nav-primary li a:hover {
    opacity: 0.7; }
  nav .nav-primary li a img {
    display: inline;
    padding-right: 8px;
    position: relative;
    top: 3px; }

.header-minicart img {
  display: inline;
  padding-right: 8px;
  position: relative;
  top: 3px; }

#header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 170;
  background: #fff; }
  #header-wrapper > .wp-custom-menu-popup {
    background: #fff;
    position: static;
    box-shadow: none; }
    #header-wrapper > .wp-custom-menu-popup .products-grid li {
      text-align: center;
      margin-bottom: 0px; }
      #header-wrapper > .wp-custom-menu-popup .products-grid li:nth-of-type(3n+1) h2 {
        color: #ec008c; }
      #header-wrapper > .wp-custom-menu-popup .products-grid li:nth-of-type(3n+1) .button {
        background: #ec008c; }
      #header-wrapper > .wp-custom-menu-popup .products-grid li:nth-of-type(3n+2) h2 {
        color: #25d0f4; }
      #header-wrapper > .wp-custom-menu-popup .products-grid li:nth-of-type(3n+2) .button {
        background: #25d0f4; }
      #header-wrapper > .wp-custom-menu-popup .products-grid li:nth-of-type(3n+3) h2 {
        color: #ed1c24; }
      #header-wrapper > .wp-custom-menu-popup .products-grid li:nth-of-type(3n+3) .button {
        background: #ed1c24; }
    #header-wrapper > .wp-custom-menu-popup .category-products ul.products-grid {
      max-width: 1260px;
      margin: 0 auto;
      padding: 0 30px;
      text-align: center; }
      #header-wrapper > .wp-custom-menu-popup .category-products ul.products-grid li {
        text-align: center;
        margin-bottom: 0px;
        float: none;
        display: inline-block;
        padding-bottom: 20px;
        border-bottom: none;
        width: 28%; }
        #header-wrapper > .wp-custom-menu-popup .category-products ul.products-grid li .pdt-image {
          text-align: center;
          min-height: 200px; }
          #header-wrapper > .wp-custom-menu-popup .category-products ul.products-grid li .pdt-image a img {
            margin: 0 auto; }
        #header-wrapper > .wp-custom-menu-popup .category-products ul.products-grid li .product-title-info {
          min-height: 65px;
          border-bottom: none; }
          #header-wrapper > .wp-custom-menu-popup .category-products ul.products-grid li .product-title-info a {
            line-height: 30px; }
        #header-wrapper > .wp-custom-menu-popup .category-products ul.products-grid li .custommenuactions a {
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          width: 55%;
          margin: 0 auto;
          padding: 10px; }
  #header-wrapper .main-water-line {
    position: static;
    margin-top: -20px; }

header#header {
  position: relative; }

.main-water-line {
  background-image: url("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/water-line-pink.png");
  background-repeat: no-repeat;
  background-color: transparent;
  height: 50px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: -15px;
  background-size: cover;
  z-index: 999;
  background-position: 50% 0;
  background-position-x: 50%;
  transition: none;
  pointer-events: none;
  position: fixed;
  top: 129px;
  z-index: -10; }

.nav-container {
  padding-top: 15px; }
  .nav-container #custommenu {
    margin: 0 auto;
    text-align: center; }
    .nav-container #custommenu span {
      color: black;
      padding-top: 13px;
      font-size: 16px; }
    .nav-container #custommenu .clearBoth {
      display: none; }
    .nav-container #custommenu .menu {
      display: inline-block;
      font-family: inherit;
      font-size: 14px; }
      .nav-container #custommenu .menu a {
        background-color: transparent !important;
        margin-left: 20px;
        padding: 0; }
        .nav-container #custommenu .menu a:link {
          padding-right: 0px !important; }
        .nav-container #custommenu .menu a:visited {
          padding-right: 0px !important; }
        .nav-container #custommenu .menu a:hover {
          background-color: transparent !important; }
        .nav-container #custommenu .menu a:focus {
          background-color: transparent !important; }
    .nav-container #custommenu #custommenu_nav {
      float: left; }
      .nav-container #custommenu #custommenu_nav ol {
        margin-top: 0px;
        display: inline; }
      .nav-container #custommenu #custommenu_nav li {
        font-size: 14px;
        margin-left: 20px;
        padding: 0; }
  .nav-container div.wp-custom-menu-popup {
    background: white !important; }
  .nav-container .products-list > li {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none; }
  .nav-container .products-grid {
    margin-bottom: 0px; }
    .nav-container .products-grid h2 {
      min-height: inherit;
      width: 100%;
      margin: 0 auto;
      border-bottom: none; }
      .nav-container .products-grid h2 a {
        line-height: 1.2;
        font-size: 18px;
        padding: 10px 0; }
    .nav-container .products-grid .custommenuactions {
      position: static;
      min-height: auto; }
    .nav-container .products-grid .button {
      width: 55%;
      margin: 0 auto; }
    .nav-container .products-grid .pdt-image {
      text-align: center;
      min-height: 200px; }
    .nav-container .products-grid img {
      margin: 0 auto;
      width: 100%; }
    .nav-container .products-grid li {
      text-align: center;
      margin-bottom: 0px; }
      .nav-container .products-grid li:nth-of-type(3n+1) h2 {
        color: #ec008c; }
      .nav-container .products-grid li:nth-of-type(3n+1) .button {
        background: #ec008c; }
      .nav-container .products-grid li:nth-of-type(3n+2) h2 {
        color: #25d0f4; }
      .nav-container .products-grid li:nth-of-type(3n+2) .button {
        background: #25d0f4; }
      .nav-container .products-grid li:nth-of-type(3n+3) h2 {
        color: #ed1c24; }
      .nav-container .products-grid li:nth-of-type(3n+3) .button {
        background: #ed1c24; }

.cms-index-index #header-wrapper > .wp-custom-menu-popup {
  border-bottom: 1px solid #e7e5e6; }

.main-container .r-row.bottom {
  border-top: 1px solid #cccccc;
  padding-top: 48px;
  margin-top: 50px; }

.main .breadcrumbs {
  margin-top: 0; }
  .main .breadcrumbs a:hover {
    color: #ec008c; }
.main .product-view .product-essential .product-name .h1 {
  color: #ec008c;
  font-size: 36px;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
  line-height: 36px;
  margin: 7px 0;
  font-weight: initial; }
.main .product-view .product-essential .price-box .price {
  color: #ec008c;
  font-size: 36px;  
  line-height: 36px;
  margin: 7px 0;
  font-weight: initial;
  font-family: "Montserrat-Semibold", Verdana, Arial, sans-serif; }
.main .product-view .product-essential .product-img-box {
  width: 30%; }
  .main .product-view .product-essential .product-img-box div.product-image {
    height: 290px;
    border: none; }
  .main .product-view .product-essential .product-img-box .product-image-thumbs a {
    opacity: 0.7;
    border: 1px solid #999;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out; }
    .main .product-view .product-essential .product-img-box .product-image-thumbs a:hover {
      opacity: 1; }
  .main .product-view .product-essential .product-img-box .more-views #amasty_gallery a {
    opacity: 0.7;
    border: 1px solid #999;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
    .main .product-view .product-essential .product-img-box .more-views #amasty_gallery a:hover {
      opacity: 1; }
  .main .product-view .product-essential .product-img-box .more-views #amasty_gallery a.active {
    opacity: 1; }
.main .product-view .product-essential .product-shop {
  width: 38%;
  float: left;
  margin: 0 2%; }
  .main .product-view .product-essential .product-shop .product-shop {
    width: 100%;
    float: none; }
  .main .product-view .product-essential .product-shop .product-name .h1 {
    padding-bottom: 0;
    margin-bottom: 0; }
  .main .product-view .product-essential .product-shop .extra-info {
    width: 100%;
    max-width: 100%; }
    .main .product-view .product-essential .product-shop .extra-info .ratings .rating-links {
      float: none;
      display: inline;
      line-height: 29px; }
      .main .product-view .product-essential .product-shop .extra-info .ratings .rating-links a:first-of-type {
        color: #666666; }
      .main .product-view .product-essential .product-shop .extra-info .ratings .rating-links a:last-of-type {
        color: #ec008c;
        font-family: 'Montserrat-SemiBold'; }
  .main .product-view .product-essential .product-shop ul {
    font-size: 14px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 25px; }
    .main .product-view .product-essential .product-shop ul li {
      background-image: url("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/icon_sprite.png");
      background-repeat: no-repeat;
      background-position: 0px -770px;
      padding-left: 14px;
      margin-left: 0;
      font-family: 'Montserrat-SemiBold';
      font-size: 16px; }
.main .product-view .product-essential div#next-prev-product-links {
  text-align: center;
  text-transform: uppercase; }
.main .product-view .product-essential .add-to-cart-wrapper {
  width: 28%;
  border: 4px solid #e2e2e2;
  padding-top: 10px;
  padding: 0; }
  .main .product-view .product-essential .add-to-cart-wrapper .floating-wrapper > * {
    padding-right: 30px;
    padding-left: 30px; }
  .main .product-view .product-essential .add-to-cart-wrapper .price-info {
    text-align: center;
    padding-top: 10px; }
    .main .product-view .product-essential .add-to-cart-wrapper .price-info .old-price {
      display: block; }
      .main .product-view .product-essential .add-to-cart-wrapper .price-info .old-price > * {
        color: #666;
        font-size: 18px;
        margin: 0;
        line-height: 10px; }
    .main .product-view .product-essential .add-to-cart-wrapper .price-info .special-price {
      padding-left: 0;
      margin-top: -8px; }
    .main .product-view .product-essential .add-to-cart-wrapper .price-info .price {
      margin-bottom: 0; }
    .main .product-view .product-essential .add-to-cart-wrapper .price-info .regular-price {
      margin-top: 15px;
      display: block; }
  .main .product-view .product-essential .add-to-cart-wrapper .product-shop.amconf {
    width: 100%;
    float: none; }
    .main .product-view .product-essential .add-to-cart-wrapper .product-shop.amconf .price-info {
      text-align: center;
      padding-top: 10px;
      max-width: none;
      width: 100%;
      padding-left: 0; }
  .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container {
    text-align: center; }
    .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container {
      width: 32.5%;
      float: none !important;
      display: inline-block; }
      .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container h3.amconf-image {
        background-color: #e0e0e0;
        color: #7a7a7a;
        cursor: pointer;
        font-size: 18px;
        height: 85px;
        position: relative; }
        .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container h3.amconf-image .wrapper {
          background-color: inherit;
          color: inherit;
          font-size: 36px;
          pointer-events: none;
          font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
        .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container h3.amconf-image .the-rest {
          position: relative;
          top: -20px;
          height: 85px;
          pointer-events: none;
          font-family: "Montserrat-Light", Verdana, Arial, sans-serif;
          font-size: 16px; }
        .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container h3.amconf-image .after {
          position: relative;
          width: 250%;
          margin: 0 auto;
          left: -74%;
          right: 0;
          display: none;
          margin-top: -30px;
          top: 17px; }
      .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container h3.amconf-image-selected {
        padding: 3px;
        color: #ec008c;
        border: 4px solid #ec008c;
        margin-top: -3px;
        background-color: #fff;
        height: 91px; }
        .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container h3.amconf-image-selected .after {
          display: block; }
      .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container:nth-of-type(2) {
        margin-right: 1%;
        margin-left: 1%; }
  .main .product-view .product-essential .add-to-cart-wrapper .product-options {
    border: none; }
  .main .product-view .product-essential .add-to-cart-wrapper .product-options-bottom {
    border: none;
    background-color: #fff; }
  .main .product-view .product-essential .add-to-cart-wrapper label.required {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
    font-family: "Montserrat-Light", Verdana, Arial, sans-serif;
    font-size: 16px; }
    .main .product-view .product-essential .add-to-cart-wrapper label.required:after {
      content: ""; }
  .main .product-view .product-essential .add-to-cart-wrapper span.required {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
    font-family: "Montserrat-Light", Verdana, Arial, sans-serif;
    font-size: 16px; }
    .main .product-view .product-essential .add-to-cart-wrapper span.required:after {
      content: ""; }
  .main .product-view .product-essential .add-to-cart-wrapper .add-to-cart {
    border-bottom: none; }
    .main .product-view .product-essential .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons {
      width: 100%; }
      .main .product-view .product-essential .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons .button {
        background-color: #ec008c;
        font-weight: bold;
        padding: 0;
        min-width: 100px;
        font-family: "Montserrat-Semibold", Verdana, Arial, sans-serif;
        font-size: 16px; }
        .main .product-view .product-essential .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons .button > span:before {
          content: "+ ";
          font-size: 37px;
          line-height: 16px;
          top: 8px;
          font-weight: normal;
          position: relative; }
      .main .product-view .product-essential .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons:hover {
        opacity: 0.7; }
  .main .product-view .product-essential .add-to-cart-wrapper .add-to-links {
    display: none; }
  .main .product-view .product-essential .add-to-cart-wrapper .sharing-links {
    display: none; }
  .main .product-view .product-essential .add-to-cart-wrapper #delivery-notice {
    padding: 0; }
    .main .product-view .product-essential .add-to-cart-wrapper #delivery-notice p {
      background-color: #e2e2e2;
      color: #666666;
      padding: 10px 0;
      text-align: center; }
      .main .product-view .product-essential .add-to-cart-wrapper #delivery-notice p:before {
        content: " ";
        padding: 9px 19px;
        background: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/icon_sprite.png);
        background-position: 0px -896px; }
.main .product-view .product-collateral.accordion-open > dl > dt.current:after {
  border-left: 4px solid transparent;
  border-top: 4px solid #ec008c; }
.main .product-view .product-collateral ul.toggle-tabs {
  border: none;
  border-bottom: 2px solid #cacaca;
  background-color: #fff;
  color: #666666; }
  .main .product-view .product-collateral ul.toggle-tabs li {
    max-width: 150px;
    text-align: center; }
    .main .product-view .product-collateral ul.toggle-tabs li span {
      line-height: 21px; }
    .main .product-view .product-collateral ul.toggle-tabs li:hover span {
      color: #ec008c; }
    .main .product-view .product-collateral ul.toggle-tabs li > span {
      padding: 0 15px; }
  .main .product-view .product-collateral ul.toggle-tabs li.current {
    border: none;
    border-bottom: 6px solid #ec008c;
    margin-bottom: -2px; }
    .main .product-view .product-collateral ul.toggle-tabs li.current span {
      color: #ec008c;
      font-weight: bold; }
.main .product-view .product-collateral > dl > dd {
  padding: 15px 25px; }
.main .product-view .product-collateral > dl > dt {
  background-color: #fff; }
  .main .product-view .product-collateral > dl > dt:hover {
    color: #ec008c; }
  .main .product-view .product-collateral > dl > dt:after {
    border-left: 4px solid #ec008c; }
.main .product-view .product-collateral .collateral-tabs {
  background-color: #fff; }
  .main .product-view .product-collateral .collateral-tabs .tab-content {
    padding-top: 20px;
    overflow: auto; }
    .main .product-view .product-collateral .collateral-tabs .tab-content h2 {
      display: block;
      color: #ec008c; }
    .main .product-view .product-collateral .collateral-tabs .tab-content h1 {
      color: #ec008c; }
    .main .product-view .product-collateral .collateral-tabs .tab-content h3 {
      color: #ec008c; }
    .main .product-view .product-collateral .collateral-tabs .tab-content h4 {
      color: #ec008c;
      font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
      font-size: 15px;
      font-weight: normal;
      padding-top: 11px; }
    .main .product-view .product-collateral .collateral-tabs .tab-content h5 {
      color: #ec008c; }
    .main .product-view .product-collateral .collateral-tabs .tab-content h6 {
      color: #ec008c; }
    .main .product-view .product-collateral .collateral-tabs .tab-content hr {
      border: 1px solid #d1d1d1; }
    .main .product-view .product-collateral .collateral-tabs .tab-content thead {
      border: 1px solid #d1d1d1; }
    .main .product-view .product-collateral .collateral-tabs .tab-content td {
      padding: 5px 5px; }
    .main .product-view .product-collateral .collateral-tabs .tab-content #programs-tab div {
      clear: both;
      margin-bottom: 50px;
      min-height: 120px; }
      .main .product-view .product-collateral .collateral-tabs .tab-content #programs-tab div h3:first-of-type {
        font-weight: normal;
        color: #ec008c;
        display: block;
        float: left;
        border: 2px solid #b7b7b7;
        padding: 8px 16px;
        margin-right: 20px;
        text-align: center;
        max-height: 100px;
        max-width: 100px;
        background: -moz-linear-gradient(-45deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(239, 239, 239, 0.8)), color-stop(9%, rgba(246, 246, 246, 0.8)), color-stop(20%, rgba(255, 255, 255, 0.55)), color-stop(30%, rgba(255, 255, 255, 0.33)), color-stop(40%, rgba(239, 239, 239, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(60%, rgba(255, 255, 255, 0.1)), color-stop(70%, rgba(239, 239, 239, 0.1)), color-stop(75%, rgba(255, 255, 255, 0.25)), color-stop(80%, rgba(255, 255, 255, 0.4)), color-stop(100%, white));
        background: -webkit-linear-gradient(-45deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
        background: -o-linear-gradient(-45deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
        background: -ms-linear-gradient(-45deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
        background: linear-gradient(135deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
        border-image: linear-gradient(#b7b7b7, #ebebeb) 25% stretch; }
        .main .product-view .product-collateral .collateral-tabs .tab-content #programs-tab div h3:first-of-type span {
          display: block; }
        .main .product-view .product-collateral .collateral-tabs .tab-content #programs-tab div h3:first-of-type span.after {
          content: " ";
          position: relative;
          top: 18px;
          left: -4px;
          color: #888888;
          font-size: 16px; }
      .main .product-view .product-collateral .collateral-tabs .tab-content #programs-tab div h4 {
        margin-left: 120px;
        color: #ec008c; }
      .main .product-view .product-collateral .collateral-tabs .tab-content #programs-tab div p {
        margin-left: 120px;
        padding-bottom: 10px; }
.main .cart .cart-table thead th {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.main .cart .cart-table tbody td {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.main .cart .checkout-types .btn-proceed-checkout {
  background-color: #ec008c;
  font-weight: bold;
  font-size: 16px; }
  .main .cart .checkout-types .btn-proceed-checkout span {
    line-height: 26px; }
  .main .cart .checkout-types .btn-proceed-checkout:hover {
    opacity: 0.7; }
.main .cart .page-title {
  border-bottom: none; }
.main .cart #shopping-cart-table {
  float: none;
  width: 100%; }
  .main .cart #shopping-cart-table thead span:first-of-type {
    padding-left: 10px; }
  .main .cart #shopping-cart-table td {
    vertical-align: middle; }
  .main .cart #shopping-cart-table tbody tr td {
    font-weight: bold;
    color: #3e3e3f; }
    .main .cart #shopping-cart-table tbody tr td .product-name a {
      color: #3e3e3f; }
    .main .cart #shopping-cart-table tbody tr td:first-of-type {
      width: 13%; }
  .main .cart #shopping-cart-table tbody .product-cart-info h2.product-name {
    max-width: 66%; }
  .main .cart #shopping-cart-table tbody .product-cart-actions .qty {
    border: 1px solid #d2d2d2;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #3e3e3f; }
  .main .cart #shopping-cart-table tfoot tr {
    padding-top: 20px;
    border-bottom: none; }
    .main .cart #shopping-cart-table tfoot tr td {
      padding-left: 0; }
.main .cart .button2 {
  background-color: #3e3e3f;
  padding: 5px 20px;
  margin-right: 20px;
  margin-top: 15px; }
  .main .cart .button2:hover {
    opacity: .7; }
  .main .cart .button2 span {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700; }
.main .cart .cart-collaterals {
  padding-left: 0; }
  .main .cart .cart-collaterals .wrapper {
    float: left;
    padding-left: 0;
    width: 31%;
    margin-right: 3%; }
    .main .cart .cart-collaterals .wrapper:last-of-type {
      margin-right: 0; }
    .main .cart .cart-collaterals .wrapper .cart-forms {
      padding-left: 0; }
  .main .cart .cart-collaterals h2 {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #bbb;
    color: #323232;
    font-weight: 400;
    text-align: left; }
  .main .cart .cart-collaterals #discount-coupon-form h2 {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #bbb;
    color: #323232;
    font-weight: 400;
    text-align: left; }
  .main .cart .cart-collaterals .shipping {
    background-color: #fff;
    border: none;
    padding: 0;
    color: #777;
    font-size: 14px; }
    .main .cart .cart-collaterals .shipping li {
      width: 100%;
      float: none;
      margin-top: 0; }
      .main .cart .cart-collaterals .shipping li select {
        background-color: #fff; }
    .main .cart .cart-collaterals .shipping p {
      margin-bottom: 10px; }
    .main .cart .cart-collaterals .shipping h2 {
      margin-bottom: 9px; }
    .main .cart .cart-collaterals .shipping .buttons-set {
      text-align: left; }
    .main .cart .cart-collaterals .shipping .shipping-desc {
      display: block; }
    .main .cart .cart-collaterals .shipping button.button2 {
      margin-top: 11px !important; }
    .main .cart .cart-collaterals .shipping .form-list label {
      color: #777;
      font-size: 14px; }
    .main .cart .cart-collaterals .shipping #co-shipping-method-form .sp-methods dt {
      font-weight: 400; }
    .main .cart .cart-collaterals .shipping #co-shipping-method-form .sp-methods dd label {
      background-color: #fff;
      border: none;
      padding-left: 25px;
      font-family: "Source Sans Pro", Helvetica Neue, Helvetica, arial, sans-serif;
      font-style: normal; }
    .main .cart .cart-collaterals .shipping #co-shipping-method-form .sp-methods dd input.radio {
      margin-left: 0; }
    .main .cart .cart-collaterals .shipping #co-shipping-method-form .buttons-set .button {
      padding: 10px 5px;
      font-size: 14px;
      font-weight: 700;
      background-color: #3e3e3f; }
  .main .cart .cart-collaterals .cart-forms .discount {
    background-color: #fff;
    border: none;
    padding: 0;
    color: #777;
    font-size: 14px; }
    .main .cart .cart-collaterals .cart-forms .discount li {
      width: 100%;
      float: none;
      margin-top: 0; }
      .main .cart .cart-collaterals .cart-forms .discount li select {
        background-color: #fff; }
    .main .cart .cart-collaterals .cart-forms .discount p {
      margin-bottom: 10px; }
  .main .cart .cart-collaterals .cart-totals {
    background-color: #fff;
    border: none;
    padding: 0;
    color: #777;
    font-size: 14px; }
    .main .cart .cart-collaterals .cart-totals li {
      width: 100%;
      float: none;
      margin-top: 0; }
      .main .cart .cart-collaterals .cart-totals li select {
        background-color: #fff; }
    .main .cart .cart-collaterals .cart-totals p {
      margin-bottom: 10px; }
    .main .cart .cart-collaterals .cart-totals table tbody {
      border: none; }
      .main .cart .cart-collaterals .cart-totals table tbody tr td.a-right {
        font-family: "Source Sans Pro", Helvetica Neue, Helvetica, arial, sans-serif;
        font-weight: 700;
        font-size: 14px; }
        .main .cart .cart-collaterals .cart-totals table tbody tr td.a-right:first-of-type {
          text-align: left; }
    .main .cart .cart-collaterals .cart-totals table tfoot {
      border: none; }
      .main .cart .cart-collaterals .cart-totals table tfoot tr td.a-right {
        font-family: "Source Sans Pro", Helvetica Neue, Helvetica, arial, sans-serif;
        font-weight: 700;
        font-size: 14px; }
        .main .cart .cart-collaterals .cart-totals table tfoot tr td.a-right:first-of-type {
          text-align: left; }
      .main .cart .cart-collaterals .cart-totals table tfoot td {
        padding: 0; }
        .main .cart .cart-collaterals .cart-totals table tfoot td strong {
          font-size: 18px;
          font-weight: 700; }
    .main .cart .cart-collaterals .cart-totals .checkout-types {
      width: 100%; }
      .main .cart .cart-collaterals .cart-totals .checkout-types .btn-proceed-checkout {
        background-color: #ec008c;
        font-weight: 700;
        width: 100%; }
  .main .cart .cart-collaterals .discounts #discount-coupon-form .button-wrapper > button {
    float: none; }
  .main .cart .cart-collaterals .discounts #discount-coupon-form .cart .giftcard .button-wrapper > button {
    float: none; }
  .main .cart .cart-collaterals .discounts #discount-coupon-form .cart .giftcard label {
    float: none; }
  .main .cart .cart-collaterals .discounts #discount-coupon-form label {
    float: none;
    width: 100%; }
  .main .cart .cart-collaterals .discounts #discount-coupon-form input {
    display: block; }
  .main .cart .cart-collaterals .discounts #discount-coupon-form button.button2 {
    margin-top: 21px !important; }
  .main .cart .cart-collaterals .discounts #discount-coupon-form input#coupon_code {
    margin-top: 0 !important; }

.an-subscribe button span {
  background: none;
  border-color: none; }

.cms-page-view .std h2 {
  color: #ec008c;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.cms-page-view .std h3 {
  font-style: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cms-page-view .std h3 a {
    color: #ec008c; }
.cms-page-view .std h4 {
  font-style: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cms-page-view .std h4 a {
    color: #ec008c; }
.cms-page-view .std h5 {
  font-style: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cms-page-view .std h5 a {
    color: #ec008c; }
.cms-page-view .std h6 {
  font-style: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cms-page-view .std h6 a {
    color: #ec008c; }
.cms-page-view .std p {
  font-family: "Montserrat-Light", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal; }
  .cms-page-view .std p a {
    color: #ec008c; }
.cms-page-view .std li {
  font-family: "Montserrat-Light", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal; }
  .cms-page-view .std li a {
    color: #ec008c; }
.cms-page-view .std blockquote p {
  font-style: italic; }

.cms-no-route .std h1 {
  color: #ec008c;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.cms-no-route .std h2 {
  color: #ec008c;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
.cms-no-route .std h3 {
  font-style: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cms-no-route .std h3 a {
    color: #ec008c; }
.cms-no-route .std h4 {
  font-style: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cms-no-route .std h4 a {
    color: #ec008c; }
.cms-no-route .std h5 {
  font-style: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cms-no-route .std h5 a {
    color: #ec008c; }
.cms-no-route .std h6 {
  font-style: normal;
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
  .cms-no-route .std h6 a {
    color: #ec008c; }
.cms-no-route .std p {
  font-family: "Montserrat-Light", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal; }
  .cms-no-route .std p a {
    color: #ec008c; }
.cms-no-route .std li {
  font-family: "Montserrat-Light", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal; }
  .cms-no-route .std li a {
    color: #ec008c; }
.cms-no-route .std blockquote p {
  font-style: italic; }

.product-image {
  border: none; }

.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  border: none; }
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  background-color: #ec008c;
  opacity: .5; }

.product-view .product-shop .product-name .h1 {
  color: #ec008c; }
.product-view .product-img-box .product-name h1 {
  color: #ec008c; }

#product-attribute-specs-table {
  border: none; }
  #product-attribute-specs-table th {
    background: none;
    border: none;
    padding: 5px 0 0 0;
    border-bottom: none; }
  #product-attribute-specs-table tbody td {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    padding-bottom: 35px;
    border-bottom: none; }
  #product-attribute-specs-table tfoot td {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    padding-bottom: 35px;
    border-bottom: none; }

#product-review-table thead {
  border: none; }

.name-wrapper {
  float: left;
  width: 350px; }
  .name-wrapper input {
    width: 99% !important; }

.location-wrapper {
  float: left;
  width: 350px; }
  .location-wrapper input {
    width: 99% !important; }

.affiliateplus-refer li {
  float: left;
  width: 18px;
  height: 18px;
  padding: 0px !important;
  background: none !important;
  overflow: hidden; }

.summary-wrapper {
  float: left;
  width: 100%; }

.review-detail {
  float: left;
  width: 100%; }

.ratings-form {
  float: left;
  width: 100%; }

body.onestepcheckout-index-index .order-information ol li.shipping-method {
  background-color: #fff; }
body.onestepcheckout-index-index .one-step-checkout .address-information .billing_address {
  background-color: #fff; }
body.onestepcheckout-index-index .one-step-checkout .address-information .shipping_address {
  background-color: #fff; }
body.onestepcheckout-index-index .order-review-section {
  background-color: #fff; }
body.onestepcheckout-index-index .address-information ul li.shipping_other_address {
  background-color: #fff; }
body.onestepcheckout-index-index .address-information ul li.create_account {
  background-color: #fff; }
body.onestepcheckout-index-index .data-table th {
  background-color: #fff; }
body.onestepcheckout-index-index .data-table tbody td {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
body.onestepcheckout-index-index .data-table tfoot td {
  font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
body.onestepcheckout-index-index tbody {
  background-color: #fff; }
body.onestepcheckout-index-index .onestepcheckout-review-info {
  background-color: #fff; }
  body.onestepcheckout-index-index .onestepcheckout-review-info #checkout-review-table-wrapper {
    overflow: auto; }
body.onestepcheckout-index-index .sp-methods dt {
  font-weight: normal; }
body.onestepcheckout-index-index #one-step-checkout-form label {
  font-weight: normal; }
body.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table tbody th {
  border-bottom: none !important; }
body.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table tbody td {
  border-bottom: none !important; }
body.onestepcheckout-index-index #one-step-checkout-form input.radio {
  float: left;
  margin: 4px 4px 4px 0; }
body.onestepcheckout-index-index .item-options dt {
  font-style: normal; }
body.onestepcheckout-index-index .onestepcheckout-place {
  background: pink; }
body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepaydirectpro"] {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/Payment-logos.jpg");
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: auto auto;
  display: inline-block;
  width: 90%;
  min-height: 25px; }
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepaydirectpro"] .method_sagepaydirectpro {
    font-size: 12px;
    padding-left: 50%; }
body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepayserver"] {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/Payment-logos.jpg");
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: auto auto;
  display: inline-block;
  width: 90%;
  min-height: 25px; }
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepayserver"] .method_sagepaydirectpro {
    font-size: 12px;
    padding-left: 50%; }
body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepayform"] {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/Payment-logos.jpg");
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: auto auto;
  display: inline-block;
  width: 90%;
  min-height: 25px; }
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepayform"] .method_sagepaydirectpro {
    font-size: 12px;
    padding-left: 50%; }
body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_paypal_standard"] {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/debit-master.png) no-repeat 25% 10%;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: auto auto;
  display: inline-block; }
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_paypal_standard"] p.method_paypal_standard a {
    margin: 0%; }
body.onestepcheckout-index-index .modal.sagepaymodal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -225px !important;
  margin-top: -300px !important;
  max-height: 600px !important; }
  body.onestepcheckout-index-index .modal.sagepaymodal #direct3d-logos {
    min-height: 120px;
    display: none; }
body.onestepcheckout-index-index input.input-text {
  padding: 0 8px !important; }
body.onestepcheckout-index-index select {
  padding: 0 8px !important; }

body.is-blog .col-left.sidebar {
  width: 20%; }
  body.is-blog .col-left.sidebar .wp-sidebar .block-title {
    border-top: none;
    border-bottom: 1px solid #bbbbbb; }
    body.is-blog .col-left.sidebar .wp-sidebar .block-title strong {
      font-size: 18px;
      color: #323232; }
  body.is-blog .col-left.sidebar .wp-sidebar .block-content li a {
    color: #333; }
body.is-blog .by-author {
  color: #ec008c;
  text-transform: capitalize; }
body.is-blog .post-date.when {
  font-style: normal;
  margin-bottom: 20px; }
body.is-blog p {
  color: #444;
  font-size: 14px; }
body.is-blog .img[class*="align"] {
  border: none;
  padding: 10px 0px; }
body.is-blog img[class*="wp-image-"] {
  border: none;
  padding: 10px 0px; }
body.is-blog .gallery .gallery-icon img {
  border: none;
  padding: 10px 0px; }
body.is-blog p.post-meta.details {
  display: none; }
body.is-blog [class*="addthis_button"] span {
  border-radius: 3px; }
body.is-blog #comments h2 {
  margin-top: 30px;
  color: #ec008c; }
  body.is-blog #comments h2:hover {
    text-decoration: none;
    opacity: 0.7; }
body.is-blog #comments .comment-entry {
  margin-bottom: 20px; }
body.is-blog #comments div.comment-meta.comment-date.by a {
  color: #444; }
body.is-blog #comments div.comment-meta.comment-date.by a.comment-url {
  color: #ec008c;
  text-transform: capitalize; }
body.is-blog #comments div.comment-meta.comment-date.by span.comment-url {
  color: #ec008c;
  text-transform: capitalize; }
body.is-blog #comments .reply {
  margin-bottom: 5px; }
  body.is-blog #comments .reply a {
    color: #ec008c; }
  body.is-blog #comments .reply span {
    color: #ec008c; }
body.is-blog #comments label {
  color: #444; }
body.is-blog #comments form .legend {
  padding-top: 0px; }
body.is-blog .col-main {
  width: 80%; }
  body.is-blog .col-main .post-title {
    top: -4px;
    position: relative;
    color: #333; }
    body.is-blog .col-main .post-title .post-cat {
      margin-bottom: 10px; }
      body.is-blog .col-main .post-title .post-cat a {
        font-size: 18px;
        color: #333; }
    body.is-blog .col-main .post-title h1 {
      font-size: 36px;
      color: #ec008c;
      border-bottom: none;
      line-height: 33px;
      margin-bottom: 3px; }
  body.is-blog .col-main .blog-title {
    top: -4px;
    position: relative;
    color: #333; }
    body.is-blog .col-main .blog-title .post-cat {
      margin-bottom: 10px; }
      body.is-blog .col-main .blog-title .post-cat a {
        font-size: 18px;
        color: #333; }
    body.is-blog .col-main .blog-title h1 {
      font-size: 36px;
      color: #ec008c;
      border-bottom: none;
      line-height: 33px; }
  body.is-blog .col-main .page-title {
    top: -4px;
    position: relative;
    color: #333; }
    body.is-blog .col-main .page-title .post-cat {
      margin-bottom: 10px; }
      body.is-blog .col-main .page-title .post-cat a {
        font-size: 18px;
        color: #333; }
    body.is-blog .col-main .page-title h1 {
      font-size: 36px;
      color: #ec008c;
      border-bottom: none;
      line-height: 33px; }
  body.is-blog .col-main #post-list > li {
    width: 32%;
    float: left;
    border: 1px solid #d9d9d9;
    margin-right: 2%;
    padding: 14px;
    min-height: 520px; }
    body.is-blog .col-main #post-list > li h2.post-title {
      max-height: 80px;
      overflow: hidden; }
    body.is-blog .col-main #post-list > li:nth-child(3n+3) {
      margin-right: 0; }
    body.is-blog .col-main #post-list > li .post-entry {
      margin-bottom: 0; }
      body.is-blog .col-main #post-list > li .post-entry .featured-image {
        width: 100%;
        height: 180px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #d9d9d9;
        margin-bottom: 15px; }
      body.is-blog .col-main #post-list > li .post-entry h2 {
        line-height: 18px;
        margin-bottom: 5px; }
        body.is-blog .col-main #post-list > li .post-entry h2 a {
          font-size: 18px;
          color: #ec008c; }
      body.is-blog .col-main #post-list > li .post-entry p.post-date {
        font-size: 12px;
        color: #444444;
        font-style: normal; }
      body.is-blog .col-main #post-list > li .post-entry p:nth-of-type(2) {
        margin-bottom: 0; }
      body.is-blog .col-main #post-list > li .post-entry p.read-more a {
        color: #ec008c;
        font-style: italic; }
  body.is-blog .col-main #post-list:after {
    content: " ";
    clear: both; }
  body.is-blog .col-main div.pager.pager-no-toolbar {
    width: 100%; }
    body.is-blog .col-main div.pager.pager-no-toolbar .amount strong {
      font-weight: normal; }

ul#dcsns-filter li {
  background: none; }
  ul#dcsns-filter li a {
    min-height: 28px; }

#social-stream li {
  background: none;
  padding-left: 0;
  border: 1px solid #e2e2e2;
  box-shadow: none; }

body.faq-index-index .science-block {
  margin-top: -170px;
  padding-top: 170px;
  padding-bottom: 50px; }
body.faq-index-index .label.important {
  background-color: transparent; }
body.faq-index-index .r-row {
  padding-top: 0; }
body.faq-index-index div.page-title {
  width: 75%;
  float: right;
  margin-top: 0;
  padding: 0 5px; }
  body.faq-index-index div.page-title h2 {
    font-size: 36px;
    color: #ec008c;
    border-bottom: none; }
  body.faq-index-index div.page-title:after {
    content: " ";
    clear: both; }
body.faq-index-index .floating-side-nav {
  position: relative; }
  body.faq-index-index .floating-side-nav ul {
    padding-bottom: 20px; }
    body.faq-index-index .floating-side-nav ul li {
      color: #6c6b6b;
      background-image: none;
      padding-left: 0;
      background-position: initial;
      background: none;
      list-style: none;
      margin-left: -10px; }
      body.faq-index-index .floating-side-nav ul li a {
        height: 40px;
        color: #666666;
        border-right: 2px solid #d8d8d8;
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        padding-right: 5px; }
      body.faq-index-index .floating-side-nav ul li:hover {
        color: #ec008c;
        opacity: 1; }
        body.faq-index-index .floating-side-nav ul li:hover a {
          color: #ec008c;
          opacity: 1; }
    body.faq-index-index .floating-side-nav ul li.active-li {
      color: #ec008c; }
      body.faq-index-index .floating-side-nav ul li.active-li a {
        border-color: #ec008c;
        border-width: 3px;
        color: #ec008c; }
body.faq-index-index .faq-container .faq-listdata-table {
  margin-bottom: 0;
  border: none; }
  body.faq-index-index .faq-container .faq-listdata-table tr.faq-question td {
    border-left: none;
    padding: 10px 0;
    font-size: 16px; }
  body.faq-index-index .faq-container .faq-listdata-table tr.faq-answer td {
    padding: 10px 28px;
    color: #333333;
    font-size: 14px; }

.cms-science .science-block {
  margin-top: -170px;
  padding-top: 170px;
  padding-bottom: 50px; }
.cms-science .label.important {
  background-color: transparent; }
.cms-science .r-row {
  padding-top: 0; }
.cms-science div.page-title {
  width: 75%;
  float: right;
  margin-top: 0;
  padding: 0 5px; }
  .cms-science div.page-title h2 {
    font-size: 36px;
    color: #ec008c;
    border-bottom: none; }
  .cms-science div.page-title:after {
    content: " ";
    clear: both; }
.cms-science .floating-side-nav {
  position: relative; }
  .cms-science .floating-side-nav ul {
    padding-bottom: 20px; }
    .cms-science .floating-side-nav ul li {
      color: #6c6b6b;
      background-image: none;
      padding-left: 0;
      background-position: initial;
      background: none;
      list-style: none;
      margin-left: -10px; }
      .cms-science .floating-side-nav ul li a {
        height: 40px;
        color: #666666;
        border-right: 2px solid #d8d8d8;
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        padding-right: 5px; }
      .cms-science .floating-side-nav ul li:hover {
        color: #ec008c;
        opacity: 1; }
        .cms-science .floating-side-nav ul li:hover a {
          color: #ec008c;
          opacity: 1; }
    .cms-science .floating-side-nav ul li.active-li {
      color: #ec008c; }
      .cms-science .floating-side-nav ul li.active-li a {
        border-color: #ec008c;
        border-width: 3px;
        color: #ec008c; }
.cms-science .faq-container .faq-listdata-table {
  margin-bottom: 0;
  border: none; }
  .cms-science .faq-container .faq-listdata-table tr.faq-question td {
    color: #ec008c;
    border-left: none;
    padding: 10px 0;
    font-size: 16px; }
  .cms-science .faq-container .faq-listdata-table tr.faq-answer td {
    padding: 10px 28px;
    color: #333333;
    font-size: 14px; }

.science-page .science-block {
  margin-top: -170px;
  padding-top: 170px;
  padding-bottom: 50px; }
.science-page .label.important {
  background-color: transparent; }
.science-page .r-row {
  padding-top: 0; }
.science-page div.page-title {
  width: 75%;
  float: right;
  margin-top: 0;
  padding: 0 5px; }
  .science-page div.page-title h2 {
    font-size: 36px;
    color: #ec008c;
    border-bottom: none; }
  .science-page div.page-title:after {
    content: " ";
    clear: both; }
.science-page .floating-side-nav {
  position: relative; }
  .science-page .floating-side-nav ul {
    padding-bottom: 20px; }
    .science-page .floating-side-nav ul li {
      color: #6c6b6b;
      background-image: none;
      padding-left: 0;
      background-position: initial;
      background: none;
      list-style: none;
      margin-left: -10px; }
      .science-page .floating-side-nav ul li a {
        height: 40px;
        color: #666666;
        border-right: 2px solid #d8d8d8;
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        padding-right: 5px; }
      .science-page .floating-side-nav ul li:hover {
        color: #ec008c;
        opacity: 1; }
        .science-page .floating-side-nav ul li:hover a {
          color: #ec008c;
          opacity: 1; }
    .science-page .floating-side-nav ul li.active-li {
      color: #ec008c; }
      .science-page .floating-side-nav ul li.active-li a {
        border-color: #ec008c;
        border-width: 3px;
        color: #ec008c; }
.science-page .faq-container .faq-listdata-table {
  margin-bottom: 0;
  border: none; }
  .science-page .faq-container .faq-listdata-table tr.faq-question td {
    color: #ec008c;
    border-left: none;
    padding: 10px 0;
    font-size: 16px; }
  .science-page .faq-container .faq-listdata-table tr.faq-answer td {
    padding: 10px 28px;
    color: #333333;
    font-size: 14px; }

.footer-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  background: #fff; }
  .footer-container a {
    color: #77777a; }
    .footer-container a:hover {
      color: #000; }
      .footer-container a:hover li {
        color: #000; }
  .footer-container h1 {
    color: #000; }
  .footer-container h2 {
    color: #000; }
  .footer-container h3 {
    color: #000; }
  .footer-container h4 {
    color: #000; }
  .footer-container h5 {
    color: #000; }
  .footer-container h6 {
    color: #000; }
  .footer-container .footer {
    border: none; }
  .footer-container .footer.top {
    font-size: 12px;
    text-align: center; }
    .footer-container .footer.top .r-row {
      border-top: 1px solid #979797;
      padding-top: 20px; }
    .footer-container .footer.top p {
      font-size: 10px;
      font-family: Montserrat-SemiBold;
      color: #77777a; }
    .footer-container .footer.top h1 {
      font-size: 14px;
      font-weight: bold; }
    .footer-container .footer.top .social-icons {
      padding-top: 20px;
      padding-bottom: 20px; }
    .footer-container .footer.top img {
      display: inline;
      padding-right: 15px;
      position: relative;
      height: 21px; }
    .footer-container .footer.top .block-subscribe {
      width: 100%; }
      .footer-container .footer.top .block-subscribe .block-title {
        display: none; }
      .footer-container .footer.top .block-subscribe .input-box {
        border: none; }
        .footer-container .footer.top .block-subscribe .input-box input {
          background-color: #e2e2e2;
          border-right: 1px solid #dcdcdc; }
      .footer-container .footer.top .block-subscribe .actions {
        float: left; }
        .footer-container .footer.top .block-subscribe .actions .button {
          margin-top: 0; }
  .footer-container .footer.bottom {
    font-size: 12px;
    color: #666666;
    min-height: 65px;
    padding: 0;
    border-top: none; }
    .footer-container .footer.bottom address {
      border-top: none;
      text-align: right;
      margin: 0;
      padding: 0;
      font-size: 10px;
      color: inherit; }
    .footer-container .footer.bottom .paymentlogos {
      text-align: center; }
      .footer-container .footer.bottom .paymentlogos img {
        height: 21px;
        display: inline;
        padding-right: 10px;
        position: relative; }
      .footer-container .footer.bottom .paymentlogos img.ae {
        top: 1px; }
      .footer-container .footer.bottom .paymentlogos img.mastercard {
        top: 1px; }
      .footer-container .footer.bottom .paymentlogos img.paypal {
        top: 1px; }
    .footer-container .footer.bottom .block-title {
      display: none; }

body.cms-home .col-main > .std > p {
  margin: 0; }
body.cms-home .slide3-display {
  display: none; }
body.cms-home .slide2-display {
  display: none; }
body.cms-home .slide3-display-immediate-transition {
  display: none; }
body.cms-home .slide2-display-immediate-transition {
  display: none; }
body.cms-home [class*='slide3-display'] h1 {
  color: #ed1c24; }
body.cms-home [class*='slide3-display'] h2 {
  color: #ed1c24; }
body.cms-home [class*='slide3-display'] h3 {
  color: #ed1c24; }
body.cms-home [class*='slide3-display'] h4 {
  color: #ed1c24; }
body.cms-home [class*='slide3-display'] h5 {
  color: #ed1c24; }
body.cms-home [class*='slide3-display'] h6 {
  color: #ed1c24; }
body.cms-home [class*='slide3-display'] .button {
  background-color: #ed1c24; }
body.cms-home [class*='slide1-display'] h1 {
  color: #ec008c; }
body.cms-home [class*='slide1-display'] h2 {
  color: #ec008c; }
body.cms-home [class*='slide1-display'] h3 {
  color: #ec008c; }
body.cms-home [class*='slide1-display'] h4 {
  color: #ec008c; }
body.cms-home [class*='slide1-display'] h5 {
  color: #ec008c; }
body.cms-home [class*='slide1-display'] h6 {
  color: #ec008c; }
body.cms-home [class*='slide1-display'] .button {
  background-color: #ec008c; }
body.cms-home [class*='slide2-display'] h1 {
  color: #25d0f4; }
body.cms-home [class*='slide2-display'] h2 {
  color: #25d0f4; }
body.cms-home [class*='slide2-display'] h3 {
  color: #25d0f4; }
body.cms-home [class*='slide2-display'] h4 {
  color: #25d0f4; }
body.cms-home [class*='slide2-display'] h5 {
  color: #25d0f4; }
body.cms-home [class*='slide2-display'] h6 {
  color: #25d0f4; }
body.cms-home [class*='slide2-display'] .button {
  background-color: #25d0f4; }
body.cms-home .main-water-line {
  display: none; }
body.cms-home .main-container {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  body.cms-home .main-container #limited-offer {
    background-color: #fefcfd;
    border-bottom: 1px solid #d7d1d1;
    position: relative; }
    body.cms-home .main-container #limited-offer .border {
      width: 100%;
      height: 0px; }
    body.cms-home .main-container #limited-offer .r-row {
      height: 110px;
      overflow: hidden; }
      body.cms-home .main-container #limited-offer .r-row img:first-of-type {
        float: left;
        padding-right: 70px; }
      body.cms-home .main-container #limited-offer .r-row h1 {
        color: #ed1c24;
        font-size: 28px; }
      body.cms-home .main-container #limited-offer .r-row h2 {
        color: #ed1c24;
        font-size: 28px; }
      body.cms-home .main-container #limited-offer .r-row h3 {
        color: #ed1c24;
        font-size: 28px; }
      body.cms-home .main-container #limited-offer .r-row h4 {
        color: #ed1c24;
        font-size: 28px; }
      body.cms-home .main-container #limited-offer .r-row h5 {
        color: #ed1c24;
        font-size: 28px; }
      body.cms-home .main-container #limited-offer .r-row h6 {
        color: #ed1c24;
        font-size: 28px; }
      body.cms-home .main-container #limited-offer .r-row p {
        font-size: 20px;
        color: #666666;
        margin-bottom: 0;
        margin-right: 50px; }
      body.cms-home .main-container #limited-offer .r-row #close-offer-btn {
        position: absolute;
        z-index: 150;
        top: 10px;
        right: 20px;
        cursor: pointer;
        margin-right: 10px;
        color: #ed1c24;
        opacity: .6; }
        body.cms-home .main-container #limited-offer .r-row #close-offer-btn .x-symbol {
          font-size: 17px;
          top: 1px;
          position: relative; }
        body.cms-home .main-container #limited-offer .r-row #close-offer-btn .close-copy {
          text-transform: uppercase;
          padding-left: 3px; }
        body.cms-home .main-container #limited-offer .r-row #close-offer-btn:hover {
          opacity: .4; }
  body.cms-home .main-container #hp-top-banner {
    overflow: hidden;
    position: relative;
    width: 100%; }
    body.cms-home .main-container #hp-top-banner .background {
      height: 600px;
      width: 100%;
      position: absolute; }
    body.cms-home .main-container #hp-top-banner .background.slide3-display {
      background-attachment: fixed;
      background-origin: initial;
      background-clip: initial;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 35% 100px; }
    body.cms-home .main-container #hp-top-banner .background.slide1-display {
      background-attachment: fixed;
      background-origin: initial;
      background-clip: initial;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 35% 100px; }
    body.cms-home .main-container #hp-top-banner .background.slide2-display {
      background-attachment: fixed;
      background-origin: initial;
      background-clip: initial;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 35% 100px; }
    body.cms-home .main-container #hp-top-banner .r-row {
      height: 600px; }
      body.cms-home .main-container #hp-top-banner .r-row .left-col img {
        position: absolute;
        min-width: 420px;
        width: 100%; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls {
        text-align: right;
        margin-bottom: 35px;
        margin-top: 20px;
        padding-right: 20px; }
        body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls > * {
          display: inline-block;
          width: 30px;
          height: 30px;
          vertical-align: middle;
          cursor: pointer;
          -webkit-transition: all 0.75s ease-in-out;
          -moz-transition: all 0.75s ease-in-out;
          -ms-transition: all 0.75s ease-in-out;
          -o-transition: all 0.75s ease-in-out;
          transition: all 0.75s ease-in-out; }
        body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .left-arrow {
          margin-right: 12px;
          font-size: 33px;
          vertical-align: text-bottom;
          color: #ec008c;
          text-align: left;
          -webkit-transition: all 0.75s ease-in-out;
          -moz-transition: all 0.75s ease-in-out;
          -ms-transition: all 0.75s ease-in-out;
          -o-transition: all 0.75s ease-in-out;
          transition: all 0.75s ease-in-out; }
        body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-1 {
          background-position: 0px 0px;
          height: 50px;
          width: 50px;
          border: 1px solid #d6cdce;
          border-radius: 100px;
          margin-right: 24px;
          opacity: .5; }
          body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-1 a.tooltip {
            position: absolute;
            width: 85px;
            color: #fff;
            background: #ed1c24;
            height: 27px;
            line-height: 27px;
            text-align: center;
            border-radius: 4px;
            top: 80px;
            right: 212px;
            margin-top: 4px;
            display: none;
            text-transform: uppercase; }
          body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-1 .tip {
            position: absolute;
            width: 0;
            height: 0;
            border-bottom: 8px solid #ed1c24;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            top: 76px;
            right: 247px;
            display: none; }
        body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-2 {
          background-position: 120px 0px;
          position: relative;
          height: 60px;
          width: 60px;
          margin-right: 24px;
          border-radius: 100px;
          border: 2px solid #ec008c; }
          body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-2 .overlay {
            border-radius: 100px;
            z-index: 1;
            position: absolute;
            height: 57px;
            width: 57px;
            background-color: rgba(236, 0, 140, 0.5);
            right: 0;
            color: #fff;
            text-align: center;
            line-height: 55px;
            text-transform: uppercase;
            -webkit-transition: all 0.75s ease-in-out;
            -moz-transition: all 0.75s ease-in-out;
            -ms-transition: all 0.75s ease-in-out;
            -o-transition: all 0.75s ease-in-out;
            transition: all 0.75s ease-in-out; }
            body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-2 .overlay:hover {
              opacity: 0; }
          body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-2 a.tooltip {
            position: absolute;
            width: 85px;
            color: #fff;
            background: #ec008c;
            height: 27px;
            line-height: 27px;
            text-align: center;
            border-radius: 4px;
            top: 65px;
            right: -15px;
            margin-top: 4px;
            text-transform: uppercase;
            display: none; }
          body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-2 .tip {
            position: absolute;
            width: 0;
            height: 0;
            border-bottom: 8px solid #ec008c;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            top: 61px;
            right: 19px;
            display: none; }
        body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 {
          background: url("http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/hp-slider-sprite1.png");
          background-position: -100px 0px;
          height: 50px;
          width: 50px;
          border: 1px solid #d6cdce;
          border-radius: 100px;
          margin-right: 12px;
          opacity: .5; }
          body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 a.tooltip {
            position: absolute;
            width: 85px;
            color: #fff;
            background: #25d0f4;
            height: 27px;
            line-height: 27px;
            text-align: center;
            border-radius: 4px;
            top: 80px;
            right: 47px;
            margin-top: 4px;
            display: none;
            text-transform: uppercase; }
          body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 .tip {
            position: absolute;
            width: 0;
            height: 0;
            border-bottom: 8px solid #25d0f4;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            top: 76px;
            right: 82px;
            display: none; }
        body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .red-hover:hover {
          border-color: #ed1c24; }
        body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .pink-hover:hover {
          border-color: #ec008c; }
        body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .blue-hover:hover {
          border-color: #25d0f4; }
        body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .right-arrow {
          font-size: 33px;
          vertical-align: text-bottom;
          color: #ec008c;
          text-align: right;
          -webkit-transition: all 0.75s ease-in-out;
          -moz-transition: all 0.75s ease-in-out;
          -ms-transition: all 0.75s ease-in-out;
          -o-transition: all 0.75s ease-in-out;
          transition: all 0.75s ease-in-out; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col h1 {
        font-size: 55px;
        text-transform: none;
        line-height: 54px; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col h2 {
        font-size: 55px;
        text-transform: none;
        line-height: 54px; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col h3 {
        font-size: 55px;
        text-transform: none;
        line-height: 54px; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col h4 {
        font-size: 55px;
        text-transform: none;
        line-height: 54px; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col h5 {
        font-size: 55px;
        text-transform: none;
        line-height: 54px; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col h6 {
        font-size: 55px;
        text-transform: none;
        line-height: 54px; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col p:first-of-type {
        font-size: 24px;
        padding-top: 7px;
        line-height: 30px;
        margin-bottom: 17px; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col p:nth-of-type(2) {
        font-size: 16px;
        padding-bottom: 20px; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col p > a {
        background: #ec008c;
        font-size: 24px;
        padding: 10px 20px;
        line-height: 19px;
        color: #fff;
        text-transform: uppercase;
        min-width: 100px;
        -webkit-transition: all 0.75s ease-in-out;
        -moz-transition: all 0.75s ease-in-out;
        -ms-transition: all 0.75s ease-in-out;
        -o-transition: all 0.75s ease-in-out;
        transition: all 0.75s ease-in-out; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col .slide3-display {
        position: absolute; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col .slide2-display {
        position: absolute; }
      body.cms-home .main-container #hp-top-banner .r-row .right-col .slide1-display {
        position: absolute; }
  body.cms-home .main-container .hp-water-line.pure-wl,
  body.cms-home .main-container .hp-water-line.forte-wl,
  body.cms-home .main-container .hp-water-line.active-wl {
    border-top: solid 1px #ccc;
    height: 50px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: -15px;
    background-size: cover;
    z-index: 999;
    background-position: 50% 0;
    background-position-x: 50%;
    transition: none;
    pointer-events: none; }
  body.cms-home .main-container #hp-bottom-banner {
    min-height: 450px;
    margin-top: 40px; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .left img {
      width: 100%;
      max-width: 280px; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .center {
      padding-bottom: 85px; }
      body.cms-home .main-container #hp-bottom-banner .r-row.top .center h1 {
        font-size: 36px; }
      body.cms-home .main-container #hp-bottom-banner .r-row.top .center h2 {
        font-size: 36px; }
      body.cms-home .main-container #hp-bottom-banner .r-row.top .center h3 {
        font-size: 36px; }
      body.cms-home .main-container #hp-bottom-banner .r-row.top .center h4 {
        font-size: 36px; }
      body.cms-home .main-container #hp-bottom-banner .r-row.top .center h5 {
        font-size: 36px; }
      body.cms-home .main-container #hp-bottom-banner .r-row.top .center h6 {
        font-size: 36px; }
      body.cms-home .main-container #hp-bottom-banner .r-row.top .center p {
        font-size: 18px; }
      body.cms-home .main-container #hp-bottom-banner .r-row.top .center a {
        font-size: 16px;
        margin-top: 20px;
        background-color: #fff;
        color: #ec008c;
        border: 1px solid #ec008c;
        border-radius: 4px;
        padding: 7px 15px;
        text-transform: uppercase; }
      body.cms-home .main-container #hp-bottom-banner .r-row.top .center ul {
        font-size: 14px;
        list-style-type: none;
        padding: 0;
        margin: 0;
        padding-bottom: 25px; }
        body.cms-home .main-container #hp-bottom-banner .r-row.top .center ul li {
          background-image: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/icon_sprite.png);
          background-repeat: no-repeat;
          background-position: 0 -770px;
          padding-left: 14px;
          margin-left: 0; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .right .case-study-pic {
      background-position: -3px -337px;
      height: 126px;
      width: 126px;
      border-radius: 76px;
      margin: auto;
      margin-top: -54px;
      margin-bottom: 35px; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .right h1 {
      font-family: Georgia, serif;
      font-style: italic;
      font-size: 36px;
      text-transform: none;
      font-weight: 400; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .right h2 {
      font-family: Georgia, serif;
      font-style: italic;
      font-size: 36px;
      text-transform: none;
      font-weight: 400; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .right h3 {
      font-family: Georgia, serif;
      font-style: italic;
      font-size: 36px;
      text-transform: none;
      font-weight: 400; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .right h4 {
      font-family: Georgia, serif;
      font-style: italic;
      font-size: 36px;
      text-transform: none;
      font-weight: 400; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .right h5 {
      font-family: Georgia, serif;
      font-style: italic;
      font-size: 36px;
      text-transform: none;
      font-weight: 400; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .right h6 {
      font-family: Georgia, serif;
      font-style: italic;
      font-size: 36px;
      text-transform: none;
      font-weight: 400; }
    body.cms-home .main-container #hp-bottom-banner .r-row.top .right a {
      color: #ec008c; }

body.contacts-index-index .wrapper .page .col1-layout .main .col-main .page-title h1 {
  color: #ec008c; }

.checkout-cart-index #vitamin {
  display: none; }
.checkout-cart-index .footer-small-print {
  display: none; }

.onestepcheckout-index-index #vitamin {
  display: none; }
.onestepcheckout-index-index .footer-small-print {
  display: none; }

.cf:before {
  content: "";
  display: table; }
.cf:after {
  content: "";
  display: table;
  clear: both; }

.reduced-visibilty .page-header:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }
.reduced-visibilty .footer {
  padding-top: 10px; }
.reduced-visibilty #header {
  min-height: 0;
  height: auto;
  padding: 0; }
.reduced-visibilty #header-wrapper {
  position: static;
  margin-bottom: 10px; }
.reduced-visibilty .wrapper .page .main-container {
  top: auto;
  position: static;
  padding-top: 51px; }
.reduced-visibilty .wrapper .page .footer-container {
  top: auto;
  position: static; }
.reduced-visibilty .reduced-visibilty #skip-links-container {
  display: none; }
.reduced-visibilty .page-title h1 {
  font-size: 32px; }
.reduced-visibilty .logo {
  margin: 0px 0 22px !important;
  padding: 0 !important;
  width: 160px !important; }
  .reduced-visibilty .logo .small {
    display: none !important; }
  .reduced-visibilty .logo .large {
    display: block;
    float: left;
    width: 100%;
    max-height: none !important; }

.onestepcheckout-newsletter:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.cart-continue-shopping {
  background-color: #dbdbdb;
  padding: 5px 15px;
  border: 0;
  font-size: 0.95em; }

.cart-coupon-btn {
  background-color: #dbdbdb;
  padding: 5px 15px;
  border: 0;
  font-size: 0.95em; }

.cart-coupon-btn.cancel-coupon {
  margin-left: 4px; }

.cart-right {
  float: right;
  width: 66%; }

.cart-discounts {
  float: left;
  color: #77777a; }
  .cart-discounts h4 {
    color: inherit; }

.cart-cross-sells {
  float: left; }

.cart-summary {
  float: right;
  min-width: 20%;
  max-width: 46%; }
  .cart-summary table {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px; }
    .cart-summary table tfoot {
      font-weight: 700;
      text-transform: uppercase; }
    .cart-summary table th {
      border-bottom: 0; }
    .cart-summary table td {
      border: 1px solid #eee;
      padding: 6px; }
      .cart-summary table td:first-child {
        min-width: 120px;
        padding-right: 34px;
        text-align: left; }
  .cart-summary tfoot td {
    font-size: 115%;
    padding-top: 10px; }
  .cart-summary .checkout-types {
    float: none; }
  .cart-summary .btn-proceed-checkout {
    width: 100%; }
    .cart-summary .btn-proceed-checkout .fa-caret-right {
      margin-left: 6px;
      font-size: 1.1em; }

.button-update-wrapper {
  display: block;
  text-align: center; }

.button-update {
  background-color: transparent;
  border: 0;
  color: #77777a;
  display: inline-block;
  font-size: 0.9em;
  margin-top: 4px; }
  .button-update .fa-refresh {
    margin-right: 1px;
    font-size: 90%; }

#payment_method_step_header {
  display: none; }

#shipping_method_step_header {
  display: none; }

#billing_step_header {
  display: none; }

.one-step-checkout-col {
  float: left;
  width: 31.6666%;
  margin-right: 2.5%; }

.one-step-checkout-col.three {
  margin-right: 0; }

.one-step-checkout-block {
  border: 1px solid #eee; }
  .one-step-checkout-block h3 {
    background-color: #dbdbdb;
    color: #636363;
    text-align: left;
    padding: 4px 15px; }
  .one-step-checkout-block input[type="checkbox"] {
    float: left;
    margin: 3px 5px 0 0; }

.one-step-checkout-block-inner {
  padding: 0 14px 14px; }

.one-step-checkout-block.delivery {
  margin-bottom: 20px; }

.onestepcheckout-login-link a {
  color: #ec008c; }
  .onestepcheckout-login-link a span {
    background-color: #ec008c !important; }

.one-step-checkout p.subtitle {
  font-size: 1em; }

#onestepcheckout-button-place-order {
  border: 0 none;
  display: block;
  float: none;
  padding: 10px 0;
  width: 100%;
  background-color: #ec008c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px; }
  #onestepcheckout-button-place-order .fa-caret-right {
    margin-left: 6px;
    font-size: 1.1em; }

#one-step-checkout-form label {
  margin-bottom: 0; }

.two-fields {
  float: left;
  margin-bottom: 8px;
  width: 48%; }

.two-fields.last {
  float: right; }

.billing_address .group-select ul li {
  clear: both;
  margin-bottom: 6px; }

.onestepcheckout-payment-methods dt:last-child {
  margin-top: 6px; }
.onestepcheckout-payment-methods .form-list {
  padding-left: 6%; }
  .onestepcheckout-payment-methods .form-list li {
    margin-bottom: 8px; }
    .onestepcheckout-payment-methods .form-list li .input-box {
      padding-top: 0; }

#payment_form_paypal_standard .form-alt {
  font-size: .9em;
  color: #888;
  margin-top: 6px; }

.cvv-what-is-this {
  font-size: 12px; }

.checkout-review-load tfoot {
  border-top: 1px solid #eee; }

.onestepcheckout-popup-wrapper h1 {
  background: #EC008E url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/onestepcheckout/login_title.png) no-repeat scroll left center;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  text-indent: 85px;
  text-transform: uppercase;
  width: 100%; }

#onestepcheckout-forgot-password-link {
  color: #EC008E; }

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto; }
  .cd-container::after {
    content: '';
    display: table;
    clear: both; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(236, 0, 140, 0.8) url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  opacity: .5; }

.fancybox-outer {
  background-color: #fff; }

.fancybox-wrap {
  background-color: #e0e3e0; }

a.fancybox-close {
  background-position-y: 0px; }

.promo-modal {
  width: 860px; }
  .promo-modal input.input-text {
    width: 100%; }
  .promo-modal button.button {
    width: 100%;
    position: relative;
    background-color: #ec008c;
    margin-top: 1em; }
    .promo-modal button.button .fa {
      position: absolute;
      right: 15px;
      top: 6px;
      font-size: 22px; }
  .promo-modal .field-left {
    width: 49%;
    float: left;
    clear: left; }
  .promo-modal .field-right {
    width: 49%;
    float: right; }
  .promo-modal select {
    border: 0;
    margin: 0; }

.promo-modal-title {
  background: #ec008c;
  text-align: center; }
  .promo-modal-title h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 8px;
    text-transform: initial; }

.promo-modal-left {
  float: left;
  padding: 20px 36px;
  width: 65%;
  margin-top: 1em;
  width: 35%;
  border-right: 2px solid #a6a5a5; }
  .promo-modal-left h3 {
    margin: -1em 0 1em;
    font-weight: 500;
    text-align: center;
    text-transform: none; }

.promo-modal-right {
  float: left;
  padding: 20px 36px;
  width: 65%;
  margin-top: 1em; }
  .promo-modal-right h3 {
    margin: -1em 0 1em;
    font-weight: 500;
    text-align: center;
    text-transform: none; }

.promo-modal-content .forgot-password {
  text-align: right; }
  .promo-modal-content .forgot-password a {
    color: #999; }
.promo-modal-content .error-message {
  color: red;
  margin: .5em 0; }

.dob-day {
  width: 30%;
  float: left; }

.dob-month {
  width: 30%; }

.dob-year {
  width: 30%;
  float: right; }

#dob-label {
  font-size: 15px;
  margin-left: 10px;
  color: #666666; }

#gender {
  padding: 5px; }

.newsletter-section {
  background-color: #ddd;
  padding: 2px 6px;
  border: 0; }
  .newsletter-section label {
    vertical-align: text-bottom; }
  .newsletter-section .checkbox {
    margin-left: 10px; }
  .newsletter-section #newsletter {
    top: 5px;
    width: 20px;
    height: 21px;
    background: #fcfff4;
    position: relative; }

#newsletter input[type=checkbox]:checked + label:after {
  opacity: 1;
  vertical-align: super; }

.promo-landing .r-row {
  padding-top: 0;
  padding-bottom: 0; }

.promo-index-index .main-container.col1-layout {
  max-width: none;
  padding: 0 0 30px; }

.promo-landing-hero {
  background: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/promo/promo-bg.png) no-repeat;
  background-size: cover; }
  .promo-landing-hero .left {
    float: left;
    width: 45%;
    text-align: right; }
    .promo-landing-hero .left img {
      display: inline-block;
      max-width: 420px;
      width: 100%;
      vertical-align: bottom; }
  .promo-landing-hero .right {
    float: right;
    width: 55%;
    padding: 5em 0 0 1em; }
  .promo-landing-hero h3 {
    color: #ec008c !important;
    font-size: 45px;
    font-weight: 500;
    text-transform: initial;
    margin-bottom: 0; }

.promo-landing-summary {
  text-align: center; }
  .promo-landing-summary .promo-banner {
    background-color: #e3147f;
    height: 134px;
    text-align: center;
    padding-top: 30px; }
  .promo-landing-summary h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: -13px 30px 26px;
    text-transform: none; }
    .promo-landing-summary h2 span {
      color: #e4187f;
      font-weight: bold; }
  .promo-landing-summary small {
    font-size: 12px;
    display: block;
    margin-top: 3em; }
  .promo-landing-summary .button.promo-cart {
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 3em;
    padding-right: 3em;
    position: relative;
    font-size: 14px; }
    .promo-landing-summary .button.promo-cart .fa {
      position: absolute;
      right: 15px;
      top: 6px;
      font-size: 20px; }

.promo-pack {
  margin-top: -100px;
  text-align: center; }
  .promo-pack .pack-img {
    display: inline-block;
    max-width: 600px;
    width: 100%; }

.promo-pack-inner {
  position: relative;
  display: inline-block; }

.sale-circle {
  left: -24px;
  position: absolute;
  top: -44px;
  width: 90px; }

@media screen and (max-width: 979px) {
  .r-row.landing-page .grey-box a {
    font-size: 16px; }

  .header-language-background .header-language-container .nav-links {
    float: none; }

  #header-account.skip-active {
    top: 0;
    right: 0; }

  body.is-blog .col-main #post-list > li {
    width: 49%;
    margin-right: 2%;
    min-height: 520px; }
    body.is-blog .col-main #post-list > li:nth-child(2n+2) {
      margin-right: 0; }
    body.is-blog .col-main #post-list > li:nth-child(3n+3) {
      margin-right: 2%; }

  .footer-container .footer.bottom {
    line-height: 13px; }
    .footer-container .footer.bottom address {
      text-align: center; }
    .footer-container .footer.bottom .r-col-2:last-of-type {
      text-align: center; }

  body.cms-home .main-container #hp-top-banner .background.slide3-display {
    background-position: 18% 65px;
    background-size: auto; }
  body.cms-home .main-container #hp-top-banner .background.slide1-display {
    background-position: 18% 65px;
    background-size: auto; }
  body.cms-home .main-container #hp-top-banner .background.slide2-display {
    background-position: 18% 65px;
    background-size: auto; }
  body.cms-home .main-container #hp-top-banner .r-row .left-col img {
    top: 45px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h1 {
    font-size: 45px;
    line-height: 45px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h2 {
    font-size: 45px;
    line-height: 45px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h3 {
    font-size: 45px;
    line-height: 45px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h4 {
    font-size: 45px;
    line-height: 45px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h5 {
    font-size: 45px;
    line-height: 45px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h6 {
    font-size: 45px;
    line-height: 45px; } }
@media screen and (max-width: 769px) {
  .header-language-background {
    padding: 0 10px; }
    .header-language-background .header-language-container .welcome-msg {
      text-align: center;
      float: none; }

  header .page-header-container .logo {
    float: none;
    width: inherit; }
    header .page-header-container .logo .small {
      margin: auto;
      position: relative;
      left: -10px; }

  #header-account.skip-active {
    top: 140px;
    border: solid 1px #cccccc; }
    #header-account.skip-active li a {
      border-bottom: none; }

  .wrapper .page .main-container {
    top: 104px; }
  .wrapper .page .footer-container {
    top: 104px; }

  header#header {
    min-height: 85px; }

  .main-water-line {
    background-position: 30% 0;
    background-position-x: 30%;
    top: 90px; }

  .main .product-view .product-essential .product-img-box {
    width: 100%; }
  .main .product-view .product-essential .product-shop {
    width: 100%; }
  .main .product-view .product-essential .add-to-cart-wrapper {
    width: 100%; }
  .main .cart .cart-collaterals .wrapper {
    float: none;
    width: 75%;
    min-width: 300px;
    margin-left: 0;
    margin-bottom: 60px; }

  body.is-blog .col-left.sidebar {
    width: 100%; }
  body.is-blog .col-main {
    width: 100%; }

  body.faq-index-index div.page-title {
    width: 100%;
    float: none; }
  body.faq-index-index .floating-side-nav ul li a {
    border-right: none;
    border-left: 2px solid #d8d8d8;
    padding-left: 15px; }

  .cms-science div.page-title {
    width: 100%;
    float: none; }
  .cms-science .floating-side-nav ul li a {
    border-right: none;
    border-left: 2px solid #d8d8d8;
    padding-left: 15px; }

  .science-page div.page-title {
    width: 100%;
    float: none; }
  .science-page .floating-side-nav ul li a {
    border-right: none;
    border-left: 2px solid #d8d8d8;
    padding-left: 15px; }

  .footer-container .footer.top .input-box {
    margin-top: 0; }
  .footer-container .footer.top .block-subscribe {
    width: 320px; }
  .footer-container .footer.top .social-icons {
    text-align: center;
    margin: 20px 0px;
    padding: 20px 0;
    border-top: solid 1px #555559;
    border-bottom: solid 1px #555559; }
  .footer-container .footer.top .r-row {
    border-top: none; }
    .footer-container .footer.top .r-row .r-col-6 {
      min-height: 160px; }

  body.cms-home .main-container #limited-offer .r-row {
    padding: 10px 10px; }
    body.cms-home .main-container #limited-offer .r-row img:first-of-type {
      display: none; }
    body.cms-home .main-container #limited-offer .r-row h1 {
      display: none; }
    body.cms-home .main-container #limited-offer .r-row h2 {
      display: none; }
    body.cms-home .main-container #limited-offer .r-row h3 {
      display: none; }
    body.cms-home .main-container #limited-offer .r-row h4 {
      display: none; }
    body.cms-home .main-container #limited-offer .r-row h5 {
      display: none; }
    body.cms-home .main-container #limited-offer .r-row h6 {
      display: none; }
    body.cms-home .main-container #limited-offer .r-row #close-offer-btn .close-copy {
      display: none; }
  body.cms-home .main-container #hp-top-banner .background.slide3-display {
    background-position: 10% 30px;
    background-size: auto; }
  body.cms-home .main-container #hp-top-banner .background.slide1-display {
    background-position: 10% 30px;
    background-size: auto; }
  body.cms-home .main-container #hp-top-banner .background.slide2-display {
    background-position: 10% 30px;
    background-size: auto; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-1 a.tooltip {
      right: 0;
      left: 29px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-1 .tip {
      right: 0;
      left: 63px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 a.tooltip {
      right: 0;
      left: 190px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 .tip {
      right: 0;
      left: 225px; }
  body.cms-home .main-container .hp-water-line.forte-wl {
    background-position: 30% 0;
    background-position-x: 30%; }
  body.cms-home .main-container .hp-water-line.pure-wl {
    background-position: 30% 0;
    background-position-x: 30%; }
  body.cms-home .main-container .hp-water-line.active-wl {
    background-position: 30% 0;
    background-position-x: 30%; } }
@media screen and (max-width: 599px) {
  body.cms-page-view .main img {
    float: none !important;
    text-align: center;
    min-width: 65%; }
  body.cms-page-view .main table {
    display: block;
    width: 100% !important; }
  body.cms-page-view .main thead {
    display: block;
    width: 100% !important; }
  body.cms-page-view .main tbody {
    display: block;
    width: 100% !important; }
  body.cms-page-view .main th {
    display: block;
    width: 100% !important; }
  body.cms-page-view .main td {
    display: block;
    width: 100% !important; }
  body.cms-page-view .main tr {
    display: block;
    width: 100% !important; }

  #header-account.skip-active {
    top: 140px;
    left: 1px; }

  .main .cart .checkout-types.top {
    width: 70%; }

  body.is-blog .col-main #post-list > li {
    width: 100%;
    float: none;
    min-height: 200px; }

  #social-stream .stream li img {
    min-width: 100%; }
  #social-stream .stream li img.icon {
    min-width: inherit; }

  body.cms-home .main-container #hp-top-banner .r-row .right-col h1 {
    font-size: 35px;
    line-height: 35px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h2 {
    font-size: 35px;
    line-height: 35px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h3 {
    font-size: 35px;
    line-height: 35px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h4 {
    font-size: 35px;
    line-height: 35px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h5 {
    font-size: 35px;
    line-height: 35px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col h6 {
    font-size: 35px;
    line-height: 35px; } }
@media only screen and (max-width: 770px) {
  .header-language-background {
    display: block; } }
@media screen and (min-width: 769px) and (max-width: 1050px) {
  header .page-header-container .logo {
    min-height: 70px;
    padding-top: 0;
    max-width: 100%;
    width: 100%; }
    header .page-header-container .logo img {
      width: auto;
      max-height: 50px; } }
@media only screen and (max-width: 1024px) and (min-width: 1000px) {
  #header-nav {
    left: 150px;
    display: block;
    position: absolute;
    top: 0; }

  header .page-header-container .logo img {
    max-height: 70px; } }
@media screen and (max-width: 1050px) {
  header .page-header-container #header-nav-dt #nav {
    clear: both;
    text-align: center; }

  .nav-container #custommenu {
    top: -8px; }
    .nav-container #custommenu .menu {
      float: none;
      display: inline; }
      .nav-container #custommenu .menu #menu-button:after {
        content: "";
        display: initial; }
      .nav-container #custommenu .menu .parentMenu:after {
        content: "";
        display: initial; }
    .nav-container #custommenu #custommenu_nav {
      float: none;
      display: inline; }

  .products-grid .product-name {
    font-size: 18px; }

  .products-list .product-name {
    font-size: 18px; }

  body.cms-home .main-container #limited-offer .r-row h1 {
    font-size: 22px; }
  body.cms-home .main-container #limited-offer .r-row h2 {
    font-size: 22px; }
  body.cms-home .main-container #limited-offer .r-row h3 {
    font-size: 22px; }
  body.cms-home .main-container #limited-offer .r-row h4 {
    font-size: 22px; }
  body.cms-home .main-container #limited-offer .r-row h5 {
    font-size: 22px; }
  body.cms-home .main-container #limited-offer .r-row h6 {
    font-size: 22px; } }
@media screen and (max-width: 1199px) {
  header .page-header-container #header-nav-dt .nav-primary li.level0 {
    margin-left: 11px; }
  header .page-header-container #header-nav-dt .nav-primary li.header-minicart {
    margin-left: 11px; }

  .main .product-view .product-essential .product-img-box .more-views #amasty_gallery a {
    margin-bottom: 10px; } }
@media screen and (min-width: 769px) and (max-width: 979px) {
  header .page-header-container #header-nav-dt .nav-primary li.level0 > a > span > img {
    display: none; }
  header .page-header-container #header-nav-dt .nav-primary li.level0 > a > img {
    display: none; }
  header .page-header-container #header-nav-dt .nav-primary li.header-minicart > a > span > img {
    display: none; }
  header .page-header-container #header-nav-dt .nav-primary li.header-minicart > a > img {
    display: none; }

  .nav-container #custommenu .menu a {
    margin-left: 12px; }
  .nav-container #custommenu #custommenu_nav li {
    margin-left: 12px; }

  .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container h3.amconf-image .wrapper {
    font-size: 22px;
    line-height: 50px; }
  .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container h3.amconf-image .the-rest {
    font-size: 14px; }
  .main .product-view .product-essential .add-to-cart-wrapper .amconf-images-container .amconf-image-container h3.amconf-image .after {
    font-size: 14px; }

  body.cms-home .main-container #limited-offer .r-row {
    padding: 10px 38px; } }
@media screen and (max-width: 730px) {
  header .page-header-container #skip-links-container .skip-links {
    max-width: 110px; }
    header .page-header-container #skip-links-container .skip-links a {
      width: 100%; } }
@media screen and (max-width: 500px) {
  .footer-container .footer.top .footer #newsletter {
    width: 100%; }
  .footer-container .footer.top .block-subscribe {
    width: 100%; }

  header .page-header-container #skip-links-container .skip-links {
    max-width: 110px;
    left: 67%; }

  .promo-modal-left {
    float: none;
    width: auto;
    border-right: none; }

  .promo-modal-right {
    float: none;
    width: auto; } }
@media only screen and (min-width: 771px) {
  #header-wrapper {
    height: 84px; }

  .wrapper .page .main-container {
    top: 87px;
    padding-top: 0; }

  header .page-header-container .header-language-container {
    position: absolute;
    top: 25px;
    right: 92px;
    color: #fff; }
  header .page-header-container #skip-links-container #header-nav {
    position: absolute;
    top: 0px;
    padding: 0;
    right: 0;
    left: initial;
    border: none;
    color: black;
    padding-top: 13px;
    font-size: 16px;
    margin-left: 45px; }
    header .page-header-container #skip-links-container #header-nav li a.level0 {
      border: none !important; } }
@media only screen and (max-width: 770px) {
  .header-language-background .header-language-container .dd .ddTitle .ddTitleText,
  .header-language-background .header-language-container .dd .ddTitle .ddTitleText:hover {
    color: #666 !important; }

  header .page-header-container .header-language-container {
    position: absolute;
    top: 0px;
    right: 10%; } }
@media screen and (max-height: 736px) and (max-width: 736px) {
  #header-wrapper {
    position: relative;
    margin-bottom: -104px; }

  .main-water-line {
    position: static; }

  body.cms-home .main-container #hp-top-banner .background.slide3-display {
    display: none !important; }
  body.cms-home .main-container #hp-top-banner .background.slide1-display {
    display: none !important; }
  body.cms-home .main-container #hp-top-banner .background.slide2-display {
    display: none !important; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls {
    margin-bottom: 10px;
    margin-top: 10px; }
  body.cms-home .main-container #hp-bottom-banner {
    margin-top: 0px; } }
@media screen and (min-width: 1050px) {
  .nav-container {
    float: right; }
    .nav-container #custommenu .wp-custom-menu-popup {
      width: 131%;
      margin-left: -31%; }

  body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls {
    margin-right: 60px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-1 a.tooltip {
      right: 280px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-1 .tip {
      right: 312px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 a.tooltip {
      right: 112px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 .tip {
      right: 145px; } }
@media screen and (min-width: 1199px) {
  .nav-container #custommenu .menu a {
    margin-left: 45px; }
  .nav-container #custommenu #custommenu_nav li {
    margin-left: 45px; }

  .main .product-view .product-collateral ul.toggle-tabs {
    width: 68%; }
  .main .product-view .product-collateral dl#collateral-tabs {
    width: 68%; }

  body.cms-home .main-container #limited-offer .r-row #close-offer-btn {
    position: relative;
    top: -75px; }
  body.cms-home .main-container #hp-top-banner .r-row .left-col img {
    top: -48px; }
  body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls {
    margin-right: 100px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-1 a.tooltip {
      right: 311px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-1 .tip {
      right: 345px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 a.tooltip {
      right: 146px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 .tip {
      right: 181px; } }
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .nav-container #custommenu .menu a {
    margin-left: 30px; }
  .nav-container #custommenu #custommenu_nav li {
    margin-left: 30px; } }
@media screen and (min-width: 1050px) and (max-width: 1100px) {
  .nav-container #custommenu .menu a {
    margin-left: 20px; }
  .nav-container #custommenu #custommenu_nav li {
    margin-left: 20px; } }
@media screen and (min-width: 979px) and (max-width: 1050px) {
  .nav-container #custommenu .menu a {
    margin-left: 15px; }
  .nav-container #custommenu #custommenu_nav li {
    margin-left: 15px; } }
@media screen and (min-width: 819px) {
  .products-grid .ratings {
    display: inline; }
    .products-grid .ratings .rating-box {
      margin: 0;
      float: left;
      margin-left: 30%;
      display: inline;
      margin-right: 5px; }
    .products-grid .ratings .amount {
      float: left;
      bottom: 8px;
      position: relative; }
      .products-grid .ratings .amount a {
        color: #777; }

  .products-list .ratings {
    display: inline; }
    .products-list .ratings .rating-box {
      margin: 0;
      float: left;
      margin-left: 30%;
      display: inline;
      margin-right: 5px; }
    .products-list .ratings .amount {
      float: left;
      bottom: 8px;
      position: relative; }
      .products-list .ratings .amount a {
        color: #777; } }
@media screen and (max-width: 1200px) {
  .main .product-view .product-essential .add-to-cart-wrapper .floating-wrapper {
    margin-top: 0; } }
@media screen and (min-width: 1215px) {
  .main .product-view .product-essential .add-to-cart-wrapper {
    border: none; }
    .main .product-view .product-essential .add-to-cart-wrapper .floating-wrapper {
      position: fixed;
      width: 25.5%;
      max-width: 321px;
      top: 216px;
      border: 4px solid #e2e2e2; } }
@media screen and (max-width: 479px) {
  .main .product-view .product-collateral .collateral-tabs .tab-content #programs-tab div h3:first-of-type {
    float: none;
    margin: auto;
    margin-bottom: 35px; }
  .main .product-view .product-collateral .collateral-tabs .tab-content #programs-tab div h4 {
    margin: 0; }
  .main .product-view .product-collateral .collateral-tabs .tab-content #programs-tab div p {
    margin: 0; }

  body.onestepcheckout-index-index .modal.sagepaymodal {
    margin-left: -179px !important;
    margin-top: -275px !important;
    max-height: 550px !important;
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important; }
    body.onestepcheckout-index-index .modal.sagepaymodal #sage-pay-direct-ddada {
      max-width: 320px; }
      body.onestepcheckout-index-index .modal.sagepaymodal #sage-pay-direct-ddada > h5 {
        font-size: 8px;
        line-height: 9px;
        padding: 2px 10px; }

  body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .left-arrow {
      display: none; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 a.tooltip {
      right: 0;
      left: 205px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .position-3 .tip {
      right: 0;
      left: 231px; }
    body.cms-home .main-container #hp-top-banner .r-row .right-col #slide-controls .right-arrow {
      display: none; } }
@media screen and (max-width: 670px) {
  .main .cart .checkout-types.top {
    width: 403px; } }
@media screen and (max-width: 400px) {
  .main .cart .checkout-types.top {
    width: 85%; } }
@media screen and (max-width: 350px) {
  .main .cart .checkout-types.top {
    width: 90%; } }
@media screen and (min-width: 979px) {
  .main .cart #shopping-cart-table tbody .product-cart-info .item-options .program-atr {
    position: absolute;
    right: 61%; }
    .main .cart #shopping-cart-table tbody .product-cart-info .item-options .program-atr dt {
      color: #3e3e3f;
      position: relative;
      top: 6px;
      left: 64px;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px; }
      .main .cart #shopping-cart-table tbody .product-cart-info .item-options .program-atr dt:after {
        content: ""; }
    .main .cart #shopping-cart-table tbody .product-cart-info .item-options .program-atr dd {
      color: #3e3e3f;
      font-size: 14px;
      padding-left: 0;
      text-align: center;
      top: -60px;
      position: relative;
      text-transform: uppercase;
      font-weight: 100;
      background: -moz-linear-gradient(-45deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(239, 239, 239, 0.8)), color-stop(9%, rgba(246, 246, 246, 0.8)), color-stop(20%, rgba(255, 255, 255, 0.55)), color-stop(30%, rgba(255, 255, 255, 0.33)), color-stop(40%, rgba(239, 239, 239, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(60%, rgba(255, 255, 255, 0.1)), color-stop(70%, rgba(239, 239, 239, 0.1)), color-stop(75%, rgba(255, 255, 255, 0.25)), color-stop(80%, rgba(255, 255, 255, 0.4)), color-stop(100%, white));
      background: -webkit-linear-gradient(-45deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
      background: -o-linear-gradient(-45deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
      background: -ms-linear-gradient(-45deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
      background: linear-gradient(135deg, rgba(239, 239, 239, 0.8) 0%, rgba(246, 246, 246, 0.8) 9%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.33) 30%, rgba(239, 239, 239, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(239, 239, 239, 0.1) 70%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.4) 80%, white 100%);
      border-image: linear-gradient(#b7b7b7, #ebebeb) 25% stretch; }
      .main .cart #shopping-cart-table tbody .product-cart-info .item-options .program-atr dd .wrapper {
        font-size: 30px; }
  .main .cart #shopping-cart-table tbody .product-cart-info .item-options .program-atr.red dd {
    color: #ed1c24; }
  .main .cart #shopping-cart-table tbody .product-cart-info .item-options .program-atr.pink dd {
    color: #ec008c; }
  .main .cart #shopping-cart-table tbody .product-cart-info .item-options .program-atr.blue dd {
    color: #25d0f4; } }
@media (min-width: 640px) and (max-width: 1200px) {
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepaydirectpro"] .method_sagepaydirectpro {
    padding-left: 0%;
    padding-top: 10%; }
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepayserver"] .method_sagepaydirectpro {
    padding-left: 0%;
    padding-top: 10%; }
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepayform"] .method_sagepaydirectpro {
    padding-left: 0%;
    padding-top: 10%; }
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_paypal_standard"] p.method_paypal_standard {
    display: inline-block; }
    body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_paypal_standard"] p.method_paypal_standard a {
      padding-top: 20%; } }
@media screen and (max-width: 380px) {
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepaydirectpro"] .method_sagepaydirectpro {
    padding-left: 0%;
    padding-top: 10%; }
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepayserver"] .method_sagepaydirectpro {
    padding-left: 0%;
    padding-top: 10%; }
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_sagepayform"] .method_sagepaydirectpro {
    padding-left: 0%;
    padding-top: 10%; } }
@media (min-width: 1200px) {
  body.onestepcheckout-index-index #onestepcheckout-payment-methods .sp-methods dt label[for="p_method_paypal_standard"] p.method_paypal_standard {
    width: 100%; } }
@media screen and (max-width: 359px) {
  body.onestepcheckout-index-index .modal.sagepaymodal {
    margin-left: -179px !important;
    margin-top: -235px !important;
    max-height: 470px !important;
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important; }
    body.onestepcheckout-index-index .modal.sagepaymodal #sage-pay-direct-ddada {
      max-width: 320px; }
      body.onestepcheckout-index-index .modal.sagepaymodal #sage-pay-direct-ddada > h5 {
        font-size: 8px;
        line-height: 9px;
        padding: 2px 10px;
        display: none; } }
@media screen and (max-width: 1220px) {
  body.cms-home .main-container #limited-offer .r-row {
    padding: 10px 38px; } }
@media screen and (min-width: 1499px) {
  body.cms-home .main-container #hp-top-banner .background.slide3-display {
    background-size: cover;
    background-position: 40% 0; }
  body.cms-home .main-container #hp-top-banner .background.slide1-display {
    background-size: cover;
    background-position: 40% 0; }
  body.cms-home .main-container #hp-top-banner .background.slide2-display {
    background-size: cover;
    background-position: 40% 0; } }
@media screen and (max-width: 1300px) {
  body.cms-home .main-container #hp-top-banner .background.slide3-display {
    background-size: 115% 100%;
    background-position: 50% 100px; }
  body.cms-home .main-container #hp-top-banner .background.slide1-display {
    background-size: 115% 100%;
    background-position: 50% 100px; }
  body.cms-home .main-container #hp-top-banner .background.slide2-display {
    background-size: 115% 100%;
    background-position: 50% 100px; } }
@media screen and (max-width: 1129px) {
  body.cms-home .main-container #hp-top-banner .background.slide3-display {
    background-position: 20% 65px;
    background-size: auto; }
  body.cms-home .main-container #hp-top-banner .background.slide1-display {
    background-position: 20% 65px;
    background-size: auto; }
  body.cms-home .main-container #hp-top-banner .background.slide2-display {
    background-position: 20% 65px;
    background-size: auto; } }
@media screen and (max-width: 1110px) {
  body.cms-home .main-container #hp-top-banner .r-row {
    height: 500px; } }
@media screen and (max-width: 900px) {
  body.cms-home .main-container #hp-top-banner .r-row {
    max-height: 480px; } }
@media screen and (max-width: 450px) {
  #newsletter {
    width: 100%; }

  .footer .block-subscribe .input-box, .footer .block-subscribe .footer-container .footer.top .block-subscribe .actions {
    float: initial;
    width: 100%;
    margin-right: 0; }
  .footer .block-subscribe .actions {
    width: 100%; }
    .footer .block-subscribe .actions .button {
      width: 100%; }

  body.cms-home .main-container #hp-top-banner .r-row {
    min-height: 525px; } }
@media screen and (max-width: 770px) {
  .cart-right {
    float: none;
    width: auto; }

  .cart-discounts {
    margin-bottom: 4%; }

  .cart-summary {
    clear: both;
    float: none;
    width: 100%;
    max-width: none;
    margin-top: 30px; }

  .cart-continue-shopping {
    margin-bottom: 4%; }

  .main .cart #shopping-cart-table tbody tr td:first-of-type {
    width: 21%;
    border: 1px solid #dbdbdb; }

  .cart-table .program-atr dd {
    border: 0;
    width: auto;
    position: static;
    display: block;
    clear: both; }
  .cart-table .program-atr dt {
    display: block;
    clear: both; }
  .cart-table .item-options {
    margin-left: 0 !important;
    padding-left: 0; }
  .cart-table td {
    margin-bottom: 0 !important; }

  .button-update-wrapper {
    text-align: left; }

  .one-step-checkout-col {
    width: 100%;
    float: none;
    margin: 0 0 30px; }

  .onestepcheckout-payment-methods .sp-methods .form-list {
    padding-left: 0 !important; } }
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }
@media only screen and (max-width: 768px) {
  .header-language-container {
    top: 0;
    right: 0; }

  #header-wrapper.uk .form-language:after {
    color: #000; } }
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }
@media screen and (max-width: 960px) {
  .promo-modal {
    width: auto; }
    .promo-modal .field-left {
      float: none;
      width: 100%; }
    .promo-modal .field-right {
      float: none;
      width: 100%; }

  .promo-modal-left {
    width: 50%; }

  .promo-modal-right {
    width: 50%; } }
@media screen and (max-width: 700px) {
  .promo-landing-hero .right {
    padding-top: 2em; }
  .promo-landing-hero h3 {
    font-size: 38px; }

  .promo-pack {
    margin-left: 30px;
    margin-right: 30px; } }
@media screen and (max-width: 570px) {
  .sale-circle {
    left: -10px;
    width: 78px; }

  .promo-landing-hero .right {
    padding-top: 12px; }
  .promo-landing-hero h3 {
    font-size: 28px; }

  .promo-landing-summary .promo-banner {
    height: 84px; }

  .promo-pack {
    margin-top: -60px; } }
.onestepcheckout-payment-methods .form-list li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

/* header amendments */
.header-language-background .header-language-container .nav-links {
  margin: 0 150px 0 0; }

.header-language-background .header-language-container .dd:focus {
  outline: 0; }

.header-language-background .header-language-container .dd .ddTitle {
  background: none;
  cursor: pointer;
  background-image: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/triangle.png)!important;
    padding-right: 17px;
    background-size: 15%;
    background-repeat: no-repeat;
    background-position-x: 90%; 
	    background-position-y: 4px;}

.header-language-background .header-language-container .dd .ddChild {
  background: #3e3e3f !important; }

.header-language-background .header-language-container .dd .ddChild li {
  text-align: center; }

.header-language-background .header-language-container .dd .ddTitle .ddTitleText {
  color: #fff; }

.header-language-background .header-language-container .dd .ddChild li span.ddlabel {
  color: #666; }

.header-language-background .header-language-container .dd .ddTitle .ddTitleText:hover {
  color: #ccc; }

.header-language-background .header-language-container .ddcommon .ddChild {
  height: auto !important;
  margin-top: 21px !important; }

.header-language-background .header-language-container .dd .ddArrow {
  display: none;
  visibility: hidden; }

.header-language-background .header-language-container .dd .ddChild {
  border: 0 !important; }

.header-language-background .header-language-container .dd .ddChild li {
  background-color: #fff !important;
  border: 0 !important;
  cursor: pointer; }

.header-language-background .header-language-container .dd .ddChild li:hover {
  background-color: #ccc !important; }

.header-language-background .header-language-container .dd .ddChild li.selected,
.header-language-background .header-language-container .dd .ddChild li.selected .ddlabel {
  background-color: #666 !important;
  cursor: pointer;
  left: 0 !important;
  color: #fff; }

.header-language-background .header-language-container .borderRadiusTp .border,
.header-language-background .header-language-container .borderRadius .border {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.header-language-background .header-language-container .nav-links a.skip-link.skip-account {
  margin: 0 0 0 5px; }

.header-language-background .header-language-container .form-language.right.lng-flags {
  padding: 0 !important; }

.header-language-background .form-language.right.lng-flags {
  float: none !important;
  position: absolute;
  right: 65px; }

/* ============================================ *
 * International header style variations
 * ============================================ */
/* uk */
#header-wrapper.uk .nav-links {
  margin: 0; }

/* us */
#header-wrapper.us .nav-links {
  float: left; }

/* italy */
#header-wrapper.italy .nav-links {
  margin: 0; }

#header-wrapper.russia .nav-links {
  margin: 0; }

.post-entry .addthis_sharing_toolbox {
  clear: both; }

/* ============================================ *
 * Arabic 
 * ============================================ */
.ae_ar .header-language-background .header-language-container .form-language.right.lng-flags {
  right: 40px; }

@media screen and (min-width: 668px) and (max-width: 1023px) {
  .header-language-background .header-language-container .ddcommon,
  .header-language-background .header-language-container .single {
    margin-left: 30px; } }
@media screen and (max-width: 599px) {
  .header-language-background .header-language-container .ddcommon,
  .header-language-background .header-language-container .single {
    margin-left: -15px; } }
body.storelocator-index-index .wrapper .page .main-container.col1-layout {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }
  body.storelocator-index-index .wrapper .page .main-container.col1-layout .store-locator-item-name {
    color: #3e3e3f;
    font-size: 14px; }
  body.storelocator-index-index .wrapper .page .main-container.col1-layout .store-locator-item-content a {
    color: #ec008c; }
  body.storelocator-index-index .wrapper .page .main-container.col1-layout .r-row.form {
    #padding-left: 5px; }
  body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search {
    background-color: #fff;
    position: relative;
    display: inline-block;
    float: left; }
    body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search .spacer {
      height: 35px; }
    body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search h2 {
      color: #ec008c;
      font-size: 30px;
      border-bottom: none; }
    body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search ul.form-list li {
      display: inline-block;
      width: 45%;
      padding: 7px 0; }
      body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search ul.form-list li:nth-of-type(2n+1) {
        margin-right: 5%; }
      body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search ul.form-list li.ajax-location {
        width: 60%; }
      body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search ul.form-list li.radius {
        width: 30%; }
        body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search ul.form-list li.radius input#radius {
          width: 50px;
          margin-right: 10px;
          background: #fff;
          height: 30px; }
    body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search .fieldset + .fieldset {
      margin-top: 0; }
    body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search label {
      display: block;
      width: initial; }
      body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search label.radius {
        width: initial; }
    body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search select {
      height: 31px;
      background-color: #fff;
      border: 1px solid #dcdcdc; }
  body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content {
    border-bottom: none;
    overflow-y: auto;
    height: 460px; }
  body.storelocator-index-index .wrapper .page .main-container.col1-layout #map.store-locator-map {
    width: 100%;
    height: 460px;
    float: left; }
    body.storelocator-index-index .wrapper .page .main-container.col1-layout #map.store-locator-map .gm-style .gm-style-iw {
      overflow: hidden !important; }
  body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content .store-locator-list-store {
    position: relative;
    width: 100%;
    overflow: initial;
    height: auto;
    padding: 1% 5%; }
    body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content .store-locator-list-store .store-locator-list-store-item {
      padding: 0;
      border: none;
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 20px; }
      body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content .store-locator-list-store .store-locator-list-store-item .store-locator-item-content {
        width: 100%; }
        body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content .store-locator-list-store .store-locator-list-store-item .store-locator-item-content #storeie .store-locator-item-name {
          font-size: 18px;
          font-weight: normal;
          max-width: 70%; }
        body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content .store-locator-list-store .store-locator-list-store-item .store-locator-item-content #storeie .contact-info {
          color: #3e3e3f;
          font-size: 14px;
          max-width: 70%; }
        body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content .store-locator-list-store .store-locator-list-store-item .store-locator-item-content .view-details {
          float: right;
          top: -45px;
          position: relative;
          font-size: 14px;
          padding-right: 2px; }
      body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content .store-locator-list-store .store-locator-list-store-item:hover {
        background: #fff; }
    body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content .store-locator-list-store div:nth-last-of-type(2) {
      border-bottom: none;
      margin-bottom: 0; }
body.storelocator-index-view .description-label {
  font-weight: bold;
  color: #ec008c;
  font-size: 18px;
  padding: 10px 0; }
body.storelocator-index-view .store-locator-item-name {
  color: #3e3e3f;
  font-size: 14px; }
body.storelocator-index-view .wrapper .page .main-container.col1-layout {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }
  body.storelocator-index-view .wrapper .page .main-container.col1-layout #map.store-locator-map {
    width: 100%; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout #map.store-locator-map .gm-style .gm-style-iw {
      overflow: hidden !important; }
  body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail {
    width: 100%;
    color: #3e3e3f; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail .store-locator-view-general-detail a {
      color: #ec008c; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail .store-locator-view-general-detail .store-locator-item-name {
      font-size: 30px;
      font-weight: normal;
      color: #3e3e3f; }
      body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail .store-locator-view-general-detail .store-locator-item-name a {
        color: #ec008c; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .ui-widget input, body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .ui-widget select, body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .ui-widget textarea, body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .ui-widget button {
      font-family: sans-serif; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .ui-tabs-nav {
      background: #fff;
      border: none; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .open_hour_title {
      color: #3e3e3f;
      background-color: #fff;
      padding: 0; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information ul#travel-modes li input[type="radio"]:checked + label {
      background-color: #ec008c; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .directions-input label {
      background-color: #ec008c; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .directions-input input {
      height: 25px;
      border-left: none; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .directions-type {
      width: 100%; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .swap-locations-wrapper {
      left: initial;
      right: 5%;
      width: 5%;
      min-width: 28px;
      top: 407px; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information #get_direction {
      background: #3e3e3f;
      
      padding: 5px 10px;
      border: none;
      font-family: "Montserrat-Regular", Verdana, Arial, sans-serif; }
    body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail a {
      color: #ec008c; }

@media screen and (max-width: 769px) {
  body.storelocator-index-index .wrapper .page .main-container.col1-layout .r-row .r-col-50 {
    padding-right: 0px !important;
    margin-bottom: 10px; }
  body.storelocator-index-view .wrapper .page .main-container.col1-layout #map.store-locator-map {
    height: 300px; }
  body.storelocator-index-index .wrapper .page .main-container.col1-layout #store_search {
    top: 0px;
    margin-left: 0;
    margin-right: 5%;
    padding: 0; }
  body.storelocator-index-index .wrapper .page .main-container.col1-layout #store-locator-content .store-locator-list-store {
    top: 0;
    margin-bottom: 0; } }
@media screen and (min-width: 737px) and (max-width: 769px) {
  body.storelocator-index-index .wrapper .page .main-container.col1-layout {
    top: 140px; } }
@media screen and (max-width: 979px) {
  body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .swap-locations-wrapper {
    top: 666px; } }
@media screen and (max-width: 714px) {
  body.storelocator-index-view .wrapper .page .main-container.col1-layout .store-locator-view-detail #store_information .swap-locations-wrapper {
    top: 710px; } }
.advancedreviews-summary-block {
    clear: both;
    margin: 10px 0;
}

.advancedreviews-summary-block table {
    float: left;
}

.advancedreviews-summary-block table td {
    padding: 5px;
    vertical-align: middle;
}

.advancedreviews-summary-block table th {
    font-weight: bold;
    text-align: center;
}

.advancedreviews-summary-block table td.star-name, .advancedreviews-summary-block table td.star-count {
    white-space: nowrap;
    width: 10%
}

.advancedreviews-summary-block table td.star-count {
    padding-right: 20px;
}

.advancedreviews-summary-block table td.star-line .star-bar-container {
    background: #DEDCC3;
}

.advancedreviews-summary-block .spacer {
    clear: both;
}

.advancedreviews-summary-block .star-bar {
    background: #F0C808;
    height: 15px;
    line-height: 15px;
    text-align: center;
}

.advancedreviews-reviews-count {
    font-weight: bold;
    margin: 10px 0;
    text-align: right;
}

label.consFilter, label.prosFilter {
    color: #1E7EC8;
    cursor: pointer;
}

table.advancereviews-filters th {
    width: 50%;
    color: #E26703;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px;
}

#advancereviews-filters table.advancereviews-filters li, #customer-reviews #product-review-table li {
    margin-bottom: 5px;
}

#advancereviews-filters img {
    display: inline;
}

ul.hiddenList {
    display: none;
}

#product-review-table td a {
    display: block;
}

#loading-mask .loader {
    background: #FFF4E9;
    border: 2px solid #F1AF73;
    color: #D85909;
    font-weight: bold;
    left: 39%;
    padding: 15px 60px;
    position: fixed;
    text-align: center;
    top: 45%;
    width: inherit;
    z-index: 1000;
}

#loading-mask .loader img {
    display: inline;
}

#advancereviews-sort-reviews img {
    cursor: pointer;
}

#advancereviews-sort-reviews .pager{
    float: none;
}

#advancereviews-pager-reviews .pager{
    float: none;
}

#advancereviews-pager-reviews .pager .limiter{
    float: right;
}

.hidden {
    display: none;
}

.abuse-link {
    cursor: pointer;
}

.helpful-link {
    cursor: pointer;
}

#review-form em{
    font-family:  Arial, Verdana,sans-serif;
}

.product-review .product-details div table img {
    display: inline;
}

#advancereviews-filteredReviews {
    display: inline-block;
    width: 100%;
}

#advancereviews-pager-reviews-footer .pager {
    float: none;
}

#advancereviews-pager-reviews-footer .pager .limiter {
    float: right;
}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-prev span, .fancybox-next span {
	background-image: url('http://www.gold-collagen.com/skin/frontend/base/default/css/magebuzz/ajaxlogin/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading{
	width: 32px;
	height: 32px;
	background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/magebuzz/ajaxlogin/images/ajax-loader.gif') center center no-repeat;
}

.fancybox-close {
	background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/magebuzz/ajaxlogin/images/close.png') center center no-repeat;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.gold-collagen.com/skin/frontend/base/default/css/magebuzz/ajaxlogin/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/magebuzz/ajaxlogin/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* Affiliateplus stylesheet */
.affiliate_message { margin: 10px 0px 0px 0px; }

/* Banner-Links */
#banner-view-list li.banner-view-item{ border-top: 2px solid #CCCCCC; margin-bottom: 45px; }
#banner-view-list li.banner-view-item span.share{ float: right; }

/* Referer */
#referer_grid thead th a { color: #0A263C; }
#referer_grid thead th a:hover{ color: #0A263C; }

/* Miniform request money */
.affiliateplus_form_request { overflow: hidden; margin-bottom: 10px; }
.affiliateplus_form_request #request_amount{color:#686868}

/* Tiers */
#tiers_grid thead th a { color: #0A263C; }
#tiers_grid thead th a:hover{ color: #0A263C; }

/* Payment Method */
li.payment_method_form { margin-left: 21px;*float: left;*width: 100%; }
#affiliateplus_payment_request_form .form-list .wide{*float:left;*width: 100%}
#affiliateplus_payment_request_form .fieldset{*float:left;*width: 90%}
#affiliateplus_payment_request_form input.radio { float:left; margin: 3px 5px 0px 0px; }
#affiliateplus_payment_request_form .field .verified{background: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/default/images/i_msg-success.gif) no-repeat}
#affiliateplus_payment_request_form .field .verified a{padding-left: 20px;color:#446423 !important;text-decoration: none;font-weight: bold; cursor: default;}
#affiliateplus_payment_request_form .field .not-verified{background: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/default/images/i_msg-error.gif) no-repeat}
#affiliateplus_payment_request_form .field .not-verified a{padding-left: 20px;text-decoration: none;font-weight: bold; cursor: default;}
.affiliateplus-action-gray{background: #ACABAB !important;border: 1px solid #ACABAB !important;}

/*  Contact Group */
#group-table tr { cursor:pointer;}
#group-table tr:hover{ background-color:#FCF5DD}

/* Commissions */
ul.affiliate-commission-tab{
	height: 27px;
	font-weight: bold;
	margin-top: 10px;
}
ul.affiliate-commission-tab li.affiliate-tab-item{
	float: left;
	height: 20px;
	border: 1px solid #E2E2E2;
	border-bottom: 0px;
	margin: 1px 2px;
	padding: 3px 6px;
	background-color: #E2E2E2;
}
ul.affiliate-commission-tab li.active-tab{
	font-size: 1.1em;
	background-color: #FFF;
	color: #DE5400;
}
ul.affiliate-commission-tab li a{
	text-decoration: none;
	color: #999;
}
/* End commissions */

/* Search Grid Style */
.data-table .affiliateplus-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .affiliateplus-grid-search th{
    vertical-align: top;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item{
    padding-bottom: 2px;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .search-text{
    width: 97%;
}

.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item select{
    width: 100%;
}

.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .range-container .from-price,
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.affiliateplus-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */

/*bonus*/
#affiliateplus_payment_request_form .authentication-comment{margin: 0;padding: 0 0 0 13px;font-size: 11px;}

/* End */

/* Refer a Friend */
#affiliateplus-sidebar {
	width: 345px;
}

#affiliateplus-sidebar .allow .step-title {
	cursor: pointer;
	border-bottom: 1px solid #BBAFA0;
}

#affiliateplus-sidebar .allow .step-title:hover{
	background: #F9F3E3;
}

#affiliateplus-sidebar .allow .step-title:hover .number{
	background: #F18200;
	border-color: #F19900;
	color: #FFF;
}

#affiliateplus-sidebar .allow .step-title:hover h2{
	color: #F18200;
}
	
#affiliateplus-sidebar .step, #affiliateplus-sidebar p.box-content{
	padding: 8px;
}

#affiliateplus-sidebar .form-list textarea{
	width: 318px;
	height: 100px;
}

#affiliateplus-sidebar .step-title span.logo{
	width: 16px;
	height: 16px;
	margin-right: 4px;
	border: none;
}

/* Personal */
#affiliateplus-sidebar #input-personal-url{
	width: 219px;
	float: right;
}
#affiliateplus-sidebar #input-personal-url #personal_url{
	width: 215px;
}
#affiliateplus-sidebar #personal_affiliate_url{
	width: 327px;
	text-align: center;
}

/* Email */
#affiliateplus-sidebar .step-title span.email-logo{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/email-grayscale.png') no-repeat;
}
#affiliateplus-sidebar .active .step-title span.email-logo, #affiliate-opc-email .step-title:hover span.logo{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/email-color.png') no-repeat;
}
#affiliateplus-contact-list .form-list .input-box, #affiliateplus-contact-list .form-list .input-box select{
	width: 100%;
}
#affiliateplus-contact-list .buttons-set{
	padding-top: 7px;
	border-top: 0px;
	margin-top: 0px;
}

/* Google */
#affiliateplus-sidebar .step-title span.google-logo{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/gplus-grayscale.png') no-repeat;
}
#affiliateplus-sidebar .active .step-title span.google-logo, #affiliate-opc-google .step-title:hover span.logo{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/gplus-color.png') no-repeat;
}

/* Facebook */
#affiliateplus-sidebar .step-title span.facebook-logo{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/facebook-grayscale.png') no-repeat;
}
#affiliateplus-sidebar .active .step-title span.facebook-logo, #affiliate-opc-facebook .step-title:hover span.logo{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/facebook-color.png') no-repeat;
}

/* Tweeter */
#affiliateplus-sidebar .step-title span.twitter-logo{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/tweet.png') no-repeat 0px -17px;
}
#affiliateplus-sidebar .active .step-title span.twitter-logo, #affiliate-opc-twitter .step-title:hover span.logo{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/tweet.png') no-repeat 0px 3px;
}

#affiliateplus-sidebar .tweeter span.span{
	-webkit-border-radius: 3px;
	border: #CCC solid 1px;
	padding: 2px;
	-moz-border-radius: 3px; border-radius: 3px;
	background-image: -moz-linear-gradient(top, white, #DEDEDE);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#DEDEDE));
	background-image: -ms-linear-gradient(top, white, #DEDEDE);
	background-image: linear-gradient(top, white, #DEDEDE);
	background-image: -o-linear-gradient(top, white, #DEDEDE);
}
#affiliateplus-sidebar button.tweeter span.span span{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/tweet.png') no-repeat -26px 3px;
	padding: 0px 3px 0px 24px;
	color: #1E7EC8;
	margin-left: 2px;
}


#affiliateplus-sidebar .buttons-set{
	padding-top: 7px;
	border-top: 0px;
	margin-top: 0px;
}

#affiliateplus-sidebar .affiliateplus-opc li{
	margin-bottom: 8px;
}

/* Share on Product Detail Page */
.affiliateplus-share-product .affiliateplus-share-img {
    position: relative;
    float: left;
    top: -16px;
}
.affiliateplus-share-product .share_twitter iframe{
    width: 88px !important;
}
.affiliateplus-share-product .share_facebook .fb_button{
    background: url("http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/fb_share_button.png") no-repeat;
    border: none;
    height: 20px;
    width: 70px;
    cursor: pointer;
    position: relative;
    bottom: 1px;
    color: #FFF;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 16px;
}
.affiliateplus-share-product .affiliateplus-sharing {
    float: right;
}
.affiliateplus-share-product .share {
    float: right;
    margin-top: 5px;
}

/* Share on Product List Page */
.affiliateplus-share-product-list{
    overflow: hidden;
    margin: 3px 0px;
}
.affiliateplus-share-product-list .logo{
    width: 16px; height: 16px;
    margin-right: 8px; border: none;
    cursor: pointer;
}
.affiliateplus-share-product-list .email-logo{
	background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/email-color.png') no-repeat;
}
.affiliateplus-share-product-list .facebook-logo{
    background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/facebook-color.png') no-repeat;
}
.affiliateplus-share-product-list .twitter-logo{
    background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/tweet.png') no-repeat 0px 3px;
}
.affiliateplus-share-product-list .google-logo{
    background: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/images/gplus-color.png') no-repeat;
}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/tinybox/images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
/* Affiliateplus Program Plugin stylesheet */

.affiliate-clear { min-height: 18px; clear: both; }

.affiliateplusprogram_total_commission { color: #ff0000; }

.affiliateplus-form-search .input-box .label { font-weight: bold; }
.affiliateplus-form-search .input-box .left input { margin-left: 10px; }

.affiliateplus-anchor {color: #1e7ec8; text-decoration: underline; cursor: pointer;}
#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}
/**
 * Magestore
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the Magestore.com license that is
 * available through the world-wide-web at this URL:
 * http://www.magestore.com/license-agreement.html
 * 
 * DISCLAIMER
 * 
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 * 
 * @category    Magestore
 * @package     Magestore_RewardPoints
 * @copyright   Copyright (c) 2012 Magestore (http://www.magestore.com/)
 * @license     http://www.magestore.com/license-agreement.html
 */

/* ============ Reward Points Stylesheets ============ */

/* Cart Sidebar - MiniCart */
.rewardpoints-cart-sidebar {min-height: 22px; text-align: left; clear: both; margin-top: 5px;}
.rewardpoints-cart-sidebar img {margin-right: 3px;}


/* ============ Reward Points Slider ============ */
.rewardpoints-slider-input{clear:both} 
#rewardpoints-slider-container {}
#rewardpoints-slider { position: relative; z-index: 9; height: 18px; margin: 12px auto 18px; padding: 0 24px; cursor: pointer; width: 209px; float: left;}
#rewardpoints-slider-zoom-out { position: absolute; left: 1px; top: 0px;}
#rewardpoints-track { position: relative; height: 18px; background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/magestore/images/reward_rule.gif') -1px 0px repeat-x;}
#rewardpoints-handle { position: absolute; top: -1px; width: 9px; height: 22px; background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/magestore/images/magnifier_handle.gif') 0 0 no-repeat;}
#rewardpoints-slider-zoom-in { position: absolute; right: 1px; top: 0px;}
.rewardpoints-slider-label { margin: 5px 0 0 5px; float: left;}

#rewardpoints-login-msg, #rewardpoints-needmore-msg { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px;line-height:13px; background:url('http://www.gold-collagen.com/skin/frontend/base/default/css/magestore/images/validation_advice_bg.gif') 2px 0 no-repeat; color:#eb340a;}

#rewardpoints-needmore-points { font-size: 13px; font-weight: bold;}

/* ============ Cart Page ============ */
.onestepcheckout-payment-methods .rewards-sales-rules {padding-left: 0 !important}
.rewards-sales-rules dt {margin-top: 7px;}
.rewards-sales-rules dt label {font-weight: bold; color: #666;}
.rewards-sales-rules #rewardpoints-slider {margin-bottom: 10px;}
.onestepcheckout-payment-methods .rewards-sales-rules #rewardpoints-slider {margin-bottom: 10px; margin-left: -16px}
.rewards-sales-rules #reward_sales_rule {width: 157px; margin-left: 3px;}
.onestepcheckout-payment-methods .rewards-sales-rules #reward_sales_rule {width: 140px !important; margin-left: 3px;}
.rewardpoints-slider-input .input-point {/* text-align: center; */ display: inline-block; width: 300px;}
.rewardpoints-slider-input .input-max {margin-top: 5px;}
.rewardpoints-slider-input .input-max input {float: left; margin-right: 3px; margin-top: 2px;}
#reward_sales_point {width: 49px !important;}
#reward_ajax_loading {margin: 10px; text-align: center; font-style: italic;float:right;}

.rule_refreshing_label {color: #666; font-style: italic;}

/* ============ Checkout Page ============ */
.sp-methods #cart-rewards-form {width: 280px;}
.onestepcheckout-payment-methods .sp-methods #cart-rewards-form {width: 260px !important;}
.sp-methods #cart-rewards-form .rewards-sales-rules label {float: none;}
.sp-methods .rewards-sales-rules dd label {font-weight: normal; color: #000;}

/* ============ One Step Checkout Page ============ */
#cart-rewards-form dd.rewards-slider {margin-left: 17px;}


/* ============ Rewards Points Summary ============ */
.rewardpoints-money {color: #3182be; font-size: 13px;}
.product-view .add-to-cart .qty-wrapper img{margin-bottom: 2px;}
.dashboard .box-rewardpoints-summary, .box-rewardpoints-summary{ 
    color:#333; 
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 15px;
}
.dashboard .box-rewardpoints-summary, .box-rewardpoints-summary .info-summary{
    padding-top:5px;
}
.dashboard .box-rewardpoints-summary .box-head h2, .box-rewardpoints-summary .box-head h2 {
        background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/magestore/images/rewards.png") no-repeat scroll 0 0 transparent; 
        padding:5px 0 5px 25px;
        font-size: 15px;
}

.box-rewardpoints-history .box-head h2 {
    background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/magestore/images/transactions.png") no-repeat scroll 0 center transparent; 
    padding:5px 0 5px 25px;
    font-size: 15px;
}
.rewardpoints-name-img img{display:inline;}
img.rewardpoint-img{display: inline;}
#rewardpoints-referfriends-popup-body .referfriends-body-left-product{margin-top:20px}


/* ============ Header Link - Fix for IE ============ */
.links span.rewardpoints-name {position: relative\9; padding-right: 18px\9;}
.links span.rewardpoints-name img {/*position: absolute\9;margin-bottom: 8px;*/ margin: 0 !important;vertical-align: middle;}

.discount .discount-form .rewards-sales-rules .input-max{
     margin-top: 15px
}
.discount .discount-form .rewards-sales-rules .input-max #reward_max_points_used{
    margin: 4px;
}
#behavior-ajax-loader {

}
.share-login #behavior-ajax-loader a img {vertical-align:top !important}
.rewardpoints-product-view-earning{margin-bottom:20px; clear:both}
.rewardpointsbehavior-checkout-action a img, 
#rewardpoints-navigation-rewardpoints.navigation a img, 
a.rewardpoints-name-img img {
	margin-bottom:-2px;
} 
.rewardpoints-title{font-size: 15px; color: #3182be;}
.rewardpoints-title-link{text-decoration: none; color: #3182be; font-weight: bold;}
.rewardpoints-title-rate{margin-top: 5px;}
.rewardpoints-dashboard-list{margin-bottom: 10px;}
.rewardpoints-dashboard-ul {list-style: circle !important; margin: 0 0 0 2em !important; }
.rewardpointsrule-rule-name-policy {color: #3182be;font-style: italic;}

strong.rewardpoints-title{ text-transform: uppercase;}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 8, 2014, 2:49:32 PM
    Author     : Thu Thao
*/

@import url(//fonts.googleapis.com/css?family=Raleway:400,700,300);
/************edit shopping cart*************/
.cart-forms .discount h2{ font-size:12px;font-weight:bold;}
.discount-form .rewards-sales-rules dt label{font-size: 14px;font-weight: normal;font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;}
.discount-form label{font-size: 14px;font-weight: normal;}


/********************Checkout Success**********************/
.col-main .referfriends-body{height:450px !important;}
.col-main .referfriends-body-left-description{float:left;}
.col-main  .referfriends-body-left{width: 49% !important;text-align: left;}
.col-main  .referfriends-body-right{float:right; width:250px;}
.col-main  .referfriends-body-right-ul li.referfriends-sharelink{text-align:left; float:left; width:100%;height:70px;}
.col-main  .referfriends-body-right-ul li.referfriends-sharefacebook{float:left; width:100%; text-align:left;}
.col-main  .referfriends-body-right-ul li.referfriends-sharegoogleplus{float:left;width:100%; text-align:left;}
.col-main  .referfriends-body-right-ul li.referfriends-sharetwitter{float:left; width:100%; text-align:left;}
.col-main  .referfriends-body-right-ul li.referfriends-shareemail {float:left; width:100%; text-align:left;}
.col-main #rewardpoints-referfriends-popup{margin-left: auto;display: block;margin-right: auto;}
@media (max-width:900px){
.col-main  #rewardpoints-referfriends-popup{position:relative; height:auto; float:none !important; width:auto!important; left:auto !important;margin-left: auto;display: block;margin-right: auto;}
.col-main  .referfriends-body-left-earn{float:left !important;}
}
@media (max-width:720px){
.col-main  #rewardpoints-referfriends-popup{position:relative; height:auto; width:auto; margin-left: auto;display: block;margin-right: auto;}
.col-main .referfriends-body-right{display:block !important; }
}
@media (max-width:690px){
.col-main  #rewardpoints-referfriends-popup{position:relative; height:auto; width:auto; margin-left: auto;display: block;margin-right: auto;}
.col-main .referfriends-body-right{display:block !important; width:100% !important; text-align: left;float:left !important;}
.col-main .referfriends-body-left{width: 100% !important;text-align: left;}
.col-main .referfriends-body-left-description{width: 100% !important;text-align: left;}
.col-main  .referfriends-body-left-earn{padding-bottom:20px;}
}
/***********Edit Page Details*************/
.referfriends-body-right-1{display:none;}
.referfriends-title{background:none !important;}
.referfriends-body{background:none !important;}
.referfriends-bottom{background:none !important;}
.dialog_e{background:none !important;}
.dialog_content{background:none; width:auto !important;}
.referfriends-title h2{padding-top:20px !important; font-weight:500; border-bottom: 1px solid #CCC; padding-bottom:10px !important;}
.referfriends-title a{top:5px !important; right:10px !important;}
.referfriends-body-left-earn{height:55px !important;}
#rewardpoints-referfriends-popup{border:1px solid #CCC; border-radius:5px;}


@media(max-width:900px){
.dialog_e{display:none;}
.dialog{position: absolute; left: 50% !important; top:32px !important; margin-left:-320px;width: 640px !important;float:left !important; height: auto !important;}
#rewardpoints-referfriends-popup{position: absolute;left: 50%; margin-left:-320px;width: 640px !important;float:left !important; height: auto !important;} 
.referfriends-body-right-ul  li.referfriends-sharelink{background-size: 35px !important;}
.referfriends-body-right-ul li.referfriends-sharefacebook a{background-size: 35px !important;}
.referfriends-body-right-ul li.referfriends-sharegoogleplus a{background-size: 35px !important;}
.referfriends-body-right-ul li.referfriends-sharetwitter a{background-size: 35px !important;}
.referfriends-body-right-ul li.referfriends-shareemail a{background-size: 35px !important;}
.referfriends-body-right .referfriends-body-right-ul  li.referfriends-sharelink{font-size:16px;}
.referfriends-body-right  .referfriends-body-right-ul li a{font-size:16px;}
.referfriends-body-left-earn{height:58px !important;}
.referfriends-body-left{width:300px !important;}
.dialog{top:31px !important;}
}
@media(max-width:720px){
.dialog{position: absolute !important; left: 50% !important; margin-left: -270px !important; width: 540px !important; float:left !important; height: auto !important;}
 #rewardpoints-referfriends-popup{position: absolute;margin-left: -270px;left: 50%; width: 540px !important;float:left !important; height: auto !important;} 
.referfriends-body-right .referfriends-body-right-ul  li.referfriends-sharelink{font-size:16px;}
/* .referfriends-body-right-ul  li.referfriends-sharelink{background-size: 30px !important;}*/
.referfriends-body-right-ul li.referfriends-sharefacebook {height: 50px !important;}
.referfriends-body-right-ul li.referfriends-sharegoogleplus{height: 50px !important;}
.referfriends-body-right-ul li.referfriends-sharetwitter {height: 50px !important;}
.referfriends-body-right-ul li.referfriends-shareemail {height: 50px !important;}
.referfriends-body-right  .referfriends-body-right-ul li a{font-size:16px;}
.referfriends-body-right .referfriends-body-right-ul  li.referfriends-sharelink{font-size:14px;}
.referfriends-body-left {width:500px !important; float:left;}
.referfriends-body-left-earn{height:65px !important;}
.referfriends-body-right {display:none;}
.referfriends-body-right-1{display:block;position: absolute;top: 145px;left: 300px;}
.referfriends-body-right-1  .referfriends-body-right-ul  li.referfriends-sharelink{font-size:16px;}
.referfriends-body-right-1  .referfriends-body-right-ul li a{font-size:16px;}
.share-link-url {width:149px !important;}
.referfriends-title{background:none !important;}
.referfriends-body{background:none !important;}
.referfriends-bottom {background:none !important;}
.referfriends-body-left-product-title h3{width:240px;}

}
@media(max-width:620px){
.dialog{position: absolute !important; left: 50% !important; margin-left: -180px !important; width: 360px !important;float:left !important; height: auto !important;}
#rewardpoints-referfriends-popup{position: absolute; margin-left: -180px;left: 50%; width: 360px !important;float:left !important; height: auto !important;} 
.referfriends-body-right-ul  li.referfriends-sharelink{background-size: 27px !important;}
.referfriends-body-right-ul li.referfriends-sharefacebook a{background-size: 27px !important;}
.referfriends-body-right-ul li.referfriends-sharegoogleplus a{background-size: 27px !important;}
.referfriends-body-right-ul li.referfriends-sharetwitter a{background-size: 27px !important;}
.referfriends-body-right-ul li.referfriends-shareemail a{background-size: 27px !important;}
.referfriends-body-right  .referfriends-body-right-ul li a{font-size:16px;}
.referfriends-body-left {width:300px !important; float:left;}
.referfriends-body-right-1{display:block; position:static; }
.referfriends-title{background:none !important;}
.referfriends-body{background:none !important;}
.referfriends-bottom {background:none !important;}
}
@media(max-width:460px){
#rewardpoints-referfriends-popup{position: absolute;margin-left: -150px;left: 50%; width: 300px !important;float:left !important; height: auto !important;} 
.referfriends-body-right-ul  li.referfriends-sharelink{background-size: 27px !important;}
.referfriends-body-right-ul li.referfriends-sharefacebook a{background-size: 27px !important;}
.referfriends-body-right-ul li.referfriends-sharegoogleplus a{background-size: 27px !important;}
.referfriends-body-right-ul li.referfriends-sharetwitter a{background-size: 27px !important;}
.referfriends-body-right-ul li.referfriends-shareemail a{background-size: 27px !important;}
.referfriends-body-right  .referfriends-body-right-ul li a{font-size:16px;}
.referfriends-body-left {width:260px !important; float:left;}
.referfriends-body-right-1{display:block; position:static; }
.referfriends-title{background:none !important;}
.referfriends-body{background:none !important;}
.referfriends-bottom {background:none !important;}

}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 8, 2014, 2:49:21 PM
    Author     : Crystal
*/
/*
*/
.data-table#recent-transactions-history td .label-cell { display: none;}
.data-table#recent-transactions-history td h2 {font-size: 13px; text-transform: none;}
#rewardpoints-settings li.control label{background-color: #fff;}
@media all {
 .sp-methods dl.rewardpoints-sp-methods dt label {background-color: #fff; padding: 0px;}    
.sp-methods dl.rewardpoints-sp-methods dt label:hover {background-color: #fff}
}
@media only screen and (max-width: 890px){

	/* Force table to not be like tables anymore */
	.data-table#recent-transactions-history thead{display: none;}
        .data-table#recent-transactions-history tbody tr{margin: 0; border-bottom: 1px solid silver;border-top: 1px solid silver;}
	.data-table#recent-transactions-history td.a-right.first{display: none;}
        .data-table#recent-transactions-history td .label-cell {margin:0; text-transform:uppercase; display:block; text-align: left;float: left; font-family: "Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 13px;}
        .data-table#recent-transactions-history td {display: block; text-align: right; border: none;}
        .data-table#recent-transactions-history td h2 {font-size: 13px; text-transform: none;text-align: left; margin-left: 280px;}
        
        .rewardpointsreferfriends-dashboard-right {float: left !important; width: 100% !important; display: block}
}
@media only screen and (max-width: 979px){    
     .rewardpointsreferfriends-dashboard-right {float: left !important; width: 100% !important; display: block}
     .rewardpointsreferfriends-dashboard-left {width: 100% !important; float: right; clear: both}     
     .sp-methods dl.rewardpoints-sp-methods dt label {background-color: #fff; padding: 0px;}    
     .sp-methods dl.rewardpoints-sp-methods dt label:hover {background-color: #fff} 
}
@media only screen and (max-width: 760px){
    .data-table#recent-transactions-history td h2{margin-left: 335px;}
}
@media only screen and (max-width: 700px){
    .data-table#recent-transactions-history td h2{margin-left: 300px;}
    
}
@media only screen and (max-width: 650px){
    .data-table#recent-transactions-history td h2{margin-left: 250px;}
    
}
@media only screen and (max-width: 550px){
    .data-table#recent-transactions-history td h2{margin-left: 230px;}
    
}
@media only screen and (max-width: 450px){
    .data-table#recent-transactions-history td h2{margin-left: 200px;}
    
}
@media only screen and (max-width: 770px){
    .rewardpointsreferfriends-dashboard-left {width: 100% !important;}
}



.rewardpointsbehavior-checkout-action{
    /*background-color: #FFE8DB;*/
    float: left;
    margin: 2px 2px 7px 0px;
    padding: 1px;
    width: 172px;
    text-align: left;
}
.account-create .rewardpointsbehavior-checkout-action{
    clear:both;
}
.account-create .rewardpointsbehavior-checkout-action1{
    float: none;
    width: 100% !important;
    margin: 0px !important;
}
.account-login .rewardpointsbehavior-checkout-action1{
    float: none;
}
.rewardpointsbehavior-checkout-action1{
    /*background-color: #FFE8DB;*/
    float: left;
    margin: 0px 0px 0px 5px;
    padding: 1px;
    width: 172px;
    text-align: left;
}
.rewardpointsbehavior-checkout-action .rewardpointsbehavior-icon{
    float: right !important;
}
.rewardpointsbehavior-product-view{
    width: 100%;
    float: left;
}
.rewardpointsbehavior-product-view .rewardpointsbehavior-checkout-action{
    width: auto;
}

.twitter-count-horizontal,
.behavior-facebook-like.behavior-social{
    width: 85px !important;
    /*padding-right: 2px !important;*/
    float:left;
}
#fb-send-id-behavior span{
    vertical-align:baseline !important;
}
#___plusone_0, #___plusone_0 iframe{
    width: 67px !important;
    /*padding-right: 2px !important;*/
}
.behavior-google-plus {width: 67px; display: inline-block;}
.behavior-linkedin {width: 100px; display: inline-block;}
.share-social-button {display: inline;}
/*.share-login {padding-left: 10px; }*/
.behavior-social {display: inline-block; vertical-align: top;}

.behavior-facebook-share .share-button .label {display: inline-block;vertical-align: top;zoom: 1;padding: 1px 4px 0 23px;white-space: nowrap;}
.behavior-facebook-share .share-button {
    font-size: 11px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    max-width: 100%;
    position: relative;
    display: inline-block;
    zoom: 1;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
    background-image: -moz-linear-gradient(top,#fff,#dedede);
    background-image: -o-linear-gradient(top,#fff,#dedede);
    background-image: -ms-linear-gradient(top,#fff,#dedede);
    background-image: linear-gradient(top,#fff,#dedede);
    border: #ccc solid 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
}
.behavior-facebook-share .share-button i {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: transparent url('http://www.gold-collagen.com/skin/frontend/base/default/css/magestore/images/facebook-icon.png') 0 0 no-repeat;
    background-image: url('http://www.gold-collagen.com/skin/frontend/base/default/css/magestore/images/facebook-icon.png');
}
.behavior-facebook-share a.share-button:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e8e8e8));
}
/* 
    Document   : referfriend
    Created on : Aug 9, 2013, 9:19:32 AM
    Author     : Hai
    Description:
        Purpose of the stylesheet follows.
*/
.rewardpoints-referfriend-dialog-refer .top,
.rewardpoints-referfriend-dialog-refer .bot{
    display: none;
}
.rewardpoints-referfriend-dialog-refer .dialog_e,
.rewardpoints-referfriend-dialog-refer .dialog_w {
	width: 0;	
}
#rewardpoints-referfriends-popup{
    background-color: #ffffff;
}
.rewardpoints-referfriend-dialog-refer .dialog_close{
    display: none;
}
.referfriends-title{
    background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/bg-header2.gif") no-repeat scroll 0 0 transparent;	     
    height: 81px;	
    padding: 0 40px;
}
.referfriends-title h2{
    color: #525252;
    padding-top: 41px;
    font-size: 25px;
}
.referfriends-title a{
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 15px;
    color: #e26703;
    text-decoration: none;
}
.referfriends-title a:hover{
    text-decoration: underline;
}
.referfriends-body-refer{
    background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/bg-referfriend.png") repeat scroll 0 0 transparent;
	border: 1px solid #d5d5d5;
    margin: 0;
    padding: 26px 32px 22px;        
    height: 392px;
    font-size: 18px;
    color: #373737;	
}


.referfriends-body-refer h3{
	color: #df543d;
}

.referfriends-body-refer h3 .price{font-weight: bold;}
.referfriends-body-refer .price{
	color: #2f7eb5;
	font-weight: normal;
}
.offer-contact p,
.offer-question p{
	font-size: 16px;
}
.referfriends-body{
    background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/bg-body-box.gif") repeat-y scroll 0 0 transparent;
    margin: 0;
    padding: 10px 40px;
    padding-bottom: 0 !important;
    height: 392px;
    font-size: 13px;
    color: #454545;
}
.referfriends-body-left{
    float:left;
    width: 350px;
}
.referfriends-body-left-description{
    margin-bottom: 10px;
}
.referfriends-body-left-earn{
    height: 80px;
}
.referfriends-body-left-product-title h3{
    font-size: 18px;
    font-weight: nomal;
    color: #e26703;
}
.referfriends-body-right{
    float: left;
    width: 230px;
    margin-left: 20px;
}
.referfriends-body-right-ul li.referfriends-sharelink{
    padding: 4px 1px 4px 60px;
    background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/share.png') no-repeat left center;
    height: 60px;
    color: #454545;
    font-size: 18px;
    font-weight: normal;
}
.referfriends-body-right-ul li.referfriends-sharelink .share-link-url{
    padding: 4px;
}
.referfriends-body-right-ul li.referfriends-sharefacebook{
    height: 60px;
}
.referfriends-body-right-ul li.referfriends-sharefacebook a{
    height: 43px;
    padding: 13px 1px 4px 60px;
    background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/facebook.png') no-repeat left center;
}
.referfriends-body-right-ul li.referfriends-sharetwitter{
    height: 60px;
}
.referfriends-body-right-ul li.referfriends-sharetwitter a{
    height: 43px;
    padding: 13px 1px 4px 60px;
    background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/twitter.png') no-repeat left center;
}
.referfriends-body-right-ul li.referfriends-sharegoogleplus{
    height: 60px;
}
.referfriends-body-right-ul li.referfriends-sharegoogleplus a{
    height: 43px;
    padding: 13px 1px 4px 60px;
    background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/google.png') no-repeat left center;
}
.referfriends-body-right-ul li.referfriends-shareemail{
    height: 60px;
}
.referfriends-body-right-ul li.referfriends-shareemail a{
    height: 43px;
    padding: 13px 1px 4px 60px;
    background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/sendmail.png') no-repeat left center;
}
.referfriends-body-right-ul li{
    height: 52px;
}
.referfriends-body-right-ul li a{
    color: #454545;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    text-decoration: none;
}
.referfriends-bottom{
    background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/bg-bottom.gif") no-repeat scroll 0 0 transparent;
    height: 17px;
}


.rewardpointsreferfriends-dashboard-left{
    float: left;
    width: 58%; /*400px;*/
}
.rewardpointsreferfriends-dashboard-right{
    float: right;
    width: 39%; /*270px;*/
}
.rewardpointsreferfriends-block-content-share{
    padding-left: 8px !important;
}
.box-referfriends-content .box-head h2 {
    background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/icon-links.png") no-repeat scroll left center transparent;
	float: left;
	width: 100%;
	padding: 5px 0;
	text-indent: 25px;
        text-align: left;
}
.rewardpointsreferfriend-box-url .refer-content{
    padding: 4px 1px 0px 60px;
    background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/share.png') no-repeat left center;
    height: 60px;
    color: #454545;
    font-size: 18px;
    font-weight: normal;
    margin: 0 5px;
}
.rewardpointsreferfriend-box-url .refer-content input{
    width: 100%;
}
.refer-sharing-box-content{
    background: #ffffff !important;
    padding: 8px !important;
    margin: 0 !important;
    text-align: justify !important;
}
.info-summary-special-offer p{
    text-align: justify;
}
.info-summary-special-offer img{
    max-width: 100%;
}
h2.email-logo{
    background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/email-color.png') no-repeat;
}
strong.special-title-offer{
    background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/i_ma-reviews.gif') no-repeat; 
    padding-left: 20px
}
div.info-summary-special-offer{
    padding-bottom: 15px;
}
div.info-summary-special-offer p{
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#rewardpoints-referfriends-landing{    
	text-align: center;
}
#rewardpoints-referfriends-landing p{
    margin: 0;
}
.referfriends-body-offer-detail-description{
    font-size: 16px;
}
.parent-body-offer{
    height: auto;
}
.referfriends-body-offer-detail{
    margin-bottom: 20px;
	text-align: left;
}
.referfriends-body-offer{
    min-height: 100px;
}
.offer-howto{
	overflow: hidden;
	margin: 20px 0 20px 0;
	text-align: left;
}

.offer-howto h3{
	font-size: 18px;
}

.offer-howto .offer-question{
    float: left;
    margin-right: 21px;
    width: 48%;
}


.btn-start-shopping {

}
.offer-contact{
    width: 280px;
    float: left;
}


.offer-proceed{
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    text-align: center;
}



/* Refer a Friend */
.allow .step-title {
        cursor: pointer;        
}

 .allow .step-title:hover{
        background: #F9F3E3;
}

 .allow .step-title:hover .number{
        background: #F18200;
        border-color: #F19900;
        color: #FFF;
}

 .allow .step-title:hover h2{
        color: #F18200;
}

 .step,  p.box-content{
        padding: 8px;
}

 .form-list textarea{
        width: 100%;
        height: 100px;
}

 .step-title span.logo{
        width: 16px;
        height: 16px;
        margin-right: 4px;
        border: none;
}

/* Personal */
 #input-personal-url{
        width: 219px;
        float: right;
}
 #input-personal-url #personal_url{
        width: 215px;
}
 #personal_referfriends_url{
        width: 327px;
        text-align: center;
}

/* Email */
 .step-title h2.email-logo{
        background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/email-grayscale.png") no-repeat scroll 5px -2px / 20px 20px;
}
 .active .step-title h2.email-logo, #referfriends-opc-email .step-title:hover h2.logo{
        background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/email-color.png") no-repeat scroll 5px -2px / 20px 20px;
}
.rewardpointsreferfriends-dashboard-right .opc .section .step-title {border-top: 1px solid #ececec;}
.rewardpointsreferfriends-dashboard-right .opc .section .step-title h2 {margin:0px; line-height: 1px;padding: 8px 0px 8px 90px;}
.rewardpointsreferfriends-dashboard-right .opc .section .step-title .logo {max-width: 0px; min-height: 0px;margin-top: 5px;height: 5px !important;}
.rewardpointsreferfriends-dashboard-right ol.opc.referfriends-opc {border-bottom: 1px solid #ececec;margin-bottom:20px;}
.google-plus-share a img{float: left;margin-right: 33px}
/* Google */
 .step-title h2.google-logo{
        background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/gplus-grayscale.png") no-repeat scroll 5px 0 / 18px 18px;
}
 .active .step-title h2.google-logo, #referfriends-opc-google .step-title:hover h2.logo{
        background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/gplus-color.png") no-repeat scroll 5px 0/ 18px 18px;
} 

/* Facebook */
 .step-title h2.facebook-logo{
        background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/facebook-grayscale.png") no-repeat scroll 5px -1px / 20px 20px;
}
 .active .step-title h2.facebook-logo, #referfriends-opc-facebook .step-title:hover h2.logo{
        background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/facebook-color.png") no-repeat scroll 5px -1px / 20px 20px;
}

/* Tweeter */
 .step-title h2.twitter-logo{
        background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/tweet.png") no-repeat scroll -26px -27px / 53px 45px;
}
 .active .step-title h2.twitter-logo, #referfriends-opc-twitter .step-title:hover h2.logo{
        background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/tweet.png") no-repeat scroll -25px 1px / 53px 45px       
}

 .tweeter h2.h2{
        -webkit-border-radius: 3px;
        border: #CCC solid 1px;
        padding: 2px;
        -moz-border-radius: 3px; border-radius: 3px;
        background-image: -moz-linear-gradient(top, white, #DEDEDE);
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#DEDEDE));
        background-image: -ms-linear-gradient(top, white, #DEDEDE);
        background-image: linear-gradient(top, white, #DEDEDE);
        background-image: -o-linear-gradient(top, white, #DEDEDE);
}
 button.tweeter h2.h2 h2{
        background: url('http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/tweet.png') no-repeat -26px 3px;
        padding: 0px 3px 0px 24px;
        color: #1E7EC8;
        margin-left: 2px;
}


 .buttons-set{
        padding-top: 7px;
        border-top: 0px;
        margin-top: 0px;
}

 .referfriends-opc li{
        margin-bottom: 0px;
        border-bottom: none;
}
.referfriends-opc .step{
    padding: 5px;
}
.referfriends-opc .allow .step-title {
    border-bottom: none;
    padding: 4px 8px 6px;
}


/*Fix*/
.action-shopping{
	text-align:center;
}
a.btn-start-shopping { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; display:inline-block; }
a.btn-start-shopping span {
	background: url("http://www.gold-collagen.com/skin/frontend/base/default/css/rewardpointsreferfriends/images/btn_shopping.png") no-repeat scroll top left transparent;
	float: left;
	font-family: Arial;
	font-size: 16px;
	color:white;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
a.btn-start-shopping span span {
	background-position: 100% 0;
	padding:0 40px 0 22px;
}
.referfriends-title a img{
    position: absolute;
    top: 20px;
    right: 40px;
}
.box-rewardpointsreferfriends-history {
    clear: both;
}
/*Search*/
.store-locator-search-box{
    width:99%;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}

.fields.store-locator-list.last {
    float: right;
}
.store-locator-list label{
    width:24%;
}

.store-locator-list select{
    width: 72%;
    padding: 0;
    margin: 0;
    height: 22px;
}
.store-locator-column-left{
    padding-left:2%;
    width:47%;
    float:left;        
}
.store-locator-column-right{
    padding-left:5px;
    width:420px;
    float:right;
}
.store-locator-column-button{
    padding-right:5px;
    text-align:right;
}
/*Content*/
.store-locator-content{
    width:100%;
    height: auto;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    clear:both;
}
/*List store*/
.store-locator-list-store-box{
    border:1px solid #ccc;
    float:left;
    width:29%;
    padding:5px 0px 5px 10px;
    height:520px;
}
.store-locator-list-store-title{
    width:95%;
    font-size:16pt;
    border-bottom:1px solid #ccc;
    margin-bottom:5px;
}
.store-locator-list-store{
    width:93%;
    padding-right:7%;
    height:480px;
    overflow:auto;
}
.store-locator-list-store-item{
    width:100%;
    min-height:100px;
    height: auto;
    margin-bottom:10px;
    border:1px solid #ccc;
    padding:2%;

}
.store-locator-list-store-item:hover{
    background:#E9E9F3;
}
.active{
    background:#E9E9F3;
}
.selecteda{
    background:#E9E9F3;
}
.store-locator-item-content{
    color:#666;
    float:left;
    width:60%;
    font-size:8pt;
}
.store-locator-item-image{
    float:right;
    width:70px;
    height:85px;
    background:#edf7fd;
}
.store-locator-item-name{
    font-size:9pt;
    color:#de5400;
    font-weight:bold;
}
.store-locator-view-detail .store-locator-item-name a{
    text-decoration: none;
    color: #de5400;
}
.store-locator-view-detail .store-locator-item-name a:hover{
    text-decoration: none;
}
.store-locator-item-content a{
    color:#69F;
    text-decoration:none;
}
.store-locator-item-content a:hover{
    text-decoration:none;
}
/*Map*/
.store-locator-map{
    border:1px solid #ccc;
    float:right;
    height:530px;
    width:68%;
}

.store-locator-view-detail{
    width: 40%;
    height: auto;
    float: left;
    min-height: 480px;
}
.store-locator-view-detail a{
    color:#69F;
    text-decoration: none;
}
.store-locator-view-detail label{
    display: block;
    float: left;
    width: 25%;
    font-weight: bold;
    clear: both;
}
.store-locator-view-detail span{
    width: 73%;
    display: block;
    float: right;
    padding-bottom: 2px;
}
.store-locator-view-detail p{
    text-align: justify;
    padding-top:1px;
    padding-bottom: 1px;
    margin: 0;
}
.clear{
    clear:both;
}

.store-pickup-image{
    float :left;
    margin-right: 5px;
}

.locator-main-outer .locator-image-small{
    border: 2px solid #DDDDDD;
    float: left;
    height: 56px;
    overflow: hidden;
    width: 56px;
}
.locator-image-main{
    margin: 0 0 13px;
}
.locator-main-outer .more-views h2 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 11px;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight:  bold;
}
.store-locator-title{
    color: #de5400;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

.more-views ul li {
    float: left;
    padding: 3px;
    margin: 1px;
    border: 1px solid rgb(230, 230, 230);
}
.magestore-map-image:hover img{
    box-shadow: 0 0 5px rgb(155, 148, 148);
}
.locator-image-small:hover img{
    border: 1px solid #ccc;
}
#description {
    overflow: auto;
    max-height: 250px;
}
.store-locator-tag{
    position: relative;
    width:98%;
    padding:1%; 
    margin:auto;
    padding-top: 20px;
    margin-top:13px; 
    border:1px solid #E5E5E5;
    background:url(http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/storelocator/tag-bg.png) repeat;
}
.store-locator-tag a{
    color:#fafafa;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    text-decoration:none;
    display: inline-block;
    padding: 0 12px;
    font-size:11pt;
    margin-bottom: 5px;
    background:#06F;
    border-radius:15px;
    background: #ff9035; /* Old browsers */
    line-height:27px;
    background: -moz-linear-gradient(top,  #ff9035 1%, #ff7400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff9035), color-stop(100%,#ff7400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff9035 1%,#ff7400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff9035 1%,#ff7400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff9035 1%,#ff7400 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff9035 1%,#ff7400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9035', endColorstr='#ff7400',GradientType=0 ); /* IE6-9 */

    box-shadow: 0 1px 2px rgba(0,0,0,0.21); 
}
.store-locator-tag a:hover{
    background: #B6DA25;
}
.magestore-storelocator-getdirection{
   border: 1px solid #E5E6E3;        
   background-color: #FFFFFF;    
   margin-top: -10px;
   margin-bottom: 10px;
   width: 104%;
}
.magestore-storelocator-navigation{
    margin-left: 3px;
    margin-top: 5px;
    margin-bottom:5px;
    display: block;
}
.magestore-storelocator-navigation .store-locator-navigation_image{
	background: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/storelocator/navigation.png) left no-repeat;
	background-position: 0px 0px;
	display:inline-block;
	height: 8px;
    width: 16px;
	margin-right:10px;
}
.magestore-storelocator-directionsPanel{}
.magestore-storelocator-navigation-up{
    background-image: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/storelocator/navigation.png);
    background-position: 16px 0px;

    height: 8px;
    width: 16px;
    margin-left: 107px;
    margin-top: 3px;
    display: block;
}
.store-locator-tag .tag_active{
    background:#B6DA25; 
}

.store-locator-span-tag {    
   font-weight: bold;
    border: 1px solid #E5E5E5;
    position: absolute;
    top: -10px;
    padding:2px;
    background-color: #F1F0F0;
    background:url(http://www.gold-collagen.com/skin/frontend/goldcollagen/default/css/magestore/storelocator/tag-bg.png) repeat;
}

#store_information{
    margin: 20px 0 0 0;   
    min-height: 280px;
}

.open_hour_title{
    background: #E6E6E6 5px;
    padding:0 0 0 30px;
    line-height: 30px;
    height:30px;
    color: #161166;
}
#open_hour{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

#open_hour ul li{
    width: 100%;
    float:left;
}
ul#travel-modes{
    width: 100%;
    float:left; 
    padding: 0 0 0 90px;
}
ul#travel-modes li{
    float:left;
}
ul#travel-modes li input[type="radio"]:checked+label {
background-color: #2a8a15;
}
ul#travel-modes li input[type="radio"] {
visibility: hidden;
position: absolute;
}
ul#travel-modes li label {
cursor: pointer;
display: block;
height: 28px;
width: 40px;
background-color: #d0d0d0;
color: #fff;
text-indent: -9999px;
margin-right: 10px;
}

ul#travel-modes li label, #directionsForm ol.form li.swap-locations-wrapper button#swap-locations {
background-image: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/images/storelocator/sl-directions-form-atlas.png');
background-repeat: no-repeat;
background-position: left top;
}

ul#travel-modes li.transit label {
background-position: -40px top;
}

ul#travel-modes li.walking label {
background-position: -80px top;
}

ul#travel-modes li.bicycling label {
background-position: -120px top;
}
.directions-type{
    float:left;
    margin-bottom:20px;
}
.directions-input{
    margin-bottom:10px;
}
.directions-input label{
    background: black;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.directions-input input{
    height: 21px;
    width: 80%;
}
.error{
    display:none;
}

.swap-locations-wrapper {
height: 0;
position: absolute;
top: 110px;
left: 307px;
}
.swap-locations-wrapper button{
    background-image: url('http://www.gold-collagen.com/skin/frontend/goldcollagen/default/images/storelocator/sl-directions-form-atlas.png');
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: -157px top;
    height: 40px;
    width: 28px;
    border: 0;
}
#get_direction{
    background: green;
    border: 1px green;
    padding: 5px;
    color: white;
}
.ui-tabs .ui-tabs-nav li{
    width: 48%;    
}
.adp-directions{
    float:left;
    width:100%;
}
.adp-summary{
    float:left;
    width:100%;
}

.adp-summary span{
    width: 30%;
    float:left;
    text-align: center;
}

.directions{
    width:70%;
}

.adp-legal-hide{
    background: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/default/images/storelocator/direct-hidden.png) no-repeat;
    height: 50px !important;
    width: 229px !important;
}
.adp table{
    clear:both;
}

#store_search .form-list li .input-text{
    width:300px;
}
#store_search .form-list li{
    clear:both;
}
.popup_newsletter {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2000; }
  .popup_newsletter .button {
    background: #E50B7F;
    width: 25%;
    margin-top: 20px;
    padding: 12px;
    font-family: "Montserrat-Semibold", Verdana, Arial, sans-serif;
    font-size: 16px; }
  .popup_newsletter .popup-1 .register-form .block .actions .button,
  .popup_newsletter .block .actions .button {
    float: left; }
  .popup_newsletter .r-row {
    padding: 0;
    margin: 0; }
    .popup_newsletter .r-row .r-col-100 {
      padding-top: 0;
      padding-right: 0; }
    .popup_newsletter .r-row .r-col-100:last-of-type {
      padding: 40px; }
    .popup_newsletter .r-row #newsletterPopup {
      width: 25%;
      height: 40px;
      margin-top: 20px; }
  .popup_newsletter .popup-inner {
    border: solid #ccc 8px;
    max-width: 1200px;
    min-height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px black;
    background: #fff;
    background-image: url(/skin/frontend/goldcollagen/monsoon/images/minervalabs/newsletterpopup/background.jpg);
    background-repeat: no-repeat;
    background-position: right bottom; }
    .popup_newsletter .popup-inner h2 {
      margin-top: 0;
      padding: 15px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 20px;
      color: #fff;
      background-color: #e6007f;
      text-align: center;
      font-size: 28px;
      text-transform: initial; }
    .popup_newsletter .popup-inner p {
      font-size: 21px; }
  .popup_newsletter .popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    text-decoration: none; }
  .popup_newsletter .popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: black;
    text-decoration: none; }
  @media screen and (max-width: 1024px) {
    .popup_newsletter .popup-inner {
      width: 70%;
      height: 600px; }
      .popup_newsletter .popup-inner #newsletterPopup, .popup_newsletter .popup-inner .button {
        width: 70%; }
      .popup_newsletter .popup-inner br {
        display: none; } }
  @media screen and (max-width: 768px) {
    .popup_newsletter .popup-inner img {
      padding-right: 20px; }
    .popup_newsletter .r-row .r-col-100:last-of-type {
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    .popup_newsletter .popup-inner {
      height: initial;
      width: 90%;
      top: 55%;
      background-position: initial;
      overflow: scroll; }
      .popup_newsletter .popup-inner h2 {
        font-size: 18px;
        margin-bottom: 0; }
      .popup_newsletter .popup-inner p {
        font-size: 12px; }
      .popup_newsletter .popup-inner .popup-close {
        top: 20px;
        right: 20px; }
    .popup_newsletter .r-row #newsletterPopup {
      margin-top: 5px; }
    .popup_newsletter .r-row .r-col-100:last-of-type {
      padding: 10px; } }

@media (min-width: 768px) {
  body.cms-home .popup-inner [class*='r-col-']:first-child {
    padding-right: 0; } }

/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

#custommenu {
    position: relative;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 0 auto;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
div.menu a span {
    display: block;
    height: 28px;
    padding-right: 0px;
    padding-top: 12px;
}
div.menu a span:hover {
    cursor: pointer;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height:13px;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.level3 {
    margin-bottom: 5px;
    padding: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
a.level1:link, a.level1:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 18%; /* for 5 columns*/
    padding: 0px 1%;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
    background: #f1f1f1;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: #f1f1f1;
}
div.menu a, div.wp-custom-menu-popup a {
 -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
div.menu.active a {
    background: #f1f1f1 !important;
    color: #000 !important;
}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Segoe UI";
}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}
a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
a.level3:link, a.level3:visited {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 0px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
    color: #fff;
}
div.menu a:hover, div.menu.active a {
    color: #000;
}
a.level3:link, a.level3:visited {
    color: #333333;
}
a.level3:hover {
    color: #b43f74;
}
a.level2:link, a.level2:visited {
    color: #000;
}
a.level1:hover {
    background: #d3d3d3;
}
a.level2:hover {
    color: #000;
    background: #d3d3d3;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #000;
    display: block;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #f1f1f1;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}


/* cache buster */

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.amtooltip-label{
    text-align: center;
    font-weight: bold;
}

.amtooltip-img{
    margin-bottom: 3px;
}

.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-light {
    border-radius: 5px; 
    border: 1px solid #cccccc;
    background: #ededed;
    color: #666666;
}
.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}
.tooltipster-noir {
    border-radius: 0px; 
    border: 3px solid #2c2c2c;
    background: #fff;
    color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
    font-family: 'Georgia', serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-punk {
    border-radius: 5px; 
    border-bottom: 3px solid #f71169;
    background: #2a2a2a;
    color: #fff;
}
.tooltipster-punk .tooltipster-content {
    font-family: 'Courier', monospace;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

iframe#iframeRegCard { height:518px; width:100%; border:1px solid #666; }

iframe#sagepaydirectpro-iframe-post { height:500px; width:100%; /*border:1px solid #666;*/ border:none; }

div#direct3d-logos { width:351px;margin:0 auto; margin-top:5px; }
div#direct3d-logos img { padding-right:10px; }

div.sagecardh1 h1 { display: inline; }
div.sagecardh1 img { padding-top: 12px; padding-left: 10px; }

select#sagepaytoken_start_yr, select#sagepaytoken_start, select#sagepaytoken_expiration_yr, select#sagepaytoken_expiration { width:125px; }
select#sagepaytoken_start, select#sagepaytoken_expiration { margin-right: 10px; }

form#frmRegCard input.cvv { width:3em !important; }

.sidebar .sagepaysuite-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .sagepaysuite-logo a { float:none; }
body.cms-home .main-container #hp-top-banner .background.slide3-display {
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-position: initial;
  width: 100%;
  left: 0; }

body.cms-home .button + .button {
  margin-left: 0; }

body.cms-home .main-container #hp-top-banner {
  height: 600px; }

.slide {
  max-width: 1200px;
  margin: auto;
  padding-top: 50px; }

body.cms-home .main-container #hp-top-banner img {
  display: inline;
  width: 100%;
  border: solid 1px #ccc; }

body.cms-home .main-container a.button {
  background-color: #E50B7F;
  text-align: center;
  font-size: 12px;
  background-image: url("/media/wysiwyg/promotion/tube/arrow.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 5%;
  padding: 15px 5px;
  color: #fff; }

body.cms-home .main-container a.button:hover {
  background-image: url("/media/wysiwyg/promotion/tube/arrow.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 4%; }

body.cms-home .main-container #hp-top-banner {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out; }

body.cms-home .main-container #hp-top-banner .slide3-display,
body.cms-home .main-container #hp-top-banner .slide2-display,
body.cms-home .main-container #hp-top-banner .slide1-display {
  position: absolute; }

body.cms-home #slide-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  z-index: 150; }

body.cms-home #slide-controls .dots {
  left: 50%;
  position: absolute;
  margin-left: -50px;
  text-align: justify;
  top: 250px;
  z-index: 300; }

body.cms-home #slide-controls .position-1,
body.cms-home #slide-controls .position-2,
body.cms-home #slide-controls .position-3 {
  background: none;
  border: none;
  width: 15px;
  height: 15px;
  background-color: grey;
  opacity: 1;
  border-radius: 100px;
  position: relative;
  float: left;
  margin-left: 10px; }

body.cms-home #slide-controls .right-arrow,
body.cms-home #slide-controls .left-arrow {
  background-repeat: no-repeat;
  width: 42px;
  height: 200px;
  position: absolute;
  cursor: pointer;
  z-index: 400; }

body.cms-home #slide-controls .left-arrow {
  background-image: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/minerva_homepage/arrow_left_minerva.png);
  left: 20px; }

body.cms-home #slide-controls .right-arrow {
  background-image: url(http://www.gold-collagen.com/skin/frontend/goldcollagen/monsoon/images/minerva_homepage/arrow_right_minerva.png);
  right: 20px; }

body.cms-home #slide-controls .left-arrow:hover {
  opacity: 0.4; }

body.cms-home #slide-controls .right-arrow:hover {
  opacity: 0.4; }

@media (max-width: 1024px) {
  body.cms-home .main-container #hp-top-banner {
    height: 500px; }

  body.cms-home #slide-controls .dots {
    top: 200px; } }
@media (max-width: 769px) {
  body.cms-home .main-container {
    top: 135px; }

  body.cms-home #slide-controls .position-1,
  body.cms-home #slide-controls .position-2,
  body.cms-home #slide-controls .position-3 {
    width: 25px;
    height: 25px; }

  body.cms-home .main-container #hp-top-banner .slide1-display,
  body.cms-home .main-container #hp-top-banner .slide2-display,
  body.cms-home .main-container #hp-top-banner .slide3-display {
    top: 0;
    left: 0; } }
@media (max-width: 768px) {
  body.cms-home .main-container {
    top: 85px; }

  body.cms-home .main-container #hp-top-banner {
    height: 300px !important; } }
body.cms-home [class*='r-col-'] {
  padding-right: 0; }

@media (max-width: 600px) {
  body.cms-home .main-container #hp-top-banner {
    min-height: 400px;
    height: 400px; }

  body.cms-home .main-container #hp-top-banner img {
    border: none; }

  body.cms-home a.button {
    width: 100%;
    margin-top: 10px; }

  body.cms-home #slide-controls .left-arrow,
  body.cms-home #slide-controls .right-arrow {
    display: none; }

  body.cms-home #slide-controls .dots {
    top: 210px; }

  body.cms-home .wrapper .page .main-container {
    top: 80px; } }
@media (max-width: 480) {
  body.cms-home .main-container #hp-top-banner {
    height: 220px !important; } }
@media (max-width: 320) {
  body.cms-home .main-container #hp-top-banner {
    height: 350px !important; } }

