/**
 * 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
 * ============================================ */
body,
button,
input,
select,
table,
textarea {
    font-family: 'Rokkitt' ,Arial, Helvetica, sans-serif;
    color: #693935;
    font-size: 16px;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    height: 100%;
}

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

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

.page,
.footer-container{
    width: 100%;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.page-header-container{
    position: relative;
    width: 100%;
    max-width: 1270px;
    padding: 0 20px;
    margin:0 auto;
}
.main-container:after,
.footer-container:after{
    content: '';
    display: table;
    clear: both;
}
/*.main-container{*/
/*    margin-top: 182px;*/
/*}*/
.footer-container{
    margin-top: 32px;
    background-color: #f4efe8;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main{
    /*margin-top: 20px;*/
    display: inline-block;
    width: 100%;
}
.main:after,
.col-wrapper:after {
    content: '';
    clear: both;
}
.col-left {
    float: left;
    width: 19%;
    padding-left: 0;
    padding-right: 18px;
    /* Remove the 15px padding */
    clear: left;
}
.col-left img {
    max-width: 100%;
}

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

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

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

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

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

.col3-layout .col-right {
    width: 20.83333%;
}
.col3-layout .col-wrapper {
    float: left;
    width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
    width: 26.31579%;
}
/* Content Columns */
.col2-set {
    width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding: 20px;
}
.col2-set .col-1 {
    float: left;
    padding-left: 0;
}
.col2-set .col-2 {
    float: right;
    padding-right: 0;
}
.col2-set .narrow {
    width: 33%;
}
.col2-set .wide {
    width: 65%;
}
.col2-set:after {
    content: '';
    display: table;
    clear: both;
}

/* Links  */
a {
  color: #693935;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
    font-size: 30px;
    text-rendering: optimizeLegibility;
}

h2, .h2 {
    font-size: 26px;
    text-rendering: optimizeLegibility;
}

h3, .h3 {
    font-size: 22px;
    text-rendering: optimizeSpeed;
}

h4, .h4 {
    font-size: 20px;
    text-rendering: optimizeSpeed;
}

h5, .h5 {
    font-size: 18px;
    text-rendering: optimizeSpeed;
}

h6, .h6 {
    font-size: 16px;
    text-rendering: optimizeSpeed;
}

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

/* -------------------------------------------- *
 * Page Titles
 */
.page-title{
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    margin-left: -7px;
}
.page-title h1{
    font-weight: normal;
    padding-left: 45px;
    background: url(../images/title-flag.png) no-repeat left center;
}
/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
    margin-bottom: 20px;
}

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

.block-title {
    position: relative;
}
.block-title h2,
.block-title h3,
.block-title strong {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}
.block-title small {
    font-size: 100%;
    font-weight: normal;
}

/*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.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;
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
}
.block-cms-menu li {
    text-transform: uppercase;
    margin: 7px 0;
}
.block-cms-menu li strong {
    font-weight: 400;
}
.block-cms-menu li a {
    color: #636363;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart-table .button span > span,
.sidebar .actions .button span > span,
.button.button-secondary span > span {
    background-color: #eae3d7;
    color: #693935;
}
.cart-table .button:hover span > span,
.sidebar .actions .button:hover span > span,
.button.button-secondary:hover span > span{
    background-color: #e2d9c8;
    cursor: pointer;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background-color: transparent;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    white-space: nowrap;
}
.button span{
    display:block;
    width: 100%;
}
.button span > span{
    background-color: #f49626;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
}
.button.btn-cart{
    width: 100%;
}
.button.btn-cart span > span{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4pt;
    line-height: 34px;
    height: 34px;
    padding-left: 28%;
    padding-right: 9%;
    background:#f49626 url(../images/shopping_bag_white.png) no-repeat 15px 6px;
}
.button.btn-cart.spinner span > span{
    background:#f49626 url(../images/add-cart.gif) no-repeat 15px 9px;
}
.button.btn-cart.thick span > span{
    background:#8aaa33 url(../images/thick-icon.png) no-repeat 15px 5px;
}
.button.btn-cart.error span > span{
    background-color:#999;
}
.add-to-cart-buttons .button.btn-cart span > span{
    background-position: 20px center;
    font-size: 26px;
    font-weight: 700;
    line-height: 56px;
    height: 56px;
}

.btn-bg-beige span > span{
    background-color: #eae3d7;
    color: #693935;
}

.button:hover span > span,
.cart-table .product-cart-actions .button:hover span > span,
#co-shipping-method-form .buttons-set .button:hover span > span,
.footer .button:hover span > span {
    background-color: #8AAA33;
}

.button:focus span > span,
.cart-table .product-cart-actions .button:focus span > span,
#co-shipping-method-form .buttons-set .button:focus span > span,
.footer .button:focus span > span {
    background-color: #8AAA33;
}

.btn-bg-beige:hover span > span,
.btn-bg-beige:active span > span,
.btn-bg-beige:focus span > span{
    background-color: #e2d9c8;
}

a.button {
    text-decoration: none;
}

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

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

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

.button2 {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.button2:focus {
    outline: none;
}

.button2 span{
    display: block;
    width: 100%;
}
.button2 span > span {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    height: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
}
.button2:hover span > span {
    text-decoration: 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;
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    text-align: right;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
}
.buttons-set .back-link a{
    text-decoration: none;
}
.buttons-set .back-link a small{
    position: relative;
    top:-1px;
    font-size: 100%;
}
.buttons-set a:not(".button") {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}
.buttons-set button.button {
    float: right;
    margin-left: 5px;
    min-width: 140px;
}
.with-required-fld-msg  button.button{
    clear: both;
}
.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, .skip-account .icon, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: #eae3d7;
    padding: 4px 20px;
    margin-top: 5px;
    font-size: 14px;
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs a {
    float: left;
}

.breadcrumbs strong {
    font-weight: normal;
}

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

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

.btn-remove2 {
    background: url("../images/remove.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: none;
    vertical-align: top;
}
.btn-remove2:after {
    display: none;
}
.btn-remove2:hover {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

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

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

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

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

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

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

.error {
    color: red;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
    padding: 20px;
    background: #FFFFFF;
    height: auto;
}

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
    margin: 7px 0;
}

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

.price-notice {
    color: #a0a0a0;
}

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

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

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

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

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
    display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}
.price-box .special-price .price{
    color: #F72B32;
}

.price-box .old-price .price {
    position:relative;
}
.price-box .old-price .price .line-through{
    display: inline-block;
    width: 110%;
    vertical-align: middle;
    height: 2px;
    font-size: 1px;
    line-height: 1px;
    background-color: #F72B32;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 1;
    /*text-decoration: line-through;*/
}

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

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

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px;
}

.product-pricing .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: 16px;
}
.item-options:after {
    content: '';
    display: table;
    clear: both;
}
.item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 5px;
    font-style: italic;
}
.item-options dt:after {
    content: ': ';
}
.item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px;
}

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

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

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

.truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #693935;
    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 #693935;
    border-top: none;
    left: 97px;
    top: -7px;
}

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

.truncated .show .item-options {
    display: block;
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF;
}

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

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

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

/*.no-touch .product-image:hover {
    border-color: #693935;
}*/

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

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

/* Commented code because it messed up the style of the flex slider
 to uncomment ony if necessary and knowing that this will mess up the flexslider*/




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

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar{
    margin-bottom: 24px;
}
.toolbar:after {
    content: '';
    display: table;
    clear: both;
}

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

.pager-no-toolbar ~ .pager-no-toolbar {
    margin-top: 10px;
}
.pager-no-toolbar label {
    font-weight: normal;
    text-transform: uppercase;
}

.sorter {
    display:inline-block;
    text-align: center;
    width: 100%;
    font-size: 0.001px;
}
.sorter label {
    float: left;
    margin-right: 5px;
    line-height: 41px;
}
.sorter label:after {
    content: ':';
}
.sorter select{
    float: right;
    width: 75%;
    height: 41px;
}
.sorter > .sort-by {
    display: inline-block;
    width: 35%;
}
.sorter > .sort-by .order-switch{
    font-size: 16px;
    margin-left: 10px;
}
.sorter > .view-mode {
    float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
    float: left;
    width: 30px;
    height: 30px;
}
.sorter > .view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
    background-position: -42px -492px;
}
.sorter > .view-mode .list {
    background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
    background-position: -39px -517px;
}
.sorter .separator{
    background-color: #000000;
    display: inline-block;
    height: 41px;
    margin: 0 15px;
    vertical-align: top;
    width: 1px;
}
.pager {
    background-color: #eae3d7;
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}
.pager > .count-container {
    float: left;
}
.pager .amount {
    height: 24px;
    line-height: 24px;
    float: left;
    white-space: nowrap;
    padding-left: 15px;
}
.sorter .limiter {
    width: 35%;
    display: inline-block;
}
.sorter .limiter > label {
    padding-right: 5px;
}
.sorter .limiter > label:after {
    content: ':';
}
.pages {
    background-color: #ffffff;
    padding-left: 8px;
    float: right;
    overflow: hidden;
}
.pages strong {
    display: none;
}

.pages li {
    margin-left: 3px;
    display:inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.pages a,
.pages .current {
    display: block;
    border: 0;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 24px;
    width: 100%;
    height: 100%;
    border: 1px solid #693935;
}
.pages .current{
    display: inline-block;
    width: 24px;
    height: 24px;
}
.pages a:hover,
.pages .current,
.pages .current:hover {
    background-color: #693935;
    cursor: default;
    color:#fff;
}

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

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

.width-full {
    width: 100%;
}

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

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

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

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

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

form .legend, .login-in-facebook .legend{
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
    padding: 0 0 11px 0;
    position: relative;
}
.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: 16px;
    -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: #693935;
    font-weight: normal;
}

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

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
    color: #a0a0a0;
}

/* -------------------------------------------- *
 * Select
 */
select {
    height: 30px;
    border: 1px solid #e2d9c8;
    padding: 0 8px;
    background-color: #fff;
}

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

select[multiple] {
    width: 270px;
    border: 1px solid silver;
    padding: 5px;
}

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

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e2d9c8;
    background: #FFFFFF;
}
.input-text:focus {
    border: 1px solid #e2d9c8;
}

.input-text.validation-failed,
select.validation-failed,
input[type=checkbox].validation-failed,
input[type=radio].validation-failed{
    border-color: red;
}

.input-text.validation-failed:focus,
select.validation-failed:focus,
input[type=checkbox].validation-failed:focus,
input[type=radio].validation-failed:focus{
    outline-color: #ff7f7f;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select{
    width: 100%;
    max-width: 100%;
    height: 30px;
    padding: 0 8px;
}
select{
    border: 1px solid #e2d9c8;
}

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

.placeholder{
  color: #aaa;
}

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

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

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

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

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

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
    margin: 5px 0 0;
    font-size: 12px;
}
p.required{
    color: #693935;
}
.validation-advice{
    color: red;
    position:absolute;
    left:0;
    top:26px;
    white-space: nowrap;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
   display: block;
    width: 100%;
    margin-bottom: 10px;
}
.form-list > li.wide50{
    display: inline-block;
    width: 49%;
}
.form-list select {
    /*margin-top: 4px;
    width: 365px;*/
    max-width: 100%;
}
.form-list .input-range .input-text {
   /* width: 74px;*/
}
.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 5px;
}
.form-list .field{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: right;
    font-size: 0.001px;
    letter-spacing: -1em;
    vertical-align: top;
}
.form-list li .field:first-child{
    text-align: left;
}
.form-list .field > label,
.form-list .field > div,
.form-list .field > p,
.form-list .field > span{
    font-size: 16px;
    letter-spacing: normal;
}
.form-list label,
.form-list .input-box{
    display: inline-block;
    width: 94%;
    text-align: left;
}
.form-list .wide{
    width: 98.4%;
    margin-bottom: 12px;
}
.form-list .wide label {
    width: 100%;
}

.form-list .wide .input-box {  }

.form-list .fields .customer-name{
    display: inline-block;
    width: 100%;
}


/* 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,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,*/
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 6px;
}
/*.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 {
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 25px;
}

.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 {
    display: inline;
    min-width: inherit;
    max-width: 250px;
    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 .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

form .form-instructions {
    font-style: italic;
    font-size: 15px;
    margin-bottom: 25px;
}

.acceptation-wrapper{
    display: table;
}
.acceptation-wrapper > .input-box,
.acceptation-wrapper > label{
    display: table-cell;
    vertical-align: top;
    width: auto;
}
.acceptation-wrapper > .input-box input{
    top:3px;
    margin-right: 10px;
}
.acceptation-wrapper .validation-advice{
    top:32px;
}

/* contact form */
.container-contact-form .page-title{
    padding-top: 0;
    padding-bottom: 20px;
}
.contact-form li{

}
.contact-form li .fields{

}
.contact-form textarea{
    width: 100%;
}

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

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

.data-table tbody td,
.data-table tfoot td {
}

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

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

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

/* ============================================ *
 * Header
 * ============================================ */
.page-header{
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.header-language-container{
    width: 100%;
    overflow: hidden;
}
.header-language-container {
    margin-top: 10px;
}
.page-header-container .header{
    display: inline-block;
    width: 100%;
    font-size: 0.001px;
    letter-spacing: -1em;
    position: relative;
}
.page-header-container .header > div{
    font-size: 16px;
    letter-spacing:normal;
}
.page-header .separator-mob-ver{
    display: none;
}

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

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


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

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
    position: relative;
    float: left;
    width: 20%;
    height: 44px;
    background: #FFFFFF;
    color: #636363;
    line-height: 33px;
    text-align: center;
}

a.skip-link {
    border: 3px solid #6d3834;
    color: #6d3834;
    text-decoration: none;
}

.skip-link:not(.skip-active):hover {
    opacity: 0.8;
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
    display: inline-block;
    vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 10px;
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
    display: none;
}

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

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

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

.skip-nav .icon {
    background-position: 4px 4px;
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
#header-nav{
    margin-top: 10px;
}
#header-nav,
#nav{
    position: relative;
}
.nav-primary a,
.nav-secondary-right a{
    text-decoration: none;
    position: relative;
    display: block;
}
.nav-primary li,
.nav-secondary-right li{
   display: inline-block;
}

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

.nav-primary li.level0 > a.red span {
    color:red;
}
.nav-primary li .icn-parent{
    float: right;
}

.secondary-nav-top.nav-mobile-lnk{
    display:none;
}

.nav-secondary-right{
    font-size: 14px;
    letter-spacing:normal;
}
#mobile_nav_trigger{
    display: none;
}

/* Secondary navigation menu - top */
.page-header-container > .secondary-nav-top{
    float:right;
}
.page-header-container > .secondary-nav-top li{
    display: inline-block;
    width: auto;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid #e2d9c8;
}
.page-header-container > .secondary-nav-top li:first-child{
    border-left:0 none;
}
.page-header-container > .secondary-nav-top li a{
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
    text-decoration: none;
}
.page-header-container > .secondary-nav-top li.last-item a{
    padding-right: 0;
}

/* ============================================ *
 * Search - No results page
 * ============================================ */
.col-main.search-no-results{
    width: 100%;
}
.search-no-results .note-msg{
    text-align: center;
}
.search-no-results .page-title h1{
    padding-left: 0px;
    background: none;
    text-align: center;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
    background-position: -46px -146px;
}
.skip-search .icon {
    background-position: 4px -146px;
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
    padding: 20px;
}
/* ============================================ *
 * Search Input
 * ============================================ */
.search-bar{
    display:inline-block;
    vertical-align: top;
    width: 49%;
    max-width: 350px;
    position: relative;
}

.search-bar .input-box {
    /*position: relative;*/
    padding: 0;
}

#search_mini_form label {
    display: none;
}

#search {
    width: 100%;
    height: 45px;
    padding-right: 45px;
    color:#9f816e;
}
#search[placeholder]{
    color:#9f816e;
}
#search::-webkit-input-placeholder{color:#9f816e;}
#search:-moz-placeholder,
#search:-ms-input-placeholder{
    color:#9f816e;
}

#search_mini_form .search-button {
    position: absolute;
    top: 0px;
    right: 0;
    width: 45px;
    height: 45px;
    border: 0;
    /*background-color: #eae3d7;*/
    background-color: transparent;
}
#search_mini_form .search-button > span{
    width: 45px;
    height: 45px;
}
#search_mini_form .search-button span span{
    display: none;
}
#search_mini_form .search-button span i{
    color: #693935;
    vertical-align: middle;
    line-height: 43px;
    width: 45px;
    margin: 0;
}

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

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

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

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

#header-account a:hover {
}

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

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

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

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

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

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

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

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

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

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

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

.mini-cart-list .product-name {
    display: inline-block;
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px;
}

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

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

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

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */

.footer {
    display:table;
    clear: both;
    width: 100%;
    max-width: 1270px;
    padding: 30px 20px 0;
    margin: 0 auto;
    /* -------------------------------------------- *
     * Social icons
     */
}
.footer div:first-child{
    padding: 0;
}
.footer .block-title {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer .block-title strong {
    font-weight: normal;
}
.footer .links {
    display:table-cell;
    width: 25%;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
}
.footer .links li {
    word-break: break-all;
    line-height: 21px;
    font-size: 14px;
    padding: 4px 0;
}
.footer .links a{
    display: inline-block;
    color: #927573;
    text-decoration: none;
}
.footer .links a:hover {
}
 .footer .links i{
        display: none;
    }
.footer .block-subscribe {
    float: right;
    width: 320px;
    margin-bottom: 30px;
}
.footer .block-subscribe {
    text-transform: uppercase;
}
.footer .form-subscribe-header {
    display: none;
}
.footer .links.social-media em {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}

.footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px;
}
.footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px;
}
.footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px;
}
.footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px;
}
.footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px;
}
.footer .links.social-media a:hover em.rss {
    background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
    float: left;
    width: 65.625%;
    padding-top: 0;
}
.footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.footer .block-subscribe .block-content {
    padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both;
}
.footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0;
}
.footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left;
}
.footer .bugs,
.footer-container address {
    clear: both;
}
.footer .bugs {
    display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
    clear: both;
    margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
    display: none;
}
.footer-container address {
    border-top: 1px solid #cccccc;
    text-align: center;
    width: 100%;
    font-size: 13px;
    margin-top: 30px;
    padding: 30px 0;
}

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

body.catalogsearch-result-index .page-title h1 {
    background-image: none;
    padding-left: 6px;
}

.category-image {
    margin-bottom: 1.5em;
}

.category-description{
 margin-bottom: 20px;
}
.product-info .time-events{
    margin-bottom: 3px;
}

/* -------------------------------------------- *
 * Product Name
 */
.product-name {
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.product-name a {
    text-decoration: none;
}
.product-name a:hover{
    text-decoration: none;
}
.product-name-separator{
    width: 100%;
    height: 1px;
    background-color: #693935;
    margin-bottom: 5px;
}
.products-grid .product-name,
.products-list .product-name {
    font-size: 16px;
    height: 34px;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-manufacturer{
    margin-bottom: 10px;
    color: #f49626;
    height: 17px;
    overflow: hidden;
}

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

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

.products-grid > li {
    position: relative;
    margin-bottom: 20px;
}
.products-grid > li:after {
    content: '';
    display: table;
    clear: both;
}
.special-percent{
    position:absolute;
    left: -4px;
    top:40px;
    background-image: url("../images/sale.png");
    background-repeat: no-repeat;
    z-index: 5;
    height: 30px;
    width: 55px;
}
.special-percent.events{
    top:68px;
}
.product-img-box .special-percent{
    left: 16px;
    top:125px
}
span.percent-result{
    margin-top: 3px;
    margin-left: 13%;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.product-img-box span.percent-result{
    font-size: 102%;
}


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

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

.products-grid .product-info {
    position: relative;
}
.products-grid .event-info i{
    margin-right: 5px;
}
.products-grid .event-info span{
    display: inline-block;
    margin-bottom: 5px;
}

.products-grid .actions {
    padding-top: 10px;
}

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

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

.products-grid .price-box {
    margin: 0 0 5px;
    text-align: left;
}

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

/* Config: Two columns + flexible gutter */
.products-grid > li {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #e2d9c8;
    float: left;
    width: 19%;
    margin-right:1%;
}

.products-grid .product-image {
    margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.products-grid .product-image:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.products-grid .product-image.loading {
    position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
    display: block;
}
.products-grid .item:hover{
    /*border: 1px solid #f49626;*/
    /*-webkit-box-shadow: -4px 0px #d9d9d9;*/
    /*-moz-box-shadow:    -4px 0px #d9d9d9;*/
    /*box-shadow:         -4px 4px #d9d9d9;*/
}
.products-grid .item .actions{
    display: none;
}
.products-grid .item:hover .actions{
    display: block;
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.products-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.products-list > li .product-image {
    float: left;
    width: 33.33333%;
}
.products-list > li .product-image img {
    width: 100%;
    max-width: 100%;
}
.products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

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

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
    float: left;
    min-width: 50px;
}
.mini-products-list .product-details {
    margin-left: 65px;
}
.mini-products-list .product-details .product-name {
    padding-top: 10px;
}
.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}
.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

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

/* ============================================ *
 * Catalog - List
 * ============================================ */
.catalog-category-view .col-main{
    margin-top: 20px;
}

.category-image {
    border: 1px solid #cccccc;
    padding: 10px;
}
.category-image img {
    width: 100%;
    max-width: 100%;
}
.category-image img:hidden {
    display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-title span, .category-navigation .block-title span{
    font-weight: bold;
}
.block-layered-nav #narrow-by-list{
    border: 1px solid #eae3d7;
    border-top-width: 0px;
}

.block-layered-nav .block-subtitle--filter, .block-subtitle--categories {
    display: none;
    font-size: 16px;
}

.block-layered-nav .remove-filter{
    display: inline-block;
    position: relative;
    text-align: center;
    text-shadow: none;
    float: right;
    margin-left: 6px;
    margin-top: 2px;
}

.block-layered-nav .block-content .toggle-tabs {
    display: none;
}
.block-layered-nav .block-content > dl > dt {
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 7px 10px 7px 24px;
    border-top: 1px solid #eae3d7;
    position: relative;
    display: block;
}
.block-layered-nav .block-content > dl > dt span , .category-navigation .open-category-section a{
    height: 25px;
    width: 25px;
    float: right;
    text-align: center;
    background-color: #eae3d7;
}
.block-layered-nav .block-content > dl > dt span i, .category-navigation .open-category-section a i{
   vertical-align: middle;
   font-size: 14px;
}
.block-layered-nav .block-content > dl > dd {
    padding: 10px;
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    display:none
}
.block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0px;
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 5px 15px;
    display: block;
}
.catalog-category-view .block-layered-nav dl dd ol > li > a, .catalog-category-view .block-layered-nav dl dd ol > li > span{
    display: inline-block;
    padding-right: 5px;
}

/* These rules are specific for overriding the module for multiple filtered navigation */

.catalog-category-view .block-layered-nav .currently .btn-remove{
    position: unset;
    border: none;
    color: #693935;
    width: 14px;
    background: url("../images/icn-close.png") no-repeat scroll 0 50%;
}
.catalog-category-view .block-layered-nav .currently .btn-remove::after{
    content: "";
}
.catalog-category-view .block-layered-nav .currently .block-subtitle{
    display: none;
}
.block-layered-nav dl dd ol > li > a .count {
    color: #a0a0a0;
}
.block-layered-nav .currently .block-subtitle {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
}
.block-layered-nav .currently ol {
    background-color: #eae3d7;
    margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
    padding: 5px 10px;
}
.block-layered-nav .currently ol li .label {
    font-weight: bold;
}
.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}

.block-layered-nav .actions {
    text-align: right;
    margin: 0px;
    float: right;
}
.block-layered-nav form{
    margin-bottom: 5px;
}
.block-layered-nav .check-box{
    vertical-align: top;
    margin-right: 5px;
}
.category-navigation{
    margin-bottom: 15px;
}
.category-navigation a{
    text-decoration: none;
    display: block;
    width: 100%;
    min-height: 40px;
    line-height: 25px;
    padding: 7px 10px 7px 24px;
}
.category-navigation a:hover{
    background-color: #eae3d7;
}

.category-navigation li{
    border-bottom: 1px solid #eae3d7;
    border-left: 1px solid #eae3d7;
    border-right: 1px solid #eae3d7;
}
.category-navigation li:first-child{
    border-top: 1px solid #eae3d7;
}
.category-navigation .open-category-section{
    padding: 7px 10px 7px 24px;
    display: none;
    border: 1px solid #eae3d7;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    text-transform: uppercase;
}
.category-navigation .open-category-section span{
    line-height: 25px;
    display: inline-block;
    width: auto;
}
.category-navigation .open-category-section a{
    padding: 0;
    float: right;
    line-height: 25px;
    min-height: 0;
}

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

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
    float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .product-essential:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    margin-bottom: 10px;
    border: 0;
}
.product-view .product-shop,
.product-view .product-details,
.product-view .details-content,
.product-view .add-to-cart-wrapper,
#event-info,
#policies-link,
#event-sponsorship{
    padding-left: 15px;
    width: 63.18%;
    float: right;
}
.product-img-box .product-name {
    display: none;
}
.product-view .product-shop .product-brand {
    text-transform: uppercase;
    font-size: 20px;
    float: left;
}
.product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left;
}
.product-view .price-info {
    display: inline-block;
    float: left;
}
.product-view .product-shop .extra-info{
    max-width: 50%;
    margin-bottom: 10px;
}
.product-details li{
    display: inline-block;
    position: relative;
}
.product-details a{
    text-decoration: none;
}
.product-details .detail-tab{
    display: block;
    min-width: 144px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #693935;
    text-decoration: none;
    text-align: center;
}
.product-details .active span{
    background-color: #eae3d7;
}
.product-details span{
    background-color: #ffffff;
}
.product-details li:hover span{
    background-color: #eae3d7;
}
.product-details .tab-arrow{
    position: absolute;
    left: 45%;
    bottom: -8px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}
.product-details .tab-arrow:active{
    background-color: #eae3d7;
}
.product-view .details-content{
    min-height: 200px;
}
.details-content{
    padding-top: 20px;
}
.details-content ul, .details-content ol{
    list-style: inside;
}
.details-content p, .details-content h2{
    margin: 0 0 1.5em;
}
.product-details-special{
    width: 100%;
    display: inline-block;
    font-size: 0.0001px;
}
.product-details-special > div{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: initial;
}
.product-details-special .product-details, .product-details-special .details-content{
    width: auto;
    padding-left: 0;
    float:none;
    padding-right: 15px;
}
.product-details-special .product-details.menu{
    border-bottom: 1px solid #693935;
}
.product-details-special .product-details.menu span{
    display: inline-block;
    background-color: #eae3d7;
    height: 30px;
    line-height: 33px;
    min-width: 144px;
    text-align: center;
    text-transform: uppercase;
}
.product-details-special .gift{
    width:100%;
}
.special-product-seals{
    margin-top: 10px;
}
.product-seal{
    display: inline-block;
    margin-right: 10px;
}
.product-seal img{
    max-width: 37px;
    height: auto;
}
.product-view .product-shop .ratings {
    margin-bottom: 8px;
}
.product-view .product-shop .availability {
}
.product-view .unavailable-event-mail{
    margin-top: 15px;
}
.product-view .product-shop .price-box {
    margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    font-size: 30px;
}
.product-view .product-shop .price-box .special-price .price-label {
    text-transform: uppercase;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300;
}
.product-view .old-price .price-label {
    display: none;
}

.product-view .add-to-cart-wrapper{
    margin-bottom: 35px;
}
.technical-sheet, .location-content, .instructors-content, .menu-content{
    display: none;
}
.location-content p{
    display: block;
    margin-bottom: 5px;
}
.location-content i{
    margin-right: 5px;
    vertical-align: middle;
}
.location-content p span{
    margin-right: 10px;
    vertical-align: middle;
}
.product-view .gift .technical-sheet table{
    width: 25%;
}
.technical-sheet th, .technical-sheet td{
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.technical-sheet .label{
    font-weight: bold;
}
.product-img-box {
    width: 36.45%;
    float: left;
}
.product-img-box .product-name h1 {
    border: 0;
}
.product-img-box .product-image {
    margin-bottom: 10px;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-image-gallery {
    position: relative;
}
.product-image-gallery .gallery-image {
    display: none;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.product-image-gallery.loading {
    position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

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

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

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

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

.product-view {
    /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .add-to-box .price-box, .product-options-bottom .price-box{
    display: inline-block;
    margin: 0 35px 0 0;
    height: 57px;
    line-height: 57px;
}
.product-view .add-to-box .price-box .price, .product-options-bottom .price-box .price, .product-options-bottom .price-box .special-price .price{
    font-size: 30px;
}
.product-view .add-to-box .price-box, .product-view .add-to-box .qty-wrapper, .product-view .add-to-box .qty-buttons,
.product-view .product-options-bottom .qty-wrapper, .product-view .product-options-bottom .qty-buttons{
    float: left;
}
.product-view .add-to-box .qty-wrapper,
.product-view .product-options-bottom .qty-wrapper,
.product-view .add-to-cart-buttons {
    min-height: 40px;
}
.product-view .add-to-box .qty-wrapper, .product-view .product-options-bottom .qty-wrapper{
    margin-right: 12px;
}
.product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px;
}
.product-view .add-to-box .qty-wrapper label {
    line-height: 40px;
    margin-right: 12px;
    float: left;
}
.product-view .add-to-box .qty-wrapper .qty, .product-view .product-options-bottom .qty-wrapper .qty {
    display: inline-block;
    height: 57px;
    width: 57px;
    font-size: 24px;
}
/* quantity selector buttons, used in the product page and in the cart page */
.qty-buttons .plus, .qty-buttons .minus {
    background: none repeat scroll 0 0 #f49626;
    color: #ffffff;
    font-size: 14px;
    height: 25px;
    line-height: 30px;
    text-align: center;
    width: 25px;
}
.qty-buttons .plus{
    margin-bottom: 6px;
}
.qty-buttons{
    display: inline-block;
    vertical-align: middle;
}
.product-view .add-to-cart{
    float: left;
}
.product-view .add-to-cart-buttons {
    margin-right: 10px;
}
.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 145px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 150px;
    margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}
.product-view .add-to-cart-buttons .button span span{
    font-weight: 400;
    /* Using fixed dimension padding on the product page because there's a bug on chrome that mess up the dimension of the button */
    padding-left: 60px;
    padding-right: 15px;
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
    display: none;
}
.product-view .add-to-buttons{
    float: right;
}
.product-view #policies-link{
    text-transform: uppercase;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
}
.product-view #policies-link i, .product-view #policies-link span{
    display: inline-block;
    margin-left: 5px;
}
.product-view .add-to-links {
    margin-top: 0px;
    float: left;
}
.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .add-to-links li {
    float: left;
}
.product-view .add-to-links a{
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0px;
    margin-left: 7px;
    background-color: #f4efe8;
    color: #f49626;
}
.product-view .add-to-links i{
    line-height: inherit;
}
.product-view .add-to-links a:hover{
    background-color: #f49626;
    color: #ffffff;
}
.product-view .add-to-links li:first-child a {
    margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
    border-right: 0px;
}
.product-view .add-to-links a.link-update-wishlist{
    width: auto;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
    padding:10px 10px 0;
}
.product-view .add-to-links a.link-update-wishlist i{
    display: block;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
}

.product-view .sharing-links {
    float: right;
}
.product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .sharing-links li {
    float: left;
    margin-left: 21px;
}
.product-view .sharing-links a:hover {
    opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
    background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
    background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
    background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
    background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
    background-position: 0px -372px;
}

.product-collateral {
    clear: both;
}

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

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

#product-attribute-specs-table {
    max-width: 50em;
    border: 1px solid silver;
}
#product-attribute-specs-table th {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}
#event-info{
    display:inline-block;
    margin-bottom: 20px;
}
#event-info ul li{
    margin-bottom: 10px;
}
#event-info ul li i{
    margin-right: 10px;
    vertical-align: middle;
}
#event-sponsorship{
    margin-top: 20px;
}
/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
    border: solid 1px silver;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}

.grouped-items-table .name-wrapper {
}
.grouped-items-table .qty-wrapper {
    padding-top: 7px;
}
.grouped-items-table .qty-label {
    margin-left: 7px;
}
.grouped-items-table td {
    padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */

.product-options-bottom{
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}
.product-options {
    display: inline-block;
    width: 100%;
    margin: 25px 0 0;
    clear: both;
    position: relative;
}

.product-options p.required {
    position: absolute;
    top: 70%;
    left: 85%;
}

.product-options dl{
    line-height: 29px;
}

.product-options dt {
    font-weight: normal;
}

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

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

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

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

.product-options dd {
    display: inline-block;
    margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.product-options .option-list .price-notice{
    margin-left: 10px;
    color: #693935;
}
.product-options p.note {
    margin: 0;
    font-size: 14px;
}

.product-options.bundle-options{
    display: none;
}

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

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

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

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

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

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

.product-options-bottom .add-to-cart, .product-options-bottom .add-to-links{
    float: right;
}
/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */

.block-related li {
    margin-bottom: 7px;
}

.block-related .block-title {
    border-bottom: none;
}
.block-related .block-subtitle {
    margin-bottom: 7px;
}
.block-related .product {
    position: relative;
}
.block-related .checkbox {
    float: left;
    margin-top: 36px;
}
.block-related .product-details {
    margin-left: 90px;
}
.block-related .product-details .price-box {
    margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
    float: left;
    margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
    margin-left: 0;
}
.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both;
}
.block-related .link-wishlist {
    display: none;
}

.block-related {
    clear: both;
    min-height: 400px;
}

.block-related .block-content li.item {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e2d9c8;
    float: left;
    width: 100%;
    min-height: 268px;
    margin: 0;
    padding: 8px;
}

.block-related .product-image {
    float: none;
}

.block-related .product-name {
    overflow: visible;
}

.block-related .product-details {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
}

.block-related .actions button.button {
    float: none;
}

.block-related .actions .options-list {
    margin-top: 13px;
}

.block-related .block-title {
    background-color: #f4efe8;
    padding: 4px 20px;
    margin-bottom: 7px;
    margin-right: 82px;
    height: 24px;
}




/* -------------------------------------------- *
 * Upsell Products
 */

.box-up-sell {
    margin-top: 20px;
}

.box-up-sell li {
    margin-bottom: 7px;
}

.product-view .box-up-sell {
    clear: both;
    min-height: 400px;
}

.product-view .box-up-sell .block-title {
    background-color: #f4efe8;
    padding: 4px 20px;
    margin-bottom: 7px;
    margin-right: 82px;
    height: 24px;
}

.product-view .box-up-sell .block-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}


.product-view .box-up-sell .owl-item > li {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e2d9c8;
    float: left;
    width: 100%;
    min-height: 268px;
    margin: 0;
    padding: 8px;
}

.product-view .box-up-sell .product-image {
    float: none;
}

.product-view .box-up-sell .product-name {
    margin-bottom: 15px;
    overflow: visible;
}


.product-view .box-up-sell .product-details {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
}

.product-view .box-up-sell .block-title {
    background-color: #f4efe8;
    padding: 4px 20px;
    margin-bottom: 7px;
    margin-right: 82px;
    height: 24px;
}

.product-view .box-up-sell .block-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}



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

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

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}
.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}
.map-popup .map-popup-heading h3 {
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}
.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}
.map-popup .map-popup-checkout {
    padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout span {
    display: block;
}
.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}
.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-price {
    padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
}

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

/* ============================================ *
 * Customer
 * ============================================ */

.customer-account-login .col-1, .customer-account-login .col-2{
    position: relative;
    display: block;
    height: 515px;
}

.customer-account-login p{
    min-height: 55px;
    margin-bottom: 1.5em;
}
#mini-register .fieldset li{
    display:inline-block;
    margin: 0;
}
#mini-register .fieldset .fields{
    margin: 0;
}
#mini-register .fields .field, #mini-register li div{
    width: 100%;
    text-align: left;
}

#mini-register .fields .field label, #mini-register li label, .col-1.registered-users label{
    width: auto;
}

#mini-register .fields .field .input-box, #mini-register li .input-box, .col-1.registered-users .input-box{
    width: 70%;
    float: right;
}

#mini-register ul {
    margin: 0;
}

#mini-register-newsletter{
    vertical-align: middle;
}

#mini-register-newsletter label, #mini-register-newsletter input{
    vertical-align: middle;
    display: inline-block;
}
#mini-register .buttons-set .required{
    float: left;
}
.social-login{
    margin-top: 20px;
}
.social-login .pslogin-block, .social-login .pslogin-block .pslogin-buttons ul li{
    margin: 0px;
}

.col-1.registered-users li{
    display:inline-block;
    margin-bottom: 5px;
}
.col-1.registered-users .forgot-password{
    display: block;
    margin-top: 15px;
}
.customer-account-login .scaffold-form label:first-child {
    width: 115px;
}
.customer-account-login .col2-set .content{
    min-height: 200px;
}
.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0;
}
.customer-account-login .col-1 .buttons-set button,
.customer-account-login .col-2 .buttons-set .button {
    float: right;
    margin: 0;
    clear: both;
}
.customer-account-login .col2-set .col-1 ul {
    list-style: disc;
    margin: 0 0 20px 0;
}

.customer-account-create .scaffold-form label:first-child {
    width: 140px;
}

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

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

.customer-account-create .buttons-set {
    max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    margin-left: 30px;
}
.customer-account-create .fieldset .hidden {
    display: none;
}
.customer-account-create #remember-me-popup {
    max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    margin-left: 38px;
    max-width: 400px;
}
.customer-account-forgotpassword .fieldset h2{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}
.customer-account-forgotpassword .fieldset .form-list label,
.customer-account-forgotpassword .fieldset .form-list .input-box{
    width: 100%;
}
.customer-account-login .content > h2, .customer-account-login .social-login > h2{
    display: block;
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    border-bottom: 2px solid #693935;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px;
}
.form-list .customer-dob .dob-year {
    width: 80px;
    float: left;
}
/* RESET PASSWORD PAGE */
.customer-account-resetpassword .form-list .field{
    text-align: left;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set,
.container-contact-form .buttons-set{
      width: 98.4%;
}
.contacts-index-index .buttons-set p.required {
    float: left;
    font-size:14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
    display: block;
    padding: 10px;
    white-space: normal;
}
.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
    z-index: 0;
    margin-top:15px;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.header-minicart .minicart-wrapper:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
    position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
    display: block;
}
.header-minicart .minicart-wrapper p.empty{
    padding-bottom: 10px;
    text-align: center;
}

.header-minicart .block-cart {
    /*display:block !important;*/
    /*opacity: 0;*/
    position: absolute;
    right: 0;
    top: 46px;
    /*top:-1000px;*/
    width: 320px;
    z-index: 900;
}
.header-minicart .block-cart .triangoli-container {
  border-bottom: 3px solid #6D3834;
  width: 100%;
  height: 20px;
}
.header-minicart .block-cart .triangoli-container div.triangolo-marrone {
  width: 0;
  height: 0;
  line-height: 0;
  border-bottom: 20px solid #6D3834;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  float: right;
  margin-right: 25px;
}
.header-minicart .block-cart .triangoli-container div.triangolo-bianco {
  width: 0;
  height: 0;
  line-height: 0;
  border-bottom: 16px solid #fff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  float: right;
  margin-right: -36px;
  margin-top: 5px;
}
.header-minicart .block-cart .inner-wrapper{
    width: 100%;
    padding: 10px 5px 10px 10px;
    background-color: #fff;
    border: 3px solid #6D3834;
    border-top: none;
    position: relative;
}

.header-minicart .block-cart .inner-wrapper .scrolling-viewport{
    padding-right: 20px;
}
.header-minicart .block-cart .inner-wrapper .slimScrollBar{
    height: 177.51px;
}
.header-minicart .block-cart .inner-wrapper .slimScrollRail.hidden,
.header-minicart .block-cart .inner-wrapper .slimScrollBar.hidden {
    display: none !important;
}
.header-minicart .block-cart .inner-wrapper.minor3items .scrolling-viewport{
    padding-right: 0;
}

.header-minicart .block-subtitle {
    color: #50A4CF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.header-minicart .inner-wrapper .close {
    width: 35px;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -3px;
    left: -3px;
    text-align: center;
    z-index: 1;
}
.header-minicart .mini-products-list {
    display:inline-block;
    width:100%;
    /*padding-bottom: 7px;*/
}
.header-minicart .mini-products-list li {
    min-height: 66px;
    padding: 13px 5px 15px 10px;
    margin-bottom: 0;
    border-top: 2px solid #693935;
    position: relative;
}
.header-minicart .mini-products-list li.last {
    /*border: none;*/
}
.header-minicart .mini-products-list li .product-details {
    position: relative;
}
.header-minicart .product-details .product-name {
    padding-top: 0px;
    padding-right: 21px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.header-minicart .product-details .product-name a {
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
}
.header-minicart .info-wrapper {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #F59110;
    font-size: 20px;
}
.header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
    display:none;
}
.header-minicart .info-wrapper td {
    clear: right;
}

/*.header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}*/
.header-minicart .info-wrapper  td > span,
.header-minicart .info-wrapper  td > input{
    display:inline-block;
    vertical-align: middle;
}
.header-minicart .info-wrapper .qty {
    padding: 2px 4px 1px;
    margin-right: 2px;
    width: 30px;
    text-align: center;
    line-height: 16px;
}
.header-minicart .info-wrapper .lbl-per{
    width: 25px;
    text-align: center;
}
.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}
.header-minicart .subtotal {
    text-align: center;
    margin: 15px 0 5px;
}
.header-minicart .subtotal .label {
    margin-right: 3px;
}
.header-minicart .subtotal .price {
}
.header-minicart .minicart-actions {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.header-minicart .minicart-actions .button{
    margin-bottom: 15px;
    margin-top: 5px;
}
.header-minicart .minicart-actions .checkout-button {
    min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
    display: inline-block;
    padding: 2px 0;
    min-width: 236px;
    text-align: center;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
}
.header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none;
}
.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
    display: none;
}

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

.header-minicart .remove{
    position: absolute;
    top:2px;
    right:0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/remove.png) no-repeat center center;
}
.header-minicart .remove.get-loading{
    background-image: url(../images/spinner_orange.gif);
}

.header-minicart .quantity-button{
    background-color: transparent;
    text-decoration: underline;
    margin-top: 5px;
}
.header-minicart .quantity-button:hover{
    text-decoration: none;
}
.header-minicart .quantity-button:disabled{
    color:#999;
}

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

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px;
}
.advanced-search select.multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px;
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
    margin: 15px 0;
}
.product-review .product-details h2 {
    border-bottom: 1px solid #cccccc;
    color: #3399CC;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.product-review .ratings-table {
}
.product-review .ratings-table th {
    padding-right: 10px;
}
.product-review .ratings-table tr {
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
}
.product-review .ratings-description dt {
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.product-review .ratings-description dd {
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
    border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
    max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
}
.cms-page-view .std li,
.cms-no-route .std li {
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
    content: '';
    display: table;
    clear: both;
}

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

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
}

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

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

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

#contacts-disclaimer{
    padding-left: 40px;
    margin-bottom: 25px;
}
#contacts-disclaimer ul {
    display: inline-block;
    margin-top: 10px;
}
#contacts-disclaimer ul li{
    margin-bottom: 5px;
}
#contactForm {
    padding-left: 40px;
}
#contactForm h2 {
    display: none;
}
#contactForm:after {
    content: '';
    display: table;
    clear: both;
}
#contactForm .fieldset .legend + .required {
    margin: 0;
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
    display: none;
}
.price-box .minimal-price-link .label {
    text-transform: uppercase;
}

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

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

/* ============================================ *
 * Modal box
 * ============================================ */
.modal-container{
    position: fixed;
    top:0;
    left: 0;
    background:rgba(0,0,0,0.6);
    zoom: 1\9;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index:10000;
    -webkit-overflow-scrolling: touch;
    display:none;
    box-sizing: content-box;
}
.modal-container.js-opened{
    display:block;
}
.modal-content-wrapper{
    background: #fff;
    position: relative;
    top: 30%;
    left: 32%;
    display: inline-block;
    min-height: 300px;
    /*margin: 0 0 0 -357px;*/
    margin: auto;
    text-align: center;
    z-index:998;
}
.modal-content{
    padding: 10px 15px;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
}
.close-modal{
    display: block;
    position: absolute;
    top:8px;
    right:0;
    width: 44px;
    height: 44px;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    background: #fff url(../images/icn-close.png) no-repeat center center;
    text-indent: -10000px;
    z-index: 1;
}
.modal-container .modal-loader{
    display: none;
    margin: 40px auto 0;
}
.modal-container.js-opened .modal-loader{
    display: block;
}
.modal-content h1{
    font-size: 24px;
    line-height: 24px;
    background-color: #f2ede5;
    padding: 6px 3%;
    margin-right: 29px;
    margin-bottom: 25px;
}


/* Modal: shipping & returns */
.information-modalbox .modal-content-wrapper{
    width: 900px;
    left: 50%;
    top: 30px;
    margin-left: -450px;
}
.information-modalbox .modal-content,
.modal-agreements .modal-content{
    font-size: 16px;
}


/* Modal: agreements */
.information-modalbox .modal-content > h1,
.modal-agreements .modal-content > h1{
    font-size: 30px;
    line-height: 30px;
    padding: 6px 3% 6px 1.5%;
    margin-bottom: 10px;
}
.information-modalbox .modal-content .page-title{
    padding: 6px 3% 6px 1.5%;
    margin-bottom: 30px;
    width: 100%;
    background-color: #f2ede5;
    display: block !important;
    text-align: left !important;
}
.information-modalbox .modal-content .page-title h1{
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.modal-agreements p{
    margin: 0 0 1.5em;
}

.modal-agreements ul, .modal-agreements ol{
    list-style: inside disc none;
}
.modal-agreements .modal-content-wrapper{
    width: 900px;
    left: 50%;
    top: 30px;
    margin-left: -450px;
}
.modal-agreements .modal-content-wrapper .content-area-1,
.information-modalbox .modal-content-wrapper .content-area-1{
    padding:0 13px 5px;
}
.modal-agreements .modal-content-wrapper .content-area-1 p,
.information-modalbox .modal-content-wrapper .content-area-1 p{
    margin-bottom: 10px;
}
.modal-agreements .modal-content-wrapper .content-area-1 h3,
.information-modalbox .modal-content-wrapper .content-area-1 h3{
    padding-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}

/* Modal: contact form */
.information-modalbox #contactForm{
    padding: 0;
}
.information-modalbox .fieldset{
    padding:0 0 0 13px;
}
.opc-index-index .information-modalbox .form-list > li{
    width: 101.6%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.opc-index-index .information-modalbox .form-list li.wide,
.opc-index-index .information-modalbox .form-list li.wide .input-box,
.opc-index-index .information-modalbox .form-list li.wide label,
.opc-index-index .information-modalbox .container-contact-form .buttons-set{
    width: 100%;
}
.opc-index-index .information-modalbox .container-contact-form .buttons-set{
    padding-left: 13px;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Modal: product-validation-message */
.modal-content-wrapper.validator{
    min-height:100px;
    left: 38%;
    top: 45%;
}
.validator-message{
    line-height: 100px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

/* Modal: shipping and return notes */

.modal-content .notes{
    max-width: 435px;
    white-space: normal
}

/* =============================================== *
 * Container for content to be displayed on modal
 * =============================================== */

.modal-content-container{
    display: none;
}

/* Scroll to top button -------- */
#scroll-to-top {
    display:none;
    width:50px;
    height:50px;
    position:fixed;
    bottom:30px;
    right:15px;
    z-index:9997;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    /* border: 1px solid #693935; */
    box-shadow: 1px 2px 7px #999;
    /*text-indent:-9999px;
    background:url(../images/img/icons.png) 15px -185px no-repeat #1a4171;
    background: #1a4171 url(../images/scroll-top@2x.png) no-repeat center center;
    background-size:37%;*/
}
#scroll-to-top:hover {
    opacity:0.5;
    filter:alpha(opacity=50);
}
#scroll-to-top i{
    display: block;
    font-size: 24px;
}


/* ------------------------------------------------
    EX-MEDIAQUERIE min-width: 941px: HEADER & NAV
---------------------------------------------------*/


.cms-newsletter .page-title{
    display: none;
}
/* ------------------------------------------------
    END EX-MEDIAQUERIE min-width: 941px: HEADER & NAV
---------------------------------------------------*/


/* ------------------------------------------------
    PRODUCERS PAGE STYLE
---------------------------------------------------*/


.producers-index-index .col-main .page-title {
    margin-bottom: 20px;
}
.producers-index-index .banner {
    margin-bottom: 20px;
}
.producers-index-index .banner img {
    width: 100%;
}
.producers-index-index .page-description {
    margin-bottom: 20px;
}
.producers-index-index .page-description p {
    font-size: 16px;
}
.producers-index-index .filters {
    text-align: center;
}
.producers-index-index .filters .input-box {
    width: 38%;
    display: inline-block;
    margin: 0 4% 0;
}
    @media only screen and (max-width: 640px) {
        .producers-index-index .filters .input-box {
            width: 100%;
            margin: 0 0 20px;
        }
    }
.producers-index-index .filters .input-box label {
    width: 40%;
    margin-right: 5%;
}
.producers-index-index .filters .input-box select {
    width: 48%;
}
    @media only screen and (max-width: 1160px) {
        .producers-index-index .filters .input-box label,
        .producers-index-index .filters .input-box select {
            width: 100%;
            margin: 0;
        }
    }
.producers-index-index .producers-list {
    margin: 30px 0;
}
.producers-index-index .producers-list .producer-item {
    width: 49%;
    float: left;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}
    @media only screen and (max-width: 640px) {
        .producers-index-index .producers-list .producer-item {
            width: 100%;
            float: none;
            clear: both;
        }
    }
.producers-index-index .producers-list .producer-item:nth-child(even) {
    float: right;
}
.producers-index-index .producers-list .producer-item .images {
    overflow: hidden;
    margin-bottom: 20px;
}
.producers-index-index .producers-list .producer-item .images .img-logo {
    float: left;
    width: 265px;
    height: 188px;
}
.producers-index-index .producers-list .producer-item .images .product {
    float: right;
    width: 265px;
    height: 188px;
}
    @media only screen and (max-width: 1230px) {
        .producers-index-index .producers-list .producer-item .images .img-logo,
        .producers-index-index .producers-list .producer-item .images .product  {
            width: 48%;
            height: auto;
        }
    }
