

/* FILE: slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* FILE: slick-theme.css */
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list { background: #fff url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/slick/ajax-loader.gif?1464798036') center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/slick/fonts/slick.eot?1464798036'); src: url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/slick/fonts/slick.eot?&1464798036#iefix') format("embedded-opentype"), url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/slick/fonts/slick.woff?1464798036') format("woff"), url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/slick/fonts/slick.ttf?1464798036') format("truetype"), url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/slick/fonts/slick.svg?1464798036#slick') format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 5px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }



/* FILE: jquery.bxslider.css */



/* FILE: styles-sass.css */
/*@import "https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/css/mixins";*/
/*@import "https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/css/fonts";*/
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
@-webkit-keyframes slide-ltr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-ltr {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes slide-rtl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes slide-rtl {
  0% {
    opacity: 0;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(100%);
  }
}
.sprite-sprite {
  background-image: url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/sprite-s21729165d5.png');
  background-repeat: no-repeat;
}

.sprite2x-sprite {
  background-image: url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/sprite2x-s76eeef2388.png');
  background-repeat: no-repeat;
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
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: normal;
}

/*
 * 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-family: monospace, serif;
  font-size: 1em;
}

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  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;
}

input[type="button"], input[type="submit"],
input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
  border-radius: 0;
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*DS-148: Add CSS elements to all Garamond font places */
.replaced-type-font, body,
button,
input,
select,
table,
textarea, .is-blog .main * {
  text-rendering: optimizeLegibility;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.un-replaced-type-font {
  text-rendering: auto;
  font-weight: normal;
}

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

body,
button,
input,
select,
table,
textarea {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
}

.guiders_x_button, .btn-remove {
  background-image: none;
  width: 12px;
  height: 12px;
  position: relative;
  text-indent: -9999px;
  display: block;
}
.guiders_x_button img, .btn-remove img {
  display: none;
}
.guiders_x_button:before, .guiders_x_button:after, .btn-remove:before, .btn-remove:after {
  background: #000000;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  width: 1px;
}
.guiders_x_button:hover:before, .guiders_x_button:hover:after, .btn-remove:hover:before, .btn-remove:hover:after {
  background: #000000;
}
.guiders_x_button:after, .btn-remove:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.guiders_x_button {
  width: 15px;
  height: 15px;
  top: 10px;
  right: 0;
}

.guiders_close .guiders_x_button {
  top: auto;
  right: auto;
}

.clear-all-button {
  line-height: normal;
  text-indent: 0;
  width: auto;
  height: auto;
  padding-right: 20px;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}
.clear-all-button .btn-remove {
  display: inline-block;
  margin-left: 5px;
}
.clear-all-button .btn-remove:before, .clear-all-button .btn-remove:after {
  right: 4px;
}

a.clear-all-button {
  color: black;
}

a.clear-all-button:hover {
  color: #6f6f6f;
}

.guider {
  border: 1px solid #f5f5f5;
}
.guider .guiders_title {
  font-size: 16px;
  font-weight: 400;
}
.guider .guiders_close {
  right: 7px;
}
.guider .guiders_x_button:before, .guider .guiders_x_button:after {
  height: 13px;
}
.guider .gray-scrollbar .jspVerticalBar {
  width: 8px;
  /*    .jspTrack{background: #f1f1f1;
        .jspDrag{background: $c-text}
      }*/
}

a {
  color: #000000;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 18px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

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

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

.availability .label {
  display: none;
}

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

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

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

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  font-size: 18px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 13px;
  margin-bottom: 15px;
}

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

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

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  /*   color: $c-text-primary;*/
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

.customer-account-index .breadcrumbs {
  margin-left: 0;
}

/*Main container*/
.layered-menu-btn, #shipping-tooltip, .nav-right, .cms-page-view .main-container,
.cms-no-route .main-container, .checkout-cart-index .main-container, .customer-account-create .main-container,
.customer-account .main-container, .customer-account-logoutsuccess .main-container, .customer-account-forgotpassword .main-container,
.customer-account-resetpassword .main-container, .catalog-product-view .breadcrumbs, .catalog-product-view .breadcrumbs, .customer-account-changeforgotten .main-container {
  padding-left: 20px;
  padding-right: 20px;
}

.catalog-category-view .main-container, .splash-page-designer .main-container, .utility-index-noresults .main-container, .catalogsearch-result-index .main-container {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.catalog-category-view .main-container .block-viewed, .splash-page-designer .main-container .block-viewed, .utility-index-noresults .main-container .block-viewed, .catalogsearch-result-index .main-container .block-viewed {
  margin-left: -20px;
  margin-right: -20px;
}
.catalog-category-view.category-designers .main-container, .splash-page-designer.category-designers .main-container, .utility-index-noresults.category-designers .main-container, .catalogsearch-result-index.category-designers .main-container {
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-category-view.category-designers .main-container .breadcrumbs, .splash-page-designer.category-designers .main-container .breadcrumbs, .utility-index-noresults.category-designers .main-container .breadcrumbs, .catalogsearch-result-index.category-designers .main-container .breadcrumbs {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .catalog-category-view .main-container {
    margin-top: 16px;
  }
}

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

/*-- Scrollbar --*/
.gray-scrollbar, .checkout-cart-index #wishlist-view-form {
  overflow: hidden;
}
.gray-scrollbar .jspContainer, .checkout-cart-index #wishlist-view-form .jspContainer {
  overflow: hidden;
  position: relative;
}
.gray-scrollbar .jspPane, .checkout-cart-index #wishlist-view-form .jspPane {
  position: absolute;
  padding-right: 10px;
}
.gray-scrollbar .jspVerticalBar, .checkout-cart-index #wishlist-view-form .jspVerticalBar {
  background: none;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  width: 5px;
}
.gray-scrollbar .jspCap, .checkout-cart-index #wishlist-view-form .jspCap {
  display: none;
}
.gray-scrollbar .jspVerticalBar *, .gray-scrollbar .jspHorizontalBar *, .checkout-cart-index #wishlist-view-form .jspVerticalBar *, .checkout-cart-index #wishlist-view-form .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.gray-scrollbar .jspTrack, .checkout-cart-index #wishlist-view-form .jspTrack {
  background: #000000;
  position: relative;
}
.gray-scrollbar .jspDrag, .checkout-cart-index #wishlist-view-form .jspDrag {
  background: #000000;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}

/*-- Stylish select --*/
.newListSelected {
  position: relative;
}
.newListSelected .selectedTxt {
  background: #f5f5f5;
  padding: 3px 10px;
  min-width: 100px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/arrows/wishlist-arrow.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  height: 20px;
  padding: 1px 10px;
  background-size: contain;
}
.newListSelected .SSContainerDivWrapper {
  z-index: 2;
  width: 120px;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 0;
}
.newListSelected .SSContainerDivWrapper ul.newList {
  width: 100%;
  border-bottom: 0;
}
.newListSelected .SSContainerDivWrapper ul.newList li {
  background: #fff;
}
.newListSelected .SSContainerDivWrapper ul.newList li a {
  padding: 0px 10px;
  line-height: 24px;
  border: 1px solid #f5f5f5;
  border-top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.newListSelected .SSContainerDivWrapper ul.newList li a.hiLite {
  display: none;
}
.newListSelected .SSContainerDivWrapper ul.newList li a:hover {
  text-decoration: none;
}
.newListSelected .SSContainerDivWrapper ul.newList li:first-child a, .newListSelected .SSContainerDivWrapper ul.newList li:first-child a.hiLite + li a {
  border-top: 1px solid #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .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;
    font-size: 13px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -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;
    position: relative;
    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 #6f6f6f;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    font-size: 13px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -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;
    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 #6f6f6f;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }

  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu';
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #6f6f6f;
}
.block-account li a,
.block-cms-menu li a {
  color: #000000;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #6f6f6f;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #000000;
  padding: 7px 15px;
}
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #000000;
}
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  /*  color: $c-text;
    background: $c-button-secondary-active;*/
  outline: none;
}

/* Primary Buttons */
.button,
.footer .button {
  padding-top: 1px;
  background: #000;
  display: inline-block;
  padding: 9px 15px 5px;
  border: 0;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #000;
  font-family: avenir, "avenir next", helvetica, arial, sans-serif;
  -webkit-font-smoothing: auto;
}
.button:hover, .button:active,
.footer .button:hover,
.footer .button:active {
  background: #fff;
  color: #000;
  cursor: pointer;
  border-color: #000;
}
.button:focus,
.footer .button:focus {
  outline: none;
}

a.button {
  text-decoration: none;
}

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

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

.button.btn-continue a {
  color: white;
}
.button.btn-continue a:hover {
  color: black;
}
.button.btn-continue:hover {
  background: none;
}

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

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #6f6f6f;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

@media only screen and (max-width: 767px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

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

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

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

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

.paypal-button img {
  display: inline;
}

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

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
  /* a:not(".button") {
       line-height: 20px;
       display: inline-block;
       padding: 5px;
   }*/
}
.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 button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list {
  background-image: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/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, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list {
    background-image: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/*-- Humburger memu --*/
.layered-menu-btn {
  position: absolute;
  top: -1px;
  left: 0px;
  cursor: pointer;
  z-index: 9;
}
.layered-menu-btn span {
  display: block;
  background: #000000;
  width: 20px;
  height: 1px;
  margin: 5px 0 3px;
}
.layered-menu-btn:hover span {
  background: #000000;
}

.main-expand .layered-menu-btn span {
  background: #000000;
}

@media (max-width: 767px) {
  .splash-title {
    margin-top: 20px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: 15px 0 20px 0;
  font-style: italic;
}
@media screen and (max-width: 479px) {
  .breadcrumbs {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumbs {
    margin-top: 0;
  }
}

.breadcrumbs li {
  float: left;
  font-size: 13px;
  letter-spacing: .02em;
  margin-top: 2px;
  text-transform: lowercase;
  font-style: italic;
  font-weight: 400;
}
.breadcrumbs li:last-child {
  color: #000000;
  padding-right: 2px;
}
.breadcrumbs li.my_account {
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumbs li {
    margin-top: 0;
  }
}

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

.breadcrumbs a:hover {
  color: #6f6f6f;
}

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

.breadcrumbs span {
  padding: 0 7px;
  font-style: italic;
}

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

.btn-remove2 {
  border: none;
  vertical-align: top;
}

.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 #6f6f6f;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
g
.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 #FFFFFF;
  border-left: none;
}

div.block-layered-nav dl > dd > ol > li > a.amshopby-attr, #hamburger-menu dl > dd > ol > li > a.amshopby-attr {
  padding-left: 20px;
}
div.block-layered-nav dl > dd > ol > li > a.amshopby-attr-selected, #hamburger-menu dl > dd > ol > li > a.amshopby-attr-selected {
  padding-left: 20px;
  text-transform: lowercase;
  font-style: italic;
  color: #000000;
  font-weight: normal;
}
div.block-layered-nav dl > dd > ol > li > a .level1 a, #hamburger-menu dl > dd > ol > li > a .level1 a {
  font-style: italic;
}

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

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  padding: 5px 0 0;
  font-size: 13px;
  line-height: 24px;
  font-style: italic;
  clear: both;
  display: block;
  text-align: right;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  margin: 0 auto;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .footer-container {
    padding: 0 0 30px;
  }
}
.footer-container {
  padding-top: 0px;
}

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

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

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

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

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

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

.col2-left-layout .col-left {
  width: 16.25%;
}
.col2-left-layout .col-main {
  float: right;
  width: 80%;
  padding-right: 0;
  padding-top: 30px;
  /* Remove the 15px padding */
}

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

.col3-layout .col-right {
  width: 20.8333333333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.1666666667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.6842105263%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.3157894737%;
}

@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: 767px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

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

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

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 46%;
  margin: 0 4%;
}
@media only screen and (max-width: 767px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
  margin-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
  margin-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: 768px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399CC;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

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

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

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

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

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

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 15px;
  color: #a90101;
  font-style: italic;
}

.messages li li a {
  color: #a90101;
}

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

@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: 0px;
}

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

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

.payment-methods .form-list {
  position: relative;
  max-width: 100%;
}

.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 {
  display: inline-block;
}

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

.price-notice {
  color: #A0A0A0;
}

.price-box .price,
.price {
  white-space: nowrap;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 13px;
}

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

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

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .sale-percent-message,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .sale-percent-message .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .sale-percent-message .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  text-decoration: line-through;
}

.price-box .special-price,
.price-box .sale-percent-message {
  font-style: italic;
  padding-left: 0;
}

.catalog-category-view .price-box .sale-percent-message {
  display: none;
}

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

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

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 13px;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
  padding-left: 0;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 0px;
  margin: 0 0 6px;
}

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

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

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

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

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

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

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

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

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

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

/* -------------------------------------------- *
 * 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:after {
  display: table;
  content: "";
  clear: both;
}

.std p {
  margin: 0 0 1.5em;
}

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

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

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

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

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

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

/* -------------------------------------------- *
 * Toolbar
 */
.is-blog #toolbar-top .next-previous,
#toolbar-bottom .see-all-diary,
#toolbar-bottom .sorter {
  display: none;
}

.toolbar {
  z-index: 9;
}
.toolbar a:hover {
  color: black;
}
.toolbar .see-all-diary {
  float: right;
  border-left: 1px solid #6f6f6f;
  padding-left: 10px;
  padding-right: 2px;
}
.toolbar .see-all-diary a {
  color: #6f6f6f;
  text-transform: lowercase;
  font-size: 12px;
}
.toolbar .see-all-diary a:hover {
  color: black;
}
.toolbar .pages ol {
  float: left;
}
.toolbar .pages ol li.seperator {
  width: 15px;
}
.toolbar .next-previous {
  font-style: normal;
}
.toolbar .next-previous li {
  border-left: 1px solid #6f6f6f;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 13px;
}
.toolbar .next-previous li a {
  width: auto;
  font-size: 13px;
  text-transform: lowercase;
}
.toolbar .next-previous li a:before {
  display: none;
}
.toolbar .next-previous li a:hover:before {
  display: none;
}

#toolbar-bottom .pages {
  border-left: 0;
}

.is_blog #toolbar-top .toolbar {
  margin-top: 1px;
}

#toolbar-top .toolbar {
  float: right;
  font-weight: 400;
  font-style: italic;
}
#toolbar-top .toolbar .pages-list {
  padding-left: 4px;
  padding-right: 10px;
}
#toolbar-top .toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.mobile-toolbar {
  display: none;
  margin: 5px 0 15px 0;
}

.mobile-pages.pages {
  float: none;
  border-left: 0;
  padding-left: 0;
  color: #6f6f6f;
}
.mobile-pages.pages:after {
  content: '';
  display: table;
  clear: both;
}
.mobile-pages.pages .mobile-pages-list {
  float: left;
  font-style: italic;
}
.mobile-pages.pages .mobile-pages-list li.seperator {
  width: 15px;
}
.mobile-pages.pages .mobile-next-previous {
  float: right;
  padding-top: 2px;
}
.mobile-pages.pages .mobile-next-previous li {
  line-height: normal;
  font-size: 13px;
  color: #6f6f6f;
}
.mobile-pages.pages .mobile-next-previous a {
  color: #000;
  font-size: 13px;
  text-transform: lowercase;
  line-height: normal;
  padding: 0 3px;
  width: auto;
}
.mobile-pages.pages .mobile-next-previous a.next {
  border-left: 1px solid #6f6f6f;
  color: #6f6f6f;
  padding-left: 10px;
  margin-left: 10px;
}
.mobile-pages.pages .mobile-next-previous .next, .mobile-pages.pages .mobile-next-previous .previous {
  font-size: 13px;
  text-transform: lowercase;
}
.mobile-pages.pages .mobile-next-previous .next:before, .mobile-pages.pages .mobile-next-previous .previous:before {
  display: none;
}

.toolbar {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-bottom: 15px;
  padding: 0px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

#toolbar-bottom .toolbar {
  top: auto;
  bottom: 0;
  z-index: 100050;
  position: static;
  padding-right: 0;
  padding-left: 0;
}

.attributesplash-page-view .col-main {
  position: relative;
}
.attributesplash-page-view .col-main .layered-menu-btn {
  padding: 0;
  top: -41px;
}

.utility-index-noresults .toolbar {
  right: 20px;
}

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

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

.toolbar,
.pager {
  color: #000000;
  line-height: normal;
  font-size: 12px;
}
.toolbar strong,
.pager strong {
  display: none;
}

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

.sorter {
  float: right;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  background: #fff;
}
.sorter > .sort-by .newListSelected {
  position: relative;
  z-index: 2;
  font-style: italic;
  text-transform: lowercase;
  color: #1e1e1e;
  float: right;
}
.sorter > .sort-by .newListSelected:focus, .sorter > .sort-by .newListSelected:active {
  outline: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sorter > .sort-by .newListSelected .selectedTxt {
  background: none;
  padding: 1px 0 0px 0;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  font-size: 12px;
  color: #6f6f6f;
  letter-spacing: .02em;
}
.sorter > .sort-by .newListSelected .selectedTxt:before {
  right: 7px;
}
.sorter > .sort-by .newListSelected .SSContainerDivWrapper ul.newList {
  border: 0;
  text-align: center;
  padding-top: 5px;
}
.sorter > .sort-by .newListSelected .SSContainerDivWrapper ul.newList li {
  border-bottom: 0;
}
.sorter > .sort-by .newListSelected .SSContainerDivWrapper ul.newList li a {
  border: 0;
}
.sorter > .sort-by select {
  color: #000000;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
  display: none;
}
.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;
  font-style: italic;
  margin-left: 5px;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  display: none;
  float: left;
  font-family: avenir, "avenir next", helvetica, arial, sans-serif;
  font-weight: 400;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  display: none;
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .see_all {
  float: right;
  padding: 2px 4px 0 5px;
}
.pager .see_all a {
  text-transform: lowercase;
  font-family: avenir, "avenir next", helvetica, arial, sans-serif;
}

.pages {
  float: right;
  overflow: hidden;
}
.pages strong {
  display: none;
}
.pages img {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
  width: 15px;
  height: inherit;
  padding: 1px 0 0;
  color: #6f6f6f;
}

.pages .see-all-link {
  display: none;
  text-transform: lowercase;
  width: auto;
  font-style: italic;
}

.pages .current,
.pages .current:hover {
  cursor: default;
  color: #000000;
}

.pages .next,
.pages .previous {
  font: 0/0;
  text-shadow: none;
  position: relative;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #6f6f6f;
  border-right: none;
  top: 50%;
  margin-top: 2px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #6f6f6f;
  border-left: none;
  top: 50%;
  left: 50%;
  margin: 2px 0 0 -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px 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: 767px) {
  .toolbar {
    margin-top: 0px;
    position: static;
  }

  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

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

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

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

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

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

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

.width-full {
  width: 100%;
}

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

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

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

.comment-header h4 {
  display: inline-block;
  text-align: center;
  position: relative;
  padding-right: 25px;
}

.ui-accordion-header {
  position: relative;
  display: inline-block;
  padding: 0 35px 0px 0;
}
.ui-accordion-header .ui-icon {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}

.newListSelFocus:focus, .ui-state-focus, #review_field {
  outline: none !important;
}

.category-view .toolbar {
  padding-left: 20px;
  padding-right: 20px;
}

.see-all-diary {
  display: none;
}

@media screen and (min-width: 1024px) {
  .is-blog .see-all-diary {
    display: block;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #toolbar-top {
    /*remove this for DS-570*/
    /*margin-top: -34px;
    float: right;*/
  }
  #toolbar-top:after {
    content: '';
    display: table;
    clear: both;
  }
  #toolbar-top .toolbar .pages-list {
    border-left: 0;
    padding: 0;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .category-view .toolbar {
    padding-left: 0;
    padding-right: 0;
  }

  .pager {
    margin-left: 0;
  }

  .pages {
    border-left: 0;
  }

  #toolbar-top .mobile-next-previous, .sorter, .blog .see-all-diary {
    display: none;
  }

  .mobile-toolbar {
    margin: 0;
    display: block;
  }

  .post-list #toolbar-bottom .toolbar {
    display: block;
    margin-bottom: 8px;
  }
  .post-list #toolbar-bottom .toolbar .pages ol.next-previous {
    float: right;
  }
  .post-list #toolbar-bottom .toolbar .pages ol.next-previous li:first-child {
    border-left: 0;
  }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

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

form .legend {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

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

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: #f5f5f5;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.input-text::-webkit-autofill {
  background: #f5f5f5;
}

::-webkit-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

:-moz-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

::-moz-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

:-ms-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.input-text.validation-failed, select.validation-failed, .validation-failed, .validation-failed .selectedTxt {
  border-color: #a90101;
}

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Checkbox And Radio
 */
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  display: inline-block;
}

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

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #a90101;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .form-list > li {
    margin-bottom: 5px;
  }
}
.form-list > li input, .form-list > li select {
  color: #1e1e1e;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
  background: #f5f5f5;
  color: #1e1e1e;
  border: 1px solid #a6a6a6;
  height: 30px;
  line-height: 30px;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 15px;
}

/* 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-top: 2px;
}
.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 {
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 0px;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

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

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

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

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

.form-list .persistent-onepage-success .control div.input-box {
  display: inline-block;
  float: none;
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

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

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

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}

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

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

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

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

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * 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;
}

.is-blog {
  font-size: 13px;
}
.is-blog input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}
.is-blog img {
  height: auto;
  max-width: 100%;
}
.is-blog .col1-layout {
  min-width: 100%;
}
.is-blog .col1-layout .date {
  font-style: italic;
  font-size: 12px;
  float: left;
  line-height: normal;
  margin-top: 3px;
}
.is-blog .col1-layout .date span {
  padding-right: 2px;
}
.is-blog .col1-layout .main {
  position: relative;
}
.is-blog .col1-layout .main .post-top {
  position: absolute;
  right: 0;
  top: 1px;
  margin: 0;
  z-index: 9;
}
.is-blog .col1-layout .main #filter.menu {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .is-blog .col1-layout .main #filter.menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: -16px;
    clear: both;
    display: none;
  }
}
.is-blog .col1-layout .col-main {
  padding-top: 0;
}
.is-blog .col1-layout .col-main .menu {
  padding-bottom: 20px;
}
.is-blog .col1-layout .col-main .content-container .title {
  margin-bottom: 5px;
  line-height: 40px;
  font-size: 23px !important;
  text-align: center;
  font-style: normal;
}
.is-blog .col1-layout .col-main .content-container .post-date, .is-blog .col1-layout .col-main .content-container .col1-layout .post-date {
  font-size: 13px;
  font-style: italic;
  text-align: center;
  margin-bottom: 35px;
}
.is-blog .is-blog .col1-layout .col-main .content-container .post-date {
  font-size: 13px;
  text-align: center;
}
.is-blog .main {
  text-transform: none;
  color: #000;
}
.is-blog .main .pages .see-all-link {
  display: block;
}
.is-blog .std {
  text-transform: none;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 13px;
}
.is-blog ul {
  padding: 0;
  list-style: none !important;
}
.is-blog ul li {
  list-style: inherit;
}
.is-blog .sidebar a {
  color: #7f7f7f;
}
.is-blog .sidebar a:hover, .is-blog .sidebar a.active {
  color: #000;
}
.is-blog .menu a {
  color: #6f6f6f;
  font-style: italic;
  font-size: 13px;
  text-transform: lowercase;
  background: none;
  margin: 0 20px;
}
.is-blog .menu a.active {
  color: #000;
  border-bottom: 1px solid #000;
}
.is-blog .topblogcontainer {
  float: left;
  min-width: 0;
  max-width: none;
  position: absolute;
}
.is-blog .menu#filter {
  margin: 0px 0;
  width: auto;
  text-align: center;
  line-height: normal;
}
.is-blog .pager #wp-archive-list:before {
  display: block;
  content: "";
  height: 14px;
  border-right: 1px solid #000;
  right: -4px;
  position: absolute;
  top: 25%;
}
.is-blog .pager #wp-archive-list {
  position: relative;
}
.is-blog .pager #wp-archive-list.no-pager:before {
  display: none;
}
.is-blog .no-pager #wp-archive-list:before, .is-blog .clrall {
  display: none;
}
.is-blog .pages a {
  color: #6f6f6f;
}
.is-blog .wrapper {
  background: none;
}
.is-blog .topblogcontainer {
  padding: 2px 30px 0 0;
  max-width: none;
}
.is-blog .post-list .sorter > .sort-by .newListSelected .selectedTxt {
  padding-top: 1px;
}
.is-blog .post-list .sorter > .sort-by .newListSelected .selectedTxt:before {
  font-weight: normal;
}
.is-blog .post-list .pager {
  font-style: italic;
  margin-top: 0px;
  margin-right: 0;
}
.is-blog .post-list .pager .block .block-content {
  padding: 0;
}
.is-blog .post-list .pager select {
  border: 0;
  text-transform: lowercase;
  font-size: 13px;
  color: #000;
  font-style: italic;
}
.is-blog .post-list .pager .pages {
  padding: 0px 0 0 0px;
}
.is-blog .post-list .pager .pages li.see-all-link a {
  width: auto;
  text-transform: lowercase;
}
.is-blog .gallery-slideshow {
  margin: 5px auto 10px;
  max-width: none;
  padding: 0;
}
.is-blog .gallery-slideshow:after {
  content: '';
  display: table;
  clear: both;
}
.is-blog .gallery-slideshow .item-block {
  float: left;
  width: 49%;
  margin-left: 2%;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
.is-blog .gallery-slideshow .item-block:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.is-blog .gallery-slideshow .item-block a img {
  box-shadow: none;
  margin: 0;
  border: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.is-blog .gallery-slideshow .item-block a img:hover {
  opacity: .5;
}
.is-blog .gallery-slideshow .item-block {
  padding-bottom: 20px;
}
.is-blog .gallery-slideshow .item-block {
  padding-top: 20px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}
.is-blog .gallery-slideshow .item-block:nth-child(1) {
  border-top: 0;
  padding-top: 20px;
}
.is-blog .gallery-slideshow .item-info {
  margin-top: 20px;
  font-size: 16px;
}
.is-blog .gallery-slideshow .wp-index-date {
  font-size: 13px;
  font-style: italic;
  margin: 10px 0;
}
.is-blog .gallery-slideshow .item-excerpt {
  font-size: 13px;
}
.is-blog .gallery-slideshow span.italic {
  font-style: italic;
}
.is-blog #social-share {
  clear: both;
  text-align: center;
  margin-top: 12%;
}
.is-blog #social-share .social-header {
  font-style: italic;
  font-size: 13px;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
}
.is-blog #social-share .social-share-links li {
  display: inline-block;
  margin: 0 7px;
  width: auto;
  float: none;
}
.is-blog #social-share .social-share-links li a {
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  border-bottom: 1px solid #000;
}
.is-blog #social-share .social-share-links li.pinterest a {
  position: relative;
  background-image: none !important;
  width: auto !important;
  height: auto !important;
}
.is-blog #social-share .social-share-links li.pinterest a:before {
  display: block;
}
.is-blog #social-share .social-share-links li.pinterest span {
  margin-top: -3px;
  vertical-align: middle;
}
.is-blog #social-share .social-share-links li.pinterest span span {
  margin-top: 0;
}
.is-blog a[class*="PIN"], .is-blog a[class*="PIN"]:hover {
  background-image: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/white_pinterest_icon.png) !important;
  background-position: 0 0 !important;
  background-size: auto !important;
  width: 30px !important;
  height: 30px !important;
  z-index: 200 !important;
}
.is-blog .checkbox-wrap input[type="checkbox"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (max-width: 1000px) {
  .is-blog .is-blog .gallery-slideshow .item-exerpt {
    width: 100%;
  }
}
.is-blog .sidebar .block {
  background: none;
  padding: 0;
  margin: 0;
}
.is-blog .sidebar .block .block-title {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
.is-blog .sidebar .block .block-content {
  padding: 0;
  margin: 0;
}
.is-blog .sidebar .block.block-recent-posts .block-content {
  padding: 0 0 0 15px;
}
.is-blog .sidebar .block li {
  padding: 3px 0;
  margin: 0;
}
.is-blog .col-left {
  margin: 0;
}
.is-blog .breadcrumbs {
  text-transform: lowercase;
  font-size: 12px;
  font-style: italic;
  padding-top: 0 !important;
  float: left;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 2;
}
.is-blog .breadcrumbs li {
  height: 17px;
  font-size: 13px !important;
}
.is-blog .breadcrumbs li:first-child a {
  padding-left: 0;
}
.is-blog .breadcrumbs li:last-child {
  display: none;
}
.is-blog .post-top {
  overflow: hidden;
  margin: 0  0 25px;
}
.is-blog .post-top .date {
  float: left;
  font-style: italic;
  margin: 0;
}
.is-blog .post-top .post-skips {
  margin: 0;
  float: right;
  color: #000;
}
.is-blog .post-top .post-skips img {
  display: none;
}
.is-blog .post-top .post-skips a {
  color: #000;
  text-transform: lowercase;
  font-size: 13px;
}
.is-blog .sidebar .block .block-title strong {
  font-size: 13px;
}
.is-blog .block-recent-posts .block-content {
  font-style: italic;
  text-transform: lowercase;
}
.is-blog .block-blog-categories .block-content * {
  font-size: 13px;
  text-transform: uppercase;
}
.is-blog .block-blog-archives .block-content {
  font-style: italic;
  text-transform: lowercase;
}
.is-blog .sidebar .block-blog-archives strong {
  color: #7f7f7f;
  font-weight: normal;
}
.is-blog .page-title {
  margin: 0px 0;
  padding: 0 !important;
  border: 0;
  text-align: center;
  line-height: normal;
  font-size: 13px;
  text-transform: lowercase;
  font-style: italic;
}
.is-blog .page-title h1 {
  font-size: inherit;
  font-style: italic;
  line-height: normal;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.is-blog .sidebar .block .block-title strong span {
  text-transform: uppercase;
}

.dPost {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
.dPost:after {
  content: '';
  display: table;
  clear: both;
}
.dPost li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.dPost li.big {
  margin-left: 0;
}
.dPost img {
  width: 100%;
}
.dPost .text {
  position: relative;
  text-transform: none;
  font-size: 14px;
  color: #000;
  /*    .content-container{ position: absolute; width: 70%; top: 50%; left: 50%; @include transform(translate(-50%,-50%)); }*/
}
.dPost .text img {
  visibility: hidden;
}
.dPost .text blockquote {
  padding: 0 57px;
  text-align: center;
  margin: 19px 0;
  font-size: 20px;
}
.dPost .text blockquote em {
  font-size: 20px;
}

.layout-standard blockquote {
  padding: 0 57px;
  text-align: center;
  margin: 19px 0;
  font-size: 20px;
}
.layout-standard .dPost.layout-standard-new .small:nth-child(2n) {
  clear: none;
  margin-left: 15px;
}
.layout-standard .dPost.layout-standard-new .small:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

.post-view .dPost {
  padding: 0;
}

.something-more > div:first-child {
  border-bottom: 1px solid #dcdcdc;
  font-style: italic;
  font-size: 16px;
}

.something-more > div:first-child p {
  margin: 0 0 1em;
}

#gridMasonry {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}
#gridMasonry li {
  list-style: none;
  box-shadow: none;
  margin: 0;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 0 20px;
  text-align: center;
}
#gridMasonry li:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 2;
}
#gridMasonry .item-container {
  max-width: 440px;
}
#gridMasonry .product-name {
  margin: 10px 0;
}
#gridMasonry img {
  width: 100%;
  height: auto;
}

.post-view [class=layout-] p {
  text-align: justify;
}

.layout-image-02 .content-container p.title, .layout-image-01 .content-container p.title, .flexible-image .content-container p.title {
  text-align: center;
  font-size: 18px !important;
}
.layout-image-02 .content-container p.post-date, .layout-image-01 .content-container p.post-date, .flexible-image .content-container p.post-date {
  font-size: 12px;
}
.layout-image-02 .content-container p:nth-of-type(2), .layout-image-01 .content-container p:nth-of-type(2), .flexible-image .content-container p:nth-of-type(2) {
  text-indent: 0;
}

@media screen and (min-width: 1820px) {
  #gridMasonry li {
    width: 16.666%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1819px) {
  #gridMasonry li {
    width: 25%;
  }
}
@media screen and (min-width: 502px) and (max-width: 1023px) {
  #gridMasonry li {
    width: 33.3%;
  }
}
@media screen and (max-width: 501px) {
  #gridMasonry li {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.is-blog .layout-standard .content-container {
  margin: 40px 18% 0 18%;
  overflow: hidden;
}
.is-blog .layout-standard .content-container > p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5%;
}
.is-blog .layout-standard .content-container > p.title {
  margin-top: 0;
}
.is-blog .layout-standard .content-container .column {
  width: 46%;
  margin-left: 8%;
  float: left;
}
.is-blog .layout-standard .content-container .column:first-of-type {
  margin-left: 0;
}
.is-blog .layout-standard .content-container .column p:first-of-type {
  text-indent: 0;
}
.is-blog .layout-standard #social-share {
  padding: 0;
  margin: 3% 0;
}
.is-blog .layout-standard #social-share .social-share-links {
  margin: 0;
}

@media (max-width: 1024px) {
  .is-blog .layout-standard .content-container {
    padding-bottom: 3px;
  }
}
@media (max-width: 480px) {
  .is-blog .layout-standard #social-share {
    margin-bottom: 8%;
  }
}
.flexible-image .content-container > p {
  margin-bottom: 5%;
}

.is-blog .col-main {
  position: relative;
}

.is-blog .product-image {
  margin-bottom: 10px;
}

.dPost .text .content-container {
  position: static;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  margin: 0  auto  0;
  width: 70%;
  padding-top: 28%;
}

.is-blog .dPost #social-share {
  margin-top: 0;
  padding-top: 20%;
}

.is-blog .std #gridMasonry p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .dPost .small {
    width: 49%;
    margin-left: 15px;
  }
  .dPost .small.left {
    margin-left: 0;
    clear: left;
  }
  .dPost .text .content-container {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 4em  auto  0;
    width: 70%;
    padding-top: 22%;
  }
  .dPost.layout-image-01 .text .content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 70%;
  }
  .dPost.flexible-image .text .content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 70%;
  }
  .dPost.flexible-image .text .content-container #social-share {
    padding-top: 3%;
  }
  .dPost.flexible-image .text .size-small {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 70%;
  }
  .dPost.flexible-image .big.text .content-container {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 4% 18%;
    padding-top: 0;
  }
  .dPost.flexible-image .small:nth-of-type(7) {
    clear: left;
    margin-left: 0;
  }
  .dPost.flexible-image .small:nth-of-type(8) {
    clear: none;
    margin-left: 2%;
  }

  .layout-image-02 .small {
    margin-left: 0 !important;
  }

  .layout-image-02 .text .img {
    display: none;
  }

  .layout-image-02 .text {
    float: right;
    clear: none !important;
  }

  .layout-image-02 .fleft {
    float: left;
    width: 49%;
  }
  .layout-image-02 .fleft .small {
    width: 100%;
  }

  .is-blog .gallery-slideshow .item-block:nth-child(1), .is-blog .gallery-slideshow .item-block:nth-child(2) {
    border-top: 0;
    padding-top: 0px;
  }
  .is-blog .toolbar {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .dPost .text .content-container {
    padding-top: 10%;
  }

  .is-blog .dPost #social-share {
    padding-top: 7%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dPost .text .content-container {
    width: 95%;
  }

  .is-blog .main {
    padding-top: 0px;
  }
  .is-blog .main .post-top {
    top: 0;
  }
  .is-blog .main.col1-layout .gallery-slideshow {
    margin-top: 0;
    padding-top: 35px;
  }
  .is-blog .main .sorter {
    display: none;
  }
  .is-blog .main #toolbar-top .toolbar .pages-list {
    border-left: 0;
    padding-right: 0;
  }
  .is-blog .main .pages a, .is-blog .main .pages .current {
    padding-top: 0;
  }
  .is-blog .menu a {
    margin: 0 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .is-blog .col2-left-layout .col-main {
    padding-top: 25px;
  }
  .is-blog .main .sorter {
    display: block;
  }
  .is-blog .main #toolbar-top .toolbar .pages-list {
    border-left: 1px solid #6f6f6f;
    padding-right: 10px;
  }
  .is-blog .dPost .text .content-container {
    padding-top: 10%;
  }
  .is-blog .is-blog .dPost #social-share {
    padding-top: 7%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .is-blog .dPost .text .content-container {
    padding-top: 7%;
  }
  .is-blog .dPost .text .content-container p {
    margin-bottom: 1em;
    max-height: 100px;
    overflow-y: hidden;
  }
  .is-blog .dPost .text .content-container #social-share {
    margin-top: 0;
    padding-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .is-blog .col1-layout .main .post-top {
    position: static;
    padding-bottom: 20px;
  }

  .breadcrumbs {
    margin-top: 0;
    border: 0;
    margin-bottom: 20px;
  }

  #toolbar-top .toolbar .pages-list {
    border-left: 0;
    padding: 0;
  }

  /*    .post-top .date span { display: none; }*/
  .post-top {
    margin-bottom: 15px;
  }

  .menu {
    display: none;
    width: 100%;
    margin: 10px 0;
  }
  .menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .menu a {
    display: block;
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
  }
  .menu a {
    overflow: hidden;
  }

  .post-list .pager {
    float: none;
    text-align: center;
    padding: 0;
  }

  .post-list #toolbar-top {
    margin-top: 0;
  }
  .post-list #toolbar-top .pager {
    margin: 0;
  }

  .is-blog .gallery-slideshow .item-excerpt {
    width: 100%;
  }

  .is-blog .post-list .pager .limiter, .is-blog .date {
    display: none;
  }

  .is-blog .col2-left-layout .main .post-top {
    top: 0;
  }

  .is-blog .post-list .pager .pages {
    padding: 0;
    float: none;
  }

  .dPost .small {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dPost .small.text {
    height: auto !important;
  }
  .dPost .text .content-container {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }
  .dPost .text img {
    display: none;
  }
  .dPost .text blockquote {
    padding: 0 19px;
  }
  .dPost.flexible-image .text .size-small {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 70%;
  }

  .is-blog html, .is-blog body, .is-blog header, .is-blog footer, .is-blog h1, .is-blog h2, .is-blog h3, .is-blog h4, .is-blog h5, .is-blog h6, .is-blog p, .is-blog form, .is-blog fieldset, .is-blog ul, .is-blog li, .is-blog dl, .is-blog dt, .is-blog dd {
    text-transform: none;
  }

  .is-blog .menu#filter {
    overflow: hidden;
  }

  .is-blog .layout-standard .content-container {
    margin: 40px 0 0 0;
  }

  .layout-standard .content-container .column {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .layout-standard .column {
    margin: 0 0 2%;
    width: 100%;
  }

  #gridMasonry .price-box p {
    margin: .2em 0;
  }

  .is-blog .pager .block-blog-archives {
    float: none;
  }

  .is-blog .pager #wp-archive-list:before {
    display: none;
  }

  .is-blog .gallery-slideshow {
    padding: 0;
    margin: 0 auto 23px;
  }

  .is-blog #social-share {
    padding-top: 8px;
    margin-top: 0;
  }

  .dPost .text .content-container {
    padding-top: 0;
  }

  .is-blog .dPost #social-share {
    padding-top: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 533px) {
  .is-blog .gallery-slideshow .item-block {
    width: 100% !important;
    max-width: none !important;
    float: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .is-blog .col2-left-layout .main .post-top {
    width: 100%;
    position: static;
    padding: 5px 0 10px;
  }
}
.grecaptcha-badge {
  display: none;
}



/* FILE: guiders-1.3.0.css */
.catalog-product-view .size_chart .guiders_content .guiders_description, .catalog-product-view .size_chart .gray-scrollbar .jspContainer { height: 500px!important; width: 700px!important;}

/*.guiders_title, .guiders_close{display: none}*/


.guider, .top-cart .guider {
  background: #FFF;
  position: absolute;
  outline: none;
  z-index: 10011;

}

/*
.guiders_arrow {
  width: 20px;
  height:13px;
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  z-index: 999 !important;
  background-image: url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/js/guiders/guiders_arrows1.png'); /* Asterisked properties only work in IE7 and below */
}


.guiders_arrow_right {
  display: block;
  background-position: 0px 0px;
  right: -20px;
}
.guiders_arrow_down {
  display: block;
  background-position: 0px -20px;
  bottom: -13px;
}
.guiders_arrow_up {
  display: block;
  background-position: 0px -60px;
  top: -20px;
}
.guiders_arrow_left {
  display: block;
  background-position: 0px -40px;
  left: -20px;
}

.guiders_button {
  background: -moz-linear-gradient(top, #5CA9FF 0%, #3D79C3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5CA9FF), color-stop(100%, #3D79C3));
  background-color: #4A95E0; /* Overruled by background gradient, in browsers where they exist */
  border: solid 1px #4B5D7E;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 75%;
  font-weight: bold;
  margin-left: 6px;
  min-width: 40px;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  /* Rounded corners */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* End rounded corners */
}

.guiders_buttons_container {
  position: relative;
  width: 100%;
}

.guiders_close {
  position: absolute;
    top: 0;
    right: 0;
  margin: 0px;
}

.guiders_content {
  position: relative;
}

.guiders_content h1 {
  font-size: 16px;
  padding: 20px 25px 0px;
    margin: 0;
  color:#000;
  line-height: 20px;
  text-align: center;
}

.guiders_content .guiders_description {
  clear: both;
  padding:20px;
/*  border-top:1px solid #eeeeee;
  height: 165px;*/
  overflow: hidden;
  line-height: 1.6em;
  text-transform: none;
  width: 100%;
}

.guiders_content .guiders_description ul li {
list-style-type: disc; margin-left: 25px;
}

.guiders_highlight {
  position: relative;
  z-index: 101;
}

#guiders_overlay {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 10010;
}

.guiders_x_button {
  background-repeat: no-repeat;
  background-image: url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/minicart_close.png');
  cursor: pointer;
  height: 20px;
  width: 20px;
}



/* FILE: dlmenu.css */
@font-face {
	font-family: 'icomoon';
	src:url('https://www.thedreslyn.com/skin/frontend/enterprise/dreslyn_2014/fonts/icomoon.eot');
	src:url('https://www.thedreslyn.com/skin/frontend/enterprise/dreslyn_2014/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('https://www.thedreslyn.com/skin/frontend/enterprise/dreslyn_2014/fonts/icomoon.woff') format('woff'),
	url('https://www.thedreslyn.com/skin/frontend/enterprise/dreslyn_2014/fonts/icomoon.ttf') format('truetype'),
	url('https://www.thedreslyn.com/skin/frontend/enterprise/dreslyn_2014/fonts/icomoon.svg#icomocon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	opacity: .7;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa;
	opacity: 1;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow:
	0 10px 0 #fff,
	0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 40px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}

/*================================================================*/
#dl-menu { background: rgba(10, 10, 10, 0.4); text-transform: lowercase;  }
.dl-menuwrapper h3, .dl-menuwrapper h4 { color:#fff; font-size: 16px; margin-bottom: 0;  padding: 10px 5px 5px;}
.dl-menuwrapper .column-right { /* display: none; */}
.dl-menuwrapper .dl-submenu li:not(.dl-back) a { line-height: 19px; padding: 7px 18px;}
.dl-menuwrapper li a:hover { text-decoration: none; }
.dl-menuwrapper .designers-menucontent li { display: block ; float: none !important;}
.dl-menuwrapper .designers-menucontent > li > a:after{ display: none;}

.dl-menuwrapper .dl-submenu div.column-center, 
.dl-menuwrapper .dl-submenu div.column-left, 
.dl-menuwrapper .dl-submenu div.column-right { float: left; width: 50%; padding: 0 30px;}
.dl-back { clear: both; }


/* FILE: productupdates.css */
#productupdates{
    display:none;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index:9999;
    text-align:left;
    /*background-color: #fff;*/
}
#productupdates-form .btn-remove img{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;


}
#productupdates[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#aw_pun_heading {display:block; margin: 0 0 5px 0; font-size: 18px; font-family: avenir, 'avenir next', helvetica, arial, sans-serif; text-transform: uppercase; font-weight: 400} /* Style for H4 */
.aw_pun_success { width:280px; }

#productupdates .group-select {margin: 0;}

#productupdates-overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
#productupdates-overlay[id]{ /* IE6 and below Can't See This */
                             position:fixed;
}

#productupdates.done #punLoadMessage{
    display:none;
}
#punLoadMessage img{margin: 0 auto}
#productupdates.done #punContent{
    display:block;
}
#productupdates.loading #punContent{
    display:none;
}
#productupdates.loading #punLoadMessage{
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
    display:block;
    background-color: #fff;
    width: 120px;
    padding: 10px;
    margin: 0px;
}

.productupdates{
    background: #fff;
    margin: 0;
    border: 1px solid #a9a9a9;
}
.productupdates-please-wait {
    padding-right:7px;
}
#pun-subscribe{
    background: #fff;
    padding: 30px;
    max-width: 500px;
}
#pun-subscribe .group-select {
    margin: 0;
    color: #000;
}
#pun-subscribe .btn-remove{
    position: absolute;
    right: 15px;
    top: 15px
}
#pun-subscribe .button-set{
    clear:both;
    margin:5px 0px;
    padding-top:25px;
    text-align:center;
}

#pun-subscribe .group-select li .input-box .input-text,
#pun-subscribe .pun-super-attribute-select,
#aw-pun-configurable-stock
{
    width:275px;
}

.pun-right{
    text-align: right;
}
#pun-subscribe .form-list label {

    float: none;
}

#pun-subscribe label.required {
    color: #EB340A;
    font-weight:bold;
}

#map-popup a[id|='productupdates'] {
    display:none;
}
#pun-subscribe dl dt{
    text-transform: uppercase;
    font-weight: 600;
}
#pun-subscribe dl label{
    margin-right: 40px;
    padding-left: 7px;
}
#pun-subscribe dl dt label{
    padding-left: 0;
}
#pun-subscribe dl dd{
    margin: 20px 10px 20px;
}

#pun-subscribe{
    text-align: center;
    padding: 40px;
}
#pun-subscribe .group-select li .input-box .input-text{
    width: 100%;
    color: #000;
}
#pun-subscribe .group-select li .input-box textarea{
    max-height: 200px;
}
#pun-subscribe .group-select li .input-box ::-webkit-input-placeholder {
    color: #000;
}

#pun-subscribe .group-select li .input-box .input-text :-moz-placeholder { /* Firefox 18- */
    color: #000;
}

#pun-subscribe .group-select li .input-box .input-text ::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}

#pun-subscribe .group-select li .input-box .input-text :-ms-input-placeholder {
    color: #000;
}
#pun-subscribe .form-list{margin-top: 40px}


/* FILE: amshopby.css */

div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left; }
div.block-layered-nav dd a.amshopby-attr, .splash-groups ul li label, .checkbox-wrap input[type='checkbox'] + a{padding-left: 20px; line-height: normal;background:transparent url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/unchecked_new.png) no-repeat left 1px; background-size: 14px auto}
div.block-layered-nav dd a.amshopby-attr-selected, .splash-groups ul li input.active + label { color:black; background:transparent url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/checked.png) no-repeat left center; background-size: 13px auto}
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/*div.block-layered-nav.amshopby-collapse-enabled dt {
 cursor:pointer; 
 padding-left:15px;
 background:url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/amshopby-expanded.gif) center left no-repeat;
}*/
div.block-layered-nav dt {
 cursor:pointer;
}


div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/amshopby-slider-bg.gif) no-repeat 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/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 {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
}

div.amshopby-filters-top {
    position: relative;
}
div.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;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 10px;
}
.amshopby-advanced li.level1  a{
    font-style: italic;
    font-size: 14px!important;
    color: #6f6f6f;
}

.block-layered-nav li.level1.active > a, .block-layered-nav li.level1.expanded > a { text-decoration: underline;}
.block-layered-nav li.level1.active a, .block-layered-nav li.level1.expanded a { color: black;}

.amshopby-advanced li.level2 {
	padding-left: 20px;
}
.amshopby-advanced li.level3 {
	padding-left: 30px;
}
.amshopby-advanced li.level4 {
	padding-left: 40px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
    text-decoration: underline;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategores block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.layered-menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.expand {
    display: block !important;
}



/* FILE: default.css */
#redeem-your-discount-now {
    padding: 10px 30px;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
    position: fixed;
    z-index: 89;
    top: 250px;
    right: 0;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.onestepcheckout-index-index #redeem-your-discount-now,
.checkout-onepage-success #redeem-your-discount-now {
    display: none;
}

@media (max-width: 767px) {
    #redeem-your-discount-now {
        display: none;
    }
}



/* FILE: wordpresscustom.css */
.wordpress-post-category-view .col1-layout .col-main {
    width: auto;
    padding: 0px 0 0 0!important;
    background: none repeat scroll 0 0 transparent;
    box-shadow: none!important;
    margin: 0 auto;
}
.wordpress-archive-view .col1-layout .col-main{
    width: auto;
}
.post-list .gallery-slideshow img{
    border:10px solid #fff;
}
.post-list .gallery-slideshow img {
    box-shadow:0 0 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 24px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.2);
}
.is-blog .menu{
    width: 38%;
    margin: -36px auto 0 auto;
}

.is-blog .pager{
    margin-bottom: 0px !important;
    float: right;
    margin-right: 75.5px;
    margin-top: -100px;
}
.is-blog .pager .pages{
    float: left;
}
.is-blog .pager .block-blog-archives{
    float: left;
}
.post-top{
    margin-top: 0px;
}
.is-blog .breadcrumbs{
    padding-right: 5px;
}
.is-blog .crumbcount{
    display: none;
}
.post-meta.details{
    line-height: 16px;
}
.is-blog .post-meta.details span{
    color: #666;
    text-decoration: none;
    padding: 0 4px;
}
/*
    Post view
*/

.post-view .image-large-container{
    width: 100%;
    height: auto;
}
.post-view .image-large-container img{
    width: 100%;
    height: auto;
}
.post-view .thumbnail-container{
    width: 100%;
    height: auto;
}
.post-view .thumbnail-container > *{
    width: 50%;
    height: auto;
    float: left;
 }

.is-blog .note-msg{
    text-align: center;
}

.is-blog  .item .product-name{
    display: inline;
}
.is-blog  .item .price-box{
    display: inline;
}

.is-blog  .item .price-box:before{
    content: "|";
    margin: 0px 2px;
}

.is-blog .item-container .product-name{
    text-transform: lowercase;
    font-size: 12px;
    color: black;
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
}
.is-blog .item-container .price-box span span{
    text-transform: lowercase;
    font-size: 13px;
    color: black;
    font-style: normal;
}
.is-blog .item-container .brand-name{
    text-transform: uppercase;
    font-size: 11.5px;
    color: black;
    font-style: normal;
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
    line-height: 1.5em;
}

.is-blog .post-view .layout-image *{
    text-transform: initial;
}
.is-blog .wp-sidebar *{
    text-transform: initial;
}
.is-blog .block-blog-archives .block-title *{
    text-transform: uppercase;
}
.wordpress-index-index .pager .amount, .wordpress-index-index .pager .limiter { display:none; }

.wordpress-post-category-view .main-container, .wordpress-post-view .main-container, .wordpress-index-index .main-container, div.blog {
      padding-left: 20px;
      padding-right: 20px;
}
.std ul li.big {
    margin-left: 0;
}

.somethng-more p {
  margin: 0!important;
}

.is-blog span[data-pin-log="button_pinit_floating"] {
    z-index: 1008 !important;
}


/* FILE: styles.css */
.mw-clear{clear: both; height: 1px; overflow: hidden;}
.mw_top_menu .mw-clear{clear: both; height: 0; overflow: hidden;}
.mw_top_menu {display:inline-block; height: 52px; color: #808080;}
.mw_top_menu * { text-transform: lowercase; }


/* DS-374 */

/*
.mw-mega-menu-sale {color:red !important;}
.mw-mega-menu-sale span {color: red}
.hover .mw_top_menu ul.mw-mega-menu-top > li > .mw-mega-menu-sale {color: red !important;} */

.mw_top_menu ul.mw-mega-menu-top li .sub a { color:black!important;}
.mw_top_menu ul.mw-mega-menu-top li .sub a:hover { color:black!important;}

/*.mobile-nav-container .menu-item-sale .parent-link:hover {
    color:#ff0000 !important;
}
.mobile-nav-container .menu-item-sale .parent-link {
    color:#ff0000 !important;
}*/


/* END-DS-374 */

/*Display sub*/
.mw-mega-menu-top{ float:left; text-align: left; height:52px; }
.mw-mega-menu-top ul li ul {display: none;}
.mw-mega-menu-top .sub {display: none;}
.mw-mega-menu-top .sub ul {display: block;}

.mw-mega-menu-top ul, .mw-mega-menu-top ul li {list-style: none;}
.mw-mega-menu-top ul {position: relative; padding: 0; margin: 0;}
.mw_top_menu ul.mw-mega-menu-top li { float: left;  position: relative; font-size: 12px; }
.mw_top_menu ul.mw-mega-menu-top .nm_menu_top_item { padding: 0; /* padding: 0; */}
.mw_top_menu ul.mw-mega-menu-top > li:hover,
.mw_top_menu ul.mw-mega-menu-top li.active { z-index: 100; }
.mw-nav-bg { background-color: white; position: absolute; width: 100%; z-index: 20; padding: 20px 0 8px;top: 53px}
.mw-nav-bg:before { content: ""; bottom: 100%; height: 10px; width: 100%; z-index: 11; background: none; position: absolute; left: 0}

.mw_top_menu ul.mw-mega-menu-top > li > a {
    display: block; color:black; font-size: 12px;position: relative; letter-spacing: .02em;
    font-rendering: optimizeLegibility;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.mw_top_menu ul.mw-mega-menu-top > li > a:hover { color: #6f6f6f}
.mw_top_menu ul.mw-mega-menu-top > li:hover > a { text-decoration: underline }
.mw_top_menu ul.mw-mega-menu-top > li > a.active-menu { color:#000;}
.mw_top_menu ul.mw-mega-menu-top > li.active > a{text-decoration: underline }
/*.mw_top_menu ul.mw-mega-menu-top > li > a:hover:after{content: "";background:none;height: 20px;width: 100%;position: absolute;z-index: 1;left: 0; top: 21px}*/

.mw_top_menu ul.mw-mega-menu-top li a.dc-mega {position: relative;}
.mw_top_menu ul.mw-mega-menu-top li a .dc-mega-icon {display: none; position: absolute; width: 8px; height: 6px;  top: 18px; right: 15px;}

.mw_top_menu ul.mw-mega-menu-top li.mega-hover a .dc-mega-icon {}

.mw_top_menu ul.mw-mega-menu-top > li.active > a,
.mw_top_menu ul.mw-mega-menu-top > li.active > a:hover { color:#000; }

.mw_top_menu ul.mw-mega-menu-top > li.active > a { }

.mw_top_menu ul.mw-mega-menu-top li .sub-container {position: absolute; width: 100%;margin-left: 15px;}
.mw_top_menu ul.mw-mega-menu-top li .sub {/*float: left; padding: 0px 0px 5px 8px;*/}
.mw_top_menu ul.mw-mega-menu-top li .sub-container.mega .sub { padding: 17px 0 0; display:none; }
.mw_top_menu ul.mw-mega-menu-top li .sub .row {width: 100%; overflow: hidden; clear: both; text-align: left; margin: 0; }

.mw_top_menu ul.mw-mega-menu-top li .sub li {list-style: none; float: none;  font-weight: normal;}

.mw_top_menu ul.mw-mega-menu-top li .sub li.mega-hdr { float: left;}

.mw_top_menu ul.mw-mega-menu-top li .sub li.mega-hdr.last {margin-right: 0;}

.mw_top_menu ul.mw-mega-menu-top li .sub a {text-shadow: none; display: block; float: none; text-decoration: none; height: auto !important; color: black}
.mw_top_menu ul.mw-mega-menu-top li .sub a:hover { color: #6f6f6f; }

.mw_top_menu ul.mw-mega-menu-top li .sub li.mega-hdr a.mega-hdr-a { }
.mw_top_menu ul.mw-mega-menu-top li .sub li.mega-hdr a.mega-hdr-a:hover { color: #6f6f6f; }
.mw_top_menu ul.mw-mega-menu-top .sub li.mega-hdr li a {padding: 4px 5px 4px 15px; background: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/mw_navigationmenu/images/arrow_off.png) no-repeat 5px 10px; font-weight: normal; text-decoration: none;}
.mw_top_menu ul.mw-mega-menu-top .sub li.mega-hdr li a:hover { color: #231f20; }
.mw_top_menu ul.mw-mega-menu-top .sub ul li { }
.mw_top_menu ul.mw-mega-menu-top li .sub-container.non-mega .sub {}
.mw_top_menu ul.mw-mega-menu-top li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;}
.mw_top_menu ul.mw-mega-menu-top li .sub-container.non-mega li a {text-shadow: none; padding: 7px 10px; display: block; float: none; text-decoration: none; font-weight: bold;}

.nm_menu_top_item_content_left,
.nm_menu_top_item_content_right{height: auto !important;}
.nm_menu_top_item_content_left,
.nm_menu_top_item_content_right { display: none }
.nm_menu_top_item_content_left{float: left !important;   }
.nm_menu_top_item_content_right{float: left !important;  margin: 0px 0px 0px 0px; }
.nm_menu_top_item_content_top,
.nm_menu_top_item_content_bottom{width: auto !important;}
.mw-center{float: left;}
.nm_top,
.nm_bottom{padding: 5px; margin: 0px 0px 0px 0px;}

.nm_content_menu {border: solid #cad4d9; border-width: 1px 0;}
.nm_content_menu li {padding: 0 !important; margin: 0;}

.nm_non_b{border: 0px none;}
.nm_non_b_bottom{border-bottom: 0px none;}
.nm_non_b_top{border-top: 0px none;}

.nm_content_title{text-align:center; font-size: 10px;}
.nm_content_text{text-align:center; margin-bottom: 5px; font-size: 10px;}
.nm_content_image{margin-bottom: 15px;}
.nm_content_image img{border: 1px solid #D5D5D5;}
.nm_content_product_image {  }
.nm_menu_top_item_content_left .nm_content_product_image,
.nm_menu_top_item_content_right .nm_content_product_image,
.nm_menu_left_item_content_left .nm_content_product_image,
.nm_menu_left_item_content_right .nm_content_product_image{text-align: center;}

.nm_content_product_image .nm_content_product_url { padding: 0 !important; }
.nm_content_product_image .nm_content_product_url img{  }
.nm_content_product_name{color: #1e7ec8; font-size: 12px; font-weight: bold; margin-bottom: 5px;}
.nm_content_product_price{color: #d96708; margin-bottom: 5px; font-weight: bold;}

/* === Vertical NM Styles ==========================================================================*/
.nm-block-left{margin-bottom: 15px;}
.nm_menu_left{position: relative; width: 100%; float: left; clear: both;}
.nm_menu_left li a {display: block; color: #1e7ec8; padding:9px 20px; text-decoration: none;  border: 1px solid #c8caca; background: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/mw_navigationmenu/images/bkg-nm-mnu-left.gif) repeat-x top left; text-transform: uppercase; text-shadow: -1px 0px #bfd8ec;}
.nm_menu_left li a:hover, .nm_menu_left li.mega-hover a { background: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/mw_navigationmenu/images/bkg-nm-mnu-left-hover.gif) repeat-x top left; text-decoration: underline;}
.nm_menu_left li a.dc-mega {position: relative;}
.nm_menu_left li a .dc-mega-icon {display: block; position: absolute; top: 14px; right: 15px; width: 7px; height: 10px; background: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/mw_navigationmenu/images/arrow_right.png) no-repeat 0 0;
}

.nm_menu_left li .sub-container {position: absolute; background: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/mw_navigationmenu/images/bkg-sub-top.png) no-repeat top right; padding: 2px 0px 0px 0px; left: -9999px;}
.nm_menu_left li .sub-container .sub {background: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/mw_navigationmenu/images/bkg-sub.png) no-repeat bottom right; float: left; padding: 0px 8px 5px 0px; border-left: 1px solid #d5d6d7;}
.nm_menu_left li .sub-container .sub .nm_content_menu{margin: 0px -4px 0px 0px; padding: 0px 10px;}
.nm_menu_left li .sub .row {
width: 100%; overflow: hidden; /* Clear floats */
}
.nm_menu_left li .sub li {float: none; width: 200px; font-weight: normal;}
.nm_menu_left li .sub li.nm_menu_left_item_top,
.nm_menu_left li .sub li.nm_menu_left_item_bottom,
.nm_menu_left li .sub li.nm_center {width: auto !important;}
.nm_menu_left li .sub li.mega-hdr {float: left; /* Required */ margin: 0 5px 10px 5px;}
.nm_menu_left li .sub a, .nm_menu_left.left li .sub a {float: none; color: #2f2f2f; padding: 7px 10px; text-shadow: none; text-transform: capitalize; border: 0px none; background: none; text-decoration: none;}
.nm_menu_left li .sub li.mega-hdr a.mega-hdr-a { color: #2f2f2f; font-size: 12px; font-weight: bold; padding-bottom: 5px; text-shadow: none; background: none; border: 0px none;}
.nm_menu_left li .sub li.mega-hdr a.mega-hdr-a:hover {color: #2f2f2f; text-shadow: none;}
.nm_menu_left .sub li.mega-hdr li a {padding: 3px 5px 3px 20px; background: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/mw_navigationmenu/images/arrow_off.png) no-repeat 5px 13px; font-weight: normal; color: #1e7ec8; text-decoration: underline; border: 0px none;}
.nm_menu_left .sub li.mega-hdr li a:hover {text-decoration: none;}
.nm_menu_left .sub ul li {
padding-right: 0;
}

.nm_menu_left li .sub-container.non-mega .sub {}
.nm_menu_left li .sub-container.non-mega li {padding: 0; margin: 0;width: 220px;}
.nm_menu_left li .sub-container.non-mega li a {padding: 3px 5px 3px 20px; background: url(https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/mw_navigationmenu/images/arrow_off.png) no-repeat 5px 13px; font-weight: normal; color: #1e7ec8; text-decoration: underline; border: 0px none;}
.nm_menu_left li .sub-container.non-mega li a:hover {text-decoration: none;}

.nm_menu_left .mw-center{padding: 10px 0px;}
.nm_menu_left_item_content_left{float: left !important; width: 200px !important; padding: 10px 7px}
.nm_menu_left_item_content_left .nm_content_image,
.nm_left .nm_content_image{text-align: center;}
.nm_menu_left_item_content_left .nm_content_image img,
.nm_left .nm_content_image img{ max-width: 180px; margin: 0px auto;}

.nm_menu_left_item_content_right{float: right !important; width: 200px !important; padding: 10px 7px; overflow: hidden;}
.nm_menu_left_item_content_right .nm_content_image{text-align: center;}
.nm_right { padding: 8px 8px 15px;}
.nm_right .nm_content_image img{ max-width: 170px; margin: 0px auto; background: #fff;opacity:1;}

/*==Sample data=========================================================================================*/
ul.nm-adver{padding: 0px; margin: 0px;}
ul.nm-adver li{ display: inline;}
.nm_menu_left_item_top .nm-adver,
.nm_menu_left_item_content_bottom .nm-adver{ text-align: center;}

/**/
.nm_content_menu .nm_right, .nm_content_menu .nm_left { padding: 0;}

.nm_content_menu h3,
.nm_content_menu h4  { color: #000; font-style: italic; text-transform: none; font-size: 14px; margin-top: 15px}

.mw_top_menu ul.mw-mega-menu-top li .sub a,
.nm_content_static_block p  { margin: 0 25px 3px 0; padding: 0;  }

.nm_content_menu .nm_right { padding: 0 0 0 25px;  overflow: hidden; position: relative;}
.nm_content_menu .nm_right:before { border-left: 1px solid #dcdcdc; content: ""; left: 1px; top: 52px; height: 100%; width: 0; position: absolute;     }
.mw_top_menu ul.mw-mega-menu-top li .sub a { white-space: nowrap; }
.designers-menucontent li { float: left !important; }
.nm_center { width: 600px; }

.mw_top_menu ul.mw-mega-menu-top .nm_menu_top_item {padding: 9px 15px 0}
.mw_top_menu ul.mw-mega-menu-top li .sub-container   { margin-left: 0px; width: auto !important;}
.nm_center{background: #fff; padding-left: 0}



/* FILE: local.css */

.payment-methods-container .free_container {
    margin:0 0 10px;
}

#payment_form_authnetcim{
    margin: 5px 0 30px;
    padding:15px 0;
}

.payment-methods dd#container_payment_method_authnetcim{
    padding:0;
}

#container_payment_method_authnetcim li label {
  display: block;
}

#authnetcim_cc_type_exp_div .v-fix {
  width: 48%;
}

#authnetcim_cc_type_exp_div {
  float: left;
  width: 66%;
}

#authnetcim_cc_type_exp_div .v-fix + .v-fix {
  float: right;
}

#authnetcim_cc_type_cvv_div {
  float: right;
  width: 30%;
}

#authnetcim_save {
  float:left;
}

#authnetcim_save_label {
  float:left;
  margin:0 0 0 10px;
}

.authcim_save_cc {
  clear:both;
}

#payment-tool-tip {
  left: 0;
  position: absolute;
  top: 10%;
  width: 100%;
  z-index: 1000;
}


#payment-tool-tip .tool-tip-content {
  width: 90%;
  max-width: 453px;
  display:block;
}

.payment-methods-container{
  position:relative;
}

.customer-paymentinfo-index .col2-set {
    margin: 0 auto;
    width: 65%;
}

.customer-paymentinfo-index #authnetcim_cc_type_cvv_div {
    float: left;
    width: 100%;
}

.customer-paymentinfo-index #authnetcim_cc_type_cvv_div input {
	width: 30%;
}

.card_in_use { float:right;font-style: italic;font-size: 0.9em;color:#6f6f6f; }

/* Gift data in my account */
.box-content .table-gift-data {
  width: 100%;
}
.box-content .table-gift-data tr {
  height: 30px;
}
.box-content .table-gift-data tr td:first-child {
  width: 190px;
}
.box-content .table-gift-data .gift-balance {
  float: right;
}

@media only screen and (max-width: 1024px) {
  .box-content .table-gift-data tr td:first-child {
    width: 140px;
  }
  /* for mobile */
  .zopim {
    display: none;
  }
}

.onestepcheckout-container .onestepcheckout-column-left #shipping_address {
  border: none !important;
  padding: 0;
}

.onestepcheckout-container .onestepcheckout-column-right .review-order-container,
.onestepcheckout-container .onestepcheckout-column-middle .coupons-giftcards-container,
.onestepcheckout-container .onestepcheckout-column-middle .onestepcheckout-shipping-method,
.onestepcheckout-container .onestepcheckout-column-middle .payment-methods-container{
  padding: 0;
}

.accordion-section-content.open { display:block; }

.accordion-section-title #sign-title { text-decoration: none; }

.mobile .shipment-methods label .price {
	font-weight:bold;
}

.accordion-section-title .price {
	font-weight:bold;
	font-size: 16px;
}

.review-order-container .accordion-section-title {
	text-align:center;
}

#onestepcheckout-form input[type='checkbox'], #onestepcheckout-form input[type='radio'] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#onestepcheckout-form input[type='radio'] {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 0 0 #2a9dcc inset;
  box-shadow: 0 0 0 0 #2a9dcc inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  border: 1px solid #d9d9d9;
  background: transparent;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  background: #fff;
}
#onestepcheckout-form input[type='radio']:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

#onestepcheckout-form input[type='radio']:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px #2a9dcc inset;
    box-shadow: 0 0 0 10px #2a9dcc inset;
}

#onestepcheckout-form input[type='radio']:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.input-radio {
    border-radius: 50%
}

.input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

.onestepcheckout-totals .grand-total {
	font-weight:bold;
}

.review-order-container table.onestepcheckout-summary td {
	padding: 10px 0;
}

#checkout-payment-method-load .pp-wrapper #cc-icon-wrapper {
	padding:0;
}

#checkout-payment-method-load .pp-wrapper .cc-icons {

}

#checkout-payment-method-load .pp-wrapper .cc-icons span.title-paypal {
	font-size: 11px;
	vertical-align: super;
	font-weight:bold;
}

#checkout-payment-method-load .pp-wrapper .cc-icons li.paypal {
	position:relative;
	top:auto;
	vertical-align: middle;
}

.dropbtn {
    background: #f5f5f5 url("https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/arrows/checkout_down_arrow.png") no-repeat right 5px center ;
    color: #000000;
    padding: 4px 4px 4px 0;
    font-size: 14px;
    border: 1px solid #a6a6a6;
    cursor: pointer;
    width: 100%;
    height: 30px;
    line-height: 20px;
}

.dropbtn span {
    float: right;
    margin: 0 5% 0 0;
    font-size: 13px;
}

#authnetcim_card_id_div .cc_option_option {
    background-color: #f5f5f5;
    color: #000000;
    padding: 4px;
    border-bottom: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    cursor: pointer;
    width: 100%;
}

#authnetcim_card_id_div .cc_option_option span {
    float: right;
    margin:0 5% 0 0;
}

#authnetcim_card_id_div .cc_card_type {
    /*background-image: url("https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/new_cc_icon_sprite.png");
    width: 32px;
    height: 20px;*/
    background-image: url("https://smhttp-ssl-79102.nexcesscdn.net/skin/frontend/enterprise/dreslyn_2014/images/icon_payment.png");
    width:42px;
    height:24px;
    float: left;
    margin: 0 10px 0 0;
}

#authnetcim_card_id_div .cc_card_type.MC {
    background-position: -51px 0;
}

#authnetcim_card_id_div .cc_card_type.VI {
    background-position: 0 0;
}

#authnetcim_card_id_div .cc_card_type.AE {
    background-position: -154px 0;
}

#authnetcim_card_id_div .cc_card_type.DI {
    background-position: -102px 0;
}

#authnetcim_card_id_div .cc_card_type.JCB {
    background-position: -205px 0;
}

#authnetcim_card_id_div .cc_card_type.DC {
    background-position: -257px 0;
}


#authnetcim_card_id { display:none; }

#drop_cards {
    position: relative;
    display:none;
    width:100%;
    z-index: 1000;
}

@media only screen and (max-width: 479px) {
    .dropbtn {
        font-size: .9em;
    }
    .dropbtn span {
        font-size: .8em;
    }

    #drop_cards {
        width: 100%;
    }
}


