/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.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.
 */
 
 
body{ font-family:"Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;} 
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;  font-family:"Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
  font-family:"Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
}

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #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: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  /* 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 */
}
input[type="checkbox"]:focus, input[type="radio"]:focus{outline: none;}

/*
 * 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: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

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

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

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

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

address {
  font-style: normal;
}

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


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

body{
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #666;
  text-decoration: none;
  text-transform: capitalize;
}

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

a:focus {
  color: #000;
}

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

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

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

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #555;
  
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
}

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

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #555;
  
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #555;
  
  font-size:13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
}

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

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

.availability .label {
  display: none;
}

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

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

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

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

/* -------------------------------------------- *
 * 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 #ededed;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
  font-size: 13px;
  font-weight: bold !important;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
  margin-bottom: 0;
  text-transform: capitalize;
  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;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: capitalize;
    -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;
    /*border-width: 1px;
    border-style: solid;
    border-color: #cccccc;*/
    position: relative;
    background-color: #000;
    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 #555;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
	display: none;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    /*background-color: #ececec;*/
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: capitalize;
    -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;
    border: none;
    position: relative;
  }
  .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 #555;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
	display: none;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    /*background-color: #ececec;*/
  }
  .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;
  }
}
/* -------------------------------------------- *
 * 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: capitalize;
  
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 600;
  color: #000;
}
.block-account li a,
.block-cms-menu li a {
  color: #555;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #000;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  /*background: #dddddd;
  color: #555;
  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: #555;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #555;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
  display: block;
  float: none;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #000;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  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: #555;
  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: capitalize;
  display: inline-block;
  color: #555;
  
}

.button2 span:hover,
.button2 span span:hover {
	color: #000;
}
.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: 34px;
  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: 740px) {
  .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(rwd/forevernew/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(rwd/forevernew/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  /*margin: -15px 0 15px;*/
}

.breadcrumbs li {
  float: left;
  font-size: 11px;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
  text-transform: capitalize;
}

.breadcrumbs a {
  float: left;
  color: #7b7b7b;
  letter-spacing: 2px;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #000;
}

.breadcrumbs strong {
  color: #7b7b7b;
  font-weight: normal;
  letter-spacing: 2px;
}

.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:hover,
.btn-previous:hover {
  background-color: #555;
  border-color: #555;
}

.btn-remove:after {
  content: 'X';
  color: #555;
  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 #555;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

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

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

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

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

/* -------------------------------------------- *
 * Container
 */
.main-container{
  max-width: 1200px;
}
.main-container,
.footer{
  position: relative;
  margin: 25px auto 0;
  padding: 0px !important;
}
.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: 20%;
  padding: 0 10px;
  clear:left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 20%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right, .col-left, .col-main{box-sizing: border-box;
  padding: 0 13px !important;}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: right;
  width: 80%;
}

.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;
	/*float: left;*/
    width: 100%;
    margin: 15px 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: 960px;
    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("rwd/forevernew/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

.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 #df280a;
  border-right: none;*/
}

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

.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 {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

.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;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
}

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

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #000;
  font-size: 11px;
  letter-spacing: 1px;
}
.special-price.yousave .label,.special-price.yousave .price{color:#000 !important;}
.price-box .price, .price {
  color: #000000;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.price-box .price-label {
  color: #000000;
  white-space: nowrap;
  
}

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

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
      font-size: 11px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.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: #000000;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #000000;
  padding-left: 0;
}
.price-box .special-price .price {
  color: #a00000  !important;
}
.price-box .special-price .price-label {
  color: #a00000;
  font-weight: 600;
}

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

span.weee {
  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:13px;
}
.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: 185px;
  padding: 8px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  top: 100%;
  left: -85px;
}
.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 #fff;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: capitalize;
  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;*/
}

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border-color: #ededed;
  }
}
.no-touch .product-image:hover {
  /*border-color: #555;*/
}

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

.cms-home .std p {
  display: none;
}

.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 #f1f1f1;
  /*border-top: 1px solid #cccccc;*/
  background: #f4f4f4;
  padding: 5px 10px 0px 10px;
}
.toolbar-bottom .toolbar{
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

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

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

.toolbar,
.pager {
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
  color: #555;
  line-height: 30px;
  font-size:13px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: capitalize;
}

.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: 25px;
  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;
  font: 12px/18px "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important; 
  white-space: nowrap;
  margin: 0 15px 0 0;
  letter-spacing: 2px;
  color: #707070;
  text-transform: capitalize;
}
.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: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #555;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #555;
  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 #555;
}

.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 #555;
  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 #555;
  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 #555;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #555;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

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

/* ============================================ *
 * 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:13px;
  margin-top: 0px;
}

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

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
  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;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

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

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 12px;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
   -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 1px;
  color: #000;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #df280a;
  font-weight: normal;
  
  font-size:13px;
}

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

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

/* -------------------------------------------- *
 * 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;
  width: 100%;
  max-width: 450px;
  padding: 5px;
  resize: none;
}

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

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

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

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] {
  max-width: 365px;
  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: #df280a !important;
  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: 0;
}
.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: #555;
  background-color: #f4f4f4;*/
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 25px;
}
.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: #ececec;*/
}
.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: normal;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  font-size: 14px;
  color: #555;
}

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

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

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

.data-table th {
  /*background: #f4f4f4;*/
  text-transform: capitalize;
  
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 400;
  color: #000;
}

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

.data-table tbody td,
.data-table tfoot td {
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
}

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

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid silver;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * 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:13px;
    
    padding-right: 5px;
    text-transform: capitalize;
  }
  .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:13px;
    
    padding-right: 5px;
    text-transform: capitalize;
  }
  .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: 960px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .page-header-container {
    position: relative;
  }
}
.header-language-container,
.page-header {
  
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #555;
  text-transform: capitalize;
}
.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: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

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

@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:13px;
  }
}
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

@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;
}
.logo img {
  max-width: 90%;
}
.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;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #555;
  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 (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@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;
}

@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: #fff;
}

/* ============================================ *
 * 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: #555;
    text-transform: capitalize;
    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;
  }
}
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 770px) {
  .account-cart-wrapper {
    position: static;
  }
}

/* ============================================ *
 * 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 (max-width: 770px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #ededed;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #555;
  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: capitalize;
  padding-bottom: 21px !important;
  position: relative;
}

/* ============================================ *
 * 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;
	display: none;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #555;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* 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 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #555;
  }
  .nav-primary .menu-active {
    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;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * 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 {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: capitalize;
  }

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

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

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

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

#header-account a:hover {
  color: #555;
}

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

@media only screen and (min-width: 771px) {
  .skip-cart {
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 28px;
    right: 0;
    width: 450px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  
}

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

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

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #555;
    text-transform: capitalize;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
    width: auto;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    /*color: #555;*/
  }
}
.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:13px;
}

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

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
@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 .block-title,
.footer address {
  color: #555;
}
.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: #555;
}
.footer .links a:hover {
  color: #555;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
  margin-top: -14px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: capitalize;
  font-size:13px;
  text-align: right;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(rwd/forevernew/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(rwd/forevernew/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 {
  display: inline-block;
  float: none;
  padding-top: 0;
  width: 150px;
}
.footer .block-subscribe .input-text {
  border-radius: 0;
  border-right: 0 none;
  font-size: 11px;
  font-family: 	"Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  padding: 2px 7px;
  width: 150px;
  height: 22px;
  color: #636363;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  display: inline-block;
  float: none;
  margin: -1px 0 0 -2px;
  vertical-align: middle;
  width: 58px;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.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;
}
@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: right;
    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;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

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

.products-grid .product-name,
.products-list .product-name {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
  font-family:"Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
  margin: 0;
}
.products-grid .product-name a,
.products-list .product-name a {
   letter-spacing: 1px;
}

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

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

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

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

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

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 20px;
  margin-left: 10%;
}

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

/*.products-grid .actions {
  padding-top: 0px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}*/
.products-grid .actions {
  position: relative;
  min-height: 0;
  margin-bottom: 15px;
}

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

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

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 50%;
  margin-right: 0;
}
.products-grid > li:nth-child(even) {padding: 0 5px 0 0}
.products-grid > li:nth-child(odd) {padding: 0 0 0 5px}
.products-grid > li:nth-child(odd) {
  clear: none;
}

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

.products-grid .product-image {
  margin-bottom: 5px;
}
.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("rwd/forevernew/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;
}

@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 {
    width: 33.33%;
    /*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 (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: 25%;
    /*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;
  }
}
/* ============================================ *
 * 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: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  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-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;
  width: 40%;
}
.header-minicart .mini-products-list li .product-details {
  width: 60%;
}
.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;
  margin-bottom: 10px;
  color: #555;
  
  font-size:13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #555;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #555;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif;
  font-size:13px;
  font-weight: bold !important;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
  -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 #555;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ececec;
}
.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:hover {
    color: #555;
  }
  .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 #555;
    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 #555;
    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-color: #555;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
	position: relative;
  }
  .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: #555;
    background-color: #f4f4f4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ececec;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #555;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
}
.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 - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #555;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 40%;
  float: left;
}
.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;
  width: 70%;
}
.product-view .product-shop .price-info {
  float: left;
  padding-left: 0;
  clear:both;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #555;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: capitalize;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #555;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #555;
}
.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 .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .block-related {
  clear: both;
  float: left;
  padding: 0 !important;
  width: 50%;
}
.product-view .add-to-cart-wrapper {
  clear: both;
  float: left;
  padding: 0 !important;
  width:auto;
}

@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: 40%;
  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("rwd/forevernew/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;
  padding-right: 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 */
  margin-top: 25px;
}
.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;
  margin-top: 20px;
  /*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: 0;
  max-width: 100%;
  width: 100%;
}
.product-view .add-to-cart-buttons button{
  background: url('rwd/forevernew/images/add-to-cart-bg.png') no-repeat scroll center center / 100%;
  min-height: 35px;
  height: 35px;
}
.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: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  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 {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@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;
}
.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-bottom: 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 0 0;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: capitalize;
    font-size:13px;
    position: relative;
    bottom: -1px;
	font: 13px "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important
  }
  .product-collateral .toggle-tabs li.current {
    /*border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;*/
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #000;
  }
  .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%;
  }
  .toggle-tabs{display: none;}
  .product-collateral > dl > dt {
    border-bottom: 1px solid #000;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 34px;
    text-transform: capitalize;
    position: relative;
  }
  /*.product-collateral > dl > dt.current{border: none;}*/
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 0 0 10px 0;
	font-size:13px;
	color: #878787;
    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;
    margin-bottom: 10px;
    color: #000;
    
    font-size: 13px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: capitalize;
    -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 10px;
    border-width: 0;
    border-style: solid;
    border-color: #000;
    position: relative;
    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 #555;
    border-bottom: none;
    right: 15px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:hover {
    /*background-color: #ececec;*/
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0;
    border-style: solid;
    border-color: #000;
  }
  .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:hover {
    /*color: #555;*/
  }
  .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 #555;
    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;*/
  }
  #collateral-tabs{position: relative;}
  .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 #555;
    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 .name-wrapper {
  color: #555;
  
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

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

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

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.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;
  border-bottom: 1px solid #ededed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-options-bottom {
  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: #555;
}
@media only screen and (max-width: 1199px) {
  .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: #555;
}

/* "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: #555;
  
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: capitalize;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 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;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.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:13px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: capitalize;
}

.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;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.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 - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * 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 .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 38%;
  background: #f3f3f3;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 15px;
}

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

.checkout-cart-index #postcode {
  width: 100%;
}

.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: 100%;
  }
  .shipping select{max-width:365px !important;}
  .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%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
.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.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.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;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .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;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  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 #eaeaea;
}
.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: capitalize;
  
}
.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-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  font-style: italic;
  font-size:13px;
  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 #555;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #555;
  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: 3.2em;
}
.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:13px;
  }
  .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;
    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:13px;
    
    padding-right: 5px;
    text-transform: capitalize;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size:13px;
  }
  .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: capitalize;
  }
  .cart-table .product-cart-info, .cart-table td[data-rwd-label] {
	  float: left;
	  padding: 0;
	  text-align: left;
	  width: 75% !important;
	}
		
	#shopping-cart-table .product-cart-info a.btn-remove {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	  text-indent: 0 !important;
	}
	#shopping-cart-table .product-cart-info a.btn-remove::after {
	  content: "+";
	  color: #a5a5a5 !important;
	  display: inline-block !important;
	  float: right;
	  font-size: 21px !important;
	  margin-top: -5px;
	  transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	}
  .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:13px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
  background: #fff;
}
.shipping select.validation-failed {
  border-color: #df280a;
}
.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: capitalize;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  
  font-size:13px;
  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: #ececec;*/
  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:13px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  
}
.cart .cart-totals table tfoot strong {
  color: #000;
    font: 16px "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important
}

@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%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  
  font-size:13px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  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: 190px;
}

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

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

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #555;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* 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: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@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;
  background-color: #555;
  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.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #555;
}

.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 select {
  max-width: 365px;
  width: 100%;
}

.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 #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.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: #555;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
  margin-bottom: 6px;
  text-transform: capitalize;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #555;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  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: #555;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  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;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    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;
  display: block;
}
.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;
}
.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 .giftmessage-area {
    max-width: 100%;
  }
  .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%;
  }
}
/* ============================================ *
 * 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;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

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

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(rwd/forevernew/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

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

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #555;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

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

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

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

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size:13px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #555;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * 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-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  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 p {
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size:13px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 100%;
  max-width: 368px;
}
.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: capitalize;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
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;
  margin-left: 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: capitalize;
  font-size:13px;
}
.dashboard .box-account {
  /*padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;*/
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  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: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  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 {
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
}
.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: capitalize;
  font-weight: 600;
  color: #000;
}

.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: normal;
  line-height: 1.5;
  color: #000;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  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: capitalize;
}

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

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@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;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    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 {
    font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  }
  .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: 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 .title-buttons .button + .button {
    margin-left: 0px;
  }
  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;
  }

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

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

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
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;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size:13px;
  line-height: 1.5;
}

/* ============================================ *
 * 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: capitalize;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #000;
  font-size:13px;
  text-transform: capitalize;
  width: 100%;
}
#customer-reviews .review-heading h2 span {
  float: right;
}
#customer-reviews h2 span {
  color: #555;
}
#customer-reviews h3 {
  
  font-size:13px;
  font-weight: normal;
  text-transform: capitalize;
}
#customer-reviews h3 span {
  color: #555;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  
  font-size:13px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: capitalize;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  
  font-size:13px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: capitalize;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size:13px;
  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:13px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
  margin: 10px 0;
  text-transform: capitalize;
}
.ratings-table th {
  width: 20%;
}
#customer-reviews dl dd {
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  
  font-size:13px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #555;
  
  font-size: 10px;
  font-weight: normal;
  text-transform: capitalize;
}

.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:13px;
}
.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:13px;
  text-transform: capitalize;
}
.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 {
    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: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  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:13px;
  text-transform: capitalize;
  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:13px;
  text-transform: capitalize;
}
#wishlist-table .product-name {
  font-size: 16px;
  
  margin-bottom: 0;
  text-transform: capitalize;
}
#wishlist-table .product-name a {
  color: #000;
}
#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: capitalize;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: capitalize;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: capitalize;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: capitalize;
}
#wishlist-table textarea:focus {
  border: 1px solid #555;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  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:13px;
  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 td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  
  font-size:13px;
}
#wishlist-table .price-box .price {
  color: #555;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #555;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #555;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@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:13px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: capitalize;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 770px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.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("rwd/forevernew/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: capitalize;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #555;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
 
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #555;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: capitalize;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #555;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 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: capitalize;
}
.header-minicart .subtotal .price {
  color: #555;
}
.header-minicart .minicart-actions {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: capitalize;
  font-size: 13px;
}
.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 (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@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: #555;
  }
  .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: 15px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .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: 740px) {
  .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;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * 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 #555;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #555;
  cursor: pointer;
  font-size:13px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #555;
  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 #555;
  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: capitalize;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  
  padding-bottom: 10px;
}
.product-review .ratings-table {
  
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size:13px;
  margin-right: 10px;
  text-transform: capitalize;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  
  margin-top: 20px;
  padding: 10px 0;
  text-transform: capitalize;
}
.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 p,
.cms-no-route .std p {
  color: #555;
  font-family: "";
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #000;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #555;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #555;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

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

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Arial,sans-serif !important;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #555;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #555;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ececec;
}
#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:13px;
}
.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 .minimal-price-link .label {
  color: #cf5050;
  
  font-size:13px;
  text-transform: capitalize;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * 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;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size:13px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size:13px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 770px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f4f4f4;
  text-transform: capitalize;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
  
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
  margin-left: 15px;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* ============================================ *
 * 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;
}

.off-pr {
    font-weight: 900;
    position: absolute;
    right: 17px;
    top: 18px;
    transform: rotate(-45deg);
}

#aw-ln-filters-container ol li{
padding: 0 !important;
}

.product-buy-gift-card dt {
display:block !important;
}

.product-buy-gift-card #product-options-wrapper {
padding: 52px 0 0 0;
}/**/ 

/*@font-face {
    font-family: '00216Regular';
    src: url('rwd/forevernew/fonts/00216Regular.eot');
    src: url('rwd/forevernew/fonts/00216Regular.eot') format('embedded-opentype'),
         url('rwd/forevernew/fonts/00216Regular.woff2') format('woff2'),
         url('rwd/forevernew/fonts/00216Regular.woff') format('woff'),
         url('rwd/forevernew/fonts/00216Regular.ttf') format('truetype'),
         url('rwd/forevernew/fonts/00216Regular.svg#00216Regular') format('svg');
}*/


@font-face {
    font-family: 'ITCAvantGardeGothicLTBookRegular';
    src: url('rwd/forevernew/fonts/ITCAvantGardeGothicLTBookRegular.eot');
    src: url('rwd/forevernew/fonts/ITCAvantGardeGothicLTBookRegular.eot') format('embedded-opentype'),
         url('rwd/forevernew/fonts/ITCAvantGardeGothicLTBookRegular.woff2') format('woff2'),
         url('rwd/forevernew/fonts/ITCAvantGardeGothicLTBookRegular.woff') format('woff'),
         url('rwd/forevernew/fonts/ITCAvantGardeGothicLTBookRegular.ttf') format('truetype'),
         url('rwd/forevernew/fonts/ITCAvantGardeGothicLTBookRegular.svg#ITCAvantGardeGothicLTBookRegular') format('svg');
}

@font-face {
    font-family: 'DomaineSansDisplayRegular';
    src: url('rwd/forevernew/fonts/DomaineSansDisplayRegular.eot');
    src: url('rwd/forevernew/fonts/DomaineSansDisplayRegular.eot') format('embedded-opentype'),
         url('rwd/forevernew/fonts/DomaineSansDisplayRegular.woff2') format('woff2'),
         url('rwd/forevernew/fonts/DomaineSansDisplayRegular.woff') format('woff'),
         url('rwd/forevernew/fonts/DomaineSansDisplayRegular.ttf') format('truetype'),
         url('rwd/forevernew/fonts/DomaineSansDisplayRegular.svg#DomaineSansDisplayRegular') format('svg');
}

@font-face {
    font-family: 'DomaineSansTextRegular';
    src: url('rwd/forevernew/fonts/DomaineSansTextRegular.eot');
    src: url('rwd/forevernew/fonts/DomaineSansTextRegular.eot') format('embedded-opentype'),
         url('rwd/forevernew/fonts/DomaineSansTextRegular.woff2') format('woff2'),
         url('rwd/forevernew/fonts/DomaineSansTextRegular.woff') format('woff'),
         url('rwd/forevernew/fonts/DomaineSansTextRegular.ttf') format('truetype'),
         url('rwd/forevernew/fonts/DomaineSansTextRegular.svg#DomaineSansTextRegular') format('svg');
}





input{/*font-family:'' !important;*/}
@font-face{
	/*font-family:'';
  src: url('rwd/forevernew/fonts/.eot?#iefix') format('embedded-opentype'),  url('rwd/forevernew/fonts/.otf')  format('opentype'),
	     url('rwd/forevernew/fonts/.woff') format('woff'), url('rwd/forevernew/fonts/.ttf')  format('truetype'), url('rwd/forevernew/fonts/.svg#') format('svg');*/
  font-weight: normal;
  font-style: normal;
}
select { border: 1px solid #aeaeae;  background: transparent; padding: 0; height: 25px; margin-right:10px;}
select option{padding: 2px 5px;}

@font-face{
  /*font-family: '-light';
  src: url('rwd/forevernew/fonts/-Light.eot?#iefix') format('embedded-opentype'),  url('rwd/forevernew/fonts/-Light.otf')  format('opentype'),
	     url('rwd/forevernew/fonts/-Light.woff') format('woff'), url('rwd/forevernew/fonts/-Light.ttf')  format('truetype'), url('rwd/forevernew/fonts/-Light.svg#-Light') format('svg');*/
  font-weight: normal;
  font-style: normal;
}
.bxslider img {
  width: 100%;
}
.bx-pager-item{display: inline-block;}
.bx-controls {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}
.bx-wrapper {
    position: relative;
}
.catalogsearch-result-index .products-grid {
  margin-top: 35px;
}
body{font-family: 'Nunito', sans-serif !important; font-size: .875rem; color: #231F20; font-weight: 300; line-height: 1.25rem;}
body.cms-home .main-container{padding-bottom:0px;}

a {
    color: #231F20;
}

/*Logo*/
.logo {max-width:none;min-height: 90px;padding-bottom: 0;padding-top:65px;width:auto;}

header{background:#000;font-family: 'Nunito', sans-serif !important;}
header *{color:#fff;}
header a:hover{text-decoration:none; color: #fff;}
header a:focus{text-decoration:none; color: #fff;}
#header .page-header-container{max-width:1366px;padding:0px !important;margin:0 auto;}

.headerTop .headerTop_left{float:left;margin-top:25px;padding-left:15px;}
.headerTop .headerTop_left li{float:left;}
.headerTop .headerTop_left li a{padding:0 15px;border-right:2px solid #fff;font-size:13px;font-family: 'Nunito', sans-serif !important; letter-spacing: 1px;}
.headerTop .headerTop_left li:last-child a{border-right:none;}
.headerTop .headerTop_left li:first-child a{padding-left:0px;}
.headerTop .headerTop_right{float:right;margin-top:25px;padding-right:15px; overflow: visible; clear: none; border: none;}
.headerTop .headerTop_right li{float:left; position: relative;}
.headerTop .headerTop_right li a{padding:0 15px;border-right:2px solid #fff;font-size:13px;display:block;text-transform:capitalize;font-family: 'Nunito', sans-serif !important; background: none; letter-spacing: 1px;}
.headerTop .headerTop_right li a img{margin-right:10px;}
.headerTop .headerTop_right li a img,.headerTop .headerTop_right li a span{float:left;}
.headerTop .headerTop_right li:last-child a{border-right:none;padding-right:0px; width: auto !important; height: 23px;}
.headerTop .headerTop_right li:last-child a span {line-height: 18px; background: none; top: 0; font-family: 'Nunito', sans-serif; font-size:13px; font-weight:500;}
.headerTop .headerTop_right li:last-child a span.count::before{content: "("}
.headerTop .headerTop_right li:last-child a span.count::after{content: ")"}
.headerTop .headerTop_right li:last-child a span > img{margin: -5px 0 0 2px;}
.headerTop_right .header-minicart .subtotal { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; float: left; width: 100%; padding-left: 0;}
.headerTop_right .header-minicart .block-subtitle .close {
  position: absolute;
  right: -30px;
  top: -9px;
}
.headerTop_right .header-minicart .subtotal span {color: #000;font: 400 16px 'Nunito', sans-serif !important;}
.checkout-types.minicart { float: left; max-width: 100%; width: 47%; margin-left: -13px !important;}
.headerTop_right .minicart-actions .cart-link { margin-top: -11px;}
.headerTop_right .header-minicart .empty{text-align: center;}
.headerTop_right .header-minicart .block-subtitle {
  border-bottom: 2px solid #ccc;
  color: #000;
  font: 18px/1.5 'Nunito', sans-serif !important;
  letter-spacing: 2px;
  margin: 0 !important;
  padding: 0 0 15px;
  text-align: center;
}
.info-wrapper .qty-wrapper span {
  color: #939598;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.headerTop_right .header-minicart .block-subtitle span {
  color: #000;
  display: inline-block;
  margin-left: 10px;
}
.giftcard-view .product-shop,.giftcard-view .product-img-box {
  width: 50%;
}
.giftcard-view .product-img-box {padding-right: 15px !important}
.giftcard-view .product-shop select, .giftcard-view .product-shop input.input-text{max-width: 364px; height: 23px; border: 1px solid #000; border-radius: 0;width: 100%}
.giftcard-view .product-shop #product-options-wrapper dd {
  border: medium none !important;
  max-width: 364px !important;
  width: 100% !important;
  padding: 0 !important;
}
.giftcard-view .product-shop .product-options-bottom {
  max-width: 364px !important;
  padding-right: 0 ;
  width: 100%;
}
.giftcard-view .product-shop .qty-wrapper{
  width: 100%;
}
.giftcard-view .product-shop .qty-wrapper select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("rwd/forevernew/images/dropdownbg.png") no-repeat scroll right center;
  max-width: 364px;
}
#product-addtocart-form-acp select {
  -moz-appearance: none; padding:0 0 0 10px;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0) url("rwd/forevernew/images/dropdownbg.png") no-repeat scroll right center;
  border: 1px solid #000;
  margin: 0 !important;
}
#product-addtocart-form-acp select#qty {
    padding-right: 23px;
    width: 48%;
    position: relative;
    top: -30px;
    float: right;
    clear: both;
}
#product-addtocart-form-acp .product-options{
 padding-right: 12px; 
}
#acp-product-options .aw-acp-btn-container {
    margin: 5px auto 5px auto;
    padding-left: 10px;
    float: left;
    width: 100%;
    margin: -14px 0 0 0 !important;
}





.giftcard-view .product-shop .product-view .add-to-links{margin: 15px 0}
.giftcard-view .product-shop #product-options-wrapper textarea {border: 1px solid #000; border-radius: 0; resize: none; width: 100%;font-size: 11px; letter-spacing: 2px;   padding-right: 25px;  text-transform: capitalize; margin-bottom: 25px;}
.headerTop_right .skip-cart.no-count .count{display: block;}
.checkout-types.minicart a { margin: 0;}
.headerTop_right .minicart-message { background: #fff none repeat scroll 0 0; height: 22px; opacity: 1; padding: 0 15px !important; position: absolute; z-index: 5;}
.aw-ln-filter-options-range-slider-wrapper-left{margin: 0 -5px 0 -6px !important;}
#cart-sidebar .item-options > dt,#cart-sidebar .item-options > dd{color: #000; font-style: normal; font-weight: normal; margin:0; padding: 0;}
#cart-sidebar .item-options > dt {font-size: 12px;line-height: 22px; margin-bottom: 8px; text-transform: capitalize; width: 68px;}
#cart-sidebar .item-options > dt::after { display: none;}
.header-minicart .info-wrapper .qty-wrapper td{padding-left: 22px;}
header .logo{position:absolute;margin:0 auto;transform: translateX(-50%); -webkit-transform: translateX(-50%); top:25px;left:50%;padding-top:0px;}
#nav>div input{background:none repeat scroll 0 0 #000;border:1px solid #fff;color:#fff;position:absolute;right:0;width:226px;z-index:111;display:none;}

#header .right_section{float:right;width:42%;}
#header .right_section .ct{border:1px solid #d7d7d7;padding:4px 14px 4px 6px;float:right;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:0px;}
#header .right_section .ct li{float:left;color: #999999;float: left;font-size: 12px;margin: 0;padding: 0 17px 0 0;}
#header .right_section .ct li:first-child{padding: 0 24px 0 0px;}
#header .right_section .ct li a{color:#999999;font-szie:12px;}
#header .right_section .ct li select{border:none;width:80px;color: #999999;}

.marketing_banners {
  background: #ebdcdc none repeat scroll 0 0;
  color: #939598;
  line-height: 17px;
  padding: 10px 0;
  text-align: center;
}
.marketing_banners:before,.marketing_banners::after {
  content: "";
  display: block;
  clear:both;
}
.marketing_banners .strip {
  width: 33.33%;
  float: left;
  letter-spacing: 2px;
  font-size: 11px;
}

.marketing_banners .strip:not(:last-child) {
  border-right: 1px solid #999;
}


.pager{width: 100% !important; text-align: right;}
.pager > .count-container {
    float: none;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    line-height: 22px;
}
.pager .sort-by {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    line-height: 22px;
}
#aw-ln-filters-container dd {
    padding-bottom: 15px !important;
}

#basketTitleWrap{float:right;clear:both;margin:10px 0 15px 0;}
#basketTitleWrap>div{float:left;}
#basketTitleWrap .mybag-base-textbase{border:1px solid #d7d7d7;border-left:none;float:left;line-height:27px;}
#basketTitleWrap .mybag-base-textbase li{float:left;padding:0 10px 0 0;color:#828387; font-family: 'Nunito', sans-serif !important;font-size:12px;}
#basketTitleWrap .mybag-base-textbase ul li.mybag{padding:0 15px 0 0;}
#basketTitleWrap .mybag-base-textbase ul li.mybag a{color:#000;}
#basketTitleWrap .mybag-base-textbase ul li.checkout{padding: 0px; font-family: 'Nunito', sans-serif !important;font-size: 12px;color: #dddddd;width: 92px;border-left: 1px solid #d7d7d7;float: right;text-align: center;}
#basketTitleWrap .mybag-base-textbase ul li.checkout a{color:#dddddd;}
.search-base{margin: 0 0 0 18px;padding: 0px;height: 21px;clear:both;float:left;width:calc(100% - 18px);}
.search-base-signin{margin: 0px;padding: 0px;float: left;height: 21px;line-height: 21px;}
.search-base-signin li{margin:0px;padding: 0 6px 0 0;float: left;font-family: 'Nunito', sans-serif !important;font-size: 12px;color:#666666;}
.search-base-signin ul li a {color: #666666;text-decoration:none;}
.search-box {margin:0px;padding:0px;float:right;}
.search-box ul li{margin:0px 0px 0px 0px;padding:0px;float:left;}
.search-box ul li .input1 {margin: 0px;padding: 0 0 0 5px;float: left;background: url(rwd/forevernew/images/input-bg.gif);background-repeat: repeat-x;height: 22px;line-height: 22px;border: none;font-size: 12px;color: #b6b6b6;width: 111px;letter-spacing:3px;}
.search-box ul li .button {margin: 0px;padding: 0px;float: left;background: url(rwd/forevernew/Images/search-bg.gif);height: 22px;width: 95px;border: none;cursor: pointer;}

/*Top Menu*/
#header-nav {display: block;margin-top:34px;letter-spacing:3px;border-bottom:none;padding-bottom:15px;}
.nav-primary {display: block;margin-top: 0;text-align:center;}
/*.nav-primary li{position:static;}*/
#nav{line-height:27px;height:27px;position:relative;}
#nav li {float:none;height:auto;margin:0;padding: 0;font-size:13px;display:inline-block;}
#nav li:last-child a{border-right:none;}
#nav .nav-primary a {height:auto; float:none; text-decoration:none; line-height:auto; white-space: normal; color: #FFF; text-align: center; border-right:none; padding: 0 12px; margin: 0px; text-align: center; font-family: 'Nunito', sans-serif !important; font-weight:100 !important; letter-spacing:1px; font-family: 'Nunito', sans-serif !important;}
#nav .nav-primary li.level0 > a{letter-spacing: 1px;}
#nav .nav-primary .level0:first-child a{padding-left:0px;}
#nav .nav-primary a b{font-weight:normal !important;font-family: 'Nunito', sans-serif !important;}
#nav .parent ul{position:absolute;top:27px;left:0px;width:100%;background:#000;}
#nav .parent ul{text-align:center;}
#nav .parent ul li{display:inline-block;float:none;font-family: 'Nunito', sans-serif !important;}
#nav .nav-primary>li:hover{color:#fff;}
#nav .nav-primary>li:hover a{color:#fff;}
#nav .nav-primary>li:hover>.parent{background:#000;}
#nav .nav-primary li.level1 a{border-bottom:none;}
body.cms-home .wrapper .page>.main-container.col1-layout{padding-top:3px;}
.nav-primary li.level0.parent:hover > a > b::after { border: 18px solid transparent; border-top: 18px solid #000; content: " "; position: absolute; top: 33px; z-index: 555;  left: 50%; margin-left: -18px;}
/* *************New Additions ********** */
.nav-primary li.level0 li.level1 > a::after{content: none;}
.nav-primary li.level0 li.level1 > a {
  color: #808285 !important;
  /*margin-bottom: 10px !important;*/
  text-transform: none;
  font-size: 15px;
  letter-spacing: 1.1px;
  line-height: 30px;
}
.nav-primary li.level0 li.level1{
  /*margin-bottom: 20px !important;*/
}
.nav-column .level0 {
  -moz-column-count: 4;
  -ms-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  display: block !important;
}
.footer {
  max-width: 1366px;
}
.mega_menu_slot .nav-column ul li {
  display: inline-block !important;
  min-width: 150px;
}
.nav-primary li.level0 li.parent > ul >li{display: block !important}
/* ************************************* */
/*Search*/
/* ********** CHnages ****************** */
#search {
  font-family: 'Nunito', sans-serif !important;
  height: 28px  !important;
  padding-right: 0;
  text-transform: capitalize;
  width: 145px !important;
  border: none !important;
  font-size: 13px;
}
/* ********** CHnages ****************** */
.search_div input{ transition: 1s; }
#header-search.search_div{height: 30px;position: absolute;top: -2px;width: 30px; left:0; border-color:transparent;transition: width 300ms linear 0s; overflow: hidden;}
#header-search.search_div.open{overflow: visible}
.search_div .search{position:absolute; right:0px;top:9px;background:#000;}
.search_div input{width:100%;background:transparent ;border:none;outline:none;font-size:13px !important; }
.search_div.search_open{width: 170px;border:1px solid #fff;}
.search_div input:placeholder{color:#fff !important;}
.search_div input::-moz-placeholder{color:#fff !important;opacity:1;}
.search_div input::-webkit-input-placeholder{color:#fff !important;}
/* .search_div .search{position:absolute;left: 0;top: -10px;transition: 1s;}
.search_div.in_expan  input{width:100px; visibility: visible; }
.search_div input{border:1px solid #fff;background:none; left: 25px; position: absolute;top: -18px; }
.search_div input:focus{outline:none;}

.search_div{position:relative;width:110px;}
.search_div.in_expan .search{right:0px;} */
#cart-sidebar .product-image {border: medium none;}
#cart-sidebar .product-image {
  display: inline-block;
  float: left;
  height: auto;
  width: 32% !important;
}
#header-cart.skip-active{padding: 18px 40px 30px; border: none !important; box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2);}
#cart-sidebar li{width:100%;float:left;padding:0;}
.header-minicart .info-wrapper {
  margin-bottom: 15px !important;
}
.header-minicart .mini-products-list li .product-details {
  width: 68% !important;
}	
.mini-products-list .product-details .product-name {
  padding: 0 !important;
}
.mini-products-list .product-details .product-name a{
  padding: 0 !important;
}
.mini-products-list .product-details .price {
  font-size: 16px;
  margin: 0;
}
.mini-products-list .product-details .product-name a {
  font-weight: normal !important;
  letter-spacing: 2px !important;
}
.mini-products-list .product-details .option-wrapper span {
  color: #939598;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.header-minicart  .qty-wrapper td {
  height: auto;
  line-height: 15px;
}
..header-minicart .qty-wrapper td span {
  color: #939598 !important;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px !important;
}
.headerTop_right .header-minicart .subtotal {
  border-top: none;
  padding-top: 5px;
}
.headerTop_right .header-minicart .subtotal span.label {
  float: left;
}
.headerTop_right .header-minicart .subtotal span.price {
  float: right;
}
.header-minicart .info-wrapper td {
  clear: right;
  color: #939598 !important;
}
#cart-sidebar .qty-wrapper > td {
  padding: 0 !important;
}
#cart-sidebar .product-details > a {
  background: url('rwd/forevernew/images/closehover.png') no-repeat;
  display: block;
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 999px;
  top: 0;
  width: 15px !important;
}
.header-minicart .mini-products-list li {
  border-bottom: 2px solid #ccc;
  margin: 0 !important;
  padding: 13px 0 0 !important;
}
#cart-sidebar .product-details .qty-wrapper th {color: #000;}
#cart-sidebar .product-details a {color: #000; display: inline; padding: 0;}
#cart-sidebar .product-details .product-name a {color: #000;font-weight: 600;letter-spacing: 0.5px;}
#cart-sidebar .product-details .qty-wrapper input.qty.cart-item-quantity {height: auto; width: 30px; color: #000; text-align: center;}
#cart-sidebar .product-details .qty-wrapper input.qty.cart-item-quantity :focus{border-color: #000;}
#cart-sidebar .product-image, #cart-sidebar .product-image img {margin: 0 !important;padding: 0 !important;}
#cart-sidebar .product-details .qty-wrapper button {background: #000 none repeat scroll 0 0; color: #fff;font: 12px 'Nunito', sans-serif !important; height: 24px;margin-left: -7px;margin-top: -4px;padding: 0; width: 30px; border-radius: 2px; opacity: 1;}
.truncated_full_value.show .item-options dt, .truncated_full_value.show .item-options dd { color: #000; font: 13px 'Nunito', sans-serif !important;}
.truncated_full_value.show .item-options dt{width: 50px;color: #555;}
.truncated_full_value.show .item-options dd{color: #555;}
.info-wrapper th,.info-wrapper .price{color: #000; font-weight: 400;}
.info-wrapper .price {color: #000;letter-spacing: 0.5px; margin-left: 24px;}
.minicart-actions a,.minicart-actions a:hover {color: #000; margin: 2px 25px !important;}
.headerTop_right .minicart-actions .cart-link {
  border: 1px solid #000 !important;
  display: block;
  height: auto !important;
  line-height: 30px;
  margin: 0 !important;
  padding: 5px 0 !important;
  position: static;
}
#minicart-success-message{display: none;}
.minicart-wrapper .note {
  float: left;
  font-size: 12px;
  line-height: 15px;
  margin: 15px -15px -10px;
}
.magestore-invalid-email {margin-top: 12px; margin-left: 0!important;font-size: 13px; width: 100%; max-width: 100%; float: left; line-height: 15px;}
#magestore-create-back {margin: 0 !important;}
.mini-products-list .product-details{ /*margin-left:87px !important;*/ }
.headerTop_right .header-minicart .minicart-actions .checkout-button { background: #000 none repeat scroll 0 0; color: #fff; display: inline-block; height: auto !important;  line-height: 18px; min-width: 0; padding: 5px 15px !important; text-align: center;}
/*Banner*/
.std ul li{margin-left:0px;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom:32px !important;width:auto !important;right:19px !important;}
.bx-wrapper .bx-controls .bx-pager.bx-default-pager a{padding:4px 5px;border-radius:0px !important;text-indent:0px !important;width:auto;height:auto;background:#000;color:#fff;margin-right:5px;margin-left:0px;}
.bx-wrapper .bx-controls .bx-pager.bx-default-pager a:hover{text-decoration:none;background:#fff;color:#000;}
.bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active{background:#fff;color:#000;}
.box-collateral.box-related {
  border-left: 1px solid #000;
  float: left;
  padding-left: 15px;
  width: 20%;
  clear: none;
}

.offer-base ul li {float:left;margin:0;padding:0 1px 0 0;list-style-type:none;width:33.33%;}
.offer-base ul li img{max-width:100%;text-align:center;margin:0 auto;width:100%;}

.add-section{width:100%;margin:0px auto 0 auto;padding-top:0px;}
.add-section li{width:calc(50% - 2px);float:left;padding-right:2px;margin-top:20px;}
.add-section li:last-child{margin-right:0px;width:calc(50% - 2px);padding-left:2px;padding-right:0%;float:right;}
.add-section li a{width:100%;}
.add-section li img{width:100%;}

/*Footer*/
.footer-container{padding:0px;margin-top:15px;background:#f1f1f1;}
.footer{border-top:none;}
.bottom-link-base { margin: 0 0 7px;padding:0 24px 0 24px;}
.bottom-link-base .left {color: #000000;float: left;font-family: 'Nunito', sans-serif !important;font-size: 10px;letter-spacing: 0.1em;margin: 0;padding: 0;text-transform: capitalize;width:50%;}
.bottom-link-base .left span{float:left;}
.bottom-link-base .right .join-base {float:right;margin:8px 0 0 30px;padding:0;}
.bottom-link-base .right .join-base ul li {float: left;line-height: 22px;margin: 0;padding: 0;}
.bottom-link-base .right .join-base ul li .input2{background: url("rwd/forevernew/images/input-bg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);border: medium none;color: #b6b6b6;float: left;font-family: 'Nunito', sans-serif !important;font-size:11px;height:22px;line-height:22px;margin:0;padding:0 0 0 5px;width:auto;}
.bottom-link-base .right .join-base ul li .button2 {background: url("rwd/forevernew/images/join-bt.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);border: medium none;cursor: pointer;float: left;height: 22px;margin: 0;padding:0;width: 58px;}
.bottom-link-base .right {width:30%;float:right; max-width: 304px;}
.bottom-link-base .right ul{float:right;}
.bottom-link-base .right ul li {color: #000000;float: left;font-family: 'Nunito', sans-serif !important; font-size: 10px;letter-spacing: 0.1em;margin: 0;}
.bottom-link-base .right ul li a {color: #000000;text-decoration: none; display: block;padding: 0 16px 0 0; width: 100%; height: 100%;}
.bottom-link-base .right ul li.ficon {display: inline;height: auto;margin: 8px 0 25px 0;padding:0px; text-align: right !important;}
.bottom-link-base .right ul li.ficon  img{display:inline;}
.social_media_links { margin: 25px 0;}
.social_media_links li { background:  url(rwd/forevernew/images/social_icons.png) no-repeat; display: inline-block; float: none !important; height: 20px;  width: 20px;margin: 0 0 0 10px !important;}
.social_media_links li.email{ background-position: 0px center; }
.social_media_links li.facebook{ background-position: -28px center; }
.social_media_links li.instagram{ background-position: -58px center; }
.social_media_links li.twitter{ background-position: -86px center; }
.social_media_links li.pinterest{ background-position: -114px center; }
.social_media_links li.youtube{ background-position: -144px center; }
.social_media_links li.googleplus{ background-position: -175px center; }
.footer .block-subscribe{margin-bottom: 15px !important}
.footer .leftMenu{padding-top:24px;}
.footer .leftMenu>li {float:left;color:#000;font-family: 'Nunito', sans-serif !important;font-size:11px;width:33.33%; line-height: 1;}
.footer .leftMenu ul{margin-top:0;font-size:11px;color:#7f7f7f;line-height:1; letter-spacing: 2px;}
.footer .leftMenu > li p{font-size: 12px; letter-spacing: 2px;}
.footer .leftMenu ul li{margin-top: 14px;}
.footer .leftMenu ul li a{color:#999;transition:color 0.2s linear 0s; letter-spacing: 1.3px;}
.footer .leftMenu ul li a:hover{color:#000;text-decoration:none;}


.footer .right>span{display:block;text-align:right;clear:both;font-size:10px;margin-top:20px;}

.copyright{padding:0 24px 15px 24px;/*margin-bottom:15px;*/}
.copyright ul.cards + ul li {
  color: #7e8285;
  float: left;
  font-family: 'Nunito', sans-serif !important;
  font-size: 10px;
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
}.copyright ul.cards + ul li:not(:last-child) {border-right: 1px solid #000;}
.copyright ul li a {color: #000 ;text-decoration: none;}
.searchautocomplete-loader.UI-LOADER {right: 25px !important;  top: 6px !important;}
#ajaxcartpro-progress > img {display: block;margin: 0 auto;}
#ajaxcartpro-add-confirm a {display: block;margin: 17px auto 12px !important;}
.copyright > ul {
  display: inline-block;
  vertical-align: middle;
}
.cards li {
  background: url('rwd/forevernew/images/cards.png') no-repeat;
  display: inline-block;
  float: none !important;
  height: 27px;
  width: 65px;
}
.cards li.norton{background-position:  -3px center;}
.cards li.mastercard{background-position: -66px center; width: 47px;}
.cards li.visa{background-position: -114px center; width: 40px;}
.cards li.paypal{background-position:  -161px center; width: 52px;}
.cards li.amex{background-position:  -215px center;}

.clr{clear:both;}
.mobile_menu{display:none;}
/*========== mega menu start here========*/
.mega_menu_slot {left: 0;position: absolute;top:42px;z-index:13;background:rgba(255,255,255,1);width:100% !important; box-shadow:  0 0 10px rgba(0,0,0,0.5);}
/*.mega_menu_slot ul{display:block !important; background: transparent !important;  position:relative; !important;top:0px !important;width: 50% !important; position: relative !important;border:none !important; }*/
.mega_menu_slot ul{display:block !important; background: transparent !important;  position:relative; !important;top:0px !important; position: relative !important;border:none !important; }


/*.mega_menu_slot .nav-column {float: left;padding: 30px 0;width: 22%;}*/
.mega_menu_slot .nav-column {float: left; min-width: 150px;padding: 30px 15px 30px 0; width:60%;}
/*
.level0.menu-active .mega_menu_slot{
  display: block;
} */
.mega_menu_slot .nav-image{width:40%; padding: 30px 15px 30px 0; float:left;}
.mega_menu_slot .nav-image img{max-width: 100%;}
.mega_menu_slot .nav-column  a {display: block;font-weight: bold;line-height: 26px;  color: #808285 !important;}
.mega_menu_slot .nav-column  a:hover {color: #000 !important;}
.mega_menu_slot .nav-column li a:hover {color:#000 !important;}
.mega_menu_slot .mega_menu_inner_wrap{max-width:1366px;margin:0px auto; padding: 0 50px;} 
.mega_menu_slot .nav-column  ul li{ min-width: 150px;} 
.menu-active .mega_menu_slot .nav-column a{color:#808285 !important;}

.searchautocomplete .nav{background: none  !important; float: none  !important; height: auto  !important; position: static; width: auto !important;height: 30px  !important;}
.searchautocomplete .nav-submit-button {background: #000 none repeat scroll 0 0 !important; color: #000; cursor: pointer; float: left !important; height: 27px !important;overflow: hidden; padding-left: 0 !important; position: absolute; right: 0; top: 1px; width: 29px !important; z-index: 18;}

.searchautocomplete .nav .nav-input input{border: 1px solid #555; border-radius: 0;}
.searchautocomplete{background: none  !important; width: auto !important; height: auto !important; padding: 0 !important; position: static !important;}

.searchautocomplete .nav .nav-input input {background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; color: #fff !important; height: 30px !important; margin: 0 !important; padding: 0 30px 0 5px !important; text-transform: capitalize;}
#header-search:hover .searchautocomplete .nav .nav-input input, #header-search.open .searchautocomplete .nav .nav-input input {}
#header-search:hover #search_autocomplete ,#header-search.open #search_autocomplete,#header-search.open #search_autocomplete ul{display: block !important;}
#header-search:hover #search_autocomplete::before, #header-search.open  .search-autocomplete::before{display: none !important;}
#header-search:hover #search_autocomplete ul::before, 
#header-search:hover #search_autocomplete ul::before, #header-search.open .search-autocomplete ul::before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 7px;
  content: " ";
  left: 60%;
  position: absolute;
  top: -14px;
  z-index: 1;
}
#cart-sidebar .info-wrapper th {
  font-size: 12px;
}
#header-search:hover #search_autocomplete, #header-search.open #search_autocomplete {
  display: block !important;
  left: auto !important;
  position: absolute !important;
  right: -2px !important;
  top: 44px !important;
  width: 250px !important;
}
.search-autocomplete ul {
  border: medium none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  left: initial !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}
.search-autocomplete ul li {
  border: medium none !important;
  float: left !important;
  padding: 0 15px !important;
  width: 100% !important;
  letter-spacing: 0;
  text-transform: capitalize;
}
.search-autocomplete ul li:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff !important;
}
.search-autocomplete ul li.selected {
  background-color: #000;
  color: #fff !important;
}
.search-autocomplete ul li .amount{color: #000 !important;}
.search-autocomplete ul li.selected .amount, .search-autocomplete ul li:hover .amount{color: #fff !important;}

.input-box[for="mini-rememberme"] {
  margin-top: 10px;
}
#header-search:hover, #header-search.open{width: 147px; border: 1px solid #fff;}
.nav-primary li:last-child {display: inline-block !important; float: none !important; height: 30px !important;vertical-align: middle; position: relative;width: 30px;}
.nav-input.UI-NAV-INPUT {margin: 0 !important; padding: 0 !important;}
.searchautocomplete .nav-submit-button .button, button.custom-search.button {
  background: #000 url("rwd/forevernew/images/search.png") no-repeat scroll 6px 9px !important;
  border: medium none !important;
  border-radius: 0 !important;
  color: transparent !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px !important;
  z-index: 0 !important;
}

button.custom-search.button span {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder::before{	left: initial !important;right: 30px !important; }
.searchautocomplete .searchautocomplete-placeholder{	top: 42px !important;right: 0 !important;color: #000 !important; padding: 7px 3px;}
.searchautocomplete .searchautocomplete-placeholder::before{border-width: 11px !important; top: -22px !important; border-color: transparent transparent  #fff !important; }
.searchautocomplete .searchautocomplete-placeholder a,.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong{color: #000 !important}

.searchautocomplete .searchautocomplete-placeholder ul {background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;border: medium none !important; display: block !important;position: static !important;width: 100% !important;}
.searchautocomplete .searchautocomplete-placeholder ul li {border: medium none !important;border-bottom: 1px solid #ccc !important;display: block !important;width: 100% !important;height: auto !important;}
.searchautocomplete .searchautocomplete-placeholder ul li.active{background: none!important;}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {display: inline-block !important; font-weight: bold; margin-bottom: 3px; padding: 0 !important; text-align: left !important;  width: 196px !important;}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image { margin: 7px 5px 0 0 !important;}
.block-subscribe .block-content > span {  color: #000;  display: block;  font-size: 11.5px;  line-height: 1;  margin-bottom: 4px;line-height: 1; letter-spacing: 3px;}
.block-subscribe .block-content > span + p {
  color: #7e8285;
  float: right;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-bottom: 20px;
  max-width: 310px;
  text-transform: none;
}
.subscribe_block {  background: #fff none repeat scroll 0 0;  height: 30px; max-width: 304px;  width: 100%;float: right;position: relative;}
.subscribe_block .actions button {
  background: #fff none repeat scroll 0 0 !important;
  color: #000 !important;
  height: 30px !important;
  letter-spacing: 1px;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
}
.subscribe_block .input-box input {
  border: medium none !important;
  color: #7e8285 !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 12px !important;
  height: 30px !important;
  padding: 0 60px 0 10px!important;
  width: 100% !important;
}
.subscribe_block .input-box {
  max-width: 100% !important;
  width: 100% !important;
}
.subscribe_block .input-box input::-moz-input-placeholder{
  opacity: 1;
}
.subscribe_block .input-box input::-moz-placeholder{
  opacity: 1;
}
.subscribe_block .input-box input::-webkit-input-placeholder{
  opacity: 1;
}
.subscribe_block .input-box input::-ms-input-placeholder{
  opacity: 1;
}

.subscribe_block .input-box input:focus::-moz-input-placeholder{
  opacity: 0;
}
.subscribe_block .input-box input:focus::-moz-placeholder{
  opacity: 0;
}
.subscribe_block .input-box input:focus::-webkit-input-placeholder{
  opacity: 0;
}
.subscribe_block .input-box input:focus::-ms-input-placeholder{
  opacity: 0;
}
.bottom-link-base .left span{display: inline-block;float: none;text-align: center;}
.ficon a {display: inline-block;margin: 0 3px;}
.ficon a:last-child { margin-right: 0;}
.footer button { background: rgba(0, 0, 0, 0) url("rwd/forevernew/images/join-bt.gif") repeat scroll 0 0 !important; color: transparent !important; height: 22px !important; width: 58px;}
section.offer-base {margin-top: 20px;}
#advice-required-entry-newsletter {font-size: 12px; position: absolute;text-transform: none;}
.level0 .mega_menu_slot{display: none;}
.nav-column a, .nav-column ul {padding: 0 !important; text-align: left !important;}
a:focus{outline: none;}
.minicart-wrapper > p { color: #000; padding: 0 15px;}
.minicart-wrapper > p.block-subtitle { padding-top: 8px;}
.minicart-wrapper > p:last-child{ padding-bottom: 8px;}
.close.skip-link-close {color: #a5a5a5 !important; display: inline-block !important; float: right; font-size: 21px !important; margin-top: -5px;}
.nav-primary > li > a { line-height: 14px !important;}
#acp-configurable-block .product-name{text-transform: capitalize; font-size: 16px !important; font-weight: normal !important; }
#acp-product-options .aw-acp-btn-container{margin: 20px auto 0 !important;}
#acp-product-options .aw-acp-continue, #acp-product-options .aw-acp-checkout{margin: 3px; text-transform: capitalize;}

/* ////////////////////////////HOW TO SHOP PAGE CSS///////////////////////////////////// */
.cms-home .main-container {max-width: 100%; margin-top: 0;}
.catalog-product-view .breadcrumbs { padding: 0 10px;}
.cms-home .main-container  .col-main{padding: 0 !important;}
.cms-page-view .main-container, .contacts-index-index .main-container , .category-collections.catalog-category-view .main-container  , .category-boutique.catalog-category-view .main-container { box-sizing: border-box; display: block; margin: 15px auto 0; /* max-width: 1024px ; */}
.cms-page-view .breadcrumbs {margin: 0 0 15px; padding: 0 10px;}
.category-collections.catalog-category-view .breadcrumbs{margin: 0 0 30px; padding: 0;}
.cms-page-view .sidebar li a {display: inline-block;font-family:'Nunito', sans-serif;letter-spacing: 1px; margin: 0; text-transform: uppercase; padding: 8px 10px 8px 19px;}
.cms-page-view .sidebar li:first-child {border-top: 1px solid #ccc;}
.cms-page-view .sidebar li{border-bottom: 1px solid #ccc;}
.cms-page-view .std p, .cms-page-view .std  div, .contacts-index-index .main-container p{color: #000;font-family: 'Nunito', sans-serif !important;font-size: 13px;font-style: normal; line-height: 18px;}
.catalog-category-view  .block-title{height: 50px; 
    margin: 0 -10px 0 0 !important;
    padding: 14px 0 !important;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1; }
.dashboard .box-head h2 {
  border: medium none;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: 'Nunito', sans-serif !important;
  border-bottom: 1px solid #000;
  line-height: 38px;
}

.cms-page-view .std h2 {
  border: medium none;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 3px;
  font-weight: 900;
  font-family: 'Nunito', sans-serif !important;
  border-bottom: 1px solid #000;
  line-height: 38px;
}

.cms-page-view .std h3 {color: #000; font-family: 'Nunito', sans-serif !important; font-size: 13px; text-transform: none;}
.cms-page-view .std h4 {color: #000;font-family: 'Nunito', sans-serif !important; font-size: 14px;font-style: normal; font-weight: normal; letter-spacing: 0.5px;  line-height: 1.4; margin: 0 0 10px;text-transform: capitalize;}
.cms-page-view  .col-left{width: 20%;padding: 10px;}
.cms-page-view  .col-main{width: 80%;padding: 10px;}
.cms-page-view .std li {color: #636363; 
 font-family: 'Nunito', sans-serif !important;
font-size: 13px; font-style: normal; line-height: 18px; list-style-position: outside; margin-left: 12px;}
.chart-container {float: left; width: 70%; margin-bottom: 25px;}
.chart-image {float: left;width: 30%;}
.chart-container  table{ width: 100%; border: 1px solid #ccc;}
.chart-container  table td{ padding: 5px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.chart-container  table  tr td:last-chart{border-right: none;}
.chart-container  table  tr:last td{border-bottom: none;}
.grey-field td { background: #f3f3f3 none repeat scroll 0 0;}
.cms-page-view .page-title h1, .contacts-index-index .col-main .contact-page > h1, .clarion-storelocator-index-index .page-title > h1, .clarion-storelocator-index-view .page-title > h1 {
  border-bottom: 1px solid #000;
  color: #000;
  font-family: 'Nunito', sans-serif !important;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.product-view .product-shop {
  padding-right: 70px !important;
}
/* .cms-page-view.cms-about-us .col-main, .cms-page-view.cms-careers .col-main {width: 100%; padding: 0;} */
.cms-page-view .col-main .col-6 ,.contacts-index-index .col-6{float:left; width: 50%; padding: 10px; box-sizing: border-box;}
.contact-detail-base h1 {color: #000; font-family: 'Nunito', sans-serif !important;  margin: 30px 0 10px; font-size:19px; font-weight:bold;}
.cms-page-view.cms-about-us .col-main>.page-title,.cms-page-view.cms-careers .col-main>.page-title{padding: 0 10px;}
.cms-page-view.cms-about-us .col-main h2 {font-size: 19px;}
.contacts-index-index .col-main .contact-page{padding: 0 10px;}
.career-bt-base h1 { font-family: 'Nunito', sans-serif !important; font-size:15px;  letter-spacing: 0.5px;}
.career-bt-base{padding: 0 10px;}
.contact-detail-base + div + div { clear: both; padding: 0 10px;}
.contact-detail-base + div + div h1 {color: #000; font: 15px 'Nunito', sans-serif !important; letter-spacing: 0.5px; padding: 20px 0 0;}
#contactForm { padding: 0 10px;width: 100%;}
#contactForm  .fieldset{background: #f3f3f3 none repeat scroll 0 0; padding: 10px 15px;}
#contactForm input, #contactForm textarea{width: 100%;max-width: 100%;}
#contactForm button { background: #000 none repeat scroll 0 0;}
#contactForm .buttons-set {display: block;background: #f3f3f3 none repeat scroll 0 0; margin: 0; max-width: 100%; padding: 10px 15px 24px; text-align: right;width: 100%;border:none;}
li{color: #555;}
.box-fd-recent-tickets .box-head .actions .separator{display: none;}
.box-fd-recent-tickets .box-head .actions{margin: 0 !important; float: right !important; }
.box-fd-recent-tickets .box-head .actions a{padding: 0;}
.box-fd-recent-tickets .box-head h2{background: none !important;}
.dashboard .box-head{background: #f3f3f3; padding: 10px; border: none;}
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 { padding: 10px;}
.truncated_full_value{display: none;}
.truncated_full_value.show { background: #fff; border-radius: 2px; display: block; position: absolute; top: 100%; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
.order-details.order-items table th, .order-details.order-items table tbody {background: none;}
.grand_total { background: #f3f3f3 none repeat scroll 0 0;}
.order-details .table-caption { color: #000; font: 16px/25px 'Nunito', sans-serif !important;}
.col-left.sidebar.col-left-first{margin-bottom: 16px;}
.link-awrma, .link-awrma-newrma, .link-awrma-cancel, .link-awrma-printlabel, .link-awrma-confirmsend,
.link-awrma:hover, .link-awrma-newrma:hover, .link-awrma-cancel:hover, .link-awrma-printlabel:hover, .link-awrma-confirmsend:hover
{background: #000; color: #fff !important; display: inline-block; font-weight: 400 !important; margin-bottom: 10px; padding: 7px 10px; text-decoration: none;}
.fd-tickets-list button.button, .freshdesk-ticket button.button, .freshdesk-ticket-create button.button{margin: 0 !important;}
.banner{width: 100%; position: relative;}
.banner img{width: 100%;}
.banner .overlay-banner{position: absolute; bottom: 10%; background: rgba(255,255,255,0.8); right: 10px; left: 10px;}
.banner .overlay-banner .category-text{display: table; width: 100%;}
.banner .overlay-banner .sub-category, .banner .overlay-banner .about-category{display: table-cell; vertical-align: middle; color: #000; text-align: center; padding: 10px; line-height: 0; position: relative;}
.banner .overlay-banner .sub-category{max-width:180px;}
.banner .overlay-banner .sub-category .sub-category-text{position: absolute; bottom: 10px;; left:10px; right: 10px; background: rgba(255,255,255,0.8); padding: 15px; letter-spacing: 2px;}
.banner .overlay-banner .sub-category .sub-category-text h3{font: 15px 'Nunito', sans-serif !important; text-transform: capitalize; margin: 0px;color: #000;}
.banner .overlay-banner .sub-category .sub-category-text a{font: 12px 'Nunito', sans-serif !important; text-transform: capitalize; margin: 0; color: #000; text-decoration: none;color: #000;}
.banner .overlay-banner .about-category h2{color: #000;font: 27px 'Nunito', sans-serif !important; letter-spacing: 7px; margin: 0;text-transform: capitalize;}
.banner .overlay-banner .about-category p{color: #000;font: 12px 'Nunito', sans-serif !important; margin: 5px auto 0;text-transform: capitalize; color: #666; letter-spacing: 2px; width: 200px;}
.sub-category-boutique {box-sizing: border-box;float: left; width: 50%; position: relative;}
.category-boutique .sub-category-boutique:nth-child(1){padding: 10px 5px 15px 10px;}
.category-boutique .sub-category-boutique:nth-child(2){padding: 10px 10px 15px 5px;}
.sub-category-boutique  img{width: 100%;}
.sub-category-boutique  .overlay-text{position: absolute; bottom: 8%; left:5%; color:#fff;}
.sub-category-boutique  .overlay-text  h2{font: 40px/35px 'Nunito', sans-serif !important; text-transform: capitalize; margin: 10px 0;  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);}
.sub-category-boutique  .overlay-text  h2 span{display: block;}
.sub-category-boutique  .overlay-text  a{background: #fff; display: inline-block; text-decoration: none; font: 14px 'Nunito', sans-serif !important; color: #000; padding: 5px 25px; text-transform: capitalize; letter-spacing: 1px;}
.shop-features{ float: left; width: 100%; padding: 5px 10px; box-sizing: border-box;}
.shop-features .feature{float: left; padding: 10px 5px 10px 0;width: 33.33%; box-sizing: border-box; border-bottom: 1px solid #ccc;border-top: 1px solid #ccc; }
.shop-features .feature img{width: 100%;}
#messages_product_view::after, #messages_product_view::before {clear: both;content: "";display: block;}

/* ////////////////////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////CATALOG LIST PAGE CSS////////////////////////////////// */
.catalog-category-view .main-container, .catalog-product-view .main-container, .catalogsearch-result-index .main-container, .catalogsearch-result-index .main-container { margin-top: 15px; max-width: 1200px; } 
.catalog-category-view .main-container .block-layered-nav .block-content > dl > dt,.catalogsearch-result-index .main-container .block-layered-nav .block-content > dl > dt, .block-layered-nav .block-content > dl > dd { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; padding: 0 !important;}
#aw-ln-filters .block-title strong {
  font-weight: 400;
  letter-spacing: 2px;
}
.pager > .count-container::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: -6px;
  margin-right: 5px;
  vertical-align: middle;
  width: 1px;
}
.catalog-category-view .main-container .breadcrumbs, .catalogsearch-result-index .main-container .breadcrumbs { margin-top: 15px; margin-bottom: 5px; padding: 0 10px;}
.category-banner img { clear: both; width: 100%;}
.page-title.category-title { display: none;}
.category-products { margin-top: 0;}
.catalog-category-view .main-container .block-layered-nav .block-content > dl > dt,.catalogsearch-result-index .main-container .block-layered-nav .block-content > dl > dt { border-top: 1px solid #000 !important;padding-top: 10px !important;padding-bottom: 10px !important;}
.catalog-category-view .main-container .block-layered-nav .block-content > dl > dt:first-child{border-top: none !important;}
.products-grid .product-image, .products-grid .product-image:hover{border: none ;}
.products-grid--max-4-col > li{position: relative;}
.item .actions .button{display: none; }
.products-grid > li:hover  .actions .button{position: absolute; bottom: 0; left: 0; width:100%; background: #e0e0e0; opacity: 0.8; color: #262626; display: block; padding:4px 0;}

.item .wishlist { height: 30px; overflow: hidden; position: absolute;  right: 0; top: 0; width: 30px; display: none;}
.item:hover .wishlist {display: block;}
.item .link-wishlist { background: #e0e0e0 none repeat scroll 0 0; height: 10px; position: absolute; right: 10px; text-indent: -999px; top: 10px; transform: rotate(45deg);  -webkit-transform: rotate(45deg); width: 10px; transition-duration: 500ms;}
.item .link-wishlist::after { background: #e0e0e0 none repeat scroll 0 0; border-radius: 50%; content: " "; display: block !important; height: 10px; position: absolute;  right: 6px; top: 0; width: 10px; transition-duration: 500ms;}
.item .link-wishlist::before { background: #e0e0e0 none repeat scroll 0 0; border-radius: 50%; content: " "; display: block !important; height: 10px; position: absolute; right: 0; top: -6px; width: 10px; transition-duration: 500ms;}
.item .link-wishlist:hover::before ,.item .link-wishlist:hover::after, .item .link-wishlist:hover{background: red; transition-duration: 500ms;}
.block-layered-nav .block-content > dl > dd{margin-top: -10px !important}
.product-options dd select{border: 1px solid #000; height: 25px;width: 100%; -webkit-appearance: none;-moz-appearance:none;
  background: url('rwd/forevernew/images/dropdownbg.png') no-repeat scroll right center;
text-transform: capitalize; letter-spacing: 2px; font-size: 11px; padding-right: 25px;
}
#product-options-wrapper p.required, #product-options-wrapper dt{display: none;}

.product-options dl.last dd.last{float: left;width: 100% !important; padding-right: 0px;}
.product-options dl.last dd.last ~ dd{float: left;width: 50% !important; padding-left: 5px;}
#product-options-wrapper .sing {
  border: 2px solid #c5c5c4;
  border-radius: 50%;
  height: 48px;
  line-height: 14px;
  padding: 7px 0;
  position: absolute;
  right: 37px;
  text-align: center;
  top: 7px;
  width: 48px;
}
.product-options-bottom{
  padding-right: 100px;
  position: relative;
}


#product-options-wrapper{position: relative; padding-right: 100px;}
.toolbar{    background: none !important;
    margin: 0 -10px 25px !important;
    height: 50px;
    padding: 9px 10px;
    text-align: right;
  }
/*.toolbar .sorter, .toolbar .pager{width: 50%; float:left; clear: none;}*/
/*.toolbar .pager > .count-container{float: right;}*/
a.sort-by-switcher{display: none;}

.note-row .col-2{border: none !important; }
.ticket-info-box{border: none !important; background: none !important; padding: 27px 0 !important;}
.note-row .col-1{text-align: left !important;}
.ticket-info { background: #f3f3f3 none repeat scroll 0 0 !important; border: medium none !important; margin: 0 0 30px !important;}
#wishlist-table .item-manage .button { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; border: 1px solid #000; color: #000 !important; font-size: 11px;  letter-spacing: 1px; margin: 10px 0 0; padding: 5px 10px;}
.account-login .page-title h1, .account-create .page-title h1,.checkout-cart-index .page-title h1 { border-color: #000; color: #000; font: 24px/40px 'Nunito', sans-serif !important;}
.account-login h2 , .account-create h2 { color: #000; font: 16px 'Nunito', sans-serif;letter-spacing: 1px;}
.product-cart-actions .button.btn-update { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #555;}
.product-cart-actions .button.btn-update span:hover{ text-decoration: underline; color: #000;}
.aw-acp-checkout, .aw-acp-checkout:hover { background: #fff !important; border: 1px solid #000; color: #000 !important; height: 35px !important; font: 14px/35px 'Nunito', sans-serif !important; width: 167px !important;}
.aw-acp-continue, .aw-acp-continue:hover, .aw-acp-continue2, .aw-acp-continue2:hover { background: #000 none repeat scroll 0 0 !important; color: #fff !important; display: inline-block !important; font: 14px/35px 'Nunito', sans-serif !important; height: 35px !important; margin: -1px 2px 0 !important; text-transform: capitalize; width: 167px !important; text-decoration:none !important;}
.wishlist-cell5.customer-wishlist-item-remove.last a::after{text-indent: 0 !important; display: block !important; color: #a5a5a5 !important; font-size: 15px; font-weight: normal;}
.wishlist-cell5.customer-wishlist-item-remove.last .btn-remove:hover::after{color: #000 !important;}
.wishlist-cell5.customer-wishlist-item-remove.last .btn-remove:hover{text-decoration: none !important;}
.note-row .col-2.last{background: #f3f3f3 !important;}
.freshdesk-ticket .reply{border: none !important; max-width: 100% !important;width: 100% !important;}
#ticket_send_button { float: right; margin: 18px 0 0 !important;}
.block-layered-nav .block-content > dl > dd.odd { padding: 0 0 12px !important;}
.block-layered-nav .block-content > dl > dd.odd  li{padding: 3px 0;}
.block-layered-nav .block-content > dl > dd.odd  li a, #aw-ln-filters-container dd ol li label a
{
	font-family: 'Nunito', sans-serif !important; 
	text-transform: none;
}
#aw-ln-filters-container dt > span {color: #000; letter-spacing: 2px; display: block; position: relative; cursor: pointer;}

#aw-ln-filters-container dt > span::after,#aw-ln-filters-container dt > span::before {
    content: '';
    width: 11px;
    height: 1px;
    position: absolute;
    background: #000;
    right: 0;
    top: 9px;
}
#aw-ln-filters-container dt > span::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
#aw-ln-filters-container dt.open > span::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
}

#aw-ln-filters-container dt span.aw-ln-filter-clear {
    display: none !important;
}
.catalog-category-view .col-main h1,  .customer-account  .col-main  .page-title h1 { color: #000; font: 24px 'Nunito', sans-serif !important;}
.catalogsearch-result-index  .col-main h1 {color: #000; font: 12px 'Nunito', sans-serif !important; letter-spacing: 2px; margin: 0;}
.catalogsearch-result-index  .col-main h1 + p {font: 12px 'Nunito', sans-serif !important; letter-spacing: 2px; margin: 0; line-height: 1}
/* .catalogsearch-result-index .toolbar{display: none;} */
.aw-ln-filter-options-range-slider-active{background: #4c4c4c !important; height: 2px !important;}
.aw-ln-filter-options-range-slider-wrapper{height: 2px !important; background: #4c4c4c !important;}
.aw-ln-filter-options-range-slider {margin-top: 20px !important; z-index: 0 !important;padding: 0 15px;width: 150px !important;}
.aw-ln-filter-options-range-status {
    height: 20px;
    width: 150px !important;
    padding: 0 15px;
}
.aw-ln-filter-options-range-slider-wrapper-right,.aw-ln-filter-options-range-slider-wrapper-left{background: none !important;}
.aw-ln-filter-options-range-slider-min {
    border-width: 7px 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #4c4c4c;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 4px;
    margin-top: -6px;
}
.aw-ln-filter-options-range-slider-max {
    border-width: 7px 7px 7px 0;
    border-style: solid;
    border-color: transparent #4c4c4c transparent transparent;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 0px;
    margin-top: -6px;
}
.block-layered-nav .block-content > dl > dd ol{padding: 0 15px;}
h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover{color: #000 !important;}
.categorypath-boutique-html .page-title{display: none;}
.categorypath-collections-html .page-title {display: none;}
.checkout-onepage-success .page-title h1 {border-color: #000;color: #000;font: 24px 'Nunito', sans-serif !important; margin: 40px auto 0;max-width: 500px;padding-bottom: 10px;}
.checkout-onepage-success .sub-title {color: #000; font: 20px 'Nunito', sans-serif !important; margin: 25px 0;}
.checkout-onepage-success .buttons-set{border: none;}
.page-title .button.btn-proceed-checkout.btn-checkout { display: none;}
#recently-viewed-items .product-image{width: auto !important;}
/* ////////////////////////////////////////////////////////////////////////////////////////// */
.product-image.back-image-exists img:nth-child(1) { display: block;}
.product-image.back-image-exists img:nth-child(2) { display: none;}
.product-image.back-image-exists:hover img:nth-child(1) { display: none;}
.product-image.back-image-exists:hover img:nth-child(2) {display: block;}
/* /////////////////////////////////CHECKOUT ONE PAGE CSS OVERWRITES///////////////////////// */
.one-step-checkout h1.checkout_header {    border-bottom: 1px solid #000; color: #000 !important; font-size: 24px;  font-weight: 400 !important;   padding: 0 0 10px;}
.address-information ul li.save-address{margin-top: 32px!important;}
/* /////////////////////////////////WISHLIST PAGE CSS OVERWRITES///////////////////////////// */
#wishlist-table .product-image { float: left; margin-right: 15px;}
#wishlist-table .price-box .price { font-size: 14px; font-weight:normal; }
.price-box .special-price .price-label { font-weight: 400;}
#wishlist-table td.customer-wishlist-item-cart .button { font-size: 12px; margin-top: 10px; width: 110px !important; padding: 7px 15px;}
#wishlist-view-form .buttons-set button.button {display: block;float: none; margin: 15px auto 0; min-width: 140px;}
.sticker-image { position: absolute;z-index: 1; top:0; left:0;}
.item .wishlist.active {
  display: block;
}
.item .wishlist.active .link-wishlist,.item .wishlist.active .link-wishlist::after, .item .wishlist.active .link-wishlist::before{
  background: red;
}
.header-minicart .minicart-actions .cart-link:active,.header-minicart .minicart-actions .cart-link:focus{color: #000;}
/* ////////////////////////////////////////PRODUCT VIEW PAGE CSS///////////////////////////// */
.product-name .h1 {
  color: #000 !important;
  font: 18px/16px 'Nunito', sans-serif !important;
  letter-spacing: 2px;
}
.product-shop .price-box .price {
  color: #231f20 ;
  font: 20px 'Nunito', sans-serif !important;
}
.product-shop .price-box ..special-price .price {
  color: #a00000 !important;
}
.rating-links > a {
  color: #9d9d9c;
  text-decoration: underline;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 11px;
}
#product-options-wrapper  dd{border: none !important;}
.amconf-label { display: none; }
.more-views h2{display: none;}
.product-collateral .toggle-tabs li > span::after {content: "|"; margin-left: 15px; position: absolute;}
.product-collateral .toggle-tabs li:last-child > span::after {display: none;}
.report_block_title ,.reveiw_block_title {text-align: center; position:relative;margin:20px 0;}
.box-collateral.box-related .report_block_title{text-align: center; position:relative;margin: 0;}
.report_block_title span, .reveiw_block_title span { background: #fff none repeat scroll 0 0; border: 1px solid #000; color: #000; display: inline-block; height: 30px; line-height: 30px; padding: 0 20px; text-align: center; text-transform: capitalize; font-size: 11px; letter-spacing: 2px;}
.box-collateral.box-related .report_block_title span { background: #fff none repeat scroll 0 0; border: none; border-bottom: 1px solid #000; color: #000; display: block; height: 30px; line-height: 30px; padding: 0 20px; text-align: center; text-transform: capitalize; font-size: 11px; letter-spacing: 2px;}
.product-view .yousave {display: none;}
.product-view .special-price {color: #a00000;}

.report_block_title::after, .reveiw_block_title::after {border-top: 1px solid #000; content: " "; display: block; margin-top: -15px; width: 100%;}
.box-collateral.box-related .report_block_title::after {content: none;}
#recently-viewed-items,.block-content.aw-arp-block-content{ overflow: hidden;}
#recently-viewed-items li {float:left; clear: none; list-style: outside none none; margin: 20px 0 0 ; padding: 0 15px;  width: 16.66%;text-align: center;}
#recently-viewed-items li a {display: block;}
#recently-viewed-items li .product-details {float: left;margin: 20px 0 0; width: 100%;}
#recently-viewed-items li .product-details .product-name{padding-top: 0;margin: 0;}
#preview.review .form-add > h2, #review-form h3 { display: none;}
.extra-info .rating-box, .extra-info .rating-links {clear: none !important; display: inline-block; float: none !important; margin-top: 0 !important; vertical-align: middle;}
#recently-viewed-items .price-box {float:left; width: 100%;}
#recently-viewed-items .price-box .old-price,#recently-viewed-items .price-box .special-price {display: block;}
#review-form, #customer-reviews {clear: none; float: left; width: 50%;padding: 3%;}
/*#review-form{padding-right:7px;}*/
#review-form {border-right: 1px solid #000;}
#product-review-table { border: medium none !important;}
#review-form input, #review-form textarea {border: 1px solid #000;max-width: 500px; width: 100%;}
#review-form .buttons-set { border: medium none; max-width: 500px;}
#review-form h4 { color: #000; font: 16px 'Nunito', sans-serif !important;}

.product-options-bottom .sharing-links .link-email-friend,
.product-options-bottom .sharing-links .link-facebook,
.product-options-bottom .sharing-links .link-twitter,
.product-options-bottom .sharing-links .pint,
.product-options-bottom .sharing-links .gplus,
.catalog-product-view .sharing-links .link-email-friend,
.catalog-product-view .sharing-links .link-facebook,
.catalog-product-view .sharing-links .link-twitter,
.catalog-product-view .sharing-links .pint,
.catalog-product-view .sharing-links .gplus{background: url('rwd/forevernew/images/social-sprite.png') !important;height: 15px;margin-top: 7px; width: 15px;}

.product-options-bottom .sharing-links .link-email-friend,
.catalog-product-view .sharing-links .link-email-friend { background-position: -100px 0 !important; width: 60px !important;}
.product-options-bottom .sharing-links .link-facebook,
.catalog-product-view .sharing-links .link-facebook { background-position: 0px 0 !important;}
.product-options-bottom .sharing-links .link-twitter,
.catalog-product-view .sharing-links .link-twitter{ background-position: -18px 0 !important;}
.product-options-bottom .sharing-links .pint,
.catalog-product-view .sharing-links .pint{ background-position: -57px 0 !important;}
.product-options-bottom .sharing-links .gplus ,
.catalog-product-view .sharing-links .gplus {background-position: -38px 0 !important;}
#recently-viewed-items .product-image > img {margin: 0 auto;}
#recently-viewed-items .product-image {float: none;display: block;}
.old-price .price-label {display: inline !important;}
div.block-related-product .aw-arp-item, div.block-related .aw-arp-item{width: 16.66% !important; float: left; margin:0 !important;}
.box-collateral.box-related .aw-arp-item{width: 100% !important; }
div.block-related-product .aw-arp-item img {margin: 0 auto;}
.product-view .product-essential .special-price {margin-left: 15px;}
.product-view .product-essential .price-label {font-weight: normal;text-transform: none !important; font-size: 16px !important;}
.aw-arp-item a {color: #000 !important; font: 12px 'Nunito', sans-serif !important; }
.aw-acp-checkout, .aw-acp-checkout:hover {
  font-size: 12px !important;
  text-transform: capitalize;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
  border: 1px solid #999 !important;
}
#amasty_gallery a.active{
  display: inline-block; border: 1px solid #000;
}
.aw-arp-item .price-box{margin: 0 0 10px !important}

.product-view .product-shop .product-name { float: none !important; margin: 0 0 10px 0;}
.product-view .product-shop .sku { font-size: 10px; text-transform: capitalize; margin:0; letter-spacing: 1px; color: #9d9d9c;}
.product-view .product-shop .sku label { font-size: 10px; text-transform: capitalize; margin: 0 10px 0 0; color: #9d9d9c;}
.product-view .product-shop .price-info { margin-bottom: 0 !important;}
#product-addtocart-form-acp 	#acp-product-options .price-box { display:none; }
#product-addtocart-form-acp 	#acp-product-options dl { margin-bottom: 10px; }
.note-msg.misspell.fallback { margin-bottom: 10px;}
.misspell.fallback strong, .misspell.suggest strong {
  color: #000 !important;
  font-weight: 600;
}
.misspell.fallback strong strike, .misspell.suggest strong strike {
  color: #000 !important;
}
.note-msg {background: #f3f3f3 none repeat scroll 0 0;color: #7d7d7d; padding: 10px;}
.btn-remove::after { content: none; }
.cms-page-view .page_banner { display: table; background: #000; margin-bottom: 30px; width: 100%;}
.cms-page-view .page_banner>div { display: table-row;}
.cms-page-view .page_banner>div>div { display: table-cell; vertical-align: middle;}

.cms-page-view .page_banner > div > div h1 {
  color: #fff;
 font-family: 'Nunito', sans-serif !important;
  font-size:28px;
  font-weight: 400;
  letter-spacing: 5px;
  padding: 25px;
  text-decoration: none;
  line-height:34px;
  margin: 0;
}
.cms-page-view .page_banner > div > div.img-heading {
  width: 50% ;
}
.cms-page-view .page_banner > div > div.img-heading img {
  width: 100%;
}
/* /////////////////////////////////STORE LOCATOR PAGE/////////////////////////////////////// */
#stores-list-div ul li {border: medium none;display: flex;padding: 0 10px 20px 0;width: 50%;}
#stores > ul {display: flex;flex-wrap: wrap;}
#stores-list-gmap-div {border: medium none !important;width: 50% !important;}
#stores-list-div {margin: 0 !important;width: 50% !important;}
.trading_hours { margin-top: 10px;}
.stores-name {
	background: #f3f3f3 none repeat scroll 0 0; 
font: 18px/18px 'Nunito', sans-serif !important; 
padding: 10px;
font-weight:bold !important;
}
.stores-view p{padding: 0 10px;}
.address-div { /*background: rgba(0, 0, 0, 0) url("rwd/forevernew/images/prin.png") no-repeat scroll 93% 0;*/ min-height: 90px;padding-right: 50px;}
.trading-hours-div { min-height: 65px; padding-bottom: 10px;}
.stores-view p.buttons a, .stores-view p.buttons button {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;color: #000;padding: 0;}

.stores-view a.view-button { font-size: 13px; line-height: 19px; vertical-align: middle; text-transform: capitalize; }
.stores-view a.view-button:hover { text-decoration:none; }
.stores-view a.view-button span { display: inline-block; font-size: 13px; line-height: 19px; padding: 0; text-decoration: none; text-transform: capitalize; }

.trading_hours .hours-head {color: #000;font: 400 13px 'Nunito', sans-serif !important;text-transform: capitalize;}
.info_content a, .info_content a span {background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;color: #000 !important;display: inline !important;float: none !important;font-family: 'Nunito', sans-serif !important;font-size: 13px !important;font-weight: normal;  height: auto !important; line-height: 19px !important; margin-right: 2px; padding: 0 !important; text-transform: none;  vertical-align: bottom; text-transform: capitalize !important; font-family: 'Nunito', sans-serif !important;}
.info_content a:hover { text-decoration: none; }
.info_content .stores-name{background: none; padding: 0;}
#stores-search-form-div .legend {display: none;}
#stores-search-form-div .fieldset {margin: 25px 0 35px;}
.your-store-title {border-bottom: 1px solid #000 !important;color: #000 !important;font: 18px 'Nunito', sans-serif !important;}
.clarion-storelocator-index-view .store-info h1 {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;color: #000; font: 18px 'Nunito', sans-serif !important; padding: 0; width: 100%;}
.clarion-storelocator-index-view .address-div, .clarion-storelocator-index-view .trading-hours-div {float:left;width: 100%;}
.clarion-storelocator-index-view .dir-button a {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #000;color: #000; margin-top: 10px; padding: 5px 7px;}
.clarion-storelocator-index-view .store-info {float: left;width: 40%;}
.clarion-storelocator-index-view .store-map {float: left;width: 60%;}
.clarion-storelocator-index-view .info_content > p {font: 12px 'Nunito', sans-serif !important;}
.clarion-storelocator-index-view .description-head {color: #000;font: 13px 'Nunito', sans-serif !important;margin-top: 10px;text-transform: capitalize;}
.description-div + .buttons {margin: 45px 0 25px ;}
#stores-list-div .sepator {display: inline-block;font-size: 37px;line-height: 1px; vertical-align: middle; width: 9px;}

.product-collateral > dl > dt::after {border: medium none !important;content: "+"; display: block; font: 20px 'Nunito', sans-serif !important; left: initial; position: absolute;right: 8px;top: 8px; color: #000;}
.product-collateral > dl > dt.open::after {content: "--";letter-spacing: -2px; right: 12px; width: 9px;color: #000;}
.product-collateral > dl > dt.open {border: none;}
.product-collateral .toggle-tabs{display: none;}
#amasty_gallery {
  text-align: center;
}
.add-to-links { background: #dbdcdd none repeat scroll 0 0; height: 30px; line-height: 30px; text-align: center;  width: 100%; font-size: 10px; text-transform: capitalize;}
.add-to-links li{width: 100%;}
.add-to-links li a {padding: 0 !important; letter-spacing: 2px;}
#product-options-wrapper::after,#product-options-wrapper::before,
.product-options-bottom::after,.product-options-bottom::before{content: ""; display: block; clear: both;}
.add-to-cart { margin: 0 !important;}

/* ///////////////////////////////////SHOPPING BAG CSS CHANGES/////////////////////////////// */
.a-center.product-mrp-price .price, .product-cart-price .price, .product-cart-total .price {
  font-weight: normal;
}
#shopping-cart-table .product-cart-info {
  width: 30%;
}
#shipping-zip-form .shipping-button {
  margin-left: 15px;
  margin-top: 29px;
}
#shopping-cart-totals-table tr:last-child td.a-right:last-child {
  padding-right: 0;
}
#shopping-cart-totals-table tr:first-child td {
  padding-top: 10px;
}

#shopping-cart-totals-table tr:first-child td strong {font-weight:600 !important}
.cart-totals .checkout-types .btn-checkout.btn-proceed-checkout {font-weight:600;}


#shopping-cart-table .a-center.product-cart-remove.last a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  text-indent: 0 !important;
}
#shopping-cart-table .a-center.product-cart-remove.last a::after {
  content: "+";
  color: #a5a5a5 !important;
  display: inline-block !important;
  float: right;
  font-size: 21px !important;
  margin-top: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#shopping-cart-totals-table {
  border-top: 1px solid #e6e6e6;
}
.minicart-wrapper div {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
p.connect-us {
    font: 12px 'Nunito', sans-serif !important;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#magestore-sociallogin-form-create .form-list > li label {margin-top: 10px;}
#magestore-sociallogin-form-create .form-list > li{margin-bottom: 0px !important;}
/* ////////////////////////////////fancy box customization/////////////////////////////////// 
#fancybox-thumbs ul{left: initial !important; width: auto !important;}
#fancybox-thumbs {
  border-right: 1px solid #ccc;
  bottom: 20px !important;
  left: 20px !important;
  overflow: visible !important;
  padding: 0px !important;
  position: absolute !important;
  top: 20px !important;
  width: 95px !important;
}
.fancybox-wrapper-inner-conatiner {
  background: #fff none repeat scroll 0 0;
  padding: 20px 20px 20px 100px;
  position: relative;
}
.fancybox-opened .fancybox-skin{
  box-shadow: none !important;
  background: #fff !important;
}
.fancybox-outer, .fancybox-inner{
  width: 100% !important;
  height: auto !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////SUBSCRIBE NOW PAGE/////////////////////////////// */
.newsletterextended-index-index .block-content {
  margin: 0 auto;
  max-width: 980px;
}
.newsletterextended-index-index .newsletter-left.left {
  float: left;
  width: 50%;
  text-align:center;
}
.newsletter-left.left > p {
  display: inline-block;
}
.newsletterextended-index-index .newsletter-right.right {
  float: left;
  width: 48%;
  margin-top:70px;
}
.newsletterextended-index-index .newsletter-right p.text {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: capitalize;
}
.newsletterextended-index-index .newsletter-right h2.newsletter-head {
  font-size: 38px;
  letter-spacing: 0.08em;
  line-height: 34px;
  text-align: center;
}

.newsletterextended-index-index .newsletter-right.right .form-list {
  margin-top: 40px;
}
.newsletterextended-index-index .newsletter-right.right .form-list li {
	margin-bottom: 15px !important;
}
.newsletterextended-index-index .form-list li label {
  margin-right: 10px;
  max-width: 40%;
  text-align: right;
  text-transform: capitalize;
  width: 150px;
}
.newsletterextended-index-index .form-list li div.input-box {
  display: inline;
}
.newsletterextended-index-index .form-list li div.input-box input.input-text {
  width: 305px !important;
}
.newsletterextended-index-index .form-list li div.input-box select {
  width: 305px !important;
}
.newsletterextended-index-index .newsletter-right p.required {
  text-align: right;
}



.magestore-create-popup-button {
  position: relative;
}
#magestore-create-back {
  display: inline-block;
  position: absolute;
  left: 0;
}

label.customCheckbox.checked::after, label.customCheckbox.checked::before {
    content: '';
    display: block;
    height: 1px;
    background: #000;
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0;
}
label.customCheckbox.checked::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
label.customCheckbox.checked::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
label.customCheckbox {
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 5px; border-radius: 50%;
}
#aw-ln-filters-container dd ol li{letter-spacing: 1px;}
label.customCheckbox input {
  opacity: 0;
}

.category-details p {
    margin: 0 0 13px;
}

.category-banner{background: #f1f1f1; position: relative;    margin: 0;}
.category-banner::after,.category-banner::before {
  content: '';
  display: block;
  clear: both;
}
.category-banner .cat-featured-img{
  float: left; width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.category-banner .category-details {
  width: 70%;
  float: right;
  padding: 25px 0 33px 34px;
}
.category-banner .category-details h1{
    font-size: 27px;
    margin: 0 0 4px; 
}

.category-banner .category-details ul li{
  float: left;
  width: 20%;
}

label.checked {
    background: #000;
}

/**   11-01-2017  **/.top-header {    background: #000;    min-height: 30px;}.top-header .top-hdr-cntr {    margin: 0 auto;    max-width: 1366px;    width: 100%;    overflow: hidden;    padding: 0 15px;}.top-hdr-cntr .flag-box {float: left;    padding: 6px 0 0;}

.top-hdr-cntr .flag-box ul li { float: left; position: relative; margin:-1px 0 0 0;   padding: 0 16px 0 0;}

.top-hdr-cntr .flag-box ul li.loctn:after { position: absolute;    right: 0;    top:3px;    content: "";    /*background: url('rwd/forevernew/images/navi-icon.png') no-repeat;*/    height: 15px;    width: 12px;  background: url('rwd/forevernew/images/map_pin_white.svg') no-repeat;}

.top-hdr-cntr .flag-box ul li:after{position: absolute; right:5px; top:5px; height: 12px; width: 2px; background: #cacaca; content: "";}

.top-hdr-cntr .flag-box ul li.loctn {margin: 0; padding: 3px 18px 0 5px;}


.top-hdr-cntr .flag-box ul li a {    font-size: 13px;    color: #cacaca;    display: block; font-family: 'Nunito', sans-serif !important;}

.top-hdr-cntr .flag-box ul li img {    float: left;    width:25px; padding: 5px 7px 0 0;}

.top-hdr-cntr .flag-box ul li span {font-size: 11px; letter-spacing: .02em !important; color: #cacaca; padding-top: 4px; float: left;}

.top-hdr-cntr .login-bar { float: right;    padding: 5px 0 0;}

.top-hdr-cntr .login-bar ul li {float: left;    padding: 0 0 0 30px;    position: relative;}

.top-hdr-cntr .login-bar ul li a { font-size: 13px; color: #cacaca;    display: block; font-family: 'Nunito', sans-serif !important;}

.top-hdr-cntr .login-bar li:after {    position: absolute;    right: -15px;    top: 2px;    height: 12px;    width:2px;    background: #dadada;    content: "";}

.top-hdr-cntr .login-bar li:last-child:after {    display: none;}#header .page-header-container {    padding: 0 15px !important;}header .logo {    display: block;    float: left;    left: auto;    margin: 21px 0 0;    padding: 0;    position: static;    top: auto;    transform: none;    min-height: auto;}.headerTop {    float: right;}#header-nav {    margin-top: 16px;}#header-nav .nav-primary li.level0 > a:hover {    color: #ef6e8a;}.nav-primary {    text-align: left;}.headerTop .headerTop_right li.srch-box {    width: 232px;    position: relative;    margin: 0 10px 0 0;}.headerTop .headerTop_right li.srch-box .field {    font-size: 13px;    background: none;    font-weight: 600;    color: #ddd;    border: 0;    padding: 0 20px 0 0;    border-bottom: 1px solid #fff;}.headerTop .headerTop_right li.srch-box .btn {    background: url('rwd/forevernew/images/srch-icon.png') no-repeat;    height: 18px;    width: 19px;    position: absolute;    right: 0;    top: -2px;    border: 0;    cursor: pointer;}

.headerTop .headerTop_right li.wshlst-ico a {    padding: 0;    background: url('rwd/forevernew/images/wishlst-icon.png') no-repeat center top;    font-weight: 500;    padding: 21px 16px 0;    border: 0;    font-size: 13px; font-family:'Nunito', sans-serif !important;}

.headerTop .headerTop_right li.header-minicart a {    padding: 0;    text-align: center;    display: block;    background: url('rwd/forevernew/images/cart-icon.png') no-repeat center top;    margin: -3px 0 0; font-weight:600;}.headerTop .headerTop_right li.header-minicart .icon {    display: none;}.headerTop .headerTop_right li.header-minicart span {    display: block;    float: left;    font-size: 12px;    padding: 24px 0 0;    font-weight: 100;}

.headerTop .headerTop_right li.header-minicart a span.count {    color: #000;    left: 3px;      text-align: center; width:20px;  position: absolute;    top: 5px;    padding: 0;    font-weight: 500;    font-size: 13px; font-family:'Nunito', sans-serif !important; font-size:13px;}


.headerTop .headerTop_right li:last-child a span.count::after {    display: none;}.headerTop .headerTop_right li:last-child a span.count::before {    display: none;}.headerTop .headerTop_right {    margin-top: 20px;    padding: 0;}.products-grid--max-4-col > li {    width: 33.3333%;}.products-grid--max-4-col > li:nth-child(4n+1) {    clear: none;}.products-grid--max-4-col > li:nth-child(3n+1) {    clear: left;}

#nav .nav-primary li.level0 > a {font-size: 15px; font-family:'Nunito', sans-serif !important; font-weight:600 !important;}

.headerTop .headerTop_right li.header-minicart .info-wrapper span.price {padding:0;}

.footer .leftMenu ul li a, .bottom-link-base .left span {font-size: 13px; }.copyright ul.cards + ul li {font-size: 11px;}.products-grid .product-name a, .products-list .product-name a {font-size: 14px;}.price-box .old-price, .price-box .special-price {font-size: 15px;}.catalog-product-view .product-view .product-essential .product-shop {padding: 20px 0 0 25px !important; width: 30%;}.catalog-product-view .product-view .product-essential .product-img-box {width: 70%; padding-right:25px;}

.catalog-product-view .product-view .product-shop .product-name .h1 {width: 100%; text-align: center; font-size: 21px; line-height:24px; font-family:'Nunito', sans-serif !important; font-weight:600;}
.catalog-product-view .product-view .product-shop .sku {text-align: center; }

.catalog-product-view .product-view .product-essential .price-label {display:none !important;}.product-view .product-shop .extra-info, .product-view .product-shop .price-info {max-width: 100%; width: 100%;}
.catalog-product-view .product-view .product-shop .price-box { text-align: center; margin:0 0 35px;}.catalog-product-view .product-view .product-shop .extra-info {display:none;}.catalog-product-view #product-options-wrapper, .catalog-product-view .product-options-bottom {padding:0;}

.catalog-product-view .product-options dd select {border: 1px solid #c9c9c9; font-size: 12px; padding: 0 8px; height: 41px; border-radius: 3px; font-family:'Nunito', sans-serif !important;}

.catalog-product-view .product-view .add-to-cart-buttons .button {  line-height: 50px; min-height: 50px; background:#181818; border-radius:3px;}.catalog-product-view .product-shop .price-box .price {font-size:25px !important;}.catalog-product-view .price-box .special-price .price {color:#e7207b !important;}.catalog-product-view .product-view .add-to-cart-buttons .button:hover {background:#e25d94;}.product-options-bottom .add-to-links {display:none;}.product-options-bottom .wshlist-box {overflow:hidden; padding:8px 0 0; text-align:center;}
.product-options-bottom .wshlist-box li { position:relative; display:inline-block; margin:0 23px; text-align:center;}
.product-options-bottom .wshlist-box li:before {position:absolute; left:-22px; top:2px; content:""; background:url('rwd/forevernew/images/map-icon.jpg') no-repeat; width:20px; height:17px;}
.product-options-bottom .wshlist-box li.wshlist:before {position:absolute; left:-22px; top:2px; content:""; background:url('rwd/forevernew/images/hrt-icon.jpg') no-repeat; width:18px; height:17px;}
.product-options-bottom .wshlist-box li a {color:#333}
.free-dlvry {border:1px solid #c9c9c9; height:73px; border-radius:3px; text-align:center; margin:44px 0 22px;}
.free-dlvry span {display: block; font-size: 11px; text-decoration: underline; color: #666;}

.free-dlvry h3 {font-size: 14px; font-weight: 400; letter-spacing: 1px; margin: 19px 0 0 20px;line-height: 15px; position:relative; font-family:'Nunito', sans-serif !important;}
.free-dlvry h3:before {position:absolute; left:35px; top:3px; content:""; background:url('rwd/forevernew/images/fast-dlvry.jpg') no-repeat; width:34px; height:24px;}


.product-collateral dl dt span {color: #333; font-size: 14px;}

.container.peodct-tab-bar {overflow:hidden;margin: 60px auto 0; width: 80%;}
.peodct-tab-bar ul.tabs{ margin: 0; padding: 0px; list-style: none; text-align:center;}
.peodct-tab-bar	ul.tabs li{ background: none; color: #333; font-size: 15px; letter-spacing: 1px; display: inline-block; padding: 10px 15px; cursor: pointer;}
.peodct-tab-bar ul.tabs li.current{ background: none; color: #000; text-decoration:underline;}
.peodct-tab-bar .tab-content{ display: none; background: none; padding:0px;}
.peodct-tab-bar .tab-content.current{ display: inherit; }
.peodct-tab-bar .tab-txt {float:left; width:33.333%; padding:0 10px;}
.peodct-tab-bar .tab-insd-txt {background:#fff; position:relative; min-height:300px;}
.peodct-tab-bar .tab-insd-txt span {background: #fff none repeat scroll 0 0; border-radius: 50%; bottom: -27px; font-size: 12px; height: 60px; padding: 10px 0 0 11px; position: absolute; right: -28px; text-align: left; width: 60px;}
.product-view .thumb-box {overflow:hidden; width:80%; margin:90px auto 0; padding:25px 0 60px; border-top: 1px solid #c9c9c9;}
.product-view .thumb-box .insd-thumb {float:left; width:25%;  text-align: center;}.product-view .thumb-box .img-bar {background: #eeeeee none repeat scroll 0 0; height: 78px; margin: 0 auto 10px; width: 80px;}
.product-view .thumb-box .insd-thumb h3 {line-height: 15px; margin: 0;}
.product-view .thumb-box .insd-thumb h3 a {color: #000; font-size: 13px; font-weight: 600; letter-spacing: 1px;   text-decoration: underline;}
.product-view .thumb-box .insd-thumb span {display: block; font-size: 12px; font-weight: 500; margin: 0;}
.product-view #product-options-wrapper.product-options dl.last dd.last {width:65% !important;}
#product-options-wrapper.product-options dl.last dd.last ~ dd  {width:35% !important;}


#product-options-wrapper.product-options .size-guid {border: 1px solid #c9c9c9; border-radius: 3px; font-size: 13px; height: 41px; padding: 0 8px 0 31px; background: url('rwd/forevernew/images/map-icon-new.jpg') no-repeat 12px center; width: 100%; font-family: 'Nunito', sans-serif !important;}


.product-img-box .product-image img {width:100%;}
.catalog-product-view .product-view .product-essential .product-img-box .more-views {float: left; width: 12%; padding: 14% 0 0;}
.catalog-product-view .product-view .product-essential .product-img-box .product-image {float: right; width: 85%;}/**   11-01-2017  **/
#amasty_gallery span.prev {background:url('rwd/forevernew/images/top-arrow.jpg') no-repeat; width:25px; height:15px; display:block; margin:0 auto 10px; cursor:pointer;}
#amasty_gallery span.next {background:url('rwd/forevernew/images/bottom-arrow.jpg') no-repeat; width:25px; height:15px; display:block; margin:10px auto 0; cursor:pointer;}
#amasty_gallery span.active {border:0;}
#amasty_gallery a.active {border:0;}
#amasty_gallery a.active img {border: 1px solid #000;}
.headerTop .headerTop_right li.srch-box #search_mini_form .input-box { border-bottom: 1px solid #fff;}
.headerTop .headerTop_right li.srch-box #search_mini_form .input-box .input-text {color: #ddd; width:88% !important; font-weight:100; font-family:'Nunito', sans-serif !important; font-size:13px;}
#search_mini_form .search-autocomplete ul li.selected {background:#444 !important;}
#search_mini_form .search-autocomplete::before {border-color: -moz-use-text-color transparent #444 !important;}
#search_mini_form .search-autocomplete {background:#444 !important;}

.price-box .price, .price {font-size: 14px;}
.social_media_links li.snapchat { background-position: -173px center;}
.social_media_links li.roposo { background-position: -199px center;}
.stores-view {font-size: 13px;}

.pager > .count-container {display:block; float: left;} 
.pager > .count-container .amount.amount--has-pages {    padding: 0; margin: 0 11px -3px 0; width: 100%; text-align: left; font-weight: 700 !important;}
.category-products .toolbar {margin:0 0 25px 0 !important; width:100%; padding:0;}
.pager > .count-container .limiter a {}



/** test cases fixes **/

#magestore-sociallogin-form-forgot  #magestore-forgot-back {font-size: 15px; margin: 20px 11px;}
.main-container .breadcrumbs span {float:none;}
#magestore-popup { top: 60px !important;}

/** test cases fixes **/

.cart .cart-totals table tbody tr:last-child td, .cart .cart-totals table tbody tr:last-child th {width: 24px;}
#magestore-create-user .form-list .form-group .validation-advice {margin:0 0 -10px;}
.cms-page-view .bullettext ul {padding:6px 0 0 15px;}
.cms-page-view .bullettext ul li ul {padding:0;}
button.button span {font-family:'Nunito', sans-serif !important;}
#one-step-checkout-form .order-information ol li .onestepcheckout-shipping-method-section ul li label {font-size:13px !important;}
#one-step-checkout-form .onestepcheckout-review-info .order-review-info .checkout-review-load td .cart-price .price, #one-step-checkout-form .onestepcheckout-review-info .order-review-info .checkout-review-load td .price {    font-weight: 500;} 
.category-products .toolbar .pager > .count-container::after {display:none;}
.pages a, .pages .current {    line-height: 28px;}
.sort-by > select, .limiter > select {
  -moz-appearance: none;
  -webkit-appearance: none;     min-width: 170px;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url("rwd/forevernew/images/down-arrow-slct.png") no-repeat scroll 90% center;
  border-color: #cacaca; border-radius: 3px; line-height: 28px; height: 28px;     padding: 0 15px;
  color: #707070;
   font-size: 12px;
  letter-spacing: 1px; margin:1px 9px 0 12px; font-family: 'Nunito', sans-serif !important;
  
}

.checkout-cart-index .link-wishlist{
font-size:0;
top:41px !important;
}


.headerTop .headerTop_right li.header-minicart .option-wrapper span {
    padding: 0;
}

.onestepcheckout-review-info .checkout-review-load .data-table td span.cart-price {width: 118px; display: block; text-align: right;}
#one-step-checkout-form .data-table tfoot strong {font-weight: 600 !important;}
#one-step-checkout-form .data-table tfoot strong span {font-weight:600 !important;}
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {padding:7px 15px 8px;}
#magestore-sociallogin-form .input-box input[type="checkbox"] {position: relative; top: 2px;}
#magestore-create-back {    margin-top: 6px !important;}
.header-minicart #minicart-success-message {    position: absolute; bottom: 2px;     left: 28%;} 
.headerTop .headerTop_right li.header-minicart .block-subtitle span {    font-size: 14px; float: none; padding: 12px 0 0; display: inline-block;}
.tab-txt .tab-insd-txt a {display:block;}
.aw-arp-block-content .tab-txt .tab-insd-txt a img {display:block; margin:0 auto;}
p.required, .validation-advice {margin:0; font-size:12px;}
div#advice-required-entry-city {padding:3px 0 0 10%;}
.mini-products-list .product-details .product-name {padding:0 20px 0 0 !important;}
.footer .block-subscribe .input-box {float:left;}
.toolbar-bottom .pager .sort-by {margin:0;}
.category-products .pager .amount {margin:7px 15px 0 0;}
.aw-ln-filter-options-range-status {padding:5px 15px 0;}
.aw-ln-clear-all {padding:3px 6px 0 0;}
.subscribe_block .input-text.validation-failed:focus {outline:none;}
.category-products .toolbar-bottom .toolbar {padding-top: 10px;}
.add-to-cart .stock_class { color: #c81515; float: left; font-size: 17px; margin: -4px 0 6px; text-align: center; width: 100%;}
.billing_address .group-select li #email-error-message a {    display: block; text-decoration: underline;}
.billing_address .group-select li label {    font-size: 12px !important;    top: -23px!important;}
.onestepcheckout-popup-contents #onestepcheckout-login-form {    padding: 20px 0 0 0; float: left; width: 100%;}
.onestepcheckout-popup-contents #onestepcheckout-login-table li {    padding: 0 0 24px;}

.cms-subscribe .block-subscribe > form ul.form-list li .input-box .validation-advice {width: 100%; position:static;}
.cms-subscribe .block-subscribe > form ul.form-list {position:relative;}
#wishlist-table td.customer-wishlist-item-cart .cart-cell button.btn-cart {margin:-3px 0 0;}
#wishlist-table .price-box {margin:2px 0 0;}
.cms-subscribe .block-subscribe > form ul.form-list li .input-box input {max-width: 100%;}
.cms-subscribe .block-subscribe > form ul.form-list li .input-box select { max-width: 100%; width: 100%; height: 30px; border: 1px solid silver; border-radius: 2px;}
body.catalog-category-view.categorypath-shoes-banner-html.category-banner {    margin: 0 0 0;}
.sticker-image .off-pr {right: 17px; top: 20px; font-size: 11px !important; width: 60px;  -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);}
.order-items table td.a-right {text-align:left;}
.onestepcheckout-index-index #email-error-message { display: none;}
.product-collateral > dl > dt.current::after {    content: "_"; font-size: 22px !important; position: absolute; top: -5px; font-weight: 300; margin: 0;}
input.input-text:focus {outline:none !important;}
.product-collateral.accordion-open > dl > dd.current {border: 0;}
#stores-search-form-div .form-list.store-list li:nth-child(2) {padding:0 0 0 118px;}
#stores-search-form-div .store-list label {width:118px;}


/** 04-05-2017 **/
.catalog-product-view .product-view .product-essential .product-img-box .product-image img {width: 100%;}
.catalog-product-view .product-view .product-essential .product-img-box .product-image {padding:16px 0 0;}
.giftcard-view .product-shop #product-options-wrapper dd .input-box select {letter-spacing: 1px; height: 38px;}
.giftcard-view .product-shop #product-options-wrapper dd .input-box .product-custom-option {border: 1px solid #c9c9c9;  border-radius: 3px; font-size: 12px; height: 38px; padding: 0 8px;}
.giftcard-view .product-shop #product-options-wrapper dd .input-box textarea.product-custom-option {height: 70px; padding:8px 12px; letter-spacing: 1px; }
.product-buy-a-gift-card .product-view #product-options-wrapper.product-options dl.last dd.last { width: 100% !important;}
.product-buy-a-gift-card .giftcard-view .product-shop .qty-wrapper {width: 20%; float:left;}
.product-buy-a-gift-card .giftcard-view .product-shop .qty-wrapper #qty {text-align:center; border: 1px solid #c9c9c9;  border-radius: 3px; font-size: 12px; height: 38px; padding: 0 8px;}
.product-buy-a-gift-card .product-view .add-to-cart-buttons {float: left; padding: 38px 0 0 3%; width: 77%;}
.product-buy-a-gift-card.catalog-product-view .product-view .add-to-cart-buttons .button {line-height: 40px; min-height: 40px;}
ul.magestore-login-social li.button.popup { border-radius: 0; margin: 0; transition: all 1s ease-in-out 0s; width: auto;}
/** 04-05-2017 **/



/* ////////////////////////////////////////////////////////////////////////////////////////// */


/*  ************************* MEDIA QUERIES********************************** */
@media only screen and (max-width: 1200px){
#nav .nav-primary a{padding: 0 6px;}
.nav-column .level0 {
  -moz-column-count: 4;
  -ms-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.footer .block-subscribe .block-content{padding: 0 !important; margin: 0 !important;}
.category-banner .category-details ul li{width: 25%}
}
@media only screen and (max-width: 960px){
#nav .nav-primary a{padding: 0 10px;}
.nav-column .level0 {
  -moz-column-count: 3;
  -ms-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.category-banner .category-details ul li{width: 33.33%}
.col-left{width: 30%;}
.col-main {  width: 70%;}
.category-banner .cat-featured-img{width: 40%; background-size: 100% !important;}
.category-banner .category-details{width: 60%;}
}
@media only screen and (max-width: 860px){
#nav .nav-primary a{padding: 0 5px;}
}
@media only screen and (max-width: 900px){
  #magestore-create-back{display: inline-block; vertical-align: middle; margin: 0 10px !important; padding: 6px 10px;}
  #magestore-sociallogin-form-create .form-list > li{float: none !important; width: auto !important;}
  #magestore-button-sociallogin-create{margin-left: 0 !important; float: none !important;}
  #magestore-create-back {left: 70px !important;}
  ul.magestore-login-social li.button:hover,ul.magestore-login-social li.button{margin: 0 2px !important}
}
@media only screen and (max-width: 770px){
.block-layered-nav .block-subtitle--filter, .block-layered-nav .block-subtitle--filter:hover{background: #000 !important; padding: 7px 10px 7px 10px !important;}
.block-layered-nav .block-content > dl > dt::after, .block-layered-nav .block-subtitle--filter::after{display: none !important;}
#aw-ln-filters-container dt, #aw-ln-filters-container dd {clear: both; padding: 7px 10px !important;}
/*.category-banner img {display: none;}*/
.aw-ln-filter-options-range-slider-max,.aw-ln-filter-options-range-slider-min{position: absolute !important;}
.aw-ln-filter-options-range-slider-wrapper-right{position: relative !important;}#my-tickets-table tr th:nth-child(2), #my-tickets-table tr th:nth-child(3), #my-tickets-table tr td:nth-child(2), #my-tickets-table tr td:nth-child(3) {display: none;}
.catalog-category-view .col-right, .catalog-category-view .col-left{padding: 0 !important;}
.wishlist-cell0.customer-wishlist-item-image {display: table-cell !important; width: auto !important;}
#wishlist-table td.customer-wishlist-item-image, #wishlist-table th.customer-wishlist-item-image{display: table-cell !important;}
.product-img-box .product-name h1 {color: #000 !important;font: 20px/16px 'Nunito', sans-serif !important;;letter-spacing: 1px !important;}
.block-layered-nav .block-subtitle--filter::before{content: "+";position: absolute;right: 10px;font-size: 19px;margin-top: -3px;}
.block-layered-nav .block-subtitle--filter.active::before{content: "--";right: 13px;margin-top: -5px;letter-spacing: -2px;}
.#header-search:hover, #header-search.open{width:50%;}
.bottom-link-base .right ul li.ficon{text-align: left !important;}
.sorter > .sort-by  label{letter-spacing:0px;}
.sorter > .sort-by {float: left;height: 30px;margin: 0 !important;width: 195px;}
.sorter > .sort-by select {clear: none !important;float: left;padding: 0;width: 104px;color: #000; font-size: 12px;}
.pager .limiter select {font-size: 12px;}

.add-section li:last-child{padding-left: 0px;}
.add-section li{padding-right: 2px;}
.amount.amount--no-pages ,.amount.amount--no-pages  select{
  color: #000;
}
.col-left.sidebar.col-left-first {
  padding: 0 !important;
}
#magestore-sociallogin-form-create label{width: 100% !important;}
.sociallogin-field .input-text{width: 100% !important; max-width: 100% !important;}
.col-right, .col-left, .col-main{padding: 0 10px !important;}
#aw-ln-filter-4-options input{width: 72px;}

.nav-column .level0 {
  -moz-column-count: 2;
  -ms-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.nav-primary li.level0 li.parent > a {
  border-bottom: 1px solid #000 !important;
  display: block;
}
#nav .parent ul li.level1 {
  display: block !important;
}

.newsletterextended-index-index  .newsletter-left.left img {
  width: 100%;
}
.newsletterextended-index-index .newsletter-left.left, .newsletterextended-index-index .newsletter-right.right {
	width:100%;
}
.newsletterextended-index-index .newsletter-right.right {
  margin-top: 30px;
}
.newsletterextended-index-index .newsletter-right.right .form-list {
  margin-left: -70px;
  text-align: center;
}
.cms-page-view .page_banner > div > div,.cms-page-view .page_banner > div > div.img-heading {
  display: block;
  width: 100%;
}
.cms-page-view .page_banner > div > div h1{padding: 30px 15px;}
  .product-view .product-shop {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1200px){
	#search{width: 125px !important}
	#header-search:hover, #header-search.open{width: 127px;}
}

@media only screen and (min-width: 768px){
.level0:hover .mega_menu_slot {display: block;}
}
@media only screen and (max-width: 1023px){
.nav-primary li:last-child{position: static;}
#header-search.search_div{top: -33px; left: initial; right: 15px; padding: 0;}
.footer .block-subscribe{width:100%;}
}







@media only screen and (min-width: 768px) and (max-width: 960px){
.logo{padding-left:30px;}
.main-container,.page-header{width:100%; padding:0 15px;}
#header .right_section{width:calc(60% - 30px);padding-right:30px;}
.search-base{float:right;text-align:right;width:auto;}
.nav-primary li.parent > a::after{border:none !important;}
.bottom-link-base{height:auto;}
.bottom-link-base .left {
  float: left;
  width: 75%;
}
.bottom-link-base .right {
  float: left;
  margin-top: 0;
  width: 25%;
}
.social_media_links li{margin: 0 !important;}
#newsletter-validate-detail1 .block-content {
  margin: 0;
  padding: 0;
}
header .logo{top: 60px;}
#nav li{font-size: 13px;}
#header-nav{margin-top: 65px;}
.bottom-link-base .left .join-base {float:right;}
.bottom-link-base .right ul{clear:both;}
.bottom-link-base .right ul li.ficon{height:auto;}
/*.main-container,.footer-container {padding: 30px!important;}*/
#nav .search{float:none; right:-9px;}
#header-cart { left: initial; position: absolute; right: 0 !important; text-align: left; top: 25px; z-index: 27; width:370px;}


.review-summary-table tbody td, .review-summary-table tbody th {display: block;height: 20px;padding: 0;text-align: left;}
.review-summary-table thead th{display: block;padding: 0;height: 16px;}
.review-summary-table tbody td label{padding: 0;}
.review-summary-table tbody {display: block;float: left;}
.review-summary-table thead {display: block;float: right;}
.review-summary-table tbody tr, .review-summary-table thead tr {display: table;text-align: left;}
#product-review-table{width: 120px;}
.catalog-product-view .product-view .product-essential .product-img-box .product-image {padding: 0 0 0 20px;}

}



@media only screen and (max-width: 767px){
	header .logo { display: block; left: 0; margin: 0 auto;  padding: 20px 0 10px;  position: relative;  top: 0;  transform: translateX(0%); -webkit-transform: translateX(0%);  width: 260px;}
	.headerTop .headerTop_left{margin-top: 0;}
	.headerTop .headerTop_right{margin-top: 3px;}
	#header-nav,.mobile_menu{margin-top: 0 !important;}
	#header-nav{padding-bottom: 0 !important;}
	#header-search.search_div { left: 17px; padding: 0 !important;right: initial;top: -43px;}
	#header .page-header-container{text-align: right;}
	.nav-primary li.parent > a::after{display: none !important;}
	.nav-primary li.level0 > a{padding-bottom: 0 !important; display: inline-block; border: none !important;}
	.nav-primary li.level0 > a:hover{ background: none;}
	.nav-primary > li {padding: 0 5px !important;text-align: left;}
	.mega_menu_slot{position: static; overflow: hidden;}
	.mega_menu_slot .mega_menu_inner_wrap{float: left; padding: 15px; width: 100%;}
	.mega_menu_slot .mega_menu_inner_wrap  .nav-column{width: 100%; padding: 0;}
	#nav .parent ul li {display: inline-block !important; float: none;font-family: 'Nunito', sans-serif !important;vertical-align: middle !important;}
	.mega_menu_slot .mega_menu_inner_wrap  .nav-column li {height: auto !important;}
	.mega_menu_slot .mega_menu_inner_wrap  .nav-column li a{display: inline; white-space: normal; color: #000 !important;}
	.mega_menu_slot .mega_menu_inner_wrap  .nav-image{display: none;}
	#nav >div input{position:relative;display:block;top:-65px;width:200px;}
	#nav >div a{position:relative;display:block;top:-85px !important;}
	#nav>ul{display:none;}
	.search_div{position:absolute;top:0px;}
	.mobile_menu {color: #000;display: inline-block !important;font-size: 20px;	margin-bottom: 4px;	margin-right: 0px;	margin-top: -5px !important;	text-align: right;	background: #000;	padding: 0px 10px;	position: relative;}
	#header-search:hover, #header-search.open{width: 50%!important;}
	.product-view .product-shop .price-info{max-width:100%;}
	.headerTop .headerTop_right li a span {text-align: right;}
	.mobile_menu span {	color: #fff;	float: none;	right: 14px;	position: static;	text-align: center;	top: 3px;	transform: translateX(-50%);   -webkit-transform: translateX(-50%);	margin-right: -12px;	display: inline-block;	vertical-align: middle;}
	.mobile_menu img{float:right;}
	#magestore-sociallogin-form-create .form-list > li > div {padding-right: 5px;}
  #magestore-sociallogin-form-create .form-list > li > div.right {padding-left: 5px;}
  .logo {width:100%;margin:0 auto;float:none;padding-top:15px;min-height:auto;}	
	#header .right_section{float:none;width:100%;text-align:center;}
	#header .right_section .ct{float:none;padding:5px 0;border:none;}
	#header .right_section .ct ul{text-align:center;}
	#header .right_section .ct li{padding:0;float:none;display:inline-block;}
	#header .right_section .ct li select{padding-left:0px;padding-right:8px;}
	#header .right_section .ct li a{padding-right:8px;}
	#header .right_section .ct li:first-child{padding:0;}
	#header .right_section .ct li:first-child select{width:auto;}
	#header .right_section .ct li:last-child a{padding-right:0px;}
	#search{width: 100% !important}
	#header #basketTitleWrap .mybag-base-textbase ul li{padding:0 5px 0 0;font-size:11px;}
	#header #basketTitleWrap .mybag-base-textbase ul li:last-child{padding:0px;}
	#basketTitleWrap{width:311px;margin:10px auto 15px auto;float:none;}
	#basketTitleWrap .mybag-base-textbase ul li.checkout{width:70px;}
  .sociallogin-input-box .input-text{max-width: 100%;}
	.search-base{float:none;height:auto;}
	.search-base-signin{float:none;width:115px;margin:10px auto;}
	.search-box{width:240px;float:none;margin:0 auto;}
	#nav{height:auto;}
	#nav li{float:none;}

	#header-nav{}
	#nav li{display: block;float: none;overflow: hidden;}
	.nav-primary li{/*position:relative;*/z-index:99;}
	#nav .nav-primary a{border-right:none;float:none;text-align:left;padding:0 20px 0 10px;}
	#nav .nav-primary .level0:first-child a{padding-left:10px;}
	#nav .parent ul{position:relative;height:auto;top:0px;}
	#nav .parent ul li{display:block;}
	.nav-primary li.parent > a::after{left:5px;}
	.nav-primary li.parent.sub-menu-active > a::after, .nav-primary li.parent.menu-active > a::after{left:5px;margin-top:-3px;}
	#header-cart.block.block-cart.skip-content.skip-active {
	  position: absolute;
	  right: 0;
	  width: 450px;
	  z-index: 15;
	  top: 27px;
	}
	.mini-products-list .product-details {text-align: left; width: 175px;}
	#recently-viewed-items .product-image > img {margin: 0 auto;}
	
	.offer-base ul li{width:100%;float:none;margin-top:10px;}
	.add-section{margin:0px;}
	.add-section li{width:100%;margin-bottom:0px;}
	.add-section li:last-child{width:100%;}
	.add-section li a{width:auto;float:none !important;}
	.add-section li img{max-width:100%;text-align:center;width:auto;margin:0 auto;}

	.bx-wrapper .bx-pager {  bottom: 7px !important; color: #666; font-family: 'Nunito', sans-serif !important; font-size: 0.85em; font-weight: bold; padding-top: 0; right: 0 !important; text-align:center;}
	.footer .links, .footer .block-subscribe{text-align: left;}

	.footer .right > span { clear: both; display: block; font-size: 10px; margin-top: 20px; }
	
	.offer-base ul li img{width: auto;}
	.nav-primary > li:last-child {display: block !important; position: static !important; margin-bottom: 0 !important; height:14px !important;}
	.nav-primary li.level0:hover > a{position: relative;}
	.nav-primary li.level0:hover > a > b::after, .nav-primary li.level0.menu-active > a > b::after {left: 30px !important; margin-left: 0;top: 16px !important; }

	.footer{overflow:hidden; margin:0;}
	.bottom-link-base{overflow:hidden;height:auto;}
	.bottom-link-base .left{float:none;width:100%;}
	.bottom-link-base .left .join-base {float: none;margin: 8px auto 0;padding: 0;width: 190px;}
	.bottom-link-base .right {float:none;margin:0 auto;width:100%; max-width: 100%}
  .social_media_links li {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    width: 20px;
    margin: 0 10px 0 0 !important
  }
  .bottom-link-base{padding: 0 15px}
  .copyright {
    padding: 0 15px 15px;
  }
  .copyright ul.cards + ul li{
    border: none;
    display: block;
    margin-bottom: 5px;
  }
  .marketing_banners .strip {
    width: 100%;
    margin: 5px 0;
    border: none;
  }
  .block-subscribe .block-content > span + p,.subscribe_block{float: none;}
	.footer .right > span{text-align:left;}
	.block-subscribe .block-content > span {margin-bottom: 10px;}
	.right li {width:100%;}
	.bottom-link-base .right ul {float:left;text-align:center;margin:20px 0;}
	.bottom-link-base .right ul li{padding-right:0px;line-height:10px;padding-bottom:15px;}
	.bottom-link-base .right ul li.ficon{float:left;height:auto;margin-top:-5px;}
	.copyright ul li {padding:0 4px 0 0}
	.copyright ul li {display: inline-block;float:none;font-size:9px;}
	.copyright > li {text-align:center;}
	.copyright > ul {float: none;text-align: center}
  .magestore-login-popup-button .pass-register{padding: 6px 0;}
	.footer .leftMenu > li{margin-top:20px;width:100%;}
	.bottom-link-base .right .join-base{float:left;margin:8px 0 0 0px;}
	.bottom-link-base .right .join-base ul li{width:auto;}
	.footer .block-subscribe{margin-bottom:20px;}
	.footer .block-subscribe .actions{margin-left: -3px;margin-top: 0px;}
	.searchautocomplete .searchautocomplete-placeholder , .searchautocomplete-loader.UI-LOADER{display: none !important;}
	.headerTop { margin: 10px 0;}
	.bx-wrapper .bx-pager{font-size: 0.55em; padding: 2px 5px;}
	.cms-page-view .col-main .col-6, .contacts-index-index .col-6{width: 100%;}
	.chart-image ,.chart-container ,.cms-page-view .col-left,.cms-page-view .col-main {width: 100%;}
	.sidebar .block:last-of-type{border-bottom: none;}
	.chart-image img {margin: 0 auto;}
	#contactForm {width: 100%;}
	.mega_menu_slot ul{width: 100% !important;}
	.level0.parent span{position: absolute; right: 0px; width:15px; height: 15px;}
	.level0.parent.minus span {width: 30px;}
	.level0.parent span::before { color: #fff; content: "+"; font: 16px 'Nunito', sans-serif !important; margin-top: 4px; position: absolute; right: 10px;}
	.level0.minus.parent span::before {    content: "--";letter-spacing: -3px;right: 17px !important;}
	.wrapper .page #magestore-popup { height: auto !important; left: 10px !important; right: 10px !important; top: 15px !important; width: auto !important; max-width: 100% !important;}
	.magestore-create-popup-button * { margin: 0 !important;}
	#magestore-popup .form-list .sociallogin-field.right{padding-left: 0 !important;}
	.banner .overlay-banner{position: static;}
	.banner .overlay-banner .sub-category {display: block;margin: 0 auto !important; max-width: 100%; width: 300px; padding: 10px 0;}
	.category-boutique  .sub-category-boutique{padding: 0 0 10px;}
	.banner .overlay-banner .about-category{display: block;}
	#recently-viewed-items li{width: 25%;}
	.block-content.aw-arp-block-content .aw-arp-item{width: 25% !important;}
	#recently-viewed-items  li:nth-child(5),#recently-viewed-items li:nth-child(6){display: none;}
	.block-content.aw-arp-block-content .aw-arp-item:nth-child(5),.block-content.aw-arp-block-content .aw-arp-item:nth-child(6){display: none !important;}
	#recently-viewed-items li .product-details .product-name{text-align: center;}
	.product-img-box .product-name h1 {color: #000 !important;font: 20px/16px 'Nunito', sans-serif !important;letter-spacing: 1px !important;}
	.review-summary-table tbody td, .review-summary-table tbody th {display: block;height: 20px;padding: 0;text-align: left;}
	.review-summary-table thead th{display: block;padding: 0;height: 16px;}
	.review-summary-table tbody td label{padding: 0;}
	.review-summary-table tbody {display: block;float: left;}
	.review-summary-table thead {display: block;float: right;}
	.review-summary-table tbody tr, .review-summary-table thead tr {display: table;text-align: left;}
	#product-review-table{width: 120px;}
	#review-form, #customer-reviews {border: medium none !important;  width: 100%;}

	#stores-list-gmap-div, #stores-list-div {  width: 100% !important;}
	.clarion-storelocator-index-view .store-info,.clarion-storelocator-index-view .store-map {width: 100% !important;}
	.shop-features .feature{padding: 0 0 10px 0;}
	.shop-features{padding: 0;}
  .category-banner .cat-featured-img {
    width: 100%;
    position: static;
    height: calc(100vw * 0.52);
    height: -webkit-calc(163vw * 0.52);
  }
  .category-banner .category-details {
    width: 100%;
  }

    .product-collateral > dl > dt{border-bottom: 1px solid #000;}
    .product-collateral > dl > dt.open{border-bottom: none;}

	.box-collateral.box-related{width: 100%; border: none;padding-left:0;}
    #collateral-tabs{margin-bottom: 50px;}
    .box-collateral.box-related .report_block_title span{border: 1px solid #000; display: inline-block;}
    .box-collateral.box-related .report_block_title::after{content: "";}
    #product-options-wrapper,.product-options-bottom{padding-right: 60px;}
    #product-options-wrapper .sing{right: 2px;}
	
	body.cart_pop {overflow:hidden;}
	
}


@media screen and (max-width: 639px){
.sub-category-boutique{width: 100%}
.category-boutique .sub-category-boutique:nth-child(2),.category-boutique .sub-category-boutique:nth-child(1){padding: 0 0 10px}
.shop-features .feature{width: 100%; border: none;}
.shop-features .feature img{width: auto; max-width: 100%; display: block; margin: 0 auto;}
#recently-viewed-items li{width: 50%;}
.block-content.aw-arp-block-content .aw-arp-item{width: 50% !important;}
.block-content.aw-arp-block-content .aw-arp-item:nth-child(2n+1){clear:left;}

.newsletterextended-index-index .newsletter-right.right .form-list {
  margin-left: 0;
  text-align: center;
}
.newsletterextended-index-index .form-list li label {
  text-align: center;
}
.newsletterextended-index-index .form-list li div.input-box {
  display: block;
  text-align: center;
}
}

@media only screen and (max-width: 479px){
#wishlist-table td.customer-wishlist-item-image, #wishlist-table th.customer-wishlist-item-image { display: block !important;}
#wishlist-table td.customer-wishlist-item-cart .cart-cell { float: left;width: 100%;}
#wishlist-table td.customer-wishlist-item-price::before { display: inline !important; float: none; text-align: center;}	
#wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price{ text-align: center !important; padding:0 !important;}
#wishlist-table td.customer-wishlist-item-quantity *, #wishlist-table td.customer-wishlist-item-price *{ margin:0 !important;}
#wishlist-table .price-box{display: inline-block; text-align: center !important;}
#wishlist-table .cart-cell{display: inline-block !important;}
#wishlist-table td.customer-wishlist-item-cart .button { margin-bottom: 19px !important; margin-top: 0 !important;}
#wishlist-view-form .buttons-set button.button {margin: 0 auto !important; max-width: 140px !important;}
#header-cart.block.block-cart.skip-content.skip-active {bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 15;width: 100%;height: 100%; overflow: auto;}
#magestore-popup .form-list .sociallogin-field.right,#magestore-sociallogin-form-create .form-list > li > div{padding: 0px !important;}
#magestore-button-sociallogin-create {margin: 0 0 30px !important;}
#magestore-create-back { left: 0 !important; top: 37px !important;}
}



@media screen and (max-width: 360px){
/*.headerTop .headerTop_left li:first-child a{padding-right:5px;}*/
/*.headerTop .headerTop_left li a{padding-right: 0;padding-left:5px;}*/
.headerTop .headerTop_left li a,.headerTop .headerTop_right li a{padding: 0 5px;}
}



#magestore-login-social > a {
  display: none !important;
}
.header-minicart .minicart-actions .checkout-button{min-width: 0 !important}



@media screen and (-webkit-min-device-pixel-ratio:1){
	.block-layered-nav .block-subtitle--filter{padding-top:8px !important;}
	#search{line-height: 30px; }
}



/*
#fancybox-thumbs ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: static !important;   
  width: 50px !important;
}
#fancybox-thumbs {
  left: 0;
  overflow: hidden;
  position: static !important;
  width: 100%;
  z-index: 8050;
}
.fancybox-wrap {
  left: 100px !important;
  top: 0px !important;
  box-shadow: none !important;
}
.fancybox-opened .fancybox-skin{
  box-shadow: none !important;
}
.fancybox-wrapper {
  background: #fff none repeat scroll 0 0;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  padding: 0;
  display: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#fancybox-thumbs {
  height: 100%;
  padding: 50px 20px;
  position: static !important;
  width: 100px !important;
  border-right: 1px solid #ccc !important;
}
#bg_fade2 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
  bottom: 0;
  left: 0 !important;
  opacity: 1 !important;
  position: fixed !important;
  right: 0;
  top: 0 !important;
  visibility: visible !important;
  width: 100% !important;
  z-index: 9999 !important;
  display: none;
}
.fancybox-wrapper.full-control {
  width: 80% !important;
}*/

.products-grid li.item{
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px){
  #header-search:hover #search_autocomplete, #header-search.open #search_autocomplete{
    left: 0 !important;
  }
  #header-search:hover #search_autocomplete ul::before, #header-search:hover #search_autocomplete ul::before, #header-search.open .search-autocomplete ul::before{
    left: 30% !important;
  }
  .social_media_links li{width: 20px;}
}


@media screen and (max-width: 640px){
  .headerTop .headerTop_right,.headerTop .headerTop_left{
    clear: both;
    width: 100%;
    padding: 0;
  }
  .headerTop .headerTop_left li,.headerTop .headerTop_right li{
    float: left;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    width: 33.33%;
  }

  .headerTop .headerTop_left li a,.headerTop .headerTop_right li a{
    width: 100%;
    display: block;
    text-align: center;
  }
  .headerTop .headerTop_left li a img, .headerTop .headerTop_right li a img {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .headerTop .headerTop_right li a img, .headerTop .headerTop_right li a span{float: none;}
  .headerTop_right .skip-cart.no-count .count {
    display: inline-block;
    vertical-align: middle;
  }
  .headerTop .headerTop_right li:last-child a span.count {
    line-height: 1;
    position: relative;
    top: -8px;
  }
  .headerTop .headerTop_right li:last-child a span.icon {
    position: relative;
    top: -8px;
  }
  .headerTop .headerTop_right li:last-child a.skip-cart.no-count{width: 100% !important;     height: 45px;}
  .headerTop .headerTop_right li a span.label {
    display: inline-block !important;
    line-height: 1;
    position: relative;
    top: -11px !important;
  }
  .social_media_links li{width: 20px;}
}


@media all and (min-width: 771px) and (max-width: 1123px) {  
.headerTop .headerTop_right li.header-minicart a span.count {left: 3px;}
.catalog-product-view .product-view .product-essential .product-img-box {float:left; width:60%;padding: 0 20px 0 0;}
.catalog-product-view .product-view .product-essential .product-shop {float:left; width:40%;  padding: 0 !important;}
.free-dlvry h3::before {left: 22px;}
.container.peodct-tab-bar {width: 100%;}
.product-view .thumb-box {margin:60px auto 0;}
.free-dlvry {margin:16px 0 22px;}
.peodct-tab-bar .tab-txt {margin: 0 0 17px; padding: 0;  width: 100%;}
#product-options-wrapper.product-options dl.last dd.last {width: 100% !important; padding-right: 0;}
#product-options-wrapper.product-options dl.last dd.last ~ dd { width: 100% !important;margin: 5px 0 0; padding-left: 0;}
.product-img-box .product-image img {width:100%;}


}


@media all and (min-width: 768px) and (max-width: 770px) {  .headerTop .headerTop_right li.header-minicart a span.count {left: 3px;}

.catalog-product-view .product-view .product-essential .product-img-box {float:left; width:60%;}
.catalog-product-view .product-view .product-essential .product-shop {float:left; width:40%;}
.free-dlvry h3::before {left: 22px;}
.container.peodct-tab-bar {width: 100%;}
.product-view .thumb-box {margin:60px auto 0;}
#product-options-wrapper.product-options dl.last dd.last {width: 100% !important; padding-right: 0;}
#product-options-wrapper.product-options dl.last dd.last ~ dd { width: 100% !important;margin: 5px 0 0; padding-left: 0;}
.product-img-box .product-image img {width:100%;}
.catalog-product-view .product-view .product-essential .product-img-box .more-views {width: 15%;}
.free-dlvry h3::before {    left: 4px;}

#magestore-sociallogin-form-create .form-list li .sociallogin-field:nth-child(1) {padding:0 7px 0 0;}
#magestore-sociallogin-form-create .form-list li .sociallogin-field:nth-child(2) {padding:0 0 0 7px;}	
#magestore-sociallogin-form-create .form-list li.form-inline:nth-child(3) .sociallogin-field {padding: 0 0 0 7px;}
.main-container .category-banner .cat-featured-img {background-size: 100% !important;}
.sticker-image .off-pr {    right: 20px;    top: 20px;    font-size: 11px;}


}





@media (min-width: 768px) and (max-width: 1024px) {

.peodct-tab-bar .tab-txt { width: 33.333%;     padding: 0 10px; }
.peodct-tab-bar .tab-insd-txt img { width: 100%; }

.block-subscribe .input-box .validation-advice {position: absolute; float: left; width: 560px; right: 0;}
#header-cart {    width: 454px;}

.billing_address .two-fields {width:100%;}
.billing_address .two-fields, #showhide_shipping .two-fields, #billing-new-address-form .two-fields {width:100%;}
#one-step-checkout-form .address-information ul li#password_section_id {margin: 15px 0 15px 2%; padding: 0 0 6px; width: 96%;}
#one-step-checkout-form .address-information ul li .two-fields   {margin:15px 0 20px;}
.category-products .toolbar .pager .pages {margin: 24px 0 0; float: left; overflow: hidden; width: 100%; z-index:9999; position:relative;} 
.product-view #product-options-wrapper.product-options dl.last dd.last {    width: 100% !important;}
.product-collateral > dl > dt.open::after {right: 11px;}
.block-subscribe > form ul.form-list li .input-box .validation-advice {width: 100%; position:static;}
.block-subscribe > form ul.form-list {position:relative;}
#nav .nav-primary .level0:first-child a {border: 0 !important;}	
.product-collateral > dl > dd.current {display: block;}


.product-collateral > dl > dd.current {border:0;}

}


@media (min-width: 768px) and (max-width: 1023px) { 
.product-shop .product-collateral.accordion-open > dl > dt.current:after {  position: absolute; width: inherit; height: inherit; display: inherit; border-right: inherit; border-left: inherit; border-top: inherit;     border-bottom: inherit; left: inherit; top: inherit; margin-top: inherit; right: -2px;}

.product-collateral > dl > dt.current::after {    content: "_"!important; font-size: 22px !important; position: absolute!important; top: -5px!important; font-weight: 400!important; margin: 0!important;}


.product-collateral > dl > dt::after {}

}

@media all and (min-width: 1024px) and (max-width: 1123px) {
	.product-shop .product-collateral.accordion-open > dl > dt.current:after {right: 8px;}
}


@media all and (min-width: 320px) and (max-width: 767px) {
.top-hdr-cntr .flag-box { float: none; margin: 0 auto; overflow: hidden; padding: 6px 0 0; width: 162px;}.top-hdr-cntr .login-bar ul li {padding:0 0 0 25px;}.top-hdr-cntr .login-bar li::after {right: -13px;}.top-hdr-cntr .login-bar {float: none; margin: 0 auto; overflow: hidden; padding: 7px 0 8px; width: 227px;}header .logo {margin: 0 auto; float: none; padding:14px 0 10px;}.headerTop {margin:5px 0; width: 100%;}.headerTop .headerTop_right li.srch-box { float: none; margin: 0 auto 15px; position: relative; width: 232px;}.headerTop .headerTop_right li.header-minicart a {margin:0;}.headerTop .headerTop_right li.wshlst-ico {display: inline-block; float: none; text-align: center; width: auto;}
.headerTop .headerTop_right li.header-minicart {display: inline-block; float: none; margin: 0; overflow: visible; text-align: center; width: auto;}
.headerTop .headerTop_right li:last-child a.skip-cart.no-count, .headerTop .headerTop_right li:last-child a.skip-cart {width: 31px !important; height: 44px;}

.headerTop .headerTop_right li.header-minicart a span.count {left: 5px; position: absolute; top: 8px;}

.headerTop .headerTop_right li a span.label { display: block !important; line-height: normal; position: static; text-align: center; text-transform: capitalize; width: 100%;}
.headerTop_right > ul {text-align: center;}
.headerTop .headerTop_right li.header-minicart span {padding: 23px 0 0; font-size: 14px;}
.products-grid li.item {    min-height: 250px;}
.top-hdr-cntr .flag-box ul li {float: none; margin: 6px auto 10px; padding: 0 16px 0 14px; width: 96px; text-align: center; overflow: hidden;}
.top-hdr-cntr .flag-box ul li.loctn {margin: 0 0 0 25px; padding: 0 0 0 8px; width: 113px;}

.catalog-product-view .product-view .product-essential .product-img-box {float:left; width:100%;padding: 0;}
.catalog-product-view .product-view .product-essential .product-shop {float:left; width:100%;  padding: 0 !important;}
.free-dlvry h3::before {left: 13%;}
.container.peodct-tab-bar {width: 100%;}
.product-view .thumb-box {margin:60px auto 0;}
.free-dlvry {margin:16px 0 22px;}
.peodct-tab-bar .tab-txt {margin: 0 0 17px; padding: 0;  width: 100%;}
#product-options-wrapper.product-options .size-guid {background-position:35% center;}

.product-view .product-essential #product-options-wrapper.product-options dl.last dd.last {width: 100% !important; padding-right: 0;}

#product-options-wrapper.product-options dl.last dd.last ~ dd { width: 100% !important;margin: 5px 0 0; padding-left: 0;}
.product-img-box .product-image img {width:100%;}
.catalog-product-view .product-view .product-essential .product-img-box .more-views {display:none;}
.catalog-product-view .product-view .product-essential .product-img-box .product-image {width:100%;}
.cms-index-index.cms-home .col-main  {margin-bottom:0;}
.footer-container {margin-top: 0;}
.bottom-link-base {margin:0 0 15px;}
.pager .sort-by {margin: 0 0 0 0;}
.pager .sort-by > select {margin-right: 0;}
.category-products .toolbar .pager .pages {margin:10px 0 0 0; width: 100%; padding:10px 0 0 0; z-index: 99;}
.products-grid .actions {    margin-top: 15px;margin-bottom: 22px;}

.catalog-product-view .product-view .product-essential .product-img-box .more-views {display:block; width:100%;}
.catalog-product-view .product-view .product-essential .product-img-box .more-views .carousel li {display: inline-block;}
#cart-sidebar .product-details > a {right: -25px; top: 4px;}
.gift-messages-form .input-box, #onestepcheckout-login-popup .input-box, .onestepcheckout-discount .discount-form .input-box, #showhide_shipping .one-field, #showhide_shipping .two-fields, #billing-new-address-form .one-field, #billing-new-address-form .two-fields
.billing_address .two-fields, #showhide_shipping .two-fields, #billing-new-address-form .two-fields {width:100%;}
.nav-primary li.level0 li.parent > a {    border-bottom: 0 !important;}
#header-cart.block.block-cart.skip-content.skip-active {position: absolute;     left: -180px;     width: 300px;    min-height: 305px; height: auto;     right: auto;}
.headerTop .headerTop_right li.header-minicart .block-subtitle span {font-size: 14px; float: none; padding:12px 0 0; display:inline-block;}
.block-subscribe .block-content > span + p {margin-bottom: 15px;}
#advice-required-entry-newsletter {    top: 30px;}
.header-minicart #minicart-success-message {    position: absolute; top: 3px;     left: 15%;     bottom: auto;}
#cart-sidebar .product-image, #cart-sidebar .product-image img {margin:0 0 0 -15px !important;}
.header-minicart .mini-products-list li .product-details {padding:0 4px 0 5px;}
.marketing_banners .strip:not(:last-child) {border-right:0;}
.address-order #one-step-checkout-form #password_section_id {padding: 20px 17px 0; width:100%; margin:15px 0;}
#discount-coupon-form .discount-form .field-wrapper {position:relative;}
#discount-coupon-form .validation-advice {  position:absolute; left:0; bottom:-21px;  }
.product-collateral > dl > dt.open::after {    right: 11px;}
.cms-subscribe #mr_nl_dob_trig {right: -21px; top: 54%; padding:4px 4px 0 0;}
.product-collateral > dl > dd {border:0;}
.product-collateral > dl > dd:last-child {border:0;}
.product-collateral > dl > dd.current {display: block;}
.product-collateral > dl > dt.current::after {    content: "_"!important; font-size: 22px !important; position: absolute!important; top: -5px!important; font-weight: 400!important; margin: 0!important; right: 8px;}
.product-collateral > dl > dd.current {border:0;}
.product-collateral.accordion-open > dl > dt.current:after {position: absolute; width: inherit; height: inherit; display: inherit; border-right: inherit; border-left: inherit; border-top: inherit;     border-bottom: inherit; left: inherit; top: inherit; margin-top: inherit; right: -2px;}

body.cart_pop {overflow:hidden;}

}






@media only screen and (max-width: 770px) {
.breadcrumbs { display: block; padding:0 0 0 10px;} 
}


@media all and (min-width: 320px) and (max-width: 660px) {
.headerTop .headerTop_right li.header-minicart a span.count {left: 18px !important; top:8px !important; text-align:center;}
.my-account .order-items.order-details {overflow: scroll;}
}

@media all and (min-width: 500px) and (max-width: 670px) {
.headerTop .headerTop_right li.header-minicart a span.count {left: 5px !important; text-align:center;}
}




.nav-primary li.level0 ul.level0 > li.level1 > a { font-weight:100 !important;}
.stores-view p {	 font-family:'Nunito', sans-serif !important; font-size:14px;}
.catalog-product-view .std p, 
.catalog-product-view .tab-content p { font-family:'Nunito', sans-serif !important;}
.catalog-product-view .tab span { font-family:'Nunito', sans-serif !important; font-weight:900; }

a, input, textarea, button, p, div,span, cite, footer, body, wrapper, header, section, table, td, th, thead, tr, h1, h2, h3, h4, h5, h6, strong, ul, li, dt, dd, label, .cart .cart-totals table tfoot strong {font-family: 'Nunito', sans-serif !important;} 

.item-options dt {font-style:normal;}
.data-table tbody td .item-options {padding:13px 0 0 0;}
.item-options dd {margin:0;}

@media all and (min-width: 665px) and (max-width: 767px) {
#header-cart.block.block-cart.skip-content.skip-active {width:400px; left:-323px; top:33px;}
.headerTop .headerTop_right li:last-child a.skip-cart.no-count { height: 42px;}
.headerTop .headerTop_right li:last-child a.skip-cart {height: 42px;}
.headerTop .headerTop_right li.header-minicart a span.count, .headerTop .headerTop_right li:last-child a.skip-cart {top: 6px; left:6px;}

}


.hide-layer-count #aw-ln-filters-container li > span {
display:none;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index:9;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.social_media_links li.linkdin { background-position: -225px center;}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width:80%;
    margin-top:200px;

  }
}



/** Header navigation css start **/


.catalog-category-view .main-container{max-width:1377px; width:100% !important; padding-left:38px !important; padding-right:38px !important;}

#header .page-header-container{max-width:1377px !important; padding:0 15px;}

.top-header .top-hdr-cntr {max-width: 1377px !important; padding: 0 15px ;}

.catalog-category-view .col-main {width:79% !important;}

.catalog-category-view .col-left.sidebar{width:21% !important;}

#header-nav {
    margin: 0 auto !important;
    max-width: 1377px !important;
    padding: 0 15px ;
    height: 43px !important;
    border-bottom: none !important;
	
}

.nav-primary {
	margin: auto;
    max-width: 1377px;
    padding: 0;
    position: relative;
    text-align: left;
    top: 17px;
}


#header.small {
    background-color: black;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.small .top-header , .small .logo , .small .wshlst-ico , .small .header-minicart {
	display:none;	
	}
	
.small #header-nav {
	display:inline-block;
	float:left;
	padding:0  0 0 90px;
	}
	
.small .page-header-container {
	display:inline-block;
	}

#nav .nav-primary a{font-size: 13px; line-height: 30px; letter-spacing: 1.1px; color: #808285; display:block;}

.mega_menu_slot{box-shadow:none; top:100%;}

.nav-primary{position:static; margin-top:17px;}

#nav{position:static;}

#header{position:relative;}

.nav-primary li.level0.parent:hover > a > b::after{content:none;}

.headerTop .headerTop_right li.srch-box #search_mini_form .input-box{margin-bottom:5px;}

#header-nav .nav-primary li.level0 > a:hover {
    text-decoration: none;
    padding-bottom: 6px !important;
    border-bottom: 2px solid #fff;
	color:#fff;
}

#nav .nav-primary li.level0 > a{padding:0; color:#fff; display:inline-block;}

#nav li{ margin: 0 12px; padding-bottom:17px;}

#nav li.level1 { padding-bottom: 0px !important;}

#nav .nav-primary .level0.nav-1:first-child { margin-left: 0 !important;}

#nav .nav-primary li.level1 a:hover{ color:#000 !important;}


/** Header navigation css start **/




/** Filter css start **/

#aw-ln-filters .block-title strong {
    color: #333;
    font-size: 12px;
    font-weight: normal !important;
}


#aw-ln-filters-container dt{padding:0; margin-bottom:1em;}


#aw-ln-filters-container dt > span {
	color: #333;
	font-size: 13px;
	line-height: 17px;}

#aw-ln-filters-container dd ol{
    padding: 0;
}

#aw-ln-filters-container dd ol li {
	
	padding: 10px 0 !important;
	
}

.block-layered-nav .block-content > dl > dd.odd  li a, #aw-ln-filters-container dd ol li label a {color:#000 !important; font-size: 12px !important;
letter-spacing: 0px;}


.catalog-category-view .main-container .block-layered-nav .block-content > dl > dt{border-top: 1px solid #cacaca !important; padding-top: 15px !important;
    padding-bottom: 15px !important;}

#aw-ln-filters-container dd ol li label.customCheckbox {width:15px; height: 15px;}

#aw-ln-filters-container dd ol li span {color: #cacaca; font-weight:600;}

#aw-ln-filter-1-options{
    border: 1px solid #cacaca;
    padding-left: 8px !important;
	max-height: 370px !important;
	overflow-y: auto !important;
}


#aw-ln-filter-9-options {
    border: 1px solid #cacaca;
    padding-left: 8px !important;
	max-height: 185px !important;
	overflow-y: auto !important;
}

#aw-ln-filter-13-options  {
    border: 1px solid #cacaca;
    padding-left: 8px !important;
	max-height: 185px !important;
	overflow-y: auto !important;
}

#aw-ln-filter-53-options  {
    border: 1px solid #cacaca;
    padding-left: 8px !important;
	max-height: 185px !important;
	overflow-y: auto !important;
}


#aw-ln-filters-container dt > span::after, #aw-ln-filters-container dt > span::before{content:none;}

#aw-ln-filters-container dd {padding-bottom: 25px !important;}

#aw-ln-filter-9-options  .aw-ln-filters-container-1column-layout{width:50% !important;}

#aw-ln-filter-13-options .aw-ln-filters-container-1column-layout{width:50% !important;}

#aw-ln-filter-4-options .aw-ln-filters-container-1column-layout {width: 100% !important;}

#aw-ln-filter-53-options .aw-ln-filters-container-1column-layout {width: 100% !important;}

.aw-ln-filter-category-tree-action-plus::before{color:#333 !important;}

.aw-ln-filter-category-tree-action-minus::before{color:#333 !important;}

#aw-ln-filter-4-options .aw-ln-filters-container-1column-layout a {letter-spacing:1px;}


/** Filter css end **/



/** Homepage banner css start **/


.offer-base ul li { position: relative;}

.offer-base ul li:hover img{opacity:0.5;}

.offer-base ul li:hover .middle{opacity:1;}

.offer-base .middle {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.offer-base .text {
    display: inline-block !important;
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 50px 10px 30px;
    font-family: 'Nunito', sans-serif !important;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
	width:190px;
}



.offer-base .text:after {
    content: ' ';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 13px;
    right: 30px;
    display: block;
	background:url(rwd/forevernew/images/home-arrow-right.png);
}


.offer-base ul li img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    opacity: 1;
    display: block;
    height: auto;
    backface-visibility: hidden;
}


/** Homepage banner css end **/


.category-collections .col-main {width: auto !important;}

.category-collections .main{
    min-height: 350px;
    text-align: left;
    width: 980px;
    margin: 0 auto;
    padding: 0px 0;
}

/** My Dashboard page css start **/


.customer-account .main {
    min-height: 350px;
    text-align: left;
    width: 978px;
    margin: 0 auto;
    padding: 10px 0;
}

.customer-account .sidebar{width:253px !important;}

.customer-account .col-main {width:691px !important;}

.customer-account .sidebar .block-account li.current {
    letter-spacing: 2px;
}

.customer-account .block-account li:first-child {
    border-top: 1px solid #CCCCCC;
}

.customer-account .block-account li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0px 0 0 9px;
	margin:0;
}


.customer-account .block-account li strong {font-weight: normal;}


.customer-account .block-account li a {
    font: normal 12px/35px 'Nunito', sans-serif !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.customer-account .block-account span { text-transform: uppercase; padding: 0 0 0 9px; letter-spacing:2px;}

.customer-account .block-account li a:hover{text-decoration:none;}

.customer-account .my-account .page-title h1 {font-size: 12pt !important; letter-spacing: 5px; color: #000; line-height: 16px !important;
 text-transform:uppercase;}

.customer-account .my-account .page-title { margin-bottom: 13px !important; border-bottom: 1px solid;}

.customer-account .dashboard .welcome-msg {
    padding-bottom: 11px !important;
    padding-top: 4px;
}

.customer-account .dashboard .welcome-msg p.hello {
    margin-bottom: 4px !important;
}

.customer-account .dashboard .welcome-msg p.hello strong {
    color: #000;
    letter-spacing: 2px;
    padding-left: 1px;
	text-transform: uppercase;
    font: 12px/normal 'Nunito', sans-serif !important;
}

.customer-account .dashboard .welcome-msg p {
    color: #000;
    letter-spacing: 0px;
    line-height: 14px !important;
    width: auto !important;
    font: 11px/17px arial;
}

.customer-account .dashboard .box-account.box-info {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 13px !important;
    margin-bottom: 20px !important;
}

.customer-account .customer-account .dashboard .box-account.box-info .col2-set:first-child {
    width: 32.6% !important;
}

.customer-account .dashboard .box-account.box-info .col2-set:nth-child(2) .col-1 {
    width: 35% !important; padding:10px 0;
}

.customer-account .dashboard .box-account.box-info .col2-set:nth-child(2) .col-2 {
    width: 32% !important;
}

.customer-account .dashboard .box-account.box-info .col2-set:first-child .col-1 {
    width: 100% !important;
}

.customer-account .box {
    width: 100%;
    margin: 0;
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    background-clip: initial;
    text-align: left;
}

.customer-account .dashboard .box-head {background:none; padding:0px; border: none; margin-top:0px; border-bottom:none; padding-bottom: none;}

.customer-account .dashboard .box-account.box-info h3, .dashboard .box-account.box-info h4 {
    margin-bottom: 8px !important;
    font-size: 12px;
    margin-left: 1px;
    letter-spacing: 1px;
	text-transform: uppercase;
}

.customer-account .dashboard .box-account.box-info p, .dashboard .box-account.box-info address {
    font: 11px/17px arial;
    color: #000;
}

.customer-account .dashboard .box-account.box-info .box-content span {
    letter-spacing: 0px;
    display: block;
    width: 100%;
}


.customer-account .dashboard .box-account.box-info .box-content a, .customer-account .dashboard .box-account.box-info p a {
    font-size: 11px;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    margin-bottom: -2px;
	text-transform:uppercase;
}

.customer-account .dashboard .box-account.box-info .box-content a:hover, .customer-account .dashboard .box-account.box-info p a:hover {text-decoration:none;}

.customer-account .dashboard .box-head a {padding: 0 10px; font-size: 12px; letter-spacing: 1px; text-transform:uppercase;}

.customer-account .dashboard .box-head a:hover{text-decoration:none;}



/** My Dashboard page css end **/






/** Partywear page css start **/

.category-partywear .col-main {width: auto !important;}

.category-partywear .main{ min-height: 350px; text-align: left; width: 980px; margin: 0 auto; padding: 0px 0;}

.category-partywear .partywear-box{ display: table; text-align: center; width: 100%;}

.category-partywear .partywear-inner {height:595px; display: table-cell;text-align: center;vertical-align: middle;}

.category-partywear .partywear-content {width: 100%; float: left;}

.category-partywear .partywear-content h2 { font-family: 'ITCAvantGardeGothicLTBookRegular' !important; font-size:55px; font-weight: 500; text-transform: uppercase; border-bottom:none; margin:0; line-height: 40px; color:#000;}

.category-partywear .partywear-content h3 {  font-family: 'ITCAvantGardeGothicLTBookRegular' !important; font-size:35px; font-style:italic; text-transform:uppercase; font-weight: 500; margin:0;line-height: 60px; color:#000;}

.category-partywear .partywear-content p {font-size:14px; letter-spacing: .02em; line-height: 16px; font-weight:500; 
font-family:'Nunito', sans-serif !important; margin:0; padding: 15px 0; color:#000;}

.category-partywear .partywear-content h4 {font-family: 'Nunito', sans-serif !important; text-transform:uppercase; font-size:14px; margin:0; letter-spacing:4px; color:#000;}


/** Partywear page css end **/


/** Winterwear page css start **/



.category-winterwear .col-main {width: auto !important;}

.category-winterwear .main{ min-height: 350px; text-align: left; width: 980px; margin: 0 auto; padding: 0px 0;}

.category-winterwear .partywear-box{ display: table; text-align: center; width: 100%;}

.category-winterwear .partywear-inner {height:595px; display: table-cell;text-align: center;vertical-align: middle;}

.category-winterwear .partywear-content {width: 100%; float: left;}

.category-winterwear .partywear-content h2 {font-size:35px; font-weight:600; text-transform: uppercase; border-bottom:none; margin:0; color:#000;}

.category-winterwear .partywear-content h3 {font-size:35px; font-style:italic; text-transform:uppercase; font-weight: 500; margin:0;line-height: 60px;
 color:#000;}

.category-winterwear .partywear-content p {font-size:14px; letter-spacing: .02em; line-height: 16px; font-weight:500; 
font-family:'Nunito', sans-serif !important; margin:0; padding: 15px 0; color:#000;}

.category-winterwear .partywear-content h4 {font-family:'Nunito', sans-serif !important; text-transform:uppercase; font-size:14px; margin:0; letter-spacing:4px; color:#000;}


/** Winterwear page css end **/




/** Collection page css start **/



.category-collections .col-main {width: auto !important;}

.category-collections .main{ min-height: 350px; text-align: left; width: 980px; margin: 0 auto; padding: 0px 0;}

.category-collections .partywear-box{ display: table; text-align: center; width: 100%;}

.category-collections .partywear-inner {height:595px; display: table-cell;text-align: center;vertical-align: middle;}

.category-collections .partywear-content {width: 100%; float: left;}

.category-collections .partywear-content h2 { font-family: 'ITCAvantGardeGothicLTBookRegular' !important; font-size:45px; font-weight: 500; text-transform: uppercase; border-bottom:none; margin:0; line-height: 40px; color:#000;}

.category-collections .partywear-content h3 {  font-family: 'ITCAvantGardeGothicLTBookRegular' !important; font-size:35px; font-style:italic; text-transform:uppercase; font-weight: 500; margin:0;line-height: 60px; color:#000;}

.category-collections .partywear-content p {font-size:14px; letter-spacing: .02em; line-height: 16px; font-weight:500; 
font-family:'Nunito', sans-serif !important; margin:0; padding: 15px 0; color:#000;}

.category-collections .partywear-content h4 {font-family:'Nunito', sans-serif !important; text-transform:uppercase; font-size:14px; margin:0; letter-spacing:4px; color:#000;}



/** Collection page css end **/





/** Home page sections css **/

.cms-home .row {
    overflow: hidden;
    position: relative;
}

.cms-home .row-layout_5 {
    margin-top: 8px;
}

.cms-home .row-layout_5 .row-inner {
    height: 0;
    padding-bottom: 60.71%;
    position: relative;
}


.cms-home .row-layout_5 .element:first-child {
    width: 25.4%;
    margin-right: 8px;
}

.cms-home .row-layout_5 .element {
    position: absolute;
    top: 0;
    left: 0;
}

.cms-home .row .element {
   /* position: relative;*/
    box-sizing: border-box;
    height: 100%;
    float: left;
}

.cms-home .row-layout_5 .element:nth-child(2) {
    width: 28.8%;
    left: 25.79%;
    margin-right: 8px;
}

.cms-home .row-layout_5 .element:first-child .aspect-wrapper {
    padding-bottom: 117.50%;
}

.cms-home .row .aspect-wrapper {
    position: relative;
}

.cms-home .row .element a span {
    display: none;
}

.cms-home .row .element a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
	color: #666666;
    text-decoration: none;
    letter-spacing: 1px;
    transition: .2s color linear;
    -moz-transition: .2s color linear;
    -webkit-transition: .2s color linear;
    -o-transition: .2s color linear;
}

.cms-home .row-layout_5 .element:nth-child(2) .aspect-wrapper {
    padding-bottom: 103.7%;
}

.cms-home .row-layout_5 .element:nth-child(3) {
    width: 55.4%;
    top: 50%;
    padding-left:0px;
}


.cms-home .row-layout_5 .element:nth-child(3) .aspect-wrapper {
    padding-bottom: 55.11%;
    right: 12px;
}

.cms-home .row-layout_5 .element:last-child {
    width: 45.5%;
    left: 55%;
}

.cms-home .row-layout_5 .element:last-child .aspect-wrapper {
    padding-bottom: 135.26%;
}

.cms-home .row-layout_5 .element:nth-child(3) .aspect-wrapper a {
    height: 101%;
}


.cms-home .row .element a:hover span {
    display: inline-block !important;
    border:1.5px solid #fff;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 50px 10px 30px;
    font-family:'Nunito', sans-serif !important;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
	width: 205px;
	font-weight: 600;
}


.cms-home .row .element a:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(000, 000, 000, 0.3);
    content: ' ';
    display: block;
}

.cms-home .row .element a span:after {
    content: ' ';
    background-image: url(rwd/forevernew/images/arrow-right-home-white.png);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 13px;
    right: 30px;
    display: block;
}

.cms-home .footer-container{margin-top: 0;}

/*.cms-home .footer{margin: 0;}*/

.cms-home .element img {width: 100%;}


/** Home page sections css **/





.top-hdr-cntr .flag-box ul li a {font-size:11px; letter-spacing: .02em;}

.top-hdr-cntr .flag-box ul li span {font-size:13px; letter-spacing: .02em;}

.headerTop .headerTop_right li.srch-box #search_mini_form .input-box .input-text{font-size: 10px; letter-spacing: 1px;}

.headerTop .headerTop_right li.wshlst-ico a {font-size:11px; font-weight:bold;}

.headerTop .headerTop_right li:last-child a span {font-size:11px; font-weight:bold;}

.bottom-link-base .left span {font-size:12px; letter-spacing:2px; color: #231f20;font-size: .875rem;
    padding-bottom: 10px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0;}

.footer .leftMenu ul li a {font-size: 11px; color: #999; letter-spacing: 1.3px;}

.search-autocomplete ul{position:absolute !important; max-height: 300px; overflow-y:scroll; background:#000; box-shadow:none;}

.search-autocomplete ul li {color:#fff !important; font-size:11px; padding:2px 15px !important;}

.search-autocomplete ul li .amount {color:#fff !important;}

.top-hdr-cntr .login-bar ul li a {font-size: 11px; letter-spacing:1px;}

.search-autocomplete{top:5px !important;}

.headerTop .headerTop_right li.srch-box #search_mini_form .input-box .input-text{width:100% !important;}

.search-autocomplete:before {top: -9px;}

.search-autocomplete:before {left:110px;}

.marketing_banners .strip a {color: #fff;}

.marketing_banners .strip:not(:last-child) {border-right: 1px solid #fff;}


/** Gift card css **/



.product-buy-a-gift-card .product-view .product-essential .product-img-box .product-image{width:100%;}

.product-buy-a-gift-card .gift-terms-conditions {width: 100%; float: left; margin-top: 20px;}

.product-buy-a-gift-card .gift-terms-conditions ul {list-style-type:disc; padding-left: 20px;}

.product-buy-a-gift-card .gift-terms-conditions li { padding-bottom: 10px;}

.product-buy-a-gift-card .gift-terms-conditions h3 { text-align:center; font-size: 16px; padding-bottom: 10px;}

.product-buy-a-gift-card .giftcard-view .product-shop #product-options-wrapper dd{padding-bottom:0px !important;}

.product-buy-a-gift-card .giftcard-view .product-shop #product-options-wrapper dd .input-box .product-custom-option{border-radius:0;}

.product-buy-a-gift-card .giftcard-terms {display:none;}

.product-buy-a-gift-card .giftcard-help {display:none;}

.product-buy-a-gift-card .description .std {text-align:center; font-weight: 600;}

.product-buy-a-gift-card #product-options-wrapper dt {display: block;}

.product-buy-a-gift-card .giftcard-view .product-shop #product-options-wrapper textarea {margin-bottom: 13px;}

.product-buy-a-gift-card .product-view .add-to-cart-buttons { padding: 5px 0 0 0%; width: 80%;}

.product-buy-a-gift-card .giftcard-view .product-shop .qty-wrapper select{width:73px;}


/** Gift card css **/


/** sub-category banner css **/

.category-banner { background: #fff; position: relative; margin: 0; border-bottom: 1px solid #dadada; padding: 1.5rem 192px; text-align: CENTER;
 margin-bottom: 20px;}
 
.category-banner .category-details{padding:0; width:100%;float:left;} 
 
.category-banner .category-details h1 { margin-bottom: 1em; font-size: 20px; line-height: 24px; color: #333; font-weight: 600; letter-spacing: .05em;
 text-transform: none;}

.category-banner .category-details p { margin: 0 0 13px; color: #666; font-size: 12px; font-weight: 400; letter-spacing: .02em; line-height: 17px;
 text-transform: none;text-align: justify;}

.category-banner .category-details ul { margin-top: 1.5rem; text-align: center;}

.category-banner .category-details ul li { font-size: 11px; letter-spacing: .02em; line-height: 19.5px; text-transform: none; padding: 0 17px 14px;
 display: inline-block; float: none; width: auto;}

.category-banner .category-details a { text-decoration: underline; color: #000 !important; background: 0 0; border: none; bottom: auto; display: inherit;
 float: none; font-size: inherit; font-weight: inherit; left: auto; letter-spacing: inherit; line-height: inherit; text-transform: inherit; height: auto;
 margin: 0; padding: 0; position: static; right: auto; top: auto; width: auto; z-index: auto;} 

.category-banner .category-details a:hover{text-decoration:none;}

/** sub-category banner css **/




/** OTP css **/

.checkout-onepage-success .otp-wrapper { width: 225px; margin: 0 auto;}

.checkout-onepage-success #otp_btn { width: auto; float: right;}

.checkout-onepage-success #resend_sec {width: auto;}

.checkout-onepage-success #otp_btn button { background: #000; display: inline-block; padding: 7px 15px 8px; border: 0; color: #FFFFFF; font-size: 13px;
 font-weight: normal; line-height: 19px; text-align: center; text-transform: capitalize; vertical-align: middle; white-space: nowrap;}

.checkout-onepage-success #resend_btn { display: inline-block; padding: 7px 13px 7px; border: 0; font-size: 13px; font-weight: normal; line-height: 18px; text-align: center; text-transform: capitalize; vertical-align: middle; white-space: nowrap; background: #fff; color:#000; border:1px solid #000;}

.onestepcheckout-index-index .sp-methods dd:first-child {display:none;}

/** OTP css **/




/** New search css start **/


#header_2{width: 100%; float: left;}
	
#header_2 .form-search1{border-bottom: 1px solid #cacaca;
    float: right;
    position: relative;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    width: 20%;
    margin-right: 90px;
    margin-top: 20px;
    margin-bottom: 10px; }
	
	
#header_2 .form-search1 .form-search__cancel{position: absolute;
    top: 5px;
    left: -30px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: none;
    outline: 0;}


#header_2 .form-search1 .form-search__cancel:before {
    content: '';
    background: url(rwd/forevernew/images/cross.svg) no-repeat;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
	display:none;}
	
	
#header_2 .form-search1 .desktop-search{border: none !important;
    background-color: transparent;
    color: #fff!important;
    padding-bottom: 0px;
    width: 100% !important;
	font-size: 10px;
    letter-spacing: 1px;
	padding-left: 0;}
	
#header_2 .form-search1 #clear-input { display:none;background-color: transparent; border: none; outline: 0; position: absolute; top: 10px; right: 40px;
 cursor: pointer;}	
	
#header_2 .form-search1 input.input-text~.button {background-image: url(rwd/forevernew/images/search.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 14px;
    height: 13px;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 0;}

.headerTop .headerTop_right #search_mini_form .search-autocomplete::before{content:none;}

.headerTop .headerTop_right #search_mini_form .form-search__cancel{position: absolute;
    top: 5px;
    left: -30px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: none;
    outline: 0;}


.headerTop .headerTop_right #search_mini_form .form-search__cancel:before {
    content: '';
    background: url(rwd/forevernew/images/cross.svg) no-repeat;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;}
	



/** New search css start **/




/** New size guide **/



#sizing-information button.accordion:after{
   content: '';
    display: inline-block;
    width:10px;
    height: 8px;
   background-image: url(rwd/forevernew/images/arrow-down-guide.png);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#sizing-information button.accordion.active-show:after
 {

    background-image: url(rwd/forevernew/images/arrow-up-guide.png);
}


#sizing-information .panel.active-show{display:block;}

#sizing-information .first-panel {display:block;}

.popup-size-guide .modal-inner-wrap { height: 75%; }


  @media (min-width: 769px) {

    .popup-size-guide .modal-inner-wrap {
      width: 900px;
      height: 80%; } 


    }
  .popup-size-guide .modal-inner-wrap .modal-content {
    overflow-y: scroll;
    height: 95%; }

/* @Layout */
.size-guide__popup .flex-container {
  display: block;
  margin-bottom: 30px; }


  @media (min-width: 768px) {
    .size-guide__popup .flex-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; } }

.size-guide__popup .row-reverse {
  display: block; }


  @media (min-width: 768px) {
    .size-guide__popup .row-reverse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

.size-guide__popup .text-block {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0; }

.size-guide__popup .image-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }
  .size-guide__popup .image-block img {
    margin-bottom: 20px; }

.size-guide__popup table {
  margin-bottom: 20px;
  text-align: center;
  border-collapse: collapse;
  font-family:'Nunito', sans-serif !important;
  font-size: 14px;
  border: none; }


  .size-guide__popup table th {
    text-align: center;
    border-collapse: collapse;
    font-family:'Nunito', sans-serif !important;
    font-size: 14px;
    border: none; }


  .size-guide__popup table tr.header {
    background-color: #eeeeee; }


  .size-guide__popup table tr.row {
    border-bottom: 1px solid rgba(199, 200, 202, 0.45); }


  .size-guide__popup table td {
    padding: 5px 0px;
    border: 1px solid rgba(199, 200, 202, 0.45);
    text-transform: uppercase; }


    .size-guide__popup table td.title {
      text-align: left;
      padding-left: 5px; }


  .size-guide__popup table.belts, .size-guide__popup table.rings {
    width: 100%; }

.size-guide__popup h1.page-title {
  display: none; }

.size-guide__popup h1.title {
  font-family: 'DomaineSansTextRegular';
  font-size: 24px;
  text-transform: none;
  margin-bottom: 30px; }

.size-guide__popup h2 {
  outline: none !important; }

.size-guide__popup h3 {
  margin-bottom: 15px; 
  text-transform: uppercase;
  font-size: 16px;}

.size-guide__popup p {
  margin-bottom: 15px; }

.modal-popup .modal-inner-wrap{background:#fff;}

.size-guide__popup button {
    outline: none !important;
}

  .size-guide__popup-content button {
    font-size: 14px;
    font-size: .875rem;
    position: relative;
    font-weight: 700;
    color: #4B4B4B;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 1px solid rgba(199,200,202,.45) !important;
    cursor: pointer;
    background: #fff;
    border: none;
    width: 100%;
    text-align: left;
    
}

.fancybox-skin {background:#fff !important; border-radius:0 !important;}

#sizing-information h1 {font-size: 11px;
    font-size: .875rem;
    font-weight: 700;
    color: #C7C8CA;
    text-transform: none;
     margin-bottom: 5px;}

@media (min-width: 768px) {
  .size-guide__popup .left-padding {

    padding-left: 40px; 
      padding-right: 40px; 

      } 

    }



/** New size guide **/



.customer-account .my-account .data-table tbody td {
font: normal 11px/26px 'Nunito', sans-serif !important;
color: #666;
border-bottom: 1px solid silver;
letter-spacing: 1px;
}
.customer-account .my-account .data-table thead th {
width: 20%;
font: normal 12px/26px 'Nunito', sans-serif !important;
letter-spacing: 1px;
border-bottom: 1px solid silver;
}



/** Returns & Refunds **/


.cms-returns-refunds .returns-refunds-wrapper {width:100%; float:left;}

.cms-returns-refunds .returns-refunds-wrapper h2{ position:relative; font-size:15px; font-family: -apple-system, BlinkMacSystemFont, 
  'Segoe UI', Helvetica, Arial, sans-serif !important; font-weight: 500;}

.cms-returns-refunds .returns-refunds-wrapper a, .cms-returns-refunds .returns-refunds-wrapper strong 
{font-weight:600; color:#000; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif !important;}

.cms-returns-refunds .returns-refunds-wrapper a {text-transform: lowercase !important;}

.cms-returns-refunds .returns-refunds-wrapper p { font-size:14px; color:#000; margin-bottom:10px;  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
 Helvetica, Arial, sans-serif !important;line-height: 21px;}

.cms-returns-refunds .returns-refunds-wrapper ul li{ font-size:14px; color:#000 !important; line-height:28px;  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 
Helvetica, Arial, sans-serif !important;}

.cms-returns-refunds .returns-refunds-wrapper ul {margin-bottom:5px;}

.cms-returns-refunds .returns-refunds-wrapper .accordion-detail .div-content h2:after {
    border: medium none !important;
    content: "+";
    display: block;
    font: 20px 'Nunito', sans-serif !important;
    left: initial;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #000;
}

.cms-returns-refunds .returns-refunds-wrapper .accordion-detail .div-content h2.active-show:after {
    content: "_";
    font-size: 22px !important;
    position: absolute;
    top: -5px;
    font-weight: 300;
    margin: 0;
}



.order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods label img {
  display: none;
}



/** Returns & Refunds **/



.catalog-category-view .category-products .product-label{font-size: 1rem; line-height: 22px; margin-bottom: 4px; min-height: 22px; text-transform: uppercase;
 font-weight: 700; padding-bottom:5px;color: #FFB6C1;}


.catalog-product-view .product-view .product-label{font-size: 1rem; line-height: 22px; margin-bottom: 4px; min-height: 22px; text-transform: uppercase;
 font-weight: 700; padding-bottom:5px;color: #FFB6C1; text-align:center;} 


.catalog-category-view .products-grid .item .actions{margin-bottom:0;}

.catalog-category-view .products-grid .item .actions a {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}


.catalog-category-view .products-grid .item:hover .actions a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.catalog-category-view .products-grid > li{position:relative;}

.catalog-category-view .products-grid .item .actions a {
    will-change: transform;
    top: auto;
    left: 0;
    bottom:0px;
    padding:15px;
    background: rgba(255,255,255,.9);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    font-weight:700;
    font-size:14px;
    min-height:85px;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s,-webkit-transform ease .3s;

}

.catalog-category-view .products-grid .product-image{margin-bottom:0;}

.catalog-category-view .products-grid .product-info {
    min-height: auto !important;
}



/** New search with pics **/


.searchautocomplete .searchautocomplete-placeholder .all {float: left; width: 100%; text-align:center !important; margin: 10px 4px 10px 10px;}

.searchautocomplete .searchautocomplete-placeholder ul li {border-bottom:none !important; width:16.66%!important;}   

.searchautocomplete .searchautocomplete-placeholder ul li .price-box{float: none; text-align: center; margin: 0;} 

.searchautocomplete .searchautocomplete-placeholder ul li a.name { margin-bottom: 0; text-align: center !important; width:100% !important; 
margin-top: 10px;}  

.searchautocomlete-image img { margin: 0 auto; /*width: 100%; height: 100%;*/}  

.searchautocomplete .searchautocomplete-placeholder {width:1150px !important;}

.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image{width:100%;}

.searchautocomplete .searchautocomplete-placeholder ul li .price-box{float:initial !important;}

.searchautocomplete .price-box .old-price, .searchautocomplete .price-box .special-price{width:100%;}

.searchautocomplete .searchautocomplete-placeholder ul li a {font-size:11px;}

.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {font-size: 11px !important;}

.searchautocomplete .price-box .special-price .price{font-size:11px;}

.searchautocomplete .price-box .old-price, .searchautocomplete .price-box .special-price { font-size: 11px;}

.searchautocomplete .input-text {width: 100% !important}

.searchautocomplete .nav .nav-input {border-bottom: 1px solid #fff;}

.searchautocomplete .searchautocomplete-placeholder:before{content:none!important;}


/** New search **/




/** Gifting Page **/


.gifting_div{width:100%; float:left;} 

.gifting_div .bluefoot-structural {
    position: relative;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
}

.gifting_div .nav-secondary ul {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    border-top: 1px solid rgba(209, 211, 212, 0.6);
    border-bottom: 1px solid rgba(209, 211, 212, 0.6);
}

.gifting_div .nav-secondary ul li {
    list-style: none;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0;
    line-height: 1em;
    letter-spacing: 1px;
    color: #D1D3D4;
    font-family:'Nunito', sans-serif !important;
    position: relative;
    text-transform: uppercase;
    margin-left:0;
}

.gifting_div .nav-secondary ul li a {
    display: block;
    padding: 10px 5px;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
    backface-visibility: hidden;
}

.gifting_div .nav-secondary ul li:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 20px;
    background-color: rgba(209, 211, 212, 0.65);
    height: 20px;
}

.gifting_div .nav-secondary ul li:last-child:after{content:none;}

.gifting_div .intro {
  /*  background-color: #cbe3e7;*/
    margin-bottom: 20px;
   /*  min-height: 700px;*/
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
}

.gifting_div .cta-tiles--pink .bluefoot-column.bluefoot-column-4 {
    width: 32.3601%;
    margin-right: 1.45985%;
    padding: 0;
}

.gifting_div .cta-tiles--pink .bluefoot-column.bluefoot-column-4:last-child {
    margin-right: 0%;
}

.gifting_div .bluefoot-driver img {
    width: 100%;
    -webkit-transition: opacity 0.65s ease-in-out;
    -moz-transition: opacity 0.65s ease-in-out;
    -o-transition: opacity 0.65s ease-in-out;
    transition: opacity 0.65s ease-in-out;
    backface-visibility: hidden;
     max-width: 100%;
    display: block;
}


.gifting_div .cta-tiles__copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.gifting_div.bluefoot-entity h1, {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 50px;
    line-height: 3.125rem;
}

.gifting_div .bluefoot-entity p, {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family:'Nunito', sans-serif !important;
}


.cms-gifting .col-main {
    width: 100%;

}    


.cms-gifting .main-container { max-width: 1440px;}


.gifting_div .bluefoot-column-8 {
       width: 100%;
}


.gifting_div .hide-lg-up {display:block;}


.gifting_div .intro-copy{left: 50%;
    right: auto;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.gifting_div .intro-copy {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    text-align: center;
    float: none;
    padding: 50px;
}

.gifting_div .intro-copy--left{
  padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 20px !important;
    padding-left: 40px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: auto;
    left: 0%;}


.gifting_div .intro .bluefoot-column {
    float: none;
}

.gifting_div .bluefoot-mobile-only{display:none !important;}

.gifting_div .bluefoot-mobile-hidden { display:block !important;}

.gifting_div .bluefoot-entity h1 {

    font-size: 2.8125rem;
    line-height: 3.125rem;
    letter-spacing:3px;
    text-transform:uppercase;
}

.gifting_div .bluefoot-entity sup{letter-spacing:3px; font-weight:400;}

/*.gifting_div .intro{background-image: url(rwd/forevernew/images/hero-dt_28.jpg);}
*/
.gifting_div .nav-secondary ul li a:hover { color: #E7BBB4; text-decoration:none;}

.gifting_div .nav-secondary ul li a { padding: 20px 15px;text-transform: uppercase;}

.gifting_div .bluefoot-driver:hover img { opacity: .75;}

.gifting_div .bluefoot-entity { margin-bottom: 0;}

.gifting_div .bluefoot-column {
    float: left;
    padding:0;
    box-sizing: border-box;
    min-height: 1px;
}

.gifting_div .bluefoot-driver a {
    width: auto;
    display: block;
    position: relative;
}

.gifting_div .bluefoot-entity h2{
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2em;
    color:#fff;
    font-size: 1.875rem;
    border-bottom: none;
    text-shadow: 0px 0px 30px rgba(19, 25, 23, 0.35);

}

.gifting_div .bluefoot-entity h2 a {display: block; color: #ffffff;text-transform: uppercase; text-decoration: none;}

.gifting_div .bluefoot-entity h1 sub, .gifting_div .bluefoot-entity h1 sup, 
.gifting_div .bluefoot-entity h2 sub, .gifting_div .bluefoot-entity h2 sup

{    top: 0;
    bottom: 0;
    font-size: 50%;
    letter-spacing: 3px;
    vertical-align: sub;
}

.gifting_div .bluefoot-entity .text-link:before {
    background-image: url(rwd/forevernew/images/show-more.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 15px;
    height: 28px;
    margin: -14px 0 0;
    right: 0;
    background-size: 5px;
}

.gifting_div .bluefoot-entity .text-link {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    backface-visibility: hidden;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1;
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 0;
    background-color: transparent;
    border: none;
    color: #000;
}

.gifting_div .cta-tiles--pink .bluefoot-column:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    background: rgba(231, 187, 180, 0.35);
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
    backface-visibility: hidden;
}




/** Gifting **/



/** New filter **/

.filter-cross {
    display: none;
}


.block-layered-nav .currently ol .price { font-size: 11px; font-weight: normal;}

.block-layered-nav .amshopby-attr{font-size:11px;}


.block-layered-nav .amshopby-attr, .block-layered-nav .amshopby-attr:hover
{

    padding-left:25px !important;
    background: url(rwd/forevernew/images/untick.png) left center no-repeat !important;
    padding-right: 25px !important;
    font-weight: normal;
    font-size: 12px;}


.block-layered-nav .amshopby-attr-selected, .block-layered-nav .amshopby-attr-selected:hover{ 
  background: url(rwd/forevernew/images/tick.png) left center no-repeat !important;
  padding-left: 25px !important;
    font-weight: normal;
    font-size: 12px;
   }

.block-layered-nav .block-content > dl > dt{font-size:14px; padding-top:20px !important; padding-bottom:20px !important;
cursor:pointer;}

.catalog-category-view .Collectionsnew {margin-top:0;}


.block-layered-nav .block-content > dl > dd{padding:0 !important;margin-top: 0px !important;}

.block-layered-nav .block-content > dl > dd.odd li a{color:#414141 !important; padding: 0 !important; padding-left: 25px !important;}

.block-layered-nav .block-content .amshopby-cat.level1 a {padding-left:0 !important;}

.block-layered-nav .block-content .amshopby-cat.level0 a {padding-left:0 !important;}

.block-layered-nav .block-content > dl > dd ol { padding: 0 10px; position: relative;}

.block-layered-nav .block-content .amshopby-cat.level1:before { content: "-"; position: absolute; left:0px;}

.clearAll .amshopby-attr-selected, 
.clearAll .amshopby-attr-selected:hover{background:none !important; padding-left:0 !important;}


.block-layered-nav .block-content > dl > dd > ol::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color:transparent;}
  
  
.block-layered-nav .block-content > dl > dd > ol::-webkit-scrollbar
{
  width:5px;
  background-color:transparent;
}

.block-layered-nav .block-content > dl > dd > ol::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color:#C7C8CA;
}

.block-layered-nav .block-content > dl > dd > ol{ position:static; left:0px!important; background-color: #fff!important;
 padding: 0; border-bottom-left-radius:0px; border-bottom-right-radius:0px;
 z-index:999!important; top:45px; width:100%; margin: auto; max-height:200px !important;overflow-y:auto; padding:5px 0px 0px 0px;
margin-bottom: 20px !important; /*display:none; */} 

.block-layered-nav .block-content > dl > dd > ol{padding:0;}


.block-layered-nav .block-content > dl > dd .price {font-size:12px; font-weight:normal; color:#414141;}

.block-layered-nav dl dd ol > li > a .count {color: #414141;}

.block-layered-nav .block-content > dl > dt:after {border: medium none !important;

    content: "+";
    display: block;
    font: 20px 'Nunito', sans-serif !important;
    left: initial;
    position: absolute;
    right:8px;
    top: 15px;
    color:#C7C8CA;
}

.block-layered-nav .block-content > dl > dt.active-show:after {
  content: "_";
    font-size: 22px !important;
    position: absolute;
    top:0px;
    font-weight: 300;
    margin: 0;
    right:8px;
}

.block-layered-nav .block-content > dl > dt:after {
    display: block !important;
}

.block-layered-nav .block-content > dl > dt.current:after {
    display: block !important;
}


/*.catalog-category-view .block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display{display:block !important;}*/

.block-layered-nav .block-subtitle{margin-top:10px;}

.block-layered-nav .currently {font-size: 12px;}

.block-layered-nav .actions a{text-decoration:underline;}

.block-layered-nav dl ol > li > a{color:#414141;}

.block-layered-nav .block-content > dl > dd.odd { padding: 0 0 0px !important;}

.catalogsearch-result-index .main-container { max-width: 1440px; width: 100% !important;  padding-left: 38px !important; padding-right: 38px !important;}

.catalog-category-view .main-container .block-layered-nav .block-content > dl > dt, 
.catalogsearch-result-index .main-container .block-layered-nav .block-content > dl > dt {
     border-top: 1px solid #cacaca !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


.catalogsearch-result-index .block-layered-nav .block-content > dl > dd.odd {
    padding: 0 0 0px !important;
}

.catalogsearch-result-index .block-layered-nav dl dd ol > li > a {
    padding: 5px 0px;

}

.catalogsearch-result-index .block-layered-nav .block-content > dl > dd ol {
    padding: 0 0px;
}

.catalogsearch-result-index .block-title {
    height: 50px;
    margin: 0 -10px 0 0 !important;
    padding: 14px 0 !important;
    border-right: 1px solid #f1f1f1;
    
}

.catalogsearch-result-index .block-layered-nav .btn-remove:after {
    content: 'X';
    color: #555;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
}

.catalogsearch-result-index .block-layered-nav .currently ol .btn-remove {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(85, 85, 85);
    border-image: initial;
    background: rgb(255, 255, 255);
}

.catalogsearch-result-index .block-layered-nav .currently ol { padding-left: 0px;}

.catalogsearch-result-index .block-layered-nav .block-content .amshopby-cat.level1 a {padding:0 10px !important;}}


.catalogsearch-result-index .block-layered-nav .currently ol .btn-remove:hover{background:transparent; text-decoration:none; }


.block-layered-nav #amshopby-category-more,
.block-layered-nav #amshopby-category-less { padding-left: 0 !important; background:#fff;}

.catalogsearch-result-index #amshopby-category-more { padding-left: 0 !important;}


/** New filter **/



/** Login/Signup page new **/

.account-create .remember-me-box,
.account-login .remember-me-box {
    display: none !important;
}

.customer-account-login .account-login { background-image: url(rwd/forevernew/images/Hero-Login-DT.jpg); padding: 30px;
 background-size: cover; background-position: top;}

.customer-account-login .page-title { display: none;}

.customer-account-login .customer-jumbotron {padding: 100px 10px 150px 50%;}

.customer-account-login .account-login .login-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
   background:#fff;
}

.customer-account-login .account-login .block-customer-login {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 75px;
    border-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid rgba(199,200,202,.45);
}

.customer-account-login .account-login .block-customer-login .button-group {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.customer-account-login .account-login .login-container .block-customer-login h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: center;
    text-transform: capitalize;
}

.customer-account-login .account-login .field.note { text-align: center; margin-bottom: 22px;}

.customer-account-login .account-login .button-group .button-group-item.button-group-item--active {
    -webkit-box-shadow: inset 0 -3px 0 0 #E7BBB4;
    box-shadow: inset 0 -3px 0 0 #E7BBB4;
    color: #E7BBB4;
}

.customer-account-login .account-login .button-group .button-group-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #C7C8CA;
    color: #C7C8CA;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
}

.customer-account-login .account-login .button-group .button-group-item+.button-group-item {
    margin-left: -1px; text-decoration: none;
}

.customer-account-login .account-login .block-customer-login h2 {
    font-size: 22px;
    font-size: 1.375rem !important;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'DomaineSansTextRegular' !important;
}

.customer-account-login .account-login .input-box input{
    padding: 8px 10px;
    font-weight: 400;
    border: 1px solid #C7C8CA;
    line-height: 1.15;
    height:auto;
    max-width:100%;
}


.customer-account-login .account-login .buttons-set .button {
    margin-left: 0;
    min-width: 100%;
    color: #FFF;
    background-color: #000;
    border: 1px solid transparent;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-size: .75rem;
    font-family: 'DomaineSansTextRegular' !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 13px 0;
}

.customer-account-login .account-login .buttons-set{border-top:0; padding-top: 20px;}

.customer-account-login .account-login .buttons-set .button span{font-family: 'DomaineSansTextRegular' !important;font-size: .75rem;}

.block-new-customer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 67px 75px 0;
}


.block-new-customer .signup-discover-entity{text-align:center;}

.customer-account-login .account-login .form-list .control label {
    margin-top: 10px;
    float: left;
    height: auto;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    color: #231F20;
    line-height: 1.25rem;
    letter-spacing: 0;
    padding: 5px 0px 0 20px;
}


.customer-account-login .account-login .forget-pwd {float:right; margin-bottom: 0; font-style: italic; padding-top: 5px;}

.customer-account-login .account-login .forget-pwd a{text-decoration:none;}

.block-new-customer h2 span {
    font-size: 22px;
    font-size: 1.375rem !important;
    font-weight: 400;
    font-family: 'DomaineSansTextRegular' !important;
    margin-bottom: 18px;
    text-align:center;
    text-transform:uppercase;
}

.block-new-customer p {
    font-weight: 300;
    margin-bottom: 30px;
    color: #414141;
    text-align:center;
}


.discover-latest-block {
    margin-left: -7.5px;
    margin-right: -7.5px;
    box-sizing: border-box;
}

.discover-latest-col-6 {
    width: 50%;
     float: left;
    padding: 0 7.5px;
    box-sizing: border-box;
    min-height: 1px;
}

.loyalty-benefit {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
 }
 
 .loyalty-benefit .loyalty-benefit_image {
    margin-bottom: 12px;
}

.loyalty-benefit .loyalty-benefit_text {
    display: block;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    color: #231F20;
    font-weight: 300;
    line-height: 1.25rem;
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
}   

.loyalty-benefit .loyalty-benefit_description {
    display: block;
    max-width: 210px;
    padding: 0 10px;
    font-size: 14px;
    font-size: .875rem;
    color: #231F20;
    font-weight: 300;
    line-height: 1.25rem;
}


.customer-account-create .account-create { background-image: url(https://www.forevernew.com.au/media/wysiwyg/Hero-Login-DT.jpg); padding: 30px;
 background-size: cover; background-position: top;}

.customer-account-create .page-title { display: none;}

.customer-account-create .customer-jumbotron {padding: 100px 10px 150px 50%;}

.customer-account-create .account-create .login-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
   background:#fff;
}

.customer-account-create .account-create .block-customer-login {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 75px;
    border-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid rgba(199,200,202,.45);
}

.customer-account-create .account-create .block-customer-login .button-group {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.customer-account-create .account-create .login-container .block-customer-login h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: center;
    text-transform: capitalize;
}

.customer-account-create .account-create.field.note { text-align: center; margin-bottom: 22px; font-family: 'Nunito', sans-serif !important;}


.customer-account-create .account-create .button-group .button-group-item.button-group-item--active {
    -webkit-box-shadow: inset 0 -3px 0 0 #E7BBB4;
    box-shadow: inset 0 -3px 0 0 #E7BBB4;
    color: #E7BBB4;
}

.customer-account-create .account-create .button-group .button-group-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #C7C8CA;
    color: #C7C8CA;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
}

.customer-account-create .account-create .button-group .button-group-item+.button-group-item {
    margin-left: -1px; text-decoration: none;
}

.customer-account-create .account-create .block-customer-login h2 {
    font-size: 22px;
    font-size: 1.375rem !important;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'DomaineSansTextRegular' !important;
}

.customer-account-create .account-create .input-box input{
    padding: 8px 10px;
    font-weight: 400;
    border: 1px solid #C7C8CA;
    line-height: 1.15;
    height:auto;
    max-width:100%;
}


.customer-account-create .account-create .buttons-set .button {
    margin-left: 0;
    min-width: 100%;
    color: #FFF;
    background-color: #000;
    border: 1px solid transparent;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-size: .75rem;
    font-family: 'DomaineSansTextRegular' !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 13px 0;
}

.customer-account-create .account-create .buttons-set{border-top:0; padding-top: 20px;}

.customer-account-create .account-create .buttons-set .button span{font-family: 'DomaineSansTextRegular' !important;font-size: .75rem;}

.customer-account-create .account-create .form-list .control label {
    margin-top: 10px;
    float: left;
    height: auto;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    color: #231F20;
    line-height: 1.25rem;
    letter-spacing: 0;
    padding: 5px 0px 0 20px;
}

.customer-account-create #sociallogin_button {display:block;}

.customer-account-create .form-instructions {text-align: center; margin-bottom: 22px; font-family: 'Nunito', sans-serif !important;}

.customer-account-create .buttons-set .back-link {display:none;}

.customer-account-create .form-list label { font-size: 14px; font-size: .875rem; color: #231F20; font-weight: 700;
 line-height: 1.25rem; letter-spacing: 0;}

.customer-account-login .col1-layout .col-main, 
.customer-account-login .col1-layout .col-main {padding:0 !important;}

.customer-account-create .account-create .buttons-set{max-width:100%;}

.customer-account-create .account-create .customer-jumbotron h3,
.customer-account-login .account-login .customer-jumbotron h3{
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 auto 20px;
    letter-spacing: 9px;
    max-width:330px;
    font-weight: 200;
    text-transform:uppercase;
    text-align: center;
    color: #231F20;
}

.customer-account-create .account-create .customer-jumbotron h2,
.customer-account-login .account-login .customer-jumbotron h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 45px;
    font-weight: 300;
    max-width:550px;
    margin: 30px auto 0;
    text-transform:uppercase;
    text-align: center;
    color: #231F20;
}

.customer-account-create .account-create .customer-jumbotron h2 span,
.customer-account-login .account-login .customer-jumbotron h2 span { font-family:'DomaineSansDisplayRegular'!important;}


/** Login/Signup page new **/



/** Minicart new **/


.header-minicart #cart-sidebar li{width:100% !important;}

.headerTop .headerTop_right li a span.label {
    display: none !important;
}

.headerTop_right .minicart-actions .cart-link{background:#231F20 !important; color:#fff !important;}

.headerTop .headerTop_right li a {white-space:normal !important;}

.headerTop .headerTop_right li.header-minicart span { display:block; font-size: .625rem; letter-spacing: 0; color: #989898; font-weight: 600;
padding: 15px 0 0;}

#header-cart .mini-products-list .product-details .product-name {margin-bottom: 0;}

#header-cart #cart-sidebar .product-details .product-name a {font-size: .875rem; font-weight: 300 !important; letter-spacing: 0 !important;}

#header-cart .header-minicart .mini-products-list li .product-details {width: 60%; font-size: .875rem; padding-left: 20px;}

.headerTop_right .header-minicart .block-subtitle{
    font-size: 20px;
    font-size: 1.25rem !important;
    font-family: 'DomaineSansTextRegular' !important;
    text-align: center;
    letter-spacing:0 !important;
    padding-bottom: 10px;
    font-weight: 400;

}

.headerTop .headerTop_right li.header-minicart .info-wrapper span.price {
    padding: 0;
    color: #000;
    font-size: .875rem;
    font-weight: 600;
    padding-bottom: 5px;
}

.headerTop_right .header-minicart .subtotal span.label {color: #231F20; font-weight: 600 !important; text-align:uppercase;}

.headerTop_right .header-minicart .subtotal span.price {color: #231F20; font-weight: 600 !important;}

#header-cart.skip-active {-webkit-box-shadow: 0 2px 33px rgba(0,0,0,.23);  box-shadow: 0 2px 33px rgba(0,0,0,.23); padding:20px 45px 40px;}

.minicart-actions .cart-link {
    color: #FFF;
    background-color: #1a1a1a;
    border-color: rgba(26,26,26,0);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-family: 'DomaineSansTextRegular' !important;
    text-transform: uppercase !important;
}


/** Minicart new **/



/** Homepage New **/


.home-collection .owl-carousel{z-index:0;}

.cms-home .home-collection .main-title { margin:25px 0 25px!important;}

.afterpay-ads .owl-carousel{z-index:0;}

.cms-home .bxslider {max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;}

.cms-home .home-collection {
    width: 100%;
    float: left;
} 

.cms-home .main-title { margin:40px 0 40px!important; font-size: 1.75rem; line-height: 2rem; text-align:center;
text-transform:uppercase; font-weight: 400; width: 100%; letter-spacing: 2.2px;}


.home-collection-wrapper {
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cms-home .home-collection-entity span {
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    position: relative;
    padding: 0 23px;
    max-width: 750px;
    font-family: 'DomaineSansDisplayRegular' !important;
    color: #231F20;
}

.cms-home .home-collection .item .title{
    display: block;
    text-align: center;
    font-family:'Nunito', sans-serif !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    letter-spacing: .25px;
    font-weight: 400;
    color: #231F20;
    padding-top: 20px;
}

.cms-home .home-collection .collection-img a:hover { text-decoration: none;}


.cms-home .home-collection .owl-carousel .owl-nav.disabled{display:block;}

.cms-home .home-collection .owl-next {
    text-indent: -999999px;
    height: 25px;
    width: 25px;
    background: transparent url(rwd/forevernew/images/collection-arrow-next.svg) no-repeat !important;
    position: absolute;
    right:0;
    top:50%;
    opacity:.25;
    outline:none;
}

.cms-home .home-collection .owl-prev {
    text-indent: -999999px;
    height: 25px;
    width: 25px;
    background: transparent url(rwd/forevernew/images/collection-arrow-prev.svg) no-repeat !important;
    position: absolute;
    left:0;
    top:50%;
    opacity:.25;
    outline:none;
}

.cms-home .home-collection .owl-prev:hover, .cms-home .home-collection .owl-next:hover {opacity: 1;}

.cms-home .more-link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3rem;
    letter-spacing:0;
}

.cms-home .more-link a {
    font-family: 'DomaineSansTextRegular' !important;
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: color 0.65s ease-in-out;
    -moz-transition: color 0.65s ease-in-out;
    -o-transition: color 0.65s ease-in-out;
    transition: color 0.65s ease-in-out;
    backface-visibility: hidden;
    text-transform: uppercase;
    color: #333;
    font-weight:400;
   
}

.cms-home .more-link a:hover{text-decoration:none;opacity: .65;}

.cms-home .more-link a:after {
    margin: 0 0 0 10px;
    position: absolute;
    bottom:5px;
}
.cms-home .more-link a::after {
    background: url(rwd/forevernew/images/shop-now-arrow.svg) no-repeat !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 6px;
    height: 10px;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 12px;
    padding: 0 0 3px;
}

.cms-home .latest-collection-block{width:100%; float:left; margin-top:10px; margin-right: 0px; margin-left: 0px;}

.cms-home .latest-collection-wrapper {margin-bottom:59px; width: 100%; display: -webkit-box;
    display: -ms-flexbox;
     display: flex; 
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important; }


.cms-home .trend-category-list-entity span {font-family: 'DomaineSansDisplayRegular'!important; color: #231F20;}  

.cms-home .latest-collection-list-entity span {  font-family: 'DomaineSansDisplayRegular'!important; color: #231F20;}  

.cms-home .latest-collection-col-4{ width: 30.05%; min-width: 30.05%; float: left; min-height: 1px; text-align:center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;}

.cms-home .latest-collection-text-block {
    padding: 25px 30px 35px;
}

.cms-home .latest-collection-text-block p {
    font-family:'Nunito', sans-serif !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    letter-spacing: .25px;
    font-weight: 400;
    margin: 0 0 20px;
}


.cms-home .latest-collection-block .bluefoot-mobile-hidden { display:block;}

.cms-home .latest-collection-block .bluefoot-mobile-only {display:none;}

.cms-home .latest-collection-image-block img{width:100%; margin-left:auto; margin-right:auto;}

.cms-home .trend-category-list{ background:#f9f9f9; width: 100%; float: left; margin-bottom:0px;}

.cms-home .trend-category-list-wrapper {
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
     display: flex; 
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}


.cms-home .trend-category-list-col-3{ width: 22.3%; min-width: 22.3%;}

.cms-home .trend-category-list-image-block img{width:100%; margin:0 auto;}

.cms-home .trend-category-list-text-block{padding:20px; text-align:center;}

.cms-home .home-blog-title{width:100%;float:left;}

.cms-home .home-blog-entity span{ font-family:'DomaineSansDisplayRegular' !important; color: #231F20;}

.cms-home .home-blog-block {margin-right:0px; margin-bottom:0px; margin-left:0px; padding-bottom:50px; background-color:#f9f9f9; padding-top:50px;
width: 100%; float: left;}

.cms-home .home-blog-col-12 { width: 100%;}

.cms-home .home-blog-image img { max-width: 800px; margin:0 auto;}

.cms-home .home-blog-textarea {position:relative; margin-bottom: 15px;}

.cms-home .home-blog-text-block {
    background-color: #ffffff;
    width: 40%;
    margin: -70px auto 25px;
    padding: 40px;
    z-index: 1;
    box-sizing: border-box;
    font-weight: 400;
}

.cms-home .home-blog-text-block h5 {
    font-family:'Nunito', sans-serif !important;
    color: #9B9B9B;
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    text-align:center;
    font-weight: 400;
}

.cms-home .home-blog-text-block h4 {
    color: #000000;
    text-transform: none;
    letter-spacing: 1.5px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin: 10px 0;
    text-align:center;
    font-weight: 400;
}

.cms-home .home-blog-text-block h4 a {font-family: 'DomaineSansDisplayRegular' !important;/* text-transform: uppercase;*/}

.cms-home .home-blog-text-block h4 a:hover{text-decoration:none; color: #231F20;}

/*.checkout-cart-index #shopping-cart-table .cart-price-head { display: none;}

.checkout-cart-index #shopping-cart-table .product-mrp-price {display:none;}*/

.cms-home .afterpay-ads { width: 100%; float: left; margin-top: 50px;}

.cms-home .afterpay-ads-wrapper { max-width: 1440px; margin-left: auto !important; margin-right: auto !important;}

.cms-home .afterpay-ads .owl-next {
    text-indent: -999999px;
    height: 25px;
    width: 25px;
    background: transparent url(rwd/forevernew/images/collection-arrow-next.svg) no-repeat !important;
    position: absolute;
    right: 0;
    top:30%;
    opacity: .25;
    outline: none;
}

.cms-home .afterpay-ads .owl-prev {
    text-indent: -999999px;
    height: 25px;
    width: 25px;
    background: transparent url(rwd/forevernew/images/collection-arrow-prev.svg) no-repeat !important;
    position: absolute;
    left: 0;
    top:30%;
    opacity: .25;
    outline: none;
}

.mobile-hidden{display:block!important;}

.mobile-only{display:none!important;}


/** Homepage New **/




/** header new start**/


#header-nav .nav-primary .level0:nth-child(9) {
    display:inline-block !important;
}

.active-border {border-bottom:1px solid #000 !important;}

.top-header .top-hdr-cntr {
    max-width: 1440px !important;
    width: 100%;
    margin: 0 auto;
    padding: 30px 35px 17px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: initial;

  }


#header .page-header-container {
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0;
}

header .logo{margin:0;}

.headerTop .headerTop_right li.srch-box { width:81px; margin: 0 0px 0 0; border-right:1px solid #CACACA; padding-right:15px; margin-right:10px;}

#nav .nav-primary li.level0 > a{text-transform:uppercase; color:#000; font-weight: 600 !important; letter-spacing: .03px !important;
 font-size: .875rem !important;}

.small .wrapper-ticker {display:none !important;}

#header .header-ticker { background-color: #CACACA; display:block !important;}

#header .wrapper-ticker .header-banners { margin: 0; padding: 0; list-style: none;  height: 35px; overflow: hidden;}

#header .wrapper-ticker .header-banners li {-webkit-transition: all ease .3s; transition: all ease .3s; position: relative; opacity: 1;
 text-align:center;-webkit-transform: translateY(0); transform: translateY(0);}

#header .wrapper-ticker .header-banners li a { font-size: 12px; font-size: .75rem; text-transform: uppercase; display: block; white-space: nowrap; line-height: 35px;
 font-weight:500; color:#231F20 !important;}

#header .wrapper-ticker .action.skip {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.top-hdr-cntr .flag-box {width:22%;}

.headerTop .headerTop_right li a{border-right:0;}

.top-header{background:#fff;}

header{background:#fff;z-index:100;}

.headerTop .headerTop_right li{margin-left:10px; margin-top:5px;}

.headerTop .headerTop_right li a{color:#231F20; padding:0; text-transform:none;}

.marketing_banners{display:none;}

#header-nav .nav-primary li.level0 > a:hover{color:#231F20; padding-bottom:0; border-bottom:0; }

.logo img { max-width: 340px; margin:0 auto;}

.searchautocomplete .nav .nav-input input{color:#231F20 !important; padding: 0 15px 0 5px !important;}

.top-header .headerTop .headerTop_right li.header-minicart .skip-cart {
    padding: 0;
    text-align: center;
    display: block;
    background: url(rwd/forevernew/images/cart.svg) no-repeat center top;
    margin: 0px 0 0;
    font-weight: 600;
    width: 12px;
    height: 16px;
    margin-left:20px;
    border-right:0;
}

.headerTop .headerTop_right li.wshlst-ico a {
    padding: 0;
    background: url(rwd/forevernew/images/wishlist.svg) no-repeat center top;
    font-weight: 500;
    padding:0;
    border: 0;
    font-size: 13px;
    width:20px !important;
    height: 15px;
    margin-left: 10px;
}

.top-hdr-cntr .flag-box ul li.loctn:after {
    position: absolute;
    left: -10px;
    top:0px;
    content: "";
    height: 15px;
    width: 12px;
    background: url(rwd/forevernew/images/location.svg) no-repeat;
}

.top-hdr-cntr .flag-box ul li a {color:#231F20;}

.top-hdr-cntr .flag-box ul li:after {content:none;}

.top-hdr-cntr .flag-box ul li span {color:#231F20;}

.block-search {
    border-right: 1px solid #CACACA;
    padding-right: 15px;
    max-width: 81px;
    -webkit-transition: max-width 450ms ease;
    transition: max-width 450ms ease;
    margin-left: 196px;
    min-height: 40px;
}

.headerTop .headerTop_right li.header-minicart a span.count {
    font-size: .5625rem;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #FFF !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top:-10px !important;
    background-color: #FD4D4F;
    border-radius: 50%;
    right: 0;
}

.skip-cart .count:before {
    content:none;
}

.skip-cart .count:after {
    content:none;
}


.searchautocomplete .nav-submit-button{background:none !important; width: 40px !important;}

.searchautocomplete .nav-submit-button .button, button.custom-search.button{ position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    content: '';
    background: url(rwd/forevernew/images/search.svg) no-repeat !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;}


.headerTop .headerTop_right #search_mini_form .form-search__cancel:before {
    content: '';
    background: url(rwd/forevernew/images/cross.svg) no-repeat;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
}

#header_2{background:#fff;}

#header-nav{height:60px !important; max-width:1440px !important;}

#header_2 .form-search1 input.input-text~.button{background: #fff url(rwd/forevernew/images/search.svg) no-repeat;}

.top-hdr-cntr .flag-box ul li img {width: 14px; height: 14px; position: relative; top:0px; margin: 0 5px 0 0; border-radius: 50%; padding:0;}

.top-header {max-width: 1440px; margin: 0 auto;}

#search{width:90px; line-height: 30px; width: 100% !important; max-width: initial !important;}   

.headerTop .headerTop_right .login {position:relative;}

.headerTop .headerTop_right .login:after {
    content: '/';
    color: #000;
    width: 2px;
    height: 2px;
    position: absolute;
    top:-3px;
    left: 45px;
}


.headerTop .headerTop_right .logout {position:relative;}

.headerTop .headerTop_right .logout:after {
    content: '/';
    color: #000;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0px;
    left:50px;
}

.mega_menu_slot{
    background-color: #F3F3F3;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-height: 400px;
    overflow: hidden;
    padding: 16px 0;
    border-bottom: 2px solid #414141;
    z-index:1;
}

#nav .nav-primary>li:hover {
    background-color: #F3F3F3;
}

#nav {
    position: static;
    display: block;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    letter-spacing: .03px;
    font-weight: 400;

}

.nav-primary {display: inline-block; position: relative; text-align:center;text-align: center; margin-top: 0; top:-10px;}

#nav li{padding: 10px; display: inline-block; margin:0 5px;}    

#nav .nav-primary li.level0 > a {padding-bottom: 0 !important; display:inline;}

.headerTop .headerTop_right li.header-minicart span{display:block;}

/*#nav li:last-child{display:none !important;}*/

#nav .last{ margin-right: 0 !important;}

.nav-primary .nav-8 a { color: #DF1B50 !important;}

.mega_menu_slot .mega_menu_inner_wrap { max-width: 1440px; margin: 0px auto; padding: 0 10px;}

.mega_menu_slot .nav-image{padding:0;}

.mega_menu_slot .nav-column{padding:0;}

#nav .nav-primary li.level1 a {color: #414141 !important; padding: 5px 0; text-transform:uppercase; font-weight:600 !important;
font-size: 13px; line-height: 30px; letter-spacing: 1.1px; color: #808285; display: block; font-size: .875rem;}

#nav .nav-primary .view-all a {text-decoration:underline;}

#nav .nav-primary li.level1 a:hover {color: #6E6D6E !important; -webkit-transition: all ease .3s; transition: all ease .3s;}

.search-takeover-overlay.is-active {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 11;
    opacity: 1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.fn-mob-header{display:none;}

.mobile-nav-close-button { display: none;}

#header .page-header-container{ padding:0px !important;}

.small #header_2 .nav-primary{top:10px;}

#header_2 .form-search1 .desktop-search{color:#231F20 !important;}

.searchautocomplete .searchautocomplete-placeholder{border:0 !important; border-radius:0 !important;}

.searchautocomplete .searchautocomplete-placeholder ul li { width: 15%!important;float:left;}

.country-selector {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 17px rgba(0,0,0,.3);
    box-shadow: 0 2px 17px rgba(0,0,0,.3);
    background-color: #FFF;
    z-index: 1;
    width: 346px;
    right: auto;
    top: 130%;
}

.country-selector__wrap.active .country-selector {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
}

.country-selector .country-selector__list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 200px;
    overflow: auto;
}

.country-selector .country-selector__list li{width: 100%; padding:0 !important;}

.country-selector .country-selector__list .country {
    display: block;
    padding: 10px;
    width: 100% !important;
    font-size: 13px;
    float:none;

}
.country-selector .country-selector__list .country {
    cursor: pointer;
}

.country-selector__wrap {
    position: relative;
    display: block;
}


.country-selector .country-selector__list .country::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    background: url(rwd/forevernew/images/flags.png);
    background-repeat: no-repeat;
}

.country-selector .country-selector__list .country:hover {
    background: rgba(0,0,0,.05);
}

.country-selector__wrap .show-country-selector::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(rwd/forevernew/images/arrow-megamenu.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    will-change: transform;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s,-webkit-transform ease .3s;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top:3px;
}

.country-selector__wrap.active .show-country-selector::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.country-selector .country-selector__list .country.country--ad::before{background-position:0 -14px}

.country-selector .country-selector__list .country.country--ae::before{background-position:0 -1792px}

.country-selector .country-selector__list .country.country--af::before{background-position:0 -28px}

.country-selector .country-selector__list .country.country--ag::before{background-position:0 -42px}

.country-selector .country-selector__list .country.country--ai::before{background-position:0 -56px}

.country-selector .country-selector__list .country.country--al::before{background-position:0 -70px}

.country-selector .country-selector__list .country.country--am::before{background-position:0 -84px}

.country-selector .country-selector__list .country.country--an::before{background-position:0 -98px}

.country-selector .country-selector__list .country.country--ao::before{background-position:0 -112px}

.country-selector .country-selector__list .country.country--aq::before{background-position:0 -126px}

.country-selector .country-selector__list .country.country--ar::before{background-position:0 -140px}

.country-selector .country-selector__list .country.country--as::before{background-position:0 -154px}

.country-selector .country-selector__list .country.country--at::before{background-position:0 -168px}

.country-selector .country-selector__list .country.country--au::before{background-position:0 -182px}

.country-selector .country-selector__list .country.country--aw::before{background-position:0 -196px}

.country-selector .country-selector__list .country.country--ax::before{background-position:0 -210px}

.country-selector .country-selector__list .country.country--az::before{background-position:0 -224px}

.country-selector .country-selector__list .country.country--ba::before{background-position:0 -238px}

.country-selector .country-selector__list .country.country--bb::before{background-position:0 -252px}

.country-selector .country-selector__list .country.country--bd::before{background-position:0 -266px}

.country-selector .country-selector__list .country.country--be::before{background-position:0 -280px}

.country-selector .country-selector__list .country.country--bf::before{background-position:0 -294px}

.country-selector .country-selector__list .country.country--bg::before{background-position:0 -308px}
.country-selector .country-selector__list .country.country--bh::before{background-position:0 -322px}
.country-selector .country-selector__list .country.country--bi::before{background-position:0 -336px}
.country-selector .country-selector__list .country.country--bj::before{background-position:0 -350px}
.country-selector .country-selector__list .country.country--bl::before{background-position:0 -364px}
.country-selector .country-selector__list .country.country--bm::before{background-position:0 -378px}
.country-selector .country-selector__list .country.country--bn::before{background-position:0 -392px}
.country-selector .country-selector__list .country.country--bo::before{background-position:0 -406px}
.country-selector .country-selector__list .country.country--bq::before{background-position:0 -420px}
.country-selector .country-selector__list .country.country--br::before{background-position:0 -434px}
.country-selector .country-selector__list .country.country--bs::before{background-position:0 -448px}
.country-selector .country-selector__list .country.country--bt::before{background-position:0 -462px}
.country-selector .country-selector__list .country.country--bv::before{background-position:0 -476px}
.country-selector .country-selector__list .country.country--bw::before{background-position:0 -490px}
.country-selector .country-selector__list .country.country--by::before{background-position:0 -504px}
.country-selector .country-selector__list .country.country--bz::before{background-position:0 -518px}
.country-selector .country-selector__list .country.country--ca::before{background-position:0 -532px}
.country-selector .country-selector__list .country.country--cc::before{background-position:0 -546px}
.country-selector .country-selector__list .country.country--cd::before{background-position:0 -560px}
.country-selector .country-selector__list .country.country--cf::before{background-position:0 -574px}
.country-selector .country-selector__list .country.country--cg::before{background-position:0 -588px}
.country-selector .country-selector__list .country.country--ch::before{background-position:0 -602px}
.country-selector .country-selector__list .country.country--ci::before{background-position:0 -616px}
.country-selector .country-selector__list .country.country--ck::before{background-position:0 -630px}
.country-selector .country-selector__list .country.country--cl::before{background-position:0 -644px}
.country-selector .country-selector__list .country.country--cm::before{background-position:0 -658px}
.country-selector .country-selector__list .country.country--cn::before{background-position:0 -672px}
.country-selector .country-selector__list .country.country--co::before{background-position:0 -686px}
.country-selector .country-selector__list .country.country--cr::before{background-position:0 -700px}
.country-selector .country-selector__list .country.country--cu::before{background-position:0 -714px}
.country-selector .country-selector__list .country.country--cv::before{background-position:0 -728px}
.country-selector .country-selector__list .country.country--cw::before{background-position:0 -742px}
.country-selector .country-selector__list .country.country--cx::before{background-position:0 -756px}
.country-selector .country-selector__list .country.country--cy::before{background-position:0 -770px}
.country-selector .country-selector__list .country.country--cz::before{background-position:0 -784px}
.country-selector .country-selector__list .country.country--de::before{background-position:0 -798px}
.country-selector .country-selector__list .country.country--dj::before{background-position:0 -812px}
.country-selector .country-selector__list .country.country--dk::before{background-position:0 -826px}
.country-selector .country-selector__list .country.country--dm::before{background-position:0 -840px}
.country-selector .country-selector__list .country.country--do::before{background-position:0 -854px}
.country-selector .country-selector__list .country.country--dz::before{background-position:0 -868px}
.country-selector .country-selector__list .country.country--ec::before{background-position:0 -882px}
.country-selector .country-selector__list .country.country--ee::before{background-position:0 -896px}
.country-selector .country-selector__list .country.country--eg::before{background-position:0 -910px}
.country-selector .country-selector__list .country.country--eh::before{background-position:0 -924px}
.country-selector .country-selector__list .country.country--er::before{background-position:0 -938px}
.country-selector .country-selector__list .country.country--es::before{background-position:0 -952px}
.country-selector .country-selector__list .country.country--et::before{background-position:0 -966px}
.country-selector .country-selector__list .country.country--eu::before{background-position:0 -980px}
.country-selector .country-selector__list .country.country--fi::before{background-position:0 -994px}
.country-selector .country-selector__list .country.country--fj::before{background-position:0 -1008px}
.country-selector .country-selector__list .country.country--fk::before{background-position:0 -1022px}
.country-selector .country-selector__list .country.country--fm::before{background-position:0 -1036px}
.country-selector .country-selector__list .country.country--fo::before{background-position:0 -1050px}
.country-selector .country-selector__list .country.country--fr::before{background-position:0 -1064px}
.country-selector .country-selector__list .country.country--ga::before{background-position:0 -1078px}
.country-selector .country-selector__list .country.country--gb::before{background-position:0 -1092px}
.country-selector .country-selector__list .country.country--gb_engl::before{background-position:1106px}
.country-selector .country-selector__list .country.country--gb_nirl::before{background-position:1120px}
.country-selector .country-selector__list .country.country--gb_sctl::before{background-position:1134px}
.country-selector .country-selector__list .country.country--gb_wlsl::before{background-position:1148px}
.country-selector .country-selector__list .country.country--gd::before{background-position:0 -1162px}
.country-selector .country-selector__list .country.country--ge::before{background-position:0 -1176px}
.country-selector .country-selector__list .country.country--gf::before{background-position:0 -1190px}
.country-selector .country-selector__list .country.country--gg::before{background-position:0 -1204px}
.country-selector .country-selector__list .country.country--gh::before{background-position:0 -1218px}
.country-selector .country-selector__list .country.country--gi::before{background-position:0 -1232px}
.country-selector .country-selector__list .country.country--gl::before{background-position:0 -1246px}
.country-selector .country-selector__list .country.country--gm::before{background-position:0 -1260px}
.country-selector .country-selector__list .country.country--gn::before{background-position:0 -1274px}
.country-selector .country-selector__list .country.country--gp::before{background-position:0 -1288px}
.country-selector .country-selector__list .country.country--gq::before{background-position:0 -1302px}
.country-selector .country-selector__list .country.country--gr::before{background-position:0 -1316px}
.country-selector .country-selector__list .country.country--gs::before{background-position:0 -1330px}
.country-selector .country-selector__list .country.country--gt::before{background-position:0 -1344px}
.country-selector .country-selector__list .country.country--gu::before{background-position:0 -1358px}
.country-selector .country-selector__list .country.country--gw::before{background-position:0 -1372px}
.country-selector .country-selector__list .country.country--gy::before{background-position:0 -1386px}
.country-selector .country-selector__list .country.country--hk::before{background-position:0 -1400px}
.country-selector .country-selector__list .country.country--hm::before{background-position:0 -1414px}
.country-selector .country-selector__list .country.country--hn::before{background-position:0 -1428px}
.country-selector .country-selector__list .country.country--hr::before{background-position:0 -1442px}
.country-selector .country-selector__list .country.country--ht::before{background-position:0 -1456px}
.country-selector .country-selector__list .country.country--hu::before{background-position:0 -1470px}
.country-selector .country-selector__list .country.country--id::before{background-position:0 -1484px}
.country-selector .country-selector__list .country.country--ie::before{background-position:0 -1498px}
.country-selector .country-selector__list .country.country--il::before{background-position:0 -1512px}
.country-selector .country-selector__list .country.country--im::before{background-position:0 -1526px}
.country-selector .country-selector__list .country.country--in::before{background-position:0 -1540px}
.country-selector .country-selector__list .country.country--io::before{background-position:0 -1554px}
.country-selector .country-selector__list .country.country--iq::before{background-position:0 -1568px}
.country-selector .country-selector__list .country.country--ir::before{background-position:0 -1582px}
.country-selector .country-selector__list .country.country--is::before{background-position:0 -1596px}
.country-selector .country-selector__list .country.country--it::before{background-position:0 -1610px}
.country-selector .country-selector__list .country.country--je::before{background-position:0 -1624px}
.country-selector .country-selector__list .country.country--jm::before{background-position:0 -1638px}
.country-selector .country-selector__list .country.country--jo::before{background-position:0 -1652px}
.country-selector .country-selector__list .country.country--jp::before{background-position:0 -1666px}
.country-selector .country-selector__list .country.country--ke::before{background-position:0 -1680px}
.country-selector .country-selector__list .country.country--kg::before{background-position:0 -1694px}
.country-selector .country-selector__list .country.country--kh::before{background-position:0 -1708px}
.country-selector .country-selector__list .country.country--ki::before{background-position:0 -1722px}
.country-selector .country-selector__list .country.country--km::before{background-position:0 -1736px}
.country-selector .country-selector__list .country.country--kn::before{background-position:0 -1750px}
.country-selector .country-selector__list .country.country--kp::before{background-position:0 -1764px}
.country-selector .country-selector__list .country.country--kr::before{background-position:0 -1778px}
.country-selector .country-selector__list .country.country--kw::before{background-position:0 0}
.country-selector .country-selector__list .country.country--ky::before{background-position:0 -1806px}
.country-selector .country-selector__list .country.country--kz::before{background-position:0 -1820px}
.country-selector .country-selector__list .country.country--la::before{background-position:0 -1834px}
.country-selector .country-selector__list .country.country--lb::before{background-position:0 -1848px}
.country-selector .country-selector__list .country.country--lc::before{background-position:0 -1862px}
.country-selector .country-selector__list .country.country--li::before{background-position:0 -1876px}
.country-selector .country-selector__list .country.country--lk::before{background-position:0 -1890px}
.country-selector .country-selector__list .country.country--lr::before{background-position:0 -1904px}
.country-selector .country-selector__list .country.country--ls::before{background-position:0 -1918px}
.country-selector .country-selector__list .country.country--lt::before{background-position:0 -1932px}
.country-selector .country-selector__list .country.country--lu::before{background-position:0 -1946px}
.country-selector .country-selector__list .country.country--lv::before{background-position:0 -1960px}
.country-selector .country-selector__list .country.country--ly::before{background-position:0 -1974px}
.country-selector .country-selector__list .country.country--ma::before{background-position:0 -1988px}
.country-selector .country-selector__list .country.country--mc::before{background-position:0 -2002px}
.country-selector .country-selector__list .country.country--md::before{background-position:0 -2016px}
.country-selector .country-selector__list .country.country--me::before{background-position:0 -2030px}
.country-selector .country-selector__list .country.country--mf::before{background-position:0 -2044px}
.country-selector .country-selector__list .country.country--mg::before{background-position:0 -2058px}
.country-selector .country-selector__list .country.country--mh::before{background-position:0 -2072px}
.country-selector .country-selector__list .country.country--mk::before{background-position:0 -2086px}
.country-selector .country-selector__list .country.country--ml::before{background-position:0 -2100px}
.country-selector .country-selector__list .country.country--mm::before{background-position:0 -2114px}
.country-selector .country-selector__list .country.country--mn::before{background-position:0 -2128px}
.country-selector .country-selector__list .country.country--mo::before{background-position:0 -2142px}
.country-selector .country-selector__list .country.country--mp::before{background-position:0 -2156px}
.country-selector .country-selector__list .country.country--mq::before{background-position:0 -2170px}
.country-selector .country-selector__list .country.country--mr::before{background-position:0 -2184px}
.country-selector .country-selector__list .country.country--ms::before{background-position:0 -2198px}
.country-selector .country-selector__list .country.country--mt::before{background-position:0 -2212px}
.country-selector .country-selector__list .country.country--mu::before{background-position:0 -2226px}
.country-selector .country-selector__list .country.country--mv::before{background-position:0 -2240px}
.country-selector .country-selector__list .country.country--mw::before{background-position:0 -2254px}
.country-selector .country-selector__list .country.country--mx::before{background-position:0 -2268px}
.country-selector .country-selector__list .country.country--my::before{background-position:0 -2282px}
.country-selector .country-selector__list .country.country--mz::before{background-position:0 -2296px}
.country-selector .country-selector__list .country.country--na::before{background-position:0 -2310px}
.country-selector .country-selector__list .country.country--nc::before{background-position:0 -2324px}
.country-selector .country-selector__list .country.country--ne::before{background-position:0 -2338px}
.country-selector .country-selector__list .country.country--nf::before{background-position:0 -2352px}
.country-selector .country-selector__list .country.country--ng::before{background-position:0 -2366px}
.country-selector .country-selector__list .country.country--ni::before{background-position:0 -2380px}
.country-selector .country-selector__list .country.country--nl::before{background-position:0 -2394px}
.country-selector .country-selector__list .country.country--no::before{background-position:0 -2408px}
.country-selector .country-selector__list .country.country--np::before{background-position:0 -2422px}
.country-selector .country-selector__list .country.country--nr::before{background-position:0 -2436px}
.country-selector .country-selector__list .country.country--nu::before{background-position:0 -2450px}
.country-selector .country-selector__list .country.country--nz::before{background-position:0 -2464px}
.country-selector .country-selector__list .country.country--om::before{background-position:0 -2478px}
.country-selector .country-selector__list .country.country--pa::before{background-position:0 -2492px}
.country-selector .country-selector__list .country.country--pe::before{background-position:0 -2506px}
.country-selector .country-selector__list .country.country--pf::before{background-position:0 -2520px}
.country-selector .country-selector__list .country.country--pg::before{background-position:0 -2534px}
.country-selector .country-selector__list .country.country--ph::before{background-position:0 -2548px}
.country-selector .country-selector__list .country.country--pk::before{background-position:0 -2562px}
.country-selector .country-selector__list .country.country--pl::before{background-position:0 -2576px}
.country-selector .country-selector__list .country.country--pm::before{background-position:0 -2590px}
.country-selector .country-selector__list .country.country--pn::before{background-position:0 -2604px}
.country-selector .country-selector__list .country.country--pr::before{background-position:0 -2618px}
.country-selector .country-selector__list .country.country--ps::before{background-position:0 -2632px}
.country-selector .country-selector__list .country.country--pt::before{background-position:0 -2646px}
.country-selector .country-selector__list .country.country--pw::before{background-position:0 -2660px}
.country-selector .country-selector__list .country.country--py::before{background-position:0 -2674px}
.country-selector .country-selector__list .country.country--qa::before{background-position:0 -2688px}
.country-selector .country-selector__list .country.country--re::before{background-position:0 -2702px}
.country-selector .country-selector__list .country.country--ro::before{background-position:0 -2716px}
.country-selector .country-selector__list .country.country--rs::before{background-position:0 -2730px}
.country-selector .country-selector__list .country.country--ru::before{background-position:0 -2744px}
.country-selector .country-selector__list .country.country--rw::before{background-position:0 -2758px}
.country-selector .country-selector__list .country.country--sa::before{background-position:0 -2772px}
.country-selector .country-selector__list .country.country--sb::before{background-position:0 -2786px}
.country-selector .country-selector__list .country.country--sc::before{background-position:0 -2800px}
.country-selector .country-selector__list .country.country--sd::before{background-position:0 -2814px}
.country-selector .country-selector__list .country.country--se::before{background-position:0 -2828px}
.country-selector .country-selector__list .country.country--sg::before{background-position:0 -2842px}
.country-selector .country-selector__list .country.country--sh::before{background-position:0 -2856px}
.country-selector .country-selector__list .country.country--si::before{background-position:0 -2870px}
.country-selector .country-selector__list .country.country--sj::before{background-position:0 -2884px}
.country-selector .country-selector__list .country.country--sk::before{background-position:0 -2898px}
.country-selector .country-selector__list .country.country--sl::before{background-position:0 -2912px}
.country-selector .country-selector__list .country.country--sm::before{background-position:0 -2926px}
.country-selector .country-selector__list .country.country--sn::before{background-position:0 -2940px}
.country-selector .country-selector__list .country.country--so::before{background-position:0 -2954px}
.country-selector .country-selector__list .country.country--sr::before{background-position:0 -2968px}
.country-selector .country-selector__list .country.country--ss::before{background-position:0 -2982px}
.country-selector .country-selector__list .country.country--st::before{background-position:0 -2996px}
.country-selector .country-selector__list .country.country--sv::before{background-position:0 -3010px}
.country-selector .country-selector__list .country.country--sx::before{background-position:0 -3024px}
.country-selector .country-selector__list .country.country--sy::before{background-position:0 -3038px}
.country-selector .country-selector__list .country.country--sz::before{background-position:0 -3052px}
.country-selector .country-selector__list .country.country--tc::before{background-position:0 -3066px}
.country-selector .country-selector__list .country.country--td::before{background-position:0 -3080px}
.country-selector .country-selector__list .country.country--tf::before{background-position:0 -3094px}
.country-selector .country-selector__list .country.country--tg::before{background-position:0 -3108px}
.country-selector .country-selector__list .country.country--th::before{background-position:0 -3122px}
.country-selector .country-selector__list .country.country--tj::before{background-position:0 -3136px}
.country-selector .country-selector__list .country.country--tk::before{background-position:0 -3150px}
.country-selector .country-selector__list .country.country--tl::before{background-position:0 -3164px}
.country-selector .country-selector__list .country.country--tm::before{background-position:0 -3178px}
.country-selector .country-selector__list .country.country--tn::before{background-position:0 -3192px}
.country-selector .country-selector__list .country.country--to::before{background-position:0 -3206px}
.country-selector .country-selector__list .country.country--tr::before{background-position:0 -3220px}
.country-selector .country-selector__list .country.country--tt::before{background-position:0 -3234px}
.country-selector .country-selector__list .country.country--tv::before{background-position:0 -3248px}
.country-selector .country-selector__list .country.country--tw::before{background-position:0 -3262px}
.country-selector .country-selector__list .country.country--tz::before{background-position:0 -3276px}
.country-selector .country-selector__list .country.country--ua::before{background-position:0 -3290px}
.country-selector .country-selector__list .country.country--ug::before{background-position:0 -3304px}
.country-selector .country-selector__list .country.country--um::before{background-position:0 -3318px}
.country-selector .country-selector__list .country.country--us::before{background-position:0 -3332px}
.country-selector .country-selector__list .country.country--uy::before{background-position:0 -3346px}
.country-selector .country-selector__list .country.country--uz::before{background-position:0 -3360px}
.country-selector .country-selector__list .country.country--va::before{background-position:0 -3374px}
.country-selector .country-selector__list .country.country--vc::before{background-position:0 -3388px}
.country-selector .country-selector__list .country.country--ve::before{background-position:0 -3402px}
.country-selector .country-selector__list .country.country--vg::before{background-position:0 -3416px}
.country-selector .country-selector__list .country.country--vi::before{background-position:0 -3430px}
.country-selector .country-selector__list .country.country--vn::before{background-position:0 -3444px}
.country-selector .country-selector__list .country.country--vu::before{background-position:0 -3458px}
.country-selector .country-selector__list .country.country--wf::before{background-position:0 -3472px}
.country-selector .country-selector__list .country.country--ws::before{background-position:0 -3486px}
.country-selector .country-selector__list .country.country--xk::before{background-position:0 -3500px}
.country-selector .country-selector__list .country.country--ye::before{background-position:0 -3514px}
.country-selector .country-selector__list .country.country--yt::before{background-position:0 -3528px}
.country-selector .country-selector__list .country.country--za::before{background-position:0 -3542px}
.country-selector .country-selector__list .country.country--zm::before{background-position:0 -3556px}
.country-selector .country-selector__list .country.country--zw::before{background-position:0 -3570px}

#header_2 .searchautocomplete .nav{float:right !important; /*width:100% !important;*/ width:100px !important;}

#header_2 #header-nav { height: 35px !important; max-width: 1440px !important; width: 100%; text-align: center; padding: 0;}

#header_2 #nav li { padding:4px 10px; }

.small #header_2 .nav-primary {top: 0px;}

.small #header_2 #search_mini_form { right: 20px;}

.small #header_2 .searchautocomplete .nav-submit-button{top:0;}

.small #header_2 .searchautocomplete .nav .nav-input {/* border-bottom:0 !important;*/ float:right;}

.bag-empty{display:none;}

.small #header_2 .srch-box {float:right; position:absolute; right: 20px; border-right: none !important;}

.small #header_2 #search_mini_form .form-search__cancel{position: absolute; top: 5px; left: -30px;  height: 15px;  width: 15px;
 background-color: transparent; border: none; outline: 0}

.small #header_2 #search_mini_form .form-search__cancel:before { content: ''; background: url(rwd/forevernew/images/cross.svg) no-repeat; cursor: pointer;
 width: 100%; height: 100%;display:block;}

/*#header_2 .searchautocomplete .searchautocomplete-placeholder{width:100% !important;}*/

#header .mega_menu_slot .nav-column .level0 { -moz-column-count: 1; -ms-column-count:1; -webkit-column-count: 1;  column-count: 1; }

#header .mega_menu_slot .nav-column ul li {width:100%;}

#header .nav-5 .mega_menu_slot .nav-column .level0 {-moz-column-count: 2;-ms-column-count: 2;-webkit-column-count: 2; column-count: 2;}

#header .nav-4 .mega_menu_slot .nav-column .level0 {-moz-column-count: 2;-ms-column-count: 2;-webkit-column-count: 2; column-count: 2;}

.catalog-product-view .small .wrapper-ticker { display: none !important;}

.catalog-product-view .wrapper-ticker{display:block !important;}

.top-hdr-cntr .flag-box ul li a {
    letter-spacing: .02em;
    font-size: .875rem;
    line-height: .875rem;
    white-space: nowrap;
    list-style: none;
    font-weight: 300;
}

#search {
    font-family: 'Nunito', sans-serif !important;
    height: 28px !important;
    padding-right: 0;
    text-transform: capitalize;
    width: 145px;
    border: none !important;
    font-size: .875rem;
    line-height: .875rem;
    white-space: nowrap;
    list-style: none;
    font-weight: 300;
}

.headerTop .headerTop_right li a {
    padding: 0px;
    border-right: 2px solid #fff;
    display: block;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif !important;
    background: none;
    letter-spacing: 1px;
    font-size: .875rem;
    line-height: .875rem;
    white-space: nowrap;
    list-style: none;
    font-weight: 300;
}



/** header new end **/



/** New Footer start**/

.footer-container{background:#fff !important;}

.footer .block-subscribe .actions .button {  background-color: #333 !important; color: #fff !important;}

.footer .block-subscribe .input-text{text-decoration: none;  outline: 0; font-size: 12px !important; font-size: .75rem !important;
 font-family: Arial,sans-serif !important; padding: 10px 0 !important; letter-spacing: .5px; width: 100% !important; color: #B7BBC2 !important;
   border: 0;  border-bottom: 1px solid #000 !important;  border-radius: 0;}

.footer .block-subscribe .block-content > span + p {color: #000 !important;}

.footer .leftMenu ul li a{
    white-space: nowrap;
    color: #6E6D6E;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 300;}


.footer .bottom-link-base .left{width:70%;}  

.footer .leftMenu ul li {margin-top:10px;}

.footer .leftMenu ul li a { font-size: 13px; font-size: .8125rem; white-space: nowrap; color: #6E6D6E; -webkit-transition: all ease .3s; transition: all ease .3s;
 font-weight: 300; letter-spacing:0;}

.page-footer__baseline {
    background-color: #F9F9F9;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0 12px;
}

.page-footer__baseline ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.page-footer__baseline li {
    vertical-align: middle;
    display: inline-block;
}

.page-footer__baseline li+li {
    margin-left: 25px;
}

.page-footer__baseline p {
    font-size: 9px;
    font-size: .5625rem;
    color: #000;
}

.page-footer__baseline a::before {
    content: '|';
    display: inline-block;
    margin: 0 5px;
} 

.page-footer__baseline div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .bottom-link-base .right ul {
    float: left;
}


.footer .social_media_links li{background:none;}

.footer .social_media_links .twitter{ background: url(rwd/forevernew/images/footer-social/twitter.png); background-size: contain;}
.footer .social_media_links .facebook{ background: url(rwd/forevernew/images/footer-social/facebook.png); background-size: contain;}
.footer .social_media_links .instagram{ background: url(rwd/forevernew/images/footer-social/instagram.png); background-size: contain;}
.footer .social_media_links .youtube { background: url(rwd/forevernew/images/footer-social/youtube.png); background-size: contain;}
.footer .social_media_links .snapchat{ background: url(rwd/forevernew/images/footer-social/snapchat.png); background-size: contain;}


.footer .block-subscribe .block-content > span { font-size: 18px; font-size: 1.125rem; padding-bottom: 10px; text-transform: none;
    font-family: 'DomaineSansTextRegular' !important; letter-spacing:0; font-weight:400; text-align: left;}

.footer .block-subscribe .block-content > span + p {font-size: 14px; font-size: .875rem; color: #000; font-weight: 300; text-align: left;
  max-width:320px; line-height: 1.375rem; letter-spacing: .25px;}

.footer .bottom-link-base .right {max-width: 330px;}

.footer .subscribe_block{max-width:320px;}

.footer .social_media_links{margin:0 0 48px 0;}

.footer .subscribe_block .actions span{text-transform: uppercase;  font-family: 'DomaineSansTextRegular' !important; font-size: 10px;
  font-size: .625rem;}

.back-to-top { padding: 10px 6.25% 20px;}

.back-to-top #btn__back-to-top {
    font-size: 10px;
    font-size: .625rem;
    will-change: opacity;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
    position: fixed;
    right: 2%;
    bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25px;
    height: 35px;
    opacity:0;
    pointer-events: none;
    color: #333;
    z-index: 9;
    text-decoration: none;

}

.back-to-top #btn__back-to-top::before {
    background:url(rwd/forevernew/images/back-top.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    will-change: transform;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s,-webkit-transform ease .3s;
    content: '';
    width: 24px;
    height: 13px;
    display: block;
}


#btn__back-to-top.show { opacity: 1; pointer-events: all;}

.back-to-top .small-device-only {display: none!important;}

.mob-visible-link {display:none;}

.desktop-visible-link {display:block;}

.footer {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 95px 125px 63px !important;
}


/** New Footer end**/




/** Listing New **/


.catalog-category-view .price-box .old-price, .catalog-category-view .price-box .special-price {margin-bottom:0;}

.catalog-category-view .category-banner .category-details h1 {font-size: 1.875rem; text-transform: uppercase; color:#231F20;}

.catalog-category-view .category-banner .category-details p { font-size: .875rem; color: #231F20; font-weight: 300; line-height: 1.25rem;
 padding: 0 10px;}

.catalog-category-view .category-banner .category-details ul li {font-size:12px;}

.catalog-category-view .products-grid .product-name a, 
.catalog-category-view .products-list .product-name a { font-size: 14px;font-weight: 300; padding: 3px 0; line-height: normal;}

.catalog-category-view .products-grid .price-box{ font-size:16px; font-size: 1rem; line-height:22px; padding-top:10px; font-weight:700;}

.catalog-category-view .sort-by label { display: none;}

.catalog-category-view .sort-by select {font-size: .8125rem; padding: 9px 40px 9px 25px; border: 1px solid #C7C8CA; line-height: 18px; height:auto;
border-radius:0; color: #C7C8CA; letter-spacing: 0;font-size: .6875rem; font-family: 'DomaineSansTextRegular' !important;}

.catalog-category-view .toolbar .pager .pages a {color: #C7C8CA; font-size: .8125rem;font-weight: 600;}

.catalog-category-view .toolbar .pages .current {font-weight:600;}

.catalog-category-view .toolbar .pages .current, .catalog-category-view .toolbar .pages .current:hover{/*border:0;*/}

.catalog-category-view .toolbar .pages .previous:before {background: url(rwd/forevernew/images/page-prev-arrow.svg) no-repeat !important;
 background-size: contain; background-repeat: no-repeat; background-position: center; border:0; position: absolute; top: 50%; left: 50%;
 -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); display: inline-block; width: 10px; height: 10px; content: '';}

.catalog-category-view .toolbar .pages .next:before {background: url(rwd/forevernew/images/page-next-arrow.svg) no-repeat !important; background-size: contain;
  background-repeat: no-repeat; background-position: center; border:0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); display: inline-block; width: 10px; height: 10px; content: '';}

.catalog-category-view .toolbar .pages .next:hover::before, .catalog-category-view .toolbar .pages .previous:hover::before{opacity:0.8;}

.catalog-category-view .pages .next:hover, .catalog-category-view .pages .previous:hover { border:0;}

.catalog-category-view .pages .next, .catalog-category-view .pages .previous{text-indent: -999px;}

.catalog-category-view .category-products .toolbar {border-bottom:0;}

.catalog-category-view .pager .pages {margin-top:5px;}



/** Listing New **/


/** Product Detail New **/

.catalog-category-view .main-container, .catalogsearch-result-index .main-container, 
.catalogsearch-result-index .main-container {display: block; max-width: 1440px; width: 100%; margin: 0 auto;}


.catalog-product-view .product-view .product-shop .product-name {display:block;}

.catalog-product-view .main-container
{width: 100%; max-width: 1120px; margin: 0 auto; border-bottom: 1px solid rgba(199,200,202,.45);}

.free-dlvry h3:before{left:25px;}

.breadcrumbs li{font-size: .8125rem; text-align: left;}

.breadcrumbs a { float: left; color: #7b7b7b; letter-spacing: 0; font-weight: 600; text-decoration: none;}

.breadcrumbs strong {letter-spacing:0; color: #E7BBB4; font-weight: 600;}

.free-dlvry{border-radius:0;}

.catalog-product-view .tab span {font-weight: 700;
    color: #4B4B4B;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0;
    font-size: .875rem;}

.catalog-product-view .std p, .catalog-product-view .tab-content p { margin-bottom: 12px;
    line-height: 24px;
    color: #414141;
    font-weight:400;
    font-size: .875rem;
    letter-spacing: 0;
    padding:0px 0;}

.catalog-product-view .product-view .product-label {text-align:left;}   

.catalog-product-view .product-view .product-shop .product-name .h1{ text-align: left; font-size: 22px !important; font-size: 1.375rem !important;
 font-weight: 400 !important; line-height: 34px !important; text-transform: none; color: #414141 !important; letter-spacing: 0;} 

 .catalog-product-view .product-view .product-shop .price-box {text-align:left; margin-bottom:20px;}

.catalog-product-view .product-shop .price-box .price {font-size: 19px !important; font-size: 1.1875rem !important; font-weight: 600 !important;
 color: #414141 !important; text-align: left !important; letter-spacing:0;}

.catalog-product-view .product-options dd select{border-radius:0; font-size:14px;} 

#product-options-wrapper.product-options .size-guid {border-radius: 0; font-size:14px;}

.catalog-product-view .product-view .add-to-cart-buttons .button:hover{background:#1a1a1a;}

.catalog-product-view .product-view .add-to-cart-buttons .button{background:#1a1a1a; border-radius:0;}

.catalog-product-view .product-view .add-to-cart-buttons .button span{font-family: 'DomaineSansTextRegular' !important; color: #fff;
  text-transform: uppercase; font-size: .75rem;}

.catalog-product-view .container.peodct-tab-bar{width:100%; margin: 0; padding: 50px 0px; border-top: 1px solid rgba(199,200,202,.45);}

.catalog-product-view .peodct-tab-bar ul.tabs {text-align: left;}

.catalog-product-view .peodct-tab-bar ul.tabs li {font-size: 16.6px; font-size: 1.0375rem;display: inline-block;
 text-transform: uppercase; padding: 12px 0px !important;text-decoration: none; font-weight: 600;color: rgba(65,65,65,.5); border-bottom:0; }  

.catalog-product-view .peodct-tab-bar ul.tabs li.current {color: #000; border-bottom: 1px solid #000 !important;} 

.catalog-product-view .peodct-tab-bar ul.tabs li:nth-child(2) {margin-left: 30px;}

.catalog-product-view .product-details__title { font-size: .875rem;color: #414141; font-weight: 600;}

.catalog-product-view .product-details__list {padding: 0 0 0 15px;}

.catalog-product-view .product-details__list li {line-height: 24px; font-weight: 400; margin-bottom: 0; line-height: 24px; color: #414141;
 font-size: .875rem; letter-spacing: 0;}

.catalog-product-view .collateral-tabs .tab-content h3{ font-size: .875rem;color: #414141; font-weight: 600;} 

.catalog-product-view .collateral-tabs .tab-content ul {padding: 0 0 0 15px;}

.catalog-product-view .collateral-tabs .tab-content ul li {line-height: 24px; font-weight: 400; margin-bottom: 0; line-height: 24px; color: #414141;
 font-size: .875rem; letter-spacing: 0;}

/*.catalog-product-view .product-view .product-essential .product-img-box {width: 640px; padding-right: 90px;}

.catalog-product-view .product-view .product-essential .product-shop {width: calc(100% - 640px); padding:0;}*/

.catalog-product-view #product-options-wrapper.product-options .size-guid {border:0; padding:0 31px 0 8px;     
 background: url(rwd/forevernew/images/size-icon-new.jpg) no-repeat center right; position:relative; font-weight: 600;
 color: #989898; outline: none;}

.catalog-product-view .product-view .sharing-links {padding: 10px 0 20px 0;}

.catalog-product-view .product-view { margin-top: 0;}

.catalog-product-view .product-view .add-to-links{ background: #1a1a1a; color: #fff !important; line-height: 50px; min-height: 50px;}

.catalog-product-view .product-view .add-to-links li:last-child a{font-family: 'DomaineSansTextRegular' !important; color: #fff;text-transform: uppercase;
 font-size: .75rem;letter-spacing:0;}

.catalog-product-view .tab-txt .tab-insd-txt .product-name{font-weight: 300; text-align:center; font-size: 16px; font-size: 1rem; color: #333;}

.catalog-product-view .tab-txt  .tab-insd-txt span {position:static; width:auto; float:none; text-align: center; font-weight:600;
  font-family:'Nunito', sans-serif !important; padding: 0; font-size: 16px; font-size: 1rem; color: #333; height:auto; background:none;
display: inline-block; margin-right:0;}

.catalog-product-view .std p, .catalog-product-view .tab-content p { margin-bottom: 0; line-height: normal;}

.catalog-product-view .tab-txt  .tab-insd-txt .price-box{text-align:center; float: none; width: auto;}

.catalog-product-view .tab-txt .tab-insd-txt .price { width: 100%;}

.catalog-product-view .peodct-tab-bar .tab-txt{width:100%;}

.catalog-product-view #recom-slider .owl-nav.disabled{display:block !important;}

.catalog-product-view #recom-slider .owl-prev {
    text-indent: -999999px;
    height:16px;
    width:16px;
    background: transparent url(rwd/forevernew/images/collection-arrow-prev.svg) no-repeat !important;
    position: absolute;
    left: 0;
    top:40%;
    opacity:1;
    outline: none;
}

.catalog-product-view #recom-slider .owl-next {
    text-indent: -999999px;
    height:16px;
    width:16px;
    background: transparent url(rwd/forevernew/images/collection-arrow-next.svg) no-repeat !important;
    position: absolute;
    right: 0;
    top:40%;
    opacity:1;
    outline: none;
}

.catalog-product-view .tab-content .block-related-product { margin-bottom: 0;}


/** Product Detail New **/






.bag-empty {display:none !important;}

.separator.cancel-return { display: inline-block !important;}

#payment_form_phoenix_cashondelivery {display: none;}

.searchautocomplete .searchautocomplete-placeholder{width:100% !important;}


.checkout-onepage-failure .col-right.sidebar { display: none;}

.checkout-onepage-failure .col-main{width:100%; text-align:center;}

.checkout-onepage-failure .page-title h1 {font-family: 'Nunito', sans-serif !important; color:#333;}

.razorpay-checkout-index .col-right.sidebar {display: none;}

.razorpay-checkout-index .col-wrapper{ width:100%; }

.razorpay-checkout-index .col-wrapper .col-main { width: 100%; text-align: center;}

.razorpay-checkout-index #razorpay h1 {color:#333 !important;}


/** Gift Card Landing page **/


.cms-gift-card .main-container {display: block; max-width: 1440px; width: 100%; margin: 0 auto; padding: 0 35px !important;}

.cms-gift-card .col-main {width: 100%; padding: 0 !important;}

.cms-gift-card .giftcard-ctas { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify;
 -ms-flex-pack: justify; justify-content: space-between; max-width:80%; margin:0 auto;}

.cms-gift-card .giftcard-cta { /*width: calc(50% - 17.5px);*/ background: #F1F1F1; padding: 80px 120px; text-align: center; width:100%;}

.cms-gift-card .giftcard-cta .giftcard-cta__heading { font-size: 26px; margin: 0 0 35px; font-weight:400; text-transform: uppercase; 
border-bottom:none;letter-spacing:0px; line-height:normal;}

.cms-gift-card .giftcard-cta .giftcard-cta__subheading { font-size: 20px; font-family:'DomaineSansTextRegular' !important; margin: 0 0 15px;
line-height: normal;}

.cms-gift-card .giftcard-cta .giftcard-cta__copy { margin: 0 0 25px; font-family: 'Nunito', sans-serif !important; font-size:14px;
line-height:1.4;}

.cms-gift-card .giftcard-cta .action {margin: 0 0 50px;}

.cms-gift-card .giftcard-cta .giftcard-cta__link { color: #FFF; background-color: #000; border: 1px solid transparent; -webkit-transition: all ease .3s;
 transition: all ease .3s; font-size: 12px; font-size: .75rem; font-family:'DomaineSansTextRegular' !important; width: 100%; padding: 13px 0;
 text-transform: uppercase;cursor: pointer; max-width: 220px; display: inline-block;text-decoration: none;}

.cms-gift-card .giftcard-cta .giftcard-cta__image {max-width: 100%; margin:0 auto;} 


/** Gift Card Landing page **/


/** Signup popup **/


.sign-overlay-bg { position: fixed; top: 0; left: 0; height:100%; width: 100%; z-index: 9999; background:#fff; opacity:0.5;}

.signup-popup-main {display: none;}
#signup-popup {
    position: fixed;
    text-align: center;
    width: 750px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
#signup-popup img {
  width: 100%;
}
#signup-popup .cross-icon {
  font-size: 40px;
    position: absolute;
    right: -33px;
    color: #000;
    top: -2px;
    cursor: pointer;
}

/** Signup popup **/




/** Dianas edit page **/

.cms-home #header-nav {height:40px !important;}

.cms-home .bxslider {display:none;}

.cms-dianas-edit #special-collection-slider .item { width:24%; float:left; margin-right:1%; margin-bottom:40px;}

.cms-dianas-edit #header-nav {height:40px !important;}

.cms-dianas-edit .main-container{max-width:100%; margin:0;}

.cms-dianas-edit .breadcrumbs {display:none;}

.cms-dianas-edit .bluefoot-structural{ position: relative; max-width: 1370px; margin-left: auto; margin-right: auto;}

.cms-dianas-edit .hero-wrapper {background-position:center right; background-repeat: no-repeat; background-size:100%;}

.cms-dianas-edit .col-main {width:100%; padding: 0 !important;}

.cms-dianas-edit .hero__bg { min-height:75vh;}

.cms-dianas-edit .hero__copy { position: absolute!important; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 600px; padding: 0px 30px; color: #ffffff; width: 100%; 
 margin-left: auto; margin-right: auto;display: none;}

.cms-dianas-edit .special_event_content {padding: 60px 30px 60px 30px;}

.cms-dianas-edit .special_event_content p { font-family: 'Nunito', sans-serif !important; font-size: 14px; font-size: 0.875rem;
 line-height: 18px; line-height: 1.125rem; letter-spacing: .5px;text-align: center;}

.cms-dianas-edit .bluefoot-column-6 { width: 50%;}

.cms-dianas-edit .text-link--underline { text-align: center; width: 100%;display: block;line-height: 1.2em;
    border-bottom: 1px solid #414141; -webkit-transition: opacity 0.3s ease-in-out;-moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;
   text-transform: uppercase; letter-spacing: 2px; opacity: 1; position: relative; z-index: 2;
   font-weight: 500; padding-right: 20px; padding-left: 0; background-color: transparent; border: none; font-size: 12px; font-size: 0.75rem;
 text-decoration: underline;}

.cms-dianas-edit .main-title { margin:20px 0 40px!important; font-size: 1.75rem !important; line-height: 2rem !important;
 text-align: center; text-transform: capitalize; font-weight: 400 !important; width: 100%; letter-spacing: 2.2px !important; border-bottom: 0 !important;}

.cms-dianas-edit .main-title span { display: inline-block; vertical-align: top; background: #FFF; position: relative;
 padding: 0 23px; max-width: 750px; font-family: 'DomaineSansDisplayRegular' !important; color: #231F20;}

.cms-dianas-edit #special-collection-slider a{text-decoration:none;}

.cms-dianas-edit #special-collection-slider .title { display: block;text-align: center; font-family: 'Nunito', sans-serif !important; font-size: 16px;
 font-size: 1rem; line-height: 22px; line-height: 1.375rem; letter-spacing: .25px; font-weight: 400; color: #231F20; padding:20px 20px 0 20px;
  min-height:70px;}


/*.cms-dianas-edit .home-collection .main-title{display:none;}*/


/** Dianas edit page **/



/** Home banner slider **/

.cms-home .video_banner { width: 100%; float: left;}

.hero_mob_hide{display:block !important;}

.hero_mob_visible{display:none !important;}

.cms-home #home-bv-slider .owl-dots{margin-top: 0px; position: absolute; width: 100%; bottom: 10px; display:none;}
   
.cms-home #home-bv-slider .owl-dots .owl-dot.active span, .cms-home #home-bv-slider .owl-dots .owl-dot:hover span { background: #869791;}

.cms-home #home-bv-slider .owl-dots .owl-dot span {background: #fff;}

.cms-home #home-bv-slider .owl-dots .owl-dot {outline:none !important;}

.cms-home #home-bv-slider .owl-next { text-indent: -999999px; height:30px; width:30px;
 background: transparent url(rwd/forevernew/images/arrow-slider-next.png) no-repeat !important; position: absolute;right: 0; top:50%; outline: none;}

.cms-home #home-bv-slider .owl-prev { text-indent: -999999px; height:30px; width:30px; background: transparent url(rwd/forevernew/images/arrow-slider-prev.png) no-repeat !important;
 position: absolute; left: 0; top:50%; outline: none;}


/** Home banner slider **/


/* Promo home css */

.cms-home .home_promo_heading span {
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    position: relative;
    padding: 0 23px;
    max-width: 750px;
    font-family: 'DomaineSansDisplayRegular' !important;
    color: #231F20;
}

.home_promo_div .bluefoot-column-4 {
    width: 33.33333%;
}

.home_promo_div .bluefoot-column {
    float: left;
    padding: 0 7.5px;
    box-sizing: border-box;
    min-height: 1px;
}

.home_promo_div .bluefoot-driver img{max-width: 100%; display: block; width: 100%;}


/* Promo home css */





/** Responsive code **/



@media screen and (max-width:1440px) {

  
#header .page-header-container{ padding:0;}

.top-header .top-hdr-cntr { padding: 0 40px ;min-height: 90px;}

#header-nav { padding: 0 40px ;}

.small #header-nav { padding:0  0 0 70px ;}

.cms-home .bxslider {max-width: 1260px;}

.home-collection-wrapper { max-width: 1260px;}

.cms-home .latest-collection-wrapper { max-width: 1260px;}

.cms-home .trend-category-list-wrapper { max-width: 1260px; margin: 0 auto;}


}


@media screen and (max-width:1367px) {


.top-header .top-hdr-cntr { padding: 0 40px ;}

#header-nav { padding: 0 40px ;}

.small #header-nav { padding:0  0 0 40px ;}

.cms-home .row .element a:hover span {width:160px; font-size:13px; padding:10px 45px 10px 20px;}

/*.searchautocomplete .searchautocomplete-placeholder {width:1000px !important;}*/





}



@media screen and (max-width:1280px) {

/*.searchautocomplete .searchautocomplete-placeholder {width:900px !important;}*/



/** header new start**/

.top-hdr-cntr .flag-box { width:25%;}

#header .page-header-container{padding:0;}

/** header new end**/

.footer {padding: 95px 15px 63px !important;}




}



@media screen and (max-width:1170px) {
	

.small #header .page-header-container{display:none;}

#nav .nav-primary li.level0 > a{font-size:13px;}

.catalog-category-view .products-grid .item .actions a{min-height:75px;}



/** login/signup **/

.customer-account-create .account-create .customer-jumbotron h2,
.customer-account-login .account-login .customer-jumbotron h2 {font-size:35px;}


/** login/signup **/


/** header new start**/

.logo img{max-width: 306px;}

#header_2 #nav li { padding: 9px; margin: 0 0px;}

.small #header_2 #nav li { padding:4px 10px; margin: 0 0px;}


/** header new end**/



/** Product Detail new **/


.catalog-product-view .product-view #product-options-wrapper.product-options dl.last dd.last { width: 60% !important;}

.catalog-product-view #product-options-wrapper.product-options dl.last dd.last ~ dd { width: auto !important; float: left;}


/** Product Detail new **/







}



@media screen and (max-width:1280px) {

/*.searchautocomplete .searchautocomplete-placeholder {width:900px !important;}*/


}



@media screen and (max-width:1024px) {

.cms-home .row-layout_5 .element:nth-child(3){width:55.8%;}


/** header new start**/

.top-hdr-cntr .flag-box { width: 30%;}

/** header new end**/


.cms-gift-card .giftcard-cta {padding:80px;}






}




@media screen and (max-width:992px) {

.category-collections .main{width:auto;}

.category-partywear .main { width: auto;}

.category-winterwear .main { width: auto;}

.category-winterwear .partywear-content h2{font-size:30px;}

.category-banner{padding:30px;}

#nav .nav-primary li.level0>a{font-size:12px;}

.category-collections .partywear-content h2{font-size:34px;}

.cms-home .row-layout_5 .element:nth-child(3) .aspect-wrapper {right:10px;}


#nav .nav-primary li.level0 > a{font-size:12px !important;}

#header_2 .form-search1{margin-right:30px; width: 22%;}

#nav li{margin:0 0px;}

#header-nav {padding:0 20px;}

.catalog-category-view .products-grid .item .actions a{min-height:70px;}

.searchautocomplete .searchautocomplete-placeholder {width:100% !important;}





.gifting_div .bluefoot-entity h2{font-size:1.5em;}

.gifting_div .bluefoot-column-8 { width: 100%;}

/*.gifting_div .intro { background-image: none;}*/

.gifting_div .bluefoot-column-4 { width:100%;}

.gifting_div .hide-lg-up { display:block;}

.gifting_div .nav-secondary ul li a{padding:10px 5px;}

.gifting_div .nav-secondary ul li:after{content:none;}

.gifting_div .bluefoot-entity h1{font-size:1.8rem;}

.gifting_div .intro-copy {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    text-align: center;
    float: none;
    padding: 50px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    position: static;
}


.gifting_div .intro{min-height:auto;}


/** Login/Signup page new **/


.discover-latest-col-6 { width: 100%;}


/** Login/Signup page new **/



/** Homepage start **/


.cms-home .home-blog-text-block {position: relative; width: 55%;}

.bottom-link-base .right{width:30%;}


/** Homepage end **/



/** header new start**/


.headerTop .headerTop_right li.srch-box {position: absolute;  right: 0; bottom: 0; left: 0; max-width: 100%; background-color: #F9F9F9;
     padding:8px 40px; width: 100%; border-right:0;}

.searchautocomplete .nav .nav-input{ padding: 16px 0 16px 30px;}

#header-nav { height: 45px !important;}

.headerTop .headerTop_right {margin-top: 0;}

.top-header .top-hdr-cntr { padding: 20px 20px 67px; min-height: 70px;}

#search { width: 100% !important;}

.searchautocomplete .nav .nav-input {border-bottom: 0 !important;}

.top-hdr-cntr .flag-box { width: 20%; padding: 6px 0 0 10px;}

#header .page-header-container { padding: 0px !important;}

.searchautocomplete .nav-submit-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    pointer-events: none;
    padding-left: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left:10px;
}

.searchautocomplete .nav-submit-button .button, button.custom-search.button {top: 45%;}

.nav-primary{max-width:100%; position:static;}

.headerTop .headerTop_right #search_mini_form .form-search__cancel { display:none;height: 13px; width: 13px; right: 0 !important;
    top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left:100%;}

.headerTop .headerTop_right .active .form-search__cancel{display:block !important;}

.logo img { max-width: 300px;}

#header1 { position: fixed; left: 0; top: 0; right: 0; pointer-events: none; background-color: #FFF;}

#header_2 .form-search1 {display: none;}

.small #header-nav{padding:0; display: block; float: none}

header .logo{width:100%;}

#nav .parent ul{ -webkit-column-count: 1; column-count: 1;}

.headerTop .headerTop_right li.header-minicart a{margin-left:0px;}

.small #header_2 #search_mini_form{display:none;}

.small #header_2 #nav li { padding: 4px 10px;}

input[type='text'],
input[type='number'],
textarea {
  font-size: 16px;
}

/** header new end **/


.customer-account .main {width:100%;}

.customer-account .col-left-first {width:30% !important;}

.customer-account .col-main{width:70% !important;}

.cms-dianas-edit .hero__bg { min-height:60vh;}


}



@media screen and (max-width:880px) {



#nav li{margin:0 0px;}

#header_2 .form-search1{margin-right:20px; width: 26%;}


/** header new start**/

.top-hdr-cntr .flag-box { width: 25%;}

#nav li {padding:9px;}

/** header new end**/



}






@media screen and (max-width:767px) {

.fancybox-opened { width: 90% !important; left: 5% !important;}

.fancybox-inner {width:100% !important;}

#search { font-size:16px; line-height:1;}

#header-nav {height:auto !important;}

.catalog-category-view .col-left.sidebar{width:100% !important;} 

.catalog-category-view .col-main {width: 100% !important;}

#header-nav{padding:0 15px;}

#nav li{margin:0px;}

#nav .nav-primary .level0:first-child a{padding-left:0px;}

.catalog-category-view .main-container{padding-left:0px !important; padding-right:0px !important;}

.category-partywear .partywear-inner{height:300px;}

.category-partywear .partywear-content h2{font-size:45px;}

.category-partywear .partywear-content h3{font-size:30px;line-height:45px;}

.products-grid li.item {width:50%;}

.products-grid--max-4-col > li:nth-child(3n+1) {clear:none;}

.mobile_menu{bottom:40px; right:0; width:auto; padding:0; margin-bottom:0;}

.search-autocomplete ul {max-height:280px;}

.search-autocomplete {top:10px !important;}

.category-winterwear .partywear-inner{height:300px;}

.category-winterwear .partywear-content h3{font-size:30px;line-height: 45px;}

.product-buy-a-gift-card .product-view .product-shop .product-name{display: block;}

.category-collections .partywear-inner{height:180px;}

.category-collections .partywear-content h3{font-size:25px;line-height: 45px;}


.cms-home .row .element {float: left; left: initial !important; width: 100% !important; margin-right: 0px !important; padding:5px 0; height:auto;}

.cms-home .row .aspect-wrapper { padding-bottom: 0px !important;}

.cms-home .row .element a {width: 100%; background-size: 100%; position: relative; background-repeat: no-repeat;}

.cms-home .row-layout_5 .row-inner{padding-bottom: 0px !important;}

.cms-home .row-layout_5 .element{position:relative;}

.cms-home .row-layout_5 .element:nth-child(3){top: initial; padding-left: 0;}

.cms-home .row-layout_5 .element:nth-child(3) .aspect-wrapper {right: 0;}

.marketing_banners .strip:not(:last-child) { border-right: 0 !important;}

#nav .nav-primary li.level0 > a{font-size:13px !important;}

.cms-returns-refunds .returns-refunds-wrapper {padding: 0 15px;}

.cms-returns-refunds .returns-refunds-wrapper h2{letter-spacing:2px; font-size:14px; line-height: 21px; padding: 10px 0;}

.cms-returns-refunds .returns-refunds-wrapper .div-content:last-child h2 {border-bottom: 0px solid #000;}


.catalog-category-view .products-grid .item .actions a{min-height:100px; font-size:13px;}




.gifting_div .cta-tiles--pink .bluefoot-column.bluefoot-column-4 { width: 100%; margin-right: 0; padding: 0;}

.gifting_div .bluefoot-mobile-only{display:block !important;}

.gifting_div .bluefoot-mobile-hidden { display:none !important;}

/*.gifting_div{margin-top:130px;}*/

.gifting_div .cta-tiles--pink .bluefoot-column.bluefoot-column-4:last-child{margin-bottom:20px !important;}

.gifting_div .bluefoot-entity h2 { font-size: 1.3rem;}




/*filter new */

.block-layered-nav .block-content{margin-top:0px;}

.block-layered-nav #narrow-by-list {padding: 0 10px;}

.block-layered-nav dl ol > li > a {padding:0 15px !important;}

.block-layered-nav .block-content.accordion-open > dl > dd.current { display: block !important;}

.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current{ background:none !important;}

.block-layered-nav .block-subtitle--filter::before {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 19px;
    margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter.active::before {
    content: "-";
    right: 13px;
    margin-top: -5px;
    letter-spacing: -2px;
}


.block-layered-nav .block-content.accordion-open > dl > dt.current:after
{

    content: "_";
    position: absolute;
    display:block !important;
    font-size: 22px !important;
    position: absolute;
    margin: 0;
    right: 8px;
    top: 0;
    left:initial;
    color: #C7C8CA;
    float:right;


}


.catalogsearch-result-index .block-layered-nav dl ol > li > a { background: transparent;}

.block-layered-nav .block-content > dl > dd.odd li a{ margin-bottom: 0 !important;}


.catalogsearch-result-index .main-container{padding-left:0 !important; padding-right:0 !important; /*margin-top:160px;*/}

/*.catalog-category-view .main-container{margin-top:160px;}*/

.catalog-category-view .col-main, 
.catalogsearch-result-index .col-main{margin:0;} 

.block-layered-nav .block-content .amshopby-cat.level1 a { margin: 0; background:#fff;}

.category-products .toolbar{height:70px;}


/*filter new */




/** Login/Signup page new **/


.customer-account-login .account-login .login-content-container{padding:0;}

.customer-account-login .main-container,
.customer-account-create .main-container{margin:145px auto 0;}

.customer-account-create .account-create .login-content-container{padding:0;}

.customer-account-login .account-login{background:none; padding:0;}

.customer-account-login .customer-jumbotron {

    background-image: url(rwd/forevernew/images/Hero-Login-MB.jpg);
    padding: 110% 0 20px;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.customer-account-create .account-create{background:none; padding:0;}

.customer-account-create .customer-jumbotron {
    background-image: url(rwd/forevernew/images/Hero-Login-MB.jpg);
    padding: 110% 0 20px;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}


.customer-account-create .col-main {padding:0 !important;}

.customer-account-login .col-main {padding:0 !important;}

.customer-account-create .buttons-set{max-width:100%;}

.customer-account-create .account-create .customer-jumbotron h2, 
.customer-account-login .account-login .customer-jumbotron h2 { font-size:30px;}

.customer-account-create .account-create .customer-jumbotron h3, 
.customer-account-login .account-login .customer-jumbotron h3{font-size:18px;}


/** Login/Signup page new **/



/** Minicart new */


#header-cart.block.block-cart.skip-content.skip-active{top:30px; min-height:310px; z-index:9;}

.minicart-wrapper .mini-products-list img { width: 70px; height: 70px;}

.catalog-product-view .product-view #amasty_zoom_fix { z-index: 1 !important;}

.checkout-cart-index #shopping-cart-table {margin-top:70px;}

.checkout-cart-index .cart-table .product-cart-image{padding-top: 0;}

/** Minicart new */



/** Homepage New **/

.cms-home .afterpay-ads{margin-top:20px;}

.cms-home .latest-collection-block .bluefoot-mobile-hidden { display:none;}

.cms-home .latest-collection-block .bluefoot-mobile-only {display:block;}

.cms-home .trend-category-list-col-3 {width: 47.8%; min-width: 47.8%;}

.cms-home .trend-category-list-wrapper {padding:0;}

.cms-home .latest-collection-col-4{width:100%; min-width:100%;}

.cms-home .latest-collection-text-block.trend_col-div2 {order: 2;}

.cms-home .home-blog-text-block { width: 85%; margin: -70px auto -56px; padding: 30px; position: relative;}

.cms-home .home-blog-image img { max-width: 100%;}

.cms-home .main-title { margin: 25px 0 20px 0!important;}

.cms-home .home-collection .owl-next{height:15px; width:15px;opacity: 1;right:0px;}

.cms-home .home-collection .owl-prev{height:15px; width:15px;opacity: 1;left: 10px;}

.cms-home .afterpay-ads .owl-next{height:15px; width:15px;opacity: 1;right:0px; top:50%;}

.cms-home .afterpay-ads .owl-prev{height:15px; width:15px;opacity: 1;left: 10px; top:50%;}

.cms-home .home-blog-text-block h4{ font-size: 22px; font-size: 1.375rem; line-height: 28px; line-height: 1.75rem;}

.catalog-product-view #product-options-wrapper.product-options dl.last dd.last ~ dd { width: auto !important; float: left;}

.catalog-product-view .product-view #product-options-wrapper.product-options dl.last dd.last{width:100% !important;}

.catalog-product-view .peodct-tab-bar ul.tabs li:nth-child(2){display:none;}

.footer { padding: 0px !important;}

.bottom-link-base .right { width:100%;}

.catalog-category-view .category-banner {padding:0; margin-top:20px;}

.catalog-category-view .toolbar-bottom { display: none;}

.catalog-category-view .category-banner .category-details h1{font-size: 1.25rem;}

.mobile-hidden{display:none !important;}

.mobile-only{display:block !important;}

.cms-home .latest-collection-wrapper{margin-bottom:0;}


/** Homepage New **/




/* header new start */

.fn-mob-header #nav li:nth-child(9) { display:block !important;}

#nav .nav-primary li.level0 > a {/*font-size:13px !important;*/ padding: 15px 20px 15px 30px !important; display:block; position:relative;}

.mobile_menu{background:#fff; top:0;}

.fn-mob-header {position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    right: 40px;
    -webkit-box-shadow: 0 2px 37px rgba(0,0,0,.3);
    box-shadow: 0 2px 37px rgba(0,0,0,.3);
    overflow: auto;
    z-index: 200;
    background:#fff;
    display:none;

}

.fn-mob-header .flag-box-mob{display:block;}

.fn-mob-header .mob-login {
    display: block;
    text-align: center;
    padding: 20px;
    background: #F9F9F9;
    float:left;
     width:100%;
}

.fn-mob-header .mob-login li{display:inline-block; color:#000 !important; text-align:center; width:75px; position:relative;text-decoration: underline;}

.fn-mob-header .mob-login .login{position:relative;}

.fn-mob-header .mob-login .logout{position:relative;}

.fn-mob-header .mob-login .login:after {
    content: '/';
    color: #000;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0px;
    left:65px;
}

.fn-mob-header .mob-login .logout:after {
    content: '/';
    color: #000;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0px;
    left:65px;
}

.fn-mob-header .flag-box-mob{

    padding:20px 35px 10px 40px;
    position: relative;
    z-index: 100;
    width: 100%;
    float:left;
    width:100%;
}

.fn-mob-header .flag-box-mob ul li {float: left;
    position: relative;
    margin: -1px 0 0 0;
    padding: 0 16px 0 0;}

.fn-mob-header .flag-box-mob ul li a {
    font-size: 11px;
    letter-spacing: .02em;
    margin: 0;
    padding: 3px 5px 0 5px;
    display: inline-block;
}


.fn-mob-header .flag-box-mob ul li.loctn:after {
    position: absolute;
    left: -10px;
    top: 3px;
    content: "";
    height: 15px;
    width: 12px;
    background: url(rwd/forevernew/images/location.svg) no-repeat;
}

.fn-mob-header .flag-box-mob ul li img {
    width: 14px;
    height: 14px;
    position: relative;
    top:0px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    padding: 0;
    float:left;
}

.fn-mob-header .flag-box-mob ul li span {
    font-size: 11px;
    letter-spacing: .02em;
    padding-top:0px;
    float:left;
}


#nav li {
    border-bottom: 1px solid #D8D8D8;
    display: block !important;
    
}
.mobile-nav-close-button::before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    background :url(rwd/forevernew/images/menu-cross.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-nav-close-button {
    border: 0;
    cursor: pointer;
    color: transparent;
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #000;
}

.mobile_menu::before {
    background: url(rwd/forevernew/images/mob-menubar.svg) no-repeat;
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.top-hdr-cntr .flag-box{display:none;}

.headerTop .headerTop_right .login{display:none;}

.headerTop .headerTop_right .signup{display:none;}

header * { color:#231F20 !important;}

.nav-primary { max-width: 100%; position: static;  display: block;}

#header-nav { padding: 0px;}

.fn-mob-header #nav>ul { display:block !important;}

#header_1{display:none;}

.nav-primary .parent a::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 8px;
    background:url(rwd/forevernew/images/arrow-megamenu.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    will-change: transform;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s,-webkit-transform ease .3s;
    position: absolute;
    margin-top: 4px;
    position: absolute;
    right:24px;
    color:#231F20;
    top:35%;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}


.nav-primary .menu-active a::before { -webkit-transform: rotate(270deg);transform: rotate(270deg); margin-top:4px; content: '';
 right:24px !important;}


.nav-column .level0 a::before {content:none !important;}

#nav .nav-primary>li:hover { background-color: #fff;}

.headerTop .headerTop_right li a span.label{display:none !important;}

.mobile_menu{width:10%; top:20px;}

#header .page-header-container{width:54%;}

.headerTop{width:auto;}

#header { position: fixed; top: 0; left: 0; right: 0;}

.cms-home .main-container{margin-top:180px;}

.logo img { max-width: 100%;}

.headerTop .headerTop_right{float:right; width:auto;}

.headerTop .headerTop_right li.header-minicart{float:left;}

.headerTop .headerTop_right li.wshlst-ico{float:left;}

.top-header .top-hdr-cntr {padding: 5px 20px 55px;}

.searchautocomplete .nav {width: 340px !important;}



/*.fn-mob-header .menu-active .mega_menu_slot {position:absolute; border-bottom:none; background: #fff; padding:0px;
 min-height: auto; top: 0;  background-color: white; height:100%; z-index: 99999; display:block;}*/

/*.fn-mob-header .menu-active .mega_menu_slot{border-bottom:none; background: #fff; min-height:auto !important; position:absolute;
display:block; z-index: 999 !important; padding-top:0 !important; top: 0;} */


.fn-mob-header #header-nav1 .back::before {
    content: '';
    display: inline-block;
    width:20px;
    height:10px;
    background: url(rwd/forevernew/images/back-btn-arrow.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    will-change: transform;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s,-webkit-transform ease .3s;
 
   
}


.level0 .mega_menu_slot {
    width: 0 !important;
    opacity: 0;
    transition: all 0.3s ease;
    height: 100%;
    top: 0;
    z-index: 0;
    padding: 0;
    left: auto;
    display:block;
}

.fn-mob-header .menu-active .mega_menu_slot{
    position:absolute !important;
    z-index: 999 !important;
    top: 0px !important;
    height: 100%;
    padding-top:0px !important;
    display: block;
    background: #fff;
    border-bottom: 0;
    min-height: 100%;
    padding-bottom: 0;
    transition: all 0.3s ease;
    width: 100% !important;
    opacity: 1;
    z-index: 1;
}

.fn-mob-header #header-nav1 .back { 
    position: relative;
    top:0;
    z-index: 999999;
    left: 0;
    border: 0;
    background: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 20px 10px;
    line-height: 1;
    text-transform: uppercase;
    display: none;
    border-bottom: 1px solid #dedede !important;
    float: left;
    text-align: left;
    background:#231F20;
    color: #fff !important;
}

.fn-mob-header #nav .parent ul li.level1{border-bottom:none;}

.fn-mob-header #nav li{padding:0;}

.mega_menu_slot .mega_menu_inner_wrap{padding-top:30px;}

.fn-mob-header #nav .nav-primary li.level1 > a { padding:10px 16px !important;border-bottom: 1px solid #D8D8D8;}

.fn-mob-header .nav-primary li.level0 li.parent > a {border-bottom: 1px solid #D8D8D8 !important;}

.fn-mob-header .level0 .mega_menu_slot .mega_menu_inner_wrap{padding:0;}

.fn-mob-header .level0 .mega_menu_slot .nav-column {padding:0px 0 0 0 !important;}


.searchautocomplete .searchautocomplete-placeholder ul li { width:23% !important;}

.searchautocomplete .searchautocomplete-placeholder {background: rgba(255,255,255,.9) !important; transition: all ease .3s;}

.searchautocomplete .searchautocomplete-placeholder, .searchautocomplete-loader.UI-LOADER { display: none;}

.searchautocomplete.active .searchautocomplete-placeholder{display:block !important;}

.catalog-product-view .main-container{margin-top:150px !important;}

.fn-mob-header .country-selector__wrap .show-country-selector::after{top:0;}

.fn-mob-header .country-selector { left: 0; right: 0;}

.headerTop .headerTop_right li{margin-top:0;}

.nav-primary li.level0 li.parent > a{border-bottom:0 !important;}

.headerTop .headerTop_right .logout, .headerTop .headerTop_right .account{display:none;}

#header .nav-5 .mega_menu_slot .nav-column .level0 {-moz-column-count:1;-ms-column-count:1;-webkit-column-count:1; column-count:1;}

#header .nav-4 .mega_menu_slot .nav-column .level0 {-moz-column-count:1;-ms-column-count:1;-webkit-column-count:1; column-count:1;}



/** header new end**/





/** footer new start **/


.footer .bottom-link-base .right{float:left;}

.footer-container .footer .bottom-link-base {padding: 23px 48px 17px; background: #f9f9f9;}

.footer .leftMenu ul li{ margin-top: 0px; padding: 11px 0;}

.page-footer__baseline {background-color:#fff;}

.mob-visible-link {display:block; margin: 0 auto; width: 270px; text-align: center; padding-top:50px; padding-bottom:50px;}

.footer .block-subscribe .block-content > span {text-align: center;}

.footer .block-subscribe .block-content > span + p{text-align:center;}

.desktop-visible-link {display:none;}


/** footer new end **/



/*filter new */

/*.catalog-category-view .block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display { display: block !important;}*/


.shop-by-desktop { display: none;}

.block-layered-nav .block-content{margin-top:0px;}

.block-layered-nav #narrow-by-list {padding: 0 0px;}

.block-layered-nav dl ol > li > a {padding:0 15px !important;}

.block-layered-nav .block-content.accordion-open > dl > dd.current { display: block !important;}

.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current{ background:none !important;}



.block-layered-nav .block-subtitle--filter::before {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 19px;
    margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter.active::before {
    content: "-";
    right: 13px;
    margin-top: -5px;
    letter-spacing: -2px;
}


.block-layered-nav .block-content.accordion-open > dl > dt.current:after
{

    content: "_";
    position: absolute;
    display:block !important;
    font-size: 22px !important;
    position: absolute;
    margin: 0;
    right: 8px;
    top: 0;
    left:initial;
    color: #C7C8CA;
    float:right;


}


.catalogsearch-result-index .block-layered-nav dl ol > li > a {
   
    background: transparent;
   
}


.catalogsearch-result-index .main-container{padding-left:0 !important; padding-right:0 !important; margin-top:160px;}

.catalog-category-view .main-container{margin-top:160px;}

.catalog-category-view .col-main, 
.catalogsearch-result-index .col-main{margin:0;} 

.block-layered-nav .block-content .amshopby-cat.level1 a { margin: 0;}



.count-container { display: none !important;}

.toolbar{border-bottom:0;}

.pager .sort-by label{display:none;}

.toolbar .mob-filtr-by {
    line-height:16px;
    padding: 5px 15px;
    color: #414141;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 1px 9px 0 12px;
    font-family: 'DomaineSansTextRegular' !important;
    border: 1px solid #414141;
    display:block;
    float:right;
    font-size: .6875rem;
    text-transform: none;
    line-height: 36px;
    margin-left: 10px;
    padding: 0 20px;
    white-space: nowrap;
    letter-spacing: 0;
}

.block-layered-nav {position: fixed !important; background: rgba(255,255,255,.98); width: 100%; height: 100%; top: 0; left: 0; z-index: 999; display:none;
    padding: 40px;}

.block-layered-nav .block-subtitle--filter, .block-layered-nav .block-subtitle--filter:hover {
    background: #fff !important;
    padding: 7px 0px 7px 0px !important;
    color: #C7C8CA;
    margin-top: 30px;
}

.block-layered-nav .block-subtitle--filter::before{content:none;}

#narrow-by-list{display:block !important; border:none;}

.shop-by-desktop{display:none;}

.filter-cross{background: 0 0;
    border: 0;
    cursor: pointer;
    width: 31px;
    height: 31px;
    color:#000;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    display:block;
 }

.filter-cross:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(rwd/forevernew/images/filter-cross.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.block-layered-nav #narrow-by-list dd{padding-left:10px !important;}

.block-layered-nav .block-subtitle--filter.active::before{content:none;}

.pager .sort-by label {
    display: none;
}

.catalog-category-view .block-layered-nav .btn-remove:after {
    content: 'X';
    color: #555;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-family: 'Nunito', sans-serif !important;
    font-weight: bold;
}

.catalog-category-view .block-layered-nav .currently ol {
    padding-left: 0;
}
.block-layered-nav .currently ol li .label {
    font-weight: bold; font-size:13px;
}


.catalog-category-view .block-layered-nav .currently ol .btn-remove {
    border: 1px solid #555;
    background: #fff;
    text-decoration: none;
}

.block-layered-nav .block-subtitle {
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 7px;
    letter-spacing: 0;
}


/*filter new */


.header-minicart #minicart-success-message {
    position: absolute;
    top: 50%;
    left:25%;
}

.onestepcheckout-index-index .main-container{
    margin-top: 150px;
}



/** footer cms page **/

.img-heading p{margin-bottom:0px;}

.cms-returns-refunds .main-container { margin-top:160px;}

.cms-how-to-shop .main-container { margin-top:160px;}

.cms-delivery-shipping-info .main-container { margin-top:160px;}

.contacts-index-index .main-container { margin-top:160px;}

.clarion-storelocator-index-index .main-container { margin-top:160px;}

.cms-sizing-information .main-container { margin-top:160px;}

.cms-the-company .main-container { margin-top:160px;}

.cms-community-and-enviroment .main-container { margin-top:160px;}

.cms-careers .main-container { margin-top:160px;}

.cms-international-shipping .main-container { margin-top:160px;}

.cms-loyalty-program .main-container { margin-top:160px;}

.cms-page-view .page_banner > div > div h1 {line-height:normal; font-size: 24px; letter-spacing: 3px; text-align:center;}

.category-collections .main-container.col1-layout { margin-top: 160px !important;}


/** footer cms page **/

.customer-account .col-main { width: 100% !important;}

.customer-account .col-left-first{ margin-top:130px; width:100% !important;}



.cms-gift-card .giftcard-cta {width: 100%;margin-bottom: 35px;}

.cms-gift-card .giftcard-ctas {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}

.cms-gift-card .col-main {margin-top:150px;}

.cms-gift-card .giftcard-cta .giftcard-cta__heading{margin: 0 0 30px;}

.cms-gift-card .giftcard-ctas{max-width:100%;}


#signup-popup{max-width:80%;}

#signup-popup .cross-icon {right:-30px; font-size:30px;}




/** Dianas edit page **/


.cms-dianas-edit .main-container { margin-top:150px;}

.cms-dianas-edit .bluefoot-column-6 { width:100%;}

.cms-dianas-edit .hero__bg { min-height:330px;}

.cms-dianas-edit .col-main {padding:0 !important;}

.cms-dianas-edit .special_event_content { padding:30px 30px 40px 30px;}

.cms-dianas-edit #special-collection-slider .item { width:49%; float:left; margin-right:1%;}

.cms-dianas-edit #special-collection-slider .item:nth-child(2n){margin-right:0;}

.cms-dianas-edit #special-collection-slider .title{min-height:65px;}




/** Dianas edit page **/


.hero_mob_hide{display:none !important;}

.hero_mob_visible{display:block !important;}

.cms-home #home-bv-slider .owl-next {background: transparent url(rwd/forevernew/images/arrow-slider-next-mob.png) no-repeat !important; }

.cms-home #home-bv-slider .owl-prev {background: transparent url(rwd/forevernew/images/arrow-slider-prev-mob.png) no-repeat !important;}

.home_promo_div .bluefoot-column-4 {width:100%;}

.home_promo_div .bluefoot-driver{margin-bottom:15px;}

.home_promo_div .bluefoot-column{padding:0;}



}


@media screen and (max-width:655px) {


/** Minicart new */


#header-cart.block.block-cart.skip-content.skip-active{width:260px;}

.header-minicart .minicart-actions .cart-link{font-size:10px;}

.header-minicart #minicart-success-message {
    position: absolute;
    top: 50%;
    left:10%;
}



/** Minicart new */



/** Diana edits page **/

.cms-dianas-edit .hero__bg { min-height:330px;}

/** Diana edits page **/





}



@media screen and (max-width:640px) {

.search-autocomplete:before {left:100px;}

.catalog-category-view .products-grid .item .actions a{min-height:85px;}



/** header new **/

.mobile_menu{width:15%;}

/** header new **/

.products-grid li.item { min-height: 375px;}

.products-grid .actions { margin-top: 0;}



/** Diana edits page **/

.cms-dianas-edit .hero__bg { min-height:300px;}

/** Diana edits page **/



}



@media screen and (max-width:480px) {
	
	
.category-winterwear .partywear-content p{font-size:13px;}

.category-winterwear .partywear-content h2 {font-size: 28px;}

.category-collections .partywear-content h2{font-size:30px;}


.cms-returns-refunds .returns-refunds-wrapper ul li {font-size:13px; line-height:21px; margin-bottom: 10px;}

.cms-returns-refunds .returns-refunds-wrapper p{font-size:13px;}



/** Login/Signup page new **/

.customer-account-login .account-login .block-customer-login { padding: 25px 20px;}

.customer-account-login .account-login .block-new-customer { padding: 25px 20px;}

.customer-account-create .account-create .block-customer-login{padding: 25px 20px;}

.customer-account-create .account-create .block-new-customer { padding: 25px 20px;}

.customer-account-create .account-create .customer-jumbotron h2, 
.customer-account-login .account-login .customer-jumbotron h2 { font-size: 25px;}

/** Login/Signup page new **/



/** Homepage New **/

.cms-home .main-title { font-size: 20px; font-size: 1.25rem; line-height: 28px; line-height: 1.75rem;}

.page-footer__baseline div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-footer__baseline p {width:100%; text-align:center; float: left; line-height: 1.375rem; letter-spacing: .25px; font-weight: 400;}

.page-footer__baseline a:first-child::before { content: '';}

/** Homepage New **/




/** header new **/


.cms-home .main-container { margin-top: 170px;}

.searchautocomplete .searchautocomplete-placeholder ul li { width:30% !important; }

.searchautocomplete .nav {width: 100% !important;}

.searchautocomplete .searchautocomplete-placeholder ul li a { font-size:8px;}

.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price { font-size: 10px !important;}

.searchautocomplete .price-box .special-price .price {font-size: 10px;}


/** header new **/



.catalog-product-view .peodct-tab-bar ul.tabs { text-align: center;}

.cms-page-view .page_banner > div > div h1{font-size:20px;  letter-spacing:1px;}

.catalog-category-view .category-products .product-label {font-size:12px;}

.products-grid li.item { min-height:350px;}

.cms-gift-card .giftcard-cta {padding:40px;}



/** Diana edits page **/

.cms-dianas-edit .main-container { margin-top:135px;}

.cms-dianas-edit .hero__bg { min-height:215px;}

.cms-dianas-edit .special_event_content { padding:20px 30px 40px 30px;}

.cms-dianas-edit .main-title {font-size:20px !important; font-size:1.25rem !important; line-height:28px !important; 
line-height:1.75rem !important;}

.cms-dianas-edit #special-collection-slider .title {font-size:14px !important;margin-bottom:0px;}

/** Diana edits page **/


}


@media screen and (max-width:446px) {

.category-products .toolbar{height: 100px; margin-bottom: 0 !important;}

.products-grid li.item { min-height:360px;}

}


@media screen and (max-width:420px) {




/** Diana edits page **/

.cms-dianas-edit .hero__bg { min-height:180px;}

/** Diana edits page **/



}



@media screen and (max-width:380px) {



/** Diana edits page **/

.cms-dianas-edit .hero__bg { min-height:165px;}

/** Diana edits page **/




}


@media screen and (max-width:360px) {


.sort-by > select, .limiter > select {min-width: 150px; margin: 1px 9px 0 0px;}

.pager > .count-container{font-size:12px;}

.category-winterwear .partywear-content h2 {font-size:24px;}

.cms-returns-refunds .returns-refunds-wrapper .accordion-detail .div-content h2:after {right:-3px;}

.catalog-category-view .products-grid .item .actions a{min-height:80px;}

.searchautocomplete .searchautocomplete-placeholder ul li { width: 45% !important;}

.cms-page-view .page_banner > div > div h1{font-size:16px;}


/** Diana edits page **/

.cms-dianas-edit .hero__bg { min-height:150px;}

.cms-dianas-edit #special-collection-slider .title {min-height:100px;}


/** Diana edits page **/




}

@media screen and (max-width:320px) {


/** Diana edits page **/

.cms-dianas-edit .hero__bg { min-height:135px;}

/** Diana edits page **/



}#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    background:url('base/default/ajaxcartpro/images/btn_continue_shopping.png');
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    background:url('base/default/ajaxcartpro/images/btn_view_cart.png');
    width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 180px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 10px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}

@media screen and (max-width: 410px) {

    .aw-acp-btn-container a{
        margin-top: 10px;
    }
}div.block-related-category .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-category .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-category .aw-arp-item img {
    border: 1px solid #A9A9A9;
    width: 75px;
    margin-bottom: 10px;
}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-category .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-category .footer .aw-arp-block-content a {
    color: #1E7EC8;
}div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding-left: 15px;
    background: url(base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(base/default/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
    background-image: url(base/default/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 0;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(base/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(base/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(base/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(base/default/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(base/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #FEC;
    border: 1px solid #FAA819;
    color: #1F5070;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove-inline {
    background: url('base/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(base/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(base/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}.box-customercredit-share .box-head h2
{
    background: url("rwd/forevernew/images/customercredit/cup-gold.png") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
}

.customercredit-product-info{
    padding-bottom:2%
}

.customercredit-product-info .customercredit-send-friend{
    float: left;
    clear: both;
    padding-bottom: 10px;
    margin-top: 10px;
}

.customercredit-product-info #customer_name, .customercredit-product-info #recipient_email, .customercredit-product-info #recipient_name {
    width: 100%;
}

.customercredit-product-info #message {
    width: 100%;
    height: 88px;
}

.customercredit-receiver {
    float: left;
    clear: both;
    padding-bottom: 20px;
    width: 100%;
}

.box-customercredit-history .box-head h2
{
    background: url("rwd/forevernew/images/customercredit/i_type_list.gif") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
    float: left;
}
.box-customercredit-sumary .box-head h2
{
    background: url("rwd/forevernew/images/customercredit/point.png") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
}
.box-customercredit-history {
    float: left;
    width: 100%;
}
.box-customercredit-history .pager{
    border-top:  none;
    margin-top: 10px;
}
.box-customercredit-sumary div.title-buttons p {
    float: left;
    margin-top: 10px;
    height: auto;
}
.box-customercredit-sumary div.title-buttons button {
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}
.box-customercredit-sumary
{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.box-customercredit-buy .box-head h2
{
    background: url("rwd/forevernew/images/customercredit/earn_point.gif") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
}
.box-customercredit-redeem .box-head h2
{
    background: url("rwd/forevernew/images/customercredit/i_block-currency.gif") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
}
.customercredit-product-info .customercredit-amount-desc, .customercredit-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

/* Search Grid Style */
.data-table .customercredit-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .customercredit-grid-search th{
    vertical-align: top;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item{
    padding-bottom: 2px;
}
.customercredit-grid-search-item .data-range span {
    float: left;
    width: 100%;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .search-text{
    width: 97%;
}

.data-table .customercredit-grid-search .customercredit-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .customercredit-grid-search .customercredit-grid-search-item select{
    width: 100%;
}

.data-table .customercredit-grid-search .customercredit-grid-search-item .range-container .from-price,
.data-table .customercredit-grid-search .customercredit-grid-search-item .range-container .to-price{
    min-width: 100px;
}
.customercredit-search-button {
    padding-bottom: 5px;
    text-align: right;
    float:right;
    width: 100%;
    margin-top: 10px;
}

#redeem_credit_text{
    float: left;
}
#customercredit-navigation-customercredit_navigator {
    margin: 0;
}
#customercredit-form-content ul {
    float: left;
    width: 100%;
    margin-top: 10px;
}
#customercredit-form-content ul .customer-name {
    //padding: 0;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dotted black;

}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dotted black;
}

/*---------------------------------redeem style----------------------------*/
.box-customercredit-redeem{
    float: left;
    margin-bottom: 0;
}

.redeem-credit{
    float: left;
}
.redeem-input-box{
    float: left;
    margin-bottom: 15px;
}
.input-verify-code{
    float: left;
    margin-left: 10px;
}
.input-verify-code input{
    width: 477px;
}
.redeem-form{
    float: left;
    margin-top: 10px;
}
.redeem-form button{
    float: left;
    margin-left: 10px;
}
.redeem-form strong{
    float: left;
    margin-top: 5px;
}

/*---------------------------------------------share credit style*-----------------------------------------------------*/

.customercredit_send_to_friend{
    float: left;
    width: 100%;
}

.customercredit_send_form{
    float: left;
}
.box-customercredit-share{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#customercredit_show_loading2{

    margin-top: 10px;
}
#customercredit_show_success2{
    margin-top: 10px; color: #008000;
}
#advice-your-email2{
    /*display: none;*/
}
#customercredit_show_alert2{
}
#customercredit_show_alert2 p{
    color: red;margin: 8px 0px 0px 2px;
}
#customercredit_show_alert2 input{float: left;margin-top: 2px;}
#customercredit_show_alert2 label{ float: none !important;font-size: 12px;font-style: italic; font-weight:normal !important; color: #080;margin-left: 5px;}
.customercredit_message{float: left;}
#customercredit_show_loading_p{
    width: 100px;
    float: left;
}
#customercredit_show_loading_p img {
    float: left;
    margin-top: 3px;
}
#customercredit_show_success{margin-top: 10px; color: #008000;}
#customercredit_show_success img {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
/*By Crystal*/
.customercredit-index-share input[type="text"],
.customercredit-index-validatecustomer input[type="text"],
.checkout-cart-credit-amount input[type="text"],
.customercredit-grid-search-item input[type="text"],
#customercredit-payment-form #checkout_cc_input_alert input[type="text"]{
    width: 100%;
}
.button-checkout-credit {
    margin-top: 10px;
}
.customercredit-index-share .customercredit_message {
    width: 100%;
    float: left;
}
.customercredit-index-share .customercredit_message textarea{
    height: 125px;
    border-radius: 2px;
}
.customercredit-index-share .customercredit_send_to_friend .cc_email {
    margin-bottom: 0;
}
/*End Crystal*/
/*--------------------------checkout/cart-----------------------------------------------------*/
.checkout-cart-credit-amount p{
    margin: 0 !important;
}
.customercredit{
    margin-bottom: 10px;
}
.checkout_cc_input_alert .valiCredit Code Listdation-advice{
    max-width: 120px;
}
/*#customercredit_container{padding-left: 5px;}*/
#checkout-cc-input{margin-left: 7px;}
#customercredit_show_alert label{float: none !important;font-size: 12px;font-style: italic;font-weight:normal !important; color: #080;margin-left: 5px;}
/*My Credit**/
.title-credit h2.title-credit-label {
    /*background: url("rwd/forevernew/images/customercredit/images-icon.png") no-repeat 5px -57px;
    background-color: #1e4075;*/
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 3px;
    text-transform: uppercase;
	font-weight: 400;
}
.box-account .title-credit h2.title-credit-label{
	font-size: 20px;
}
.title-credit h2.title-history {
    /*background: url("rwd/forevernew/images/customercredit/images-icon.png") no-repeat 5px -183px;
    background-color: #1e4075;*/
}
.title-your-balance .title-credit-balance {
    /*background: url("rwd/forevernew/images/customercredit/images-icon.png") no-repeat 3px -120px;
    background-color: #f3f3f3;
    padding: 9px 10px 9px 40px;*/
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    margin-top: 10px;
}
.title-credit h2.navigation-credit {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.table-bordered > thead > tr > th.numeric {
    text-align: center;
    font-weight: 600;
}
#transactions-history-new {
    width: 100%;
}
.div-navigantion-credit {
    /*323
	border: 1px solid #ececec; */
}
.div-navigantion-credit .block-content {
    margin-top: 0;
}
#no-more-tables {
    float: left;
    width: 100%;
}
ul#customercredit-navigation-customercredit_navigator li {
   /* margin: 1px 0;
    padding: 10px 10px 10px 10px;
    background: #f3f3f3;*/
	font-size: 14px;
	line-height: 16px;
	margin: 7px 0;
	text-transform: uppercase;
}
ul#customercredit-navigation-customercredit_navigator li:hover{
    /*background: #ececec;*/
}
ul#customercredit-navigation-customercredit_navigator li a {
    text-transform: uppercase;
    color: #555;
}
ul#customercredit-navigation-customercredit_navigator li a:hover{
    /*color: #3399cc; */
}
ul#customercredit-navigation-customercredit_navigator li strong {
    /*color: #3399cc;*/
}
/*Code list*/
#no-more-tables .result {
    padding-left: 5px;
    border-bottom: none;
    font-style: italic;
    font-size: 13px;
}
#customercredit_grid {
    float: left;
    width: 100%;
}
.customercredit-search-button .button-img {
    display: none;
}
#customercredit_grid tbody tr td.last{
    min-height: 32px;
}
#customercredit_grid td#td-id-credit {
    white-space: nowrap;
}
.title-credit h2.credit-code-list {
    background: url("rwd/forevernew/images/customercredit/images-icon.png") no-repeat 5px -184px;
    background-color: #1e4075;
}
.customercredit-grid-search-item #customercredit_grid-transaction_time-from,
.customercredit-grid-search-item #customercredit_grid-transaction_time-to{
    min-width: 70px;
    float: left;
    width: 88%;
}
.customercredit-grid-search-item #calendar-transaction_time-from,
.customercredit-grid-search-item #calendar-transaction_time-to,
#calendars-transaction_time-from,
#calendars-transaction_time-to{
    margin-top: 8px;
    float: right;
}
.customercredit-grid-search #date-to {
    min-width: 130px;
}
#customercredit_grid tr td#td-price {
}
#customercredit_grid tr.active #date-to .data-range span.label{
    float: left;
    width: 100%;
}
#customercredit_send_to_friend .buttons-set{
    float: right;
    width: 100%;
    border-top: 0;
}
.customercredit-grid-search-item .data-range input[type="text"] {
    float: left;
}
#no-more-tables tr.customercredit-grid-search.active {
    // display: block;
}

/*Redeem Credit*/
.content-customercredit-redeem {
    padding: 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
/*Vertify Code*/
.customercredit_show_verify_code {
    float: left;
    width: 100%;
    margin-top: 10px;
}
button.submit-code {
    float: left;
    margin-left: 12px;
}
.customercredit-search-button .button-search {
    margin: 0px 2px 0 0;        
}

/*Checkout credit*/   
.checkout-credit-use {
    line-height: 15px;
    margin-top: 5px;    
/*    float: left;*/
    width: 100%;
    margin-bottom: 10px;
}
#checkout-cc-img {
    float: left;
    margin-left: 5px;
}
#checkout-cc-button {
    float: left;
    margin-top: 7px;
    margin-bottom: 10px;
    clear: both;
}
#checkout-cc-button-cancel {
    margin-top: 7px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#customercredit_cc_success_img {
    margin-left: 8px;
    float: left;
    margin-top: 18px;
}
#customercredit_cc_show_loading {
    float: left;
    width: 90px;
    text-align: left;
    margin-left: 4px;
    margin-top: 6px;
}
#customercredit_cc_show_loading img {
    float: left;
    margin-right: 4px;
}
/*Product review*/
.customercredit-product-info p {
    float: left;
    width: 100%;
}
.customercredit-product-info p.type1{
    width: auto;
    margin-bottom:0px;
}
.customercredit-product-info .product-review{
    float: left;
    margin-left: 148px;
}
.customercredit-product-info .validation-advice {
    float: left;
    clear: both;
}
/*Top link*/
.links li a.link-account {
    background: url("rwd/forevernew/images/customercredit/images-icon.png") no-repeat 8px -122px;
}
.col-main .main-customer {
    padding-right: 0;
}
@media only screen and (max-width: 980px) { 
    .customercredit-grid-search-item #customercredit_grid-transaction_time-from,
    .customercredit-grid-search-item #customercredit_grid-transaction_time-to{
        width: 80%;
    }

}
@media only screen and (max-width: 767px) {
    .col-main .main-customer {
        padding: 0;
    }
    .calendar {
        top: 100%;
        z-index: 9999;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
        position: relative;
    }

    .data-table-div{
        float:left;
        width: 100%;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ececec; }

    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
        width: auto !important;
        min-height: 32px;
    }

    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
    #no-more-tables tr.customercredit-grid-search {
        position: relative; 
        top: -40px;
        left: 0;
        z-index: 9999;
        background: #fff;
        width: 100%;
        box-shadow: 0px 3px 15px 0px;
        padding: 0 10px;
    }

    /*Code list*/
    .customercredit-search-button {
        float: left;
        width: 100%;
        padding: 7px 15px;
        text-align: left;
        background-color: #1E4075;
    }
    .customercredit-search-button .button-img {
        display: block;
        float: right;
        background: url("rwd/forevernew/images/customercredit/images-icon.png") no-repeat -11px -302px;
        border: none;
        padding: 12px;
        background-color: #3662a6;
        margin-top: 2px;
        border-radius: 3px;
    }   
    .customercredit-search-button .button-img:hover{
        /*opacity: 0.85;
        background: url("rwd/forevernew/images/customercredit/images-icon.png") no-repeat -11px -302px;
        background-color: #3662a6;*/
    }
    .title-credit h2.credit-code-list {
        font-size: 16px;
        text-transform: none;
        font-weight: bold;
        background: url("rwd/forevernew/images/customercredit/images-icon.png") no-repeat -11px -342px;
        color: #636363 !important;
        padding: 8px 10px 8px 30px;
        background-color: #fff !important;
    }   
    #customercredit_grid tr.active #customercredit_grid-transaction_time-from,
    tr.active #customercredit_grid-transaction_time-to{
        min-width: 70px;
        width: 88%;
    }
    #customercredit_grid tr.active #calendar-transaction_time-from,
    #customercredit_grid tr.active #calendar-transaction_time-to{
        margin-top: 8px;
        float: right;
    }
    #customercredit_grid tr td#date-to {
        min-width: 100px;
        min-height: 120px;        
    }    
    #customercredit-grid-search td.last {
        display: none;
    }    
    .box-customercredit-history .pager
    {
        float: left;
        width: 100%;

    }

    .customercredit-search-button button.button-search span{
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
    }   
    .customercredit-grid-search-item .data-range input[type="text"]{
        float: none;
    }
    #no-more-tables .customercredit-grid-search td{
        //float: left;
        //width: 100%;
    }
    .customercredit-search-button .button-search  {
        padding: 0;   
    }   
}
@media only screen and (max-width: 675px){
    #checkout-cc-button{
        margin-left: 0;
        clear: both;        
    }
}
@media only screen and (max-width: 560px) and (min-width: 480px){
    .input-verify-code {
        width: 139px;
    }
}
@media only screen and (max-width: 530px) {
    .redeem-box-input{
        width:100%;
    }
}

@media only screen and (max-width: 500px) and (min-width: 401px) {
    #no-more-tables table {
        font-size: 13px;
    }   
}
@media only screen and (max-width: 479px) {
    .box-customercredit-sumary .title-buttons .button {
        margin-top:3%;
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }  
    .input-verify-code{
        margin-top: 5px;
        margin-left: 0;
        width: 100%;
    }
    .redeem-credit .redeem-input-box .button-set .button{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .redeem-input-box .button-set,
    #verify-code-form div.input-box{
        width: 100%;
    }
    button.submit-code {
        width: 100%;
        margin-left: 0;
    }  
    /*Product detail*/
    .customercredit-product-info .product-review {
        margin-left: 103px;
    }
}
@media only screen and (max-width: 400px) {
    #no-more-tables table {
        font-size: 12px;
    }
}
#back-to-send-form a{
    color: #3399cc;
}
#back-to-send-form a img{
    float: left;
    width: 20px;
    margin-right: 3px;
}
button.button span{
    height: auto;
}
.products-grid li.item{
    padding: 12px 10px 80px;
}
.message-notice{
    width: 61%;
}


.customercredit-index-index .div-navigantion-credit{
	width: 20%;
}
.customercredit-index-index .main-customer{
	width: 80%;
}
@media only screen and (max-width: 770px) {
	.customercredit-index-index .div-navigantion-credit , .customercredit-index-index .main-customer{
		width: 100%;
	}
}
#customer-credit-form-code .title-credit h2 {
  background: #f2f2f2 none repeat scroll 0 0 !important;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  padding: 0 15px;
}@font-face
{
 font-family: Open sans;
 src: url(rwd/forevernew/css/magestore/OpenSans-Regular.ttf);
}

.magestore-popup_social {
    max-width: 622px !important;
}
.clear{
 width:100%;
 height:0px;
 clear:both;
 font-size:0px;
 line-height:0px;
}

#sociallogin_button{
	margin-top:10px;
}

#sociallogin_button button span{
	box-sizing: border-box;
}

 #bt-loginfb span, #bt-loginfb-other span, #bt-loginfb-popup span{
    height:35px;
    background: url("rwd/forevernew/css/magestore/sociallogin/fb.png") no-repeat;
    display: block;
    float: left;
}
#bt-loginfb span span,#bt-loginfb-other span span, #bt-loginfb-popup span span{background: none repeat scroll 0 0 #2d78bd;}
#bt-loginamazon span,#bt-loginamazon-other span, #bt-loginamazon-popup span{
    height:35px;
    background: url("rwd/forevernew/css/magestore/sociallogin/bt_amazon.png") no-repeat;
    display: block;
    float: left;
}
#bt-loginamazon span span,#bt-loginamazon-other span span, #bt-loginamazon-popup span span{background: none repeat scroll 0 0 #fe9900;}
#bt-loginins span,#bt-loginins-other span, #bt-loginins-popup span{
    height:35px;
    background: url("rwd/forevernew/css/magestore/sociallogin/bt_intagram.png") no-repeat;
    display: block;
    float: left;
}
#bt-loginins span span,#bt-loginins-other span span, #bt-loginins-popup span span{background: none repeat scroll 0 0 #42729a;}
#bt-logingo span,#bt-logingo-other span, #bt-logingo-popup span{
    height: 35px;
    background: url("rwd/forevernew/css/magestore/sociallogin/google.png") no-repeat;
    display: block;
    float: left;
}
#bt-logingo span span,#bt-logingo-other span span, #bt-logingo-popup span span{background: none repeat scroll 0 0 #dd4b39;}
#magestore-popup  .input-box{width:100%;}
#bt-loginvk span,#bt-loginvk-other span, #bt-loginvk-popup span{
    height: 35px;
    background: url("rwd/forevernew/css/magestore/sociallogin/vk.png") no-repeat;
    display: block;
    float: left;
}
#bt-loginvk span span,#bt-loginvk-other span span, #bt-loginvk-popup span span{background: none repeat scroll 0 0 #44678d;}
#bt-loginper span,#bt-loginper-other span, #bt-loginper-popup span{
    height: 35px;
    background: url("rwd/forevernew/css/magestore/sociallogin/persional.png") no-repeat;
    display: block;
    float: left;
}
#bt-loginper span span,#bt-loginper-other span span, #bt-loginper-popup span span{background: none repeat scroll 0 0 #ffc823;}

#bt-loginse span,#bt-loginse-other span, #bt-loginse-popup span{
    height: 35px;
    background: url("rwd/forevernew/css/magestore/sociallogin/stack.png") no-repeat;
    display: block;
    float: left;
}
#bt-loginse span span,#bt-loginse-other span span, #bt-loginse-popup span  span{background: none repeat scroll 0 0 #3170c3;}

#bt-logintw span,#bt-logintw-other span, #bt-loginaol-popup span{
    height: 35px;
	background: url("rwd/forevernew/css/magestore/sociallogin/twit.png") no-repeat;
    display: block;
    float: left;
}
#bt-logintw span span,#bt-logintw-other span span, #bt-loginaol-popup span span{background: none repeat scroll 0 0 #28bceb;}
#bt-loginwp span,#bt-loginwp-other span, #bt-loginwp-popup span{   
	background: url("rwd/forevernew/css/magestore/sociallogin/wpress.png") no-repeat;  
}
#bt-loginwp span span,#bt-loginwp-other span span, #bt-loginwp-popup span span{background: none repeat scroll 0 0 #555555;}
#bt-loginya span, #bt-loginya-popup span{
    height: 35px;
	background: url("rwd/forevernew/css/magestore/sociallogin/yh.png") no-repeat;
    display: block;
    float: left;
}
#bt-loginya span span,#bt-loginya-other span span, #bt-loginya-popup span span{background: none repeat scroll 0 0 #6f2b90;}
/* by Hai Ta */
#bt-loginaol span,#bt-loginaol-other span, #bt-loginaol-popup span{    
	background: url("rwd/forevernew/css/magestore/sociallogin/aol.png") no-repeat;  
}
#bt-loginaol span span,#bt-loginaol-other span span, #bt-loginaol-popup span span{background: none repeat scroll 0 0 #ffc923;}
#bt-loginwp span,#bt-loginwp-other span, #bt-loginwp-popup span{   
	background: url("rwd/forevernew/css/magestore/sociallogin/wpress.png") no-repeat;  
}
#bt-loginwp span span,#bt-loginwp-other span span, #bt-loginwp-popup span span{background: none repeat scroll 0 0 #555555;}
#bt-logincal span,#bt-logincal-other span, #bt-logincal-popup span{    
	background: url("rwd/forevernew/css/magestore/sociallogin/clavid.png") no-repeat;    
}
#bt-logincal span span,#bt-logincal-other span span, #bt-logincal-popup span span{ background: none repeat scroll 0 0 #12396b;}
#bt-loginorg span,#bt-loginorg-other span, #bt-loginorg-popup span{    
	background: url("rwd/forevernew/css/magestore/sociallogin/orange.png") no-repeat;    
}
#bt-loginorg span span,#bt-loginorg-other span span, #bt-loginorg-popup span span{background: none repeat scroll 0 0 #ff6501;}
#bt-loginmp span,#bt-loginmp-other span, #bt-loginmp-popup span{    
	background: url("rwd/forevernew/css/magestore/sociallogin/mysp.png") no-repeat;    
}
#bt-loginmp span span,#bt-loginmp-other span span, #bt-loginmp-popup span span{background: none repeat scroll 0 0 #ff6501;}
#bt-loginlive span,#bt-loginlive-other span, #bt-loginlive-popup span{    
	background: url("rwd/forevernew/css/magestore/sociallogin/live.png") no-repeat;
}
#bt-loginlive span span,#bt-loginlive-other span span, #bt-loginlive-popup span span{  background: none repeat scroll 0 0 #30a8e4;}
#bt-loginfq span,#bt-loginfq-other span, #bt-loginfq-popup span{    
	background: url("rwd/forevernew/css/magestore/sociallogin/fq.png") no-repeat;   
}
#bt-loginfq span span,#bt-loginfq-other span span, #bt-loginfq-popup span span{	background: none repeat scroll 0 0 #099eba;}

#bt-loginlinked span,#bt-loginlinked-other span, #bt-loginlinked-popup span{    
	background: url("rwd/forevernew/css/magestore/sociallogin/linked.png") no-repeat;   
}
#bt-loginlinked span span,#bt-loginlinked-other span span, #bt-loginlinked-popup span span{background: none repeat scroll 0 0 #017fb2;}
#bt-loginopen span,#bt-loginopen-other span, #bt-loginopen-popup span{    
	background: url("rwd/forevernew/css/magestore/sociallogin/myop.png") no-repeat;
}
#bt-loginopen span span,#bt-loginopen-other span span, #bt-loginopen-popup span span{background: none repeat scroll 0 0 #74bc52;}
#bt-loginlj span,#bt-loginlj-other span, #bt-loginlj-popup span{    
	background: url("rwd/forevernew/css/magestore/sociallogin/liveJ.png") no-repeat;   
}
#bt-loginlj span span,#bt-loginlj-other span span, #bt-loginlj-popup span span{background: none repeat scroll 0 0 #143ea9;}

#sociallogin-other-div{	
	display: block;	
	float: right;      
}
#sociallogin-other-a{
	width: 91px;
	display: block;
}
#sociallogin-other-a-popup{margin-right:30px}
.sociallogin-other{
	display: block;
	float: right;
	width: 100%;
	/* margin-top: -25px; */
}
.sociallogin-other-span{
	cursor: pointer;
	font-weight: bold;
	white-space: nowrap;
}

.sociallogin-other-span-img-popup{
	float: right;
	width: 20px;
	height: 25px;
	cursor: pointer;
	background: url("rwd/forevernew/css/magestore/sociallogin/add.png") no-repeat right;
}

.other-button{
	/* margin: 7px 3px 5px 4px; */
}
.sociallogin-other-button{	
    width: auto;
	max-width:375px;
}

button.bt-login-social{background:none;border:none;cursor: pointer;}
button.bt-login-social:hover{opacity: 0.9; /* width: 88%; */}
button.bt-login-social span{
	height:35px;
	line-height:35px;
	color:#fff;
	padding: 0 0 0 35px;
	float:left;
	}
button#bt-logintw-popup span{
    height: 35px;
    background: url("rwd/forevernew/css/magestore/sociallogin/twit.png") no-repeat;
    display: block;
    float: left;
}
#sociallogin_button .sociallogin-other #other_sociallogin_label{font-family: Open sans;}
button.bt-login-social span span{
	background-position:100% 0 !important;
	/* padding-right:10px !important; */
	padding-left:10px !important;
	text-align: left;
	color:#fff;
	min-width: 110px;
	font-family: Open sans;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: regular;
	text-transform:none;
}
button.bt-login-social span span {
	min-width: 125px;
}
	
/* change poppup */
#magestore-popup{
    top: 100px;
    position: absolute;
    z-index: 40020;
    border-radius: 7px;
    border: 10px solid rgba(255, 255, 255, 0.58);
}
#magestore-popup .border-popup{
    float: left;
    width: 100%;
    padding: 15px;
    height: auto;
    background: #fff;
}
#magestore-login-social{
	float: right;
	width: 43%;
}
#magestore-login-social .magestore-loign-h3{
    float: right;
    padding-right: 102px;
}
#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.3;
}
#sociallogin-close{
	cursor: pointer;
    height: 33px;
    position: absolute;
    right: -20px;
    top: -16px;   
    z-index: 9999;
	right: -12px;
	top: -15px;
	height: 34px;
	width: 33px;
	background:url("rwd/forevernew/css/magestore/sociallogin/close.png") no-repeat;
}
#sociallogin-close:hover{
	text-decoration: underline;
}
#sociallogin-close-popup{
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    right: -22px;
    top: -22px;
    height: 34px;
    width: 33px;
    background: url("rwd/forevernew/css/magestore/sociallogin/close.png") no-repeat;
}
#sociallogin-close-popup:hover{
	text-decoration: underline;
}
#magestore-login-form{
	padding-left: 33px;
    width: 57%;
    background: url("rwd/forevernew/css/magestore/sociallogin/bg-login.png") no-repeat right center;
}
.magestore-loign-h3{
	margin-bottom: 18px;
	font-family: 'tahoma',Arial,Helvetica,sans-serif;
    font-size: 15px;
	padding-bottom: 3px;
}
.magestore-login-input-box{

}
.login-label{
    padding-top: 5px;
    font-weight: normal;
    color: #666;
    margin: 5px;
}
.login-label em{
	color: red;
}
.sociallogin-input-box{

}
.sociallogin-input-box .input-text{
	border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px 2px #E3E3E3 inset;
    font-family: inherit;
    font-size: 1.1em;
    margin: 0;
    padding: 5px 4px;
    width: 230px;
    height: 32px;
}
.magestore-login-popup-button{
    float: left;
    margin-top: 15px;
}
.magestore-login-popup-button button{
    float: left;
    margin-bottom: 15px;
}
.magestore-login-popup-button .pass-register {
    float: left;
    width: 100%;
}
#magestore-forgot-password, #magestore-forgot-back,
#magestore-sociallogin-create-new-customer{
    font-size: 16px;
    float: left;
}
#magestore-forgot-back{
	margin:20px 14px;
}
.popup_click_btn{
	float: left;
	/* margin-left: 137px; */
}
.magestore-login-input-box  .login-label em{	
}
.ajax-login-image{
	background: url("rwd/forevernew/css/magestore/sociallogin/opc-ajax-loader.gif") no-repeat scroll 0 0 transparent;
	width: 16px;
	height: 16px;
	margin: 5px 0 5px 152px;
}
.magestore-invalid-email{
	margin-left: 152px;
	color: red;
}

#sociallogin-forgot{
	margin-bottom : 20px;
    padding-right: 15px;
}
.magestore-sociallogin-create-new-customer{
	float: left;	
	clear: both;
}
#magestore-button-sociallogin-forgot{
    margin-top: 15px;
}
.magestore-sociallogin-create-new-customer a{
    padding-left: 32px;
	font-weight: bold;
}
.sociallogin-field{
	width: 218px;
	float: left;
}
.sociallogin-field .input-text{
    width: 230px;
}
#magestore-create-back{
	font-size: 14px;
	float: left;
	margin-left: 80px;
	margin-top: 6px;
}
.sociallogin-other-button-popup{
	float: left;
	text-align: center;
	padding: 15px 0px 0px;
}
#sociallogin_button ul.right{float:right;    width: 100%;text-align: center;}
#sociallogin_button ul.left{float:left;}

/*Register*/
#magestore-create-user {
    width: 57%;
    background: url("rwd/forevernew/css/magestore/sociallogin/bg-login.png") no-repeat right center;
    padding-left: 33px;
}
.magestore-create-popup-button{
    float: left;
    width: 100%;
    margin-top: 15px;
}
@font-face
{
 font-family: Open sans;
 src: url(rwd/forevernew/css/magestore/OpenSans-Regular.ttf);
}
#sociallogin_button #magestore-popup_social ul li button{
	width: 175px;height:37px;
}
#sociallogin_button #magestore-popup_social ul li {
    float:left;
	font-family: Open sans;
}
@media all and (min-width: 0px) and (max-width: 680px){
#magestore-popup_social {
    font-size: 1.5em !important;
}
}
@media (min-width: 681px) {
}
@media all and (min-width: 0px) and  (max-width: 459px) {
	#sociallogin_button #magestore-popup_social ul li{padding: 0px 0px 10px 0px;}
	#sociallogin_button ul li{padding: 0px 0px 10px 0px;}
}
@media (min-width: 460px) {
	#sociallogin_button #magestore-popup_social ul li{padding: 0px 0px 10px 10px;}
	#sociallogin_button ul li{padding: 0px 0px 10px 10px;}
}
ul.magestore-login-social li{background:#fff;border:none; float: right}

#magestore-popup{
	width:66% !important;
	z-index:99999;
	max-width: 630px;
}
#magestore-popup_social {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 0.7em;
	position: absolute;
	top: 100px !important;
	left: 0;
	z-index: 100000;
	background-color: white;
}
#sociallogin_button ul.right li{
    float: right;
}
.magestore-popup_social{
		width: 90% !important;
	}
#other_sociallogin_label {
	background-color: rgb(240, 240, 237);
	line-height: 2em;
}
#magestore-popup_social li{
    /* float: right; */
    text-align: center;
}
.magestore-login-social{
    float: right;
    padding-right: 30px;
}
ul.magestore-login-social li.button{
    list-style: none !important;
    padding: 4px 0;
}
ul.magestore-login-social li.button:hover{
	background:none !important;
	margin:0;
	border:none;
    list-style: none !important;

}
.sociallogin-input-box .input-text{
	box-shadow: none;
}
.sociallogin-other-button-popup li.button{
	background:none;
	border:none;
	list-style: none !important;
	padding: 3px 8px !important;
}
.sociallogin-other-button-popup li.button:hover{
	background:none;
	border:none;
        list-style: none !important;
}
.other-button{padding:0;}
.bt-login-social{padding:0;margin:0 !important;}
.top-container{width:100%;}

#sociallogin_button{
	/*float:left;*/
}
#sociallogin_button ul li,.sociallogin-other ul li{margin: 0px;}
#sociallogin_button ul li.button,.sociallogin-other ul li.button{
	background:none !important;
	border:none !important;
	list-style: none !important;
}
#sociallogin_button ul li.button,.sociallogin-other ul li{
    display: inline-block;
    margin: 0 auto;
    /* float: none; */
}
#sociallogin_button ul li.button:hover{
	background:none !important;
	border:none !important;
	list-style: none !important;
}
.sociallogin-other-button{
	_display:block !important;
	z-index:3000 !important;
}
#sociallogin-other-a{
	display: inline-block;
	width:100%;
	text-align:right;
}
#sociallogin-other-div{
	display: inline-block;
	width:100%;
	margin:0;
}
#sociallogin-other-b{
	display:block;
	height:30px;
	line-height:30px;
}
#sociallogin-other-b span{
	display:block;
	margin-right:30px;
	text-align:right;
}
#sociallogin-other-button{
	top:30px;
}
#magestore-login-form .magestore-invalid-email{
	margin:8px 0;
}
.other-button{
/* 	margin: 0px 2px 0px 2px !important;
	padding: 3px 0px 0px 8px!important; */
}

#bg_fade{
	z-index:30020 !important;
	float:left;
	width:100%;
	min-height:3000px;
}
.active .sociallogin-other-span-img-popup{
	float: right;
	width: 20px;
	height: 25px;
	cursor: pointer;
	background: url("rwd/forevernew/css/magestore/sociallogin/sub.png") no-repeat right;
}
@media only screen and (max-width: 900px){

    #magestore-sociallogin-form-forgot .magestore-login-popup-button{
        width: 100%;
    }
    #magestore-popup .border-popup{
        height: auto;
    }
    #magestore-login-form{
        width: 100%;
        background: none;
        padding: 0;
    }
    .sociallogin-input-box .input-text {
        box-shadow: none;
        width: 100%;
    }
    .magestore-login-popup-button .pass-register {
        float: right;
        width: auto;
    }
    #magestore-login-social{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .magestore-login-social {
         padding-right: 0px;
    }
    ul.magestore-login-social li.button {
        margin-right: 8px;
    }
    ul.magestore-login-social li {
        float: left;
        vertical-align: middle;
        float: none;
    }
    #magestore-login-social .magestore-loign-h3 {
        float: left;
        padding-right: 0;
        width: 100%;
        margin-bottom: 2px;
    }
    #magestore-button-sociallogin-forgot {
         margin-top: 0px;
        float: right;
    }
    #magestore-create-user {
        width: 100%;
        background: none;
         padding-left: 0px;
    }

    #magestore-sociallogin-form-create .form-list > li{
        float: left;
        width: 100%;
    }

    #magestore-popup .form-list .sociallogin-field{
        width: 50%;
    }
    #magestore-popup .form-list .sociallogin-field.right{
        padding-left: 5px;
    }
    #magestore-button-sociallogin-forgot{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 650px){
    .magestore-login-social {
        text-align: center;
    }
    ul.magestore-login-social li.button {
        margin-right: 0px;
        vertical-align: middle;
        float:none;
    }
    .magestore-login-popup-button{
        margin-bottom: 15px;
    }
    #magestore-forgot-password,
    #magestore-sociallogin-create-new-customer{
        font-size: 15px;
    }
    #magestore-forgot-back {
        font-size: 14px;
    }
}
@media only screen and (max-width: 500px){
    #magestore-popup .form-list .sociallogin-field{width: 100%}
    .sociallogin-field .input-text{width: 100%}
    #magestore-create-back{
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }
    #magestore-button-sociallogin-create{    width: 100%;}
}
@media only screen and (max-width: 480px){
    .magestore-login-popup-button button{
        width:100%;
    }
    .magestore-login-popup-button .pass-register {
        float: right;
        clear: both;
    }
    #magestore-forgot-password,
    #magestore-sociallogin-create-new-customer{
        font-size: 14px;
    }
    #magestore-forgot-back {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
}.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  position: absolute;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 458px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  display: block;
}
.searchautocomplete .sprite {
  background: url('base/default/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  background: url('base/default/images/mirasvit/sprite.png');
  float: left;
  height: 34px;
  position: relative;
  width: 340px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 6px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  background: url('base/default/images/mirasvit/sprite.png');
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
  height: 34px;
  padding-left: 5px;
}
.searchautocomplete .nav-submit-button .button {
  width: 39px;
  height: 34px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #3c454e;
  background-image: -moz-linear-gradient(top, #444c55, #313a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));
  background-image: -webkit-linear-gradient(top, #444c55, #313a44);
  background-image: -o-linear-gradient(top, #444c55, #313a44);
  background-image: linear-gradient(to bottom, #444c55, #313a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  border: 1px solid #313a44;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
  background-color: #39414b;
  background-image: -moz-linear-gradient(top, #313a44, #444c55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313a44), to(#444c55));
  background-image: -webkit-linear-gradient(top, #313a44, #444c55);
  background-image: -o-linear-gradient(top, #313a44, #444c55);
  background-image: linear-gradient(to bottom, #313a44, #444c55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a44', endColorstr='#ff444c55', GradientType=0);
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px 10px 5px 10px;
  position: absolute;
  right: 48px;
  top: 42px;
  width: 318px;
  z-index: 102;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #f00;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  right: 10px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}
.overlay_dialog{background-color:#666666;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}
.overlay___invisible__{background-color:#666666;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.dialog_nw{width:9px;height:23px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/top_left.gif)no-repeat 0 0;}
.dialog_n{background:transparent url(base/default/css/Toogas/Featuredpopup/default/top_mid.gif)repeat-x 0 0;height:23px;}
.dialog_ne{width:9px;height:23px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/top_right.gif)no-repeat 0 0;}
.dialog_e{width:2px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/center_right.gif)repeat-y 0 0;}
.dialog_w{width:2px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/center_left.gif)repeat-y 0 0;}
.dialog_sw{width:9px;height:19px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/bottom_left.gif)no-repeat 0 0;}
.dialog_s{background:transparent url(base/default/css/Toogas/Featuredpopup/default/bottom_mid.gif)repeat-x 0 0;height:19px;}
.dialog_se{width:9px;height:19px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/bottom_right.gif)no-repeat 0 0;}
.dialog_sizer{width:9px;height:19px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/sizer.gif)no-repeat 0 0;cursor:se-resize;}
.dialog_close{width:14px;height:14px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/close.gif)no-repeat 0 0;position:absolute;top:5px;left:8px;cursor:pointer;z-index:2000;}
.dialog_minimize{width:14px;height:15px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/minimize.gif)no-repeat 0 0;position:absolute;top:5px;left:28px;cursor:pointer;z-index:2000;}
.dialog_maximize{width:14px;height:15px;background:transparent url(base/default/css/Toogas/Featuredpopup/default/maximize.gif)no-repeat 0 0;position:absolute;top:5px;left:49px;cursor:pointer;z-index:2000;}
.dialog_title{float:left;height:14px;font-family:Tahoma, Arial, sans-serif;font-size:12px;text-align:center;width:100%;color:#000;}
.dialog_content{overflow:auto;color:#DDD;font-family:Tahoma, Arial, sans-serif;font-size:10px;background-color:#123;}
.top_draggable, .bottom_draggable{cursor:move;}
.status_bar{font-size:12px;}
.status_bar input{font-size:12px;}
.wired_frame{display:block;position:absolute;border:1px #000 dashed;}
.dialog{display:block;position:absolute;}
.dialog table.table_window{border-collapse:collapse;border-spacing:0;width:100%;margin:0px;padding:0px;}
.dialog table.table_window td , .dialog table.table_window th{padding:0;}
.dialog .title_window{-moz-user-select:none;}
.overlay_mac_os_x{background-color:#85BBEF;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}
.mac_os_x_nw{width:24px;height:30px;}
.mac_os_x_n{height:30px;}
.mac_os_x_ne{width:31px;height:30px;}
.mac_os_x_w{width:16px;}
.mac_os_x_e{width:16px;}
.mac_os_x_sw{width:31px;height:40px;}
.mac_os_x_s{height:40px;}
.mac_os_x_se, .mac_os_x_sizer{width:31px;height:40px;}
.mac_os_x_sizer{cursor:se-resize;}
.mac_os_x_close{width:19px;height:19px;position:absolute;top:12px;left:25px;cursor:pointer;z-index:1000;}
.mac_os_x_minimize{width:19px;height:19px;position:absolute;top:12px;left:45px;cursor:pointer;z-index:1000;}
.mac_os_x_maximize{width:19px;height:19px;position:absolute;top:12px;left:65px;cursor:pointer;z-index:1000;}
.mac_os_x_title{float:left;height:14px;font-family:Tahoma, Arial, sans-serif;font-size:12px;text-align:center;margin-top:8px;width:100%;color:#000;}
.mac_os_x_content{overflow:hidden;color:#222;font-family:Tahoma, Arial, sans-serif;font-size:10px;background:#FFF;}
.mac_os_x_s .status_bar{padding-bottom:24px;}
* html .mac_os_x_nw{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL_Main.png", sizingMethod="crop");}* html .mac_os_x_n{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T_Main.png", sizingMethod="scale");}
* html .mac_os_x_ne{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR_Main.png", sizingMethod="crop");}
* html .mac_os_x_w{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L_Main.png", sizingMethod="scale");}
* html .mac_os_x_e{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R_Main.png", sizingMethod="scale");}
* html .mac_os_x_sw{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL_Main.png", sizingMethod="crop");}
* html .mac_os_x_s{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B_Main.png", sizingMethod="scale");}
* html .mac_os_x_se{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop");}
* html .mac_os_x_sizer{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop");}
.overlay_blur_os_x{background-color:#85BBEF;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}
.blur_os_x_nw{background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/TL.png)no-repeat 0 0;width:24px;height:30px;}
.blur_os_x_n{background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/T.png)repeat-x 0 0;height:30px;}
.blur_os_x_ne{background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/TR.png)no-repeat 0 0;width:31px;height:30px;}
.blur_os_x_w{background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/L.png)repeat-y top left;width:16px;}
.blur_os_x_e{background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/R.png)repeat-y top right;width:16px;}
.blur_os_x_sw{background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/BL.png)no-repeat 0 0;width:31px;height:40px;}
.blur_os_x_s{background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/B.png)repeat-x 0 0;height:40px;}
.blur_os_x_se, .blur_os_x_sizer{background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/BR.png)no-repeat 0 0;width:31px;height:40px;}
.blur_os_x_sizer{cursor:se-resize;}
.blur_os_x_close{width:19px;height:19px;background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/close.gif)no-repeat 0 0;position:absolute;top:12px;left:25px;cursor:pointer;z-index:1000;}
.blur_os_x_minimize{width:19px;height:19px;background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/minimize.gif)no-repeat 0 0;position:absolute;top:12px;left:45px;cursor:pointer;z-index:1000;}
.blur_os_x_maximize{width:19px;height:19px;background:transparent url(base/default/css/Toogas/Featuredpopup/mac_os_x/maximize.gif)no-repeat 0 0;position:absolute;top:12px;left:65px;cursor:pointer;z-index:1000;}
.blur_os_x_title{float:left;height:14px;font-family:Tahoma, Arial, sans-serif;font-size:12px;text-align:center;margin-top:8px;width:100%;color:#000;}
.blur_os_x_content{overflow:auto;color:#222;font-family:Tahoma, Arial, sans-serif;font-size:10px;background:#FFF;}
.blur_os_x_s .status_bar{padding-bottom:24px;}
* html .blur_os_x_nw{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL.png", sizingMethod="crop");}
* html .blur_os_x_n{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T.png", sizingMethod="scale");}
* html .blur_os_x_ne{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR.png", sizingMethod="crop");}
* html .blur_os_x_w{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L.png", sizingMethod="scale");}
* html .blur_os_x_e{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R.png", sizingMethod="scale");}
* html .blur_os_x_sw{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL.png", sizingMethod="crop");}
* html .blur_os_x_s{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B.png", sizingMethod="scale");}
* html .blur_os_x_se{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop");}
* html .blur_os_x_sizer{background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop");}
/* 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;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('base/default/bxslider/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('base/default/bxslider/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('base/default/bxslider/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('base/default/bxslider/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('base/default/bxslider/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}