@charset "UTF-8";
/* Table of Contents:
    # Global
    # Header
    # Content
    # Sidebar
    # Category page
    # Toolbar
    # Breadcrumbs
    # Search
    # Footer
    # Homepage
    # Products grid
    # Products list
    # Checkout page
    # Customer page
    # Create account
    # Forgot password
    # Customer account
    # Ajax add to cart button popup
    # Error, Success & Notice messages
    # Brands slider
    # Kaubamärgid
*/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

.clearfix {
  display: block; }

.container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Forms */
form {
  display: inline; }

fieldset {
  border: 0; }

legend {
  display: none; }

/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%; }

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal; }

/* Content */
strong {
  font-weight: bold; }

address {
  font-style: normal;
  line-height: 1.35; }

cite {
  font-style: normal; }

q,
blockquote {
  quotes: none; }

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

small, big {
  font-size: 1em; }

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul, ol {
  list-style: none; }

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.f-left,
.left {
  float: left !important; }

.f-right,
.right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

/* ======================================================================================= */
/* Base Columns */
.col-left {
  float: left;
  width: 195px;
  padding: 0 0 1px; }

.col-right {
  float: right;
  width: 195px;
  padding: 0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  width: auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {
  float: right; }

/* 3 Columns Layout */
.col3-layout .col-main {
  width: 475px;
  margin-left: 17px; }

.col3-layout .col-wrapper {
  float: left;
  width: 687px; }

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

/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 48.5%; }

.col2-set .col-2 {
  float: right;
  width: 48.5%; }

.col2-set .col-narrow {
  width: 32%; }

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

.col3-set .col-1 {
  float: left;
  width: 32%; }

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%; }

.col3-set .col-3 {
  float: right;
  width: 32%; }

.col4-set .col-1 {
  float: left;
  width: 23.5%; }

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%; }

.col4-set .col-3 {
  float: left;
  width: 23.5%; }

.col4-set .col-4 {
  float: right;
  width: 23.5%; }

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
  font: 12px/15px Arial, Helvetica, sans-serif;
  color: #2f2f2f; }

input.input-text, select, textarea {
  background: #fff;
  border: 1px solid #b6b6b6; }

input.input-text, textarea {
  padding: 2px; }

select {
  padding: 1px; }

select option {
  padding-right: 10px; }

select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px; }

select.multiselect option:last-child {
  border-bottom: 0; }

textarea {
  overflow: auto; }

input.radio {
  margin-right: 3px; }

input.checkbox {
  margin-right: 3px; }

input.qty {
  width: 2.5em !important; }

button.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* FF Fix */
button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer; }

button.button span span {
  border: 0;
  padding: 0; }

button.disabled span {
  border-color: #bbb !important;
  background: #bbb !important; }

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px; }

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
  background-color: #edf7fd; }

/* Form lists */
/* Grouped fields */
.form-list li {
  margin: 0 0 8px; }

.form-list label {
  float: left;
  color: #666;
  font-weight: bold;
  position: relative;
  z-index: 0; }

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px; }

.form-list li.control label {
  float: none; }

.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px; }

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto; }

.form-list .input-box {
  display: block;
  clear: both;
  width: 260px; }

.form-list .field {
  float: left;
  width: 275px; }

.form-list input.input-text {
  width: 254px; }

.form-list textarea {
  width: 254px;
  height: 10em; }

.form-list select {
  width: 260px; }

.form-list li.wide .input-box {
  width: 535px; }

.form-list li.wide input.input-text {
  width: 529px; }

.form-list li.wide textarea {
  width: 529px; }

.form-list li.wide select {
  width: 535px; }

.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px; }

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0; }

.form-list .input-range input.input-text {
  width: 74px; }

.form-list-narrow li {
  margin-bottom: 0; }

.form-list-narrow li .input-box {
  margin-bottom: 6px; }

.form-list-narrow li.wide .input-box {
  width: 260px; }

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px; }

.form-list-narrow li.wide select {
  width: 260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto; }

.form-list .name-prefix {
  width: 65px; }

.form-list .name-prefix select {
  width: 55px; }

.form-list .name-prefix input.input-text {
  width: 49px; }

.form-list .name-suffix {
  width: 65px; }

.form-list .name-suffix select {
  width: 55px; }

.form-list .name-suffix input.input-text {
  width: 49px; }

.form-list .name-middlename {
  width: 70px; }

.form-list .name-middlename input.input-text {
  width: 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
  width: 210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px; }

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px; }

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px; }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px; }

.form-list .customer-dob .dob-year {
  width: 140px; }

.form-list .customer-dob .dob-year input.input-text {
  width: 134px; }

.buttons-set p.required {
  margin: 0 0 10px; }

.buttons-set .back-link {
  float: left;
  margin: 0; }

.buttons-set button.button {
  float: right;
  margin-left: 5px; }

.buttons-set-order {
  margin: 10px 0 0; }

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0; }

.fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 12px 33px;
  margin: 28px 0; }

.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  color: #eb340a; }

.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important; }

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

/* BreadCrumbs */
.breadcrumbs {
  font-size: 11px;
  line-height: 1.25;
  margin: 0 0 13px; }

.breadcrumbs li {
  display: inline; }

.breadcrumbs li strong {
  font-weight: bold; }

/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px; }

.page-title h1,
.page-title h2 {
  margin: 0;
  font-size: 20px; }

.page-title .separator {
  margin: 0 3px; }

.page-title .link-rss {
  float: right;
  margin: 7px 0 0; }

.title-buttons {
  text-align: right; }

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left; }

.subtitle,
.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #e25203; }

/* Data Table */
.data-table {
  width: 100%;
  border: 1px solid #bebcb7; }

.data-table td.last,
.data-table th.last {
  border-right: 0; }

.data-table th {
  padding: 3px 8px;
  font-weight: bold; }

.data-table td {
  padding: 3px 8px; }

.data-table thead th {
  font-weight: bold;
  border-right: 1px solid #c2d3e0;
  padding: 2px 8px;
  color: #0a263c;
  white-space: nowrap;
  vertical-align: middle; }

.data-table thead th.wrap {
  white-space: normal; }

.data-table thead th a,
.data-table thead th a:hover {
  color: #fff; }

.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap; }

.data-table tfoot td {
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
  border-right: 1px solid #d9dde3; }

.data-table tfoot strong {
  font-size: 16px; }

.data-table tbody th,
.data-table tbody.odd tr {
  background: #f8f7f5 !important; }

.data-table tbody.even tr {
  background: #f6f6f6 !important; }

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
  border-bottom: 0; }

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3; }

.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic; }

.data-table tbody td .option-value {
  padding-left: 10px; }

/* Generic Info Box */
.info-box {
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px; }

.info-box h2 {
  font-weight: bold;
  font-size: 13px; }

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0; }

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

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer; }

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  cursor: pointer; }

tr.show-details .summary-collapse {
  background-position: 0 -52px; }

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465; }

tr.summary-details-first td {
  border-top: 1px solid #d2d8db; }

tr.summary-details-excluded {
  font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info {
  display: block; }

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px; }

.cart-tax-total {
  display: block;
  padding-right: 20px;
  cursor: pointer; }

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important; }

.cart-tax-total-expanded {
  background-position: 100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0; }

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px; }

.std dl dt {
  font-weight: bold; }

.std dl dd {
  margin: 0 0 10px; }

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0; }

.std ul {
  list-style: disc outside;
  padding-left: 1.5em; }

.std ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul ul {
  list-style-type: circle; }

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0; }

.std dt {
  font-weight: bold; }

.std dd {
  padding: 0 0 0 1.5em; }

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em; }

.std address {
  font-style: normal; }

.std b,
.std strong {
  font-weight: bold; }

.std i,
.std em {
  font-style: italic; }

/* Misc */
.links li {
  display: inline; }

.links li.first {
  padding-left: 0 !important; }

.links li.last {
  background: none !important;
  padding-right: 0 !important; }

.link-cart {
  color: #dc6809 !important;
  font-weight: bold; }

.link-wishlist {
  color: #dc6809 !important;
  font-weight: bold; }

.link-reorder {
  font-weight: bold;
  color: #dc6809 !important; }

.link-compare {
  font-weight: bold; }

.link-print {
  /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
  font-weight: bold;
  color: #dc6809; }

.link-rss {
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap; }

.btn-remove {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

.cards-list dt {
  margin: 5px 0 0; }

.cards-list .offset {
  padding: 2px 0 2px 20px; }

.separator {
  margin: 0 3px; }

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  text-indent: -999em;
  overflow: hidden; }

/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f; }

.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  text-align: left; }

.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px; }

.global-site-notice .notice-inner .actions {
  padding-top: 10px; }

/* Sidebar =============================================================================== */
.block .block-title {
  border-bottom: 1px solid #ddd;
  padding: 2px 9px; }

.block .block-title strong {
  display: block;
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  min-height: 16px;
  padding: 1px 0 1px;
  text-transform: uppercase;
  color: #e26703; }

.block .block-title a {
  text-decoration: none !important; }

.block .block-subtitle {
  margin: 0;
  padding: 5px 9px;
  font-size: 1em;
  font-weight: bold;
  color: #0a263c; }

.block .block-content {
  background: #fafafa; }

.block .block-content li.item {
  padding: 7px 9px; }

.block .block-content .product-name {
  color: #1e7ec8; }

.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px; }

.block .actions {
  padding: 6px 9px;
  text-align: right; }

.block .actions a {
  float: left; }

.block .actions button.button {
  float: right; }

.block .empty {
  margin: 0;
  padding: 5px 9px; }

.block li.odd {
  background-color: #f4f3f3; }

.block li.even {
  background-color: #fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
  font-size: 11px;
  line-height: 1.25; }

.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px; }

/* Mini Products List */
.mini-products-list .product-image {
  float: left;
  width: 50px;
  border: 1px solid #a9a9a9; }

.mini-products-list .product-details {
  margin-left: 60px; }

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word; }

.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important; }

/* Block: Account */
.block-account .block-title {
  border: 0;
  padding: 3px 10px; }

.block-account .block-content {
  padding: 7px 10px 7px; }

.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  color: #5f5d5c;
  text-decoration: none !important; }

.block-account .block-content li a:hover {
  color: #ea7900; }

.block-account .block-content li.last a {
  border-bottom: 0; }

.block-account .block-content li.current {
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  color: #ea7900; }

.block-account .block-content li.current.last {
  border-bottom: 0; }

/* Block: Currency Switcher */
.block-currency {
  border: 0;
  padding: 7px 12px 10px;
  height: 51px; }

.block-currency .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px; }

.block-currency .block-title strong {
  font: bold 13px/21px Arial, Helvetica, sans-serif;
  padding: 0 0 0 21px;
  text-transform: none;
  color: #fff; }

.block-currency .block-content {
  background: none;
  padding: 0; }

.block-currency .block-content select {
  width: 100%;
  padding: 0; }

/* Block: Layered Navigation */
.block-layered-nav {
  border: 0; }

.block-layered-nav .block-title {
  border: 0;
  padding: 0;
  height: 24px;
  text-indent: -999em;
  overflow: hidden; }

.block-layered-nav .block-subtitle {
  line-height: 1.35;
  padding: 3px 9px;
  border: 1px solid #b9ccdd;
  border-width: 1px 0;
  text-transform: uppercase;
  color: #1f5070; }

.block-layered-nav .block-content {
  border: 1px solid #a0b3c3;
  background: #e7f1f4; }

.block-layered-nav dt {
  padding: 7px 10px 0 25px;
  font-weight: bold;
  text-transform: uppercase; }

.block-layered-nav dd {
  padding: 0 12px 12px; }

.block-layered-nav dd.last {
  background: none; }

.block-layered-nav .currently li {
  background: #fff;
  padding: 6px 24px 6px 10px;
  position: relative;
  z-index: 1;
  line-height: 1.5; }

.block-layered-nav .currently .label {
  font-weight: bold;
  padding-left: 15px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top; }

.block-layered-nav .currently .value {
  display: inline-block;
  vertical-align: top; }

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 4px;
  top: 9px;
  margin: 0; }

.block-layered-nav .currently .btn-previous {
  right: 17px; }

.block-layered-nav .actions {
  font-size: 11px;
  padding: 4px 5px 4px 9px;
  background: #cad6e4;
  border: 1px solid #dee5e8;
  border-width: 1px 0;
  text-align: right; }

.block-layered-nav .actions a {
  float: none; }

/* Block: Login */
.block-login .block-content {
  padding: 5px 10px; }

.block-login label {
  font-weight: bold;
  color: #666; }

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0; }

.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0; }

.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499; }

/* Category Page ========================================================================= */
.category-title {
  border: 0;
  margin: 0 0 7px; }

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center; }

.category-description {
  margin: 0 0 10px; }

/* View Type: Grid */
.products-grid {
  border-bottom: 1px solid #d9ddd3;
  position: relative; }

.products-grid.last {
  border-bottom: 0; }

.products-grid li.item {
  float: left;
  width: 138px;
  padding: 12px 10px 80px; }

.products-grid .product-name {
  /*min-height:2.7em;*/
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #203548; }

.products-grid .product-name a {
  color: #203548; }

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

.products-grid .availability {
  line-height: 21px; }

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
  margin: 0 auto; }

.col1-layout .products-grid {
  width: 790px;
  margin: 0 auto; }

/* View Type: List */
.products-list li.item {
  border-bottom: 1px solid #d9ddd3;
  padding: 12px 10px; }

.products-list li.item.last {
  border-bottom: 0; }

.products-list .product-image {
  float: left;
  width: 135px;
  height: 135px;
  margin: 0 0 10px; }

.products-list .product-shop {
  margin-left: 150px; }

.products-list .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #203548; }

.products-list .product-name a {
  color: #203548; }

.products-list .price-box {
  float: left;
  margin: 3px 13px 5px 0; }

.products-list .availability {
  float: left;
  margin: 3px 0 0; }

.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 0 0 15px;
  line-height: 1.35; }

.products-list .desc .link-learn {
  font-size: 11px; }

.products-list .add-to-links {
  clear: both; }

.products-list .add-to-links li {
  display: inline; }

.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px; }

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  margin: 0; }

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0; }

.ratings strong {
  float: left;
  margin: 1px 3px 0 0; }

.ratings .rating-links {
  margin: 0; }

.ratings .rating-links .separator {
  margin: 0 2px; }

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

.rating-box .rating {
  float: left;
  height: 13px; }

.ratings .rating-box {
  float: left;
  margin-right: 3px; }

.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0; }

.ratings-table th {
  font-weight: bold;
  padding-right: 8px; }

/* Availability */
.availability {
  margin: 0; }

.availability span {
  font-weight: bold; }

.availability.out-of-stock span {
  color: #d83820; }

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  padding-left: 15px; }

.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000; }

.availability-only a {
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none; }

.availability-only .expanded {
  background-position: 100% -15px; }

.availability-only strong {
  color: #be2c00; }

.availability-only-details {
  margin: 0 0 7px; }

.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px; }

.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px; }

.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold; }

.product-view .product-shop .availability {
  font-size: 11px; }

.product-view .product-shop .availability span {
  font-weight: normal; }

/* Email to a Friend */
.email-friend {
  margin: 0; }

/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px; }

.alert-stock {
  margin: 0;
  font-size: 11px; }

/********** < Product Prices */
.price {
  white-space: nowrap !important; }

/* Regular price */
.block .regular-price,
.old-price {
  margin: 0; }

.old-price .price-label {
  white-space: nowrap;
  color: #999; }

.old-price .price {
  font-weight: bold;
  color: #c76200;
  text-decoration: line-through; }

/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0; }

.special-price .price-label {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  color: #cd5033; }

.special-price .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200; }

/* Minimal price (as low as) */
.minimal-price {
  margin: 0; }

.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap; }

.minimal-price-link {
  display: block; }

.minimal-price-link .label {
  color: #1e7ec8; }

.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8; }

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999; }

.price-excluding-tax .label {
  white-space: nowrap;
  color: #999; }

.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200; }

/* Including tax */
.price-including-tax {
  display: block;
  color: #999; }

.price-including-tax .label {
  white-space: nowrap;
  color: #999; }

.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200; }

/* Configured price */
.configured-price {
  margin: 0; }

.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap; }

.configured-price .price {
  font-weight: bold; }

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444; }

.weee .price {
  font-size: 11px;
  font-weight: normal; }

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block; }

.price-excl-tax .label {
  display: block;
  white-space: nowrap; }

.price-excl-tax .price {
  display: block; }

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block; }

.price-incl-tax .label {
  display: block;
  white-space: nowrap; }

.price-incl-tax .price {
  display: block;
  font-weight: bold; }

/* Price range */
.price-from {
  margin: 0; }

.price-from .price-label {
  font-weight: bold;
  white-space: nowrap; }

.price-to {
  margin: 0; }

.price-to .price-label {
  font-weight: bold;
  white-space: nowrap; }

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999; }

.price-notice .price {
  font-weight: bold;
  color: #2f2f2f; }

/* Price as configured */
.price-as-configured {
  margin: 0; }

.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap; }

.price-box-bundle {
  padding: 0 0 10px 0; }

.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important; }

.price-box-bundle .price {
  color: #555; }

/********** Product Prices > */
/* Tier Prices */
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242; }

.tier-prices li {
  line-height: 1.4;
  padding: 2px 0 2px 10px; }

.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f; }

.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f; }

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703; }

.tier-prices-grouped li .price {
  font-weight: bold; }

/* Add to Links + Add to Cart */
.add-to-box {
  margin: 10px 0; }

.add-to-box .add-to-cart {
  float: left; }

.add-to-box .or {
  float: left;
  font-weight: bold;
  margin: 0 7px;
  color: #666; }

.add-to-box .add-to-links {
  float: left;
  margin: 0;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important; }

.add-to-box .add-to-links li {
  display: block !important; }

.add-to-box .add-to-links li .separator {
  display: none !important; }

.product-view {
  border: 1px solid #c4c6c8; }

.product-essential {
  padding: 25px;
  background: #fff; }

.product-essential h2 {
  font: bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral {
  background: #faf7ee;
  padding: 25px; }

.product-collateral h2 {
  font-weight: bold;
  font-size: 15px;
  color: #e26703;
  border-bottom: 1px solid #e5dcc3;
  padding: 0 0 1px;
  margin: 0 0 15px; }

.product-collateral .box-collateral {
  margin: 0 0 25px; }

/* Product Images */
.product-view .product-img-box {
  float: left;
  width: 267px; }

.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto; }

.product-view .product-img-box .product-image {
  margin: 0 0 13px; }

.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 265px;
  height: 265px;
  overflow: hidden;
  z-index: 9; }

.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move; }

.product-view .product-img-box .zoom-notice {
  font-size: 11px;
  margin: 0 0 5px;
  text-align: center; }

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  cursor: pointer; }

.product-view .product-img-box .zoom.disabled {
  -moz-opacity: .3;
  -webkit-opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /*IE8*/
  opacity: .3; }

.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px; }

.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px; }

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0; }

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0; }

.product-view .product-img-box .more-views h2 {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  text-transform: uppercase; }

.product-view .product-img-box .more-views ul {
  margin-left: -9px; }

.product-view .product-img-box .more-views li {
  float: left;
  margin: 0 0 8px 9px; }

.product-view .product-img-box .more-views li a {
  float: left;
  width: 56px;
  height: 56px;
  border: 2px solid #ddd;
  overflow: hidden; }

.product-image-popup {
  margin: 0 auto; }

.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0; }

.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center; }

.product-image-popup .image {
  display: block;
  margin: 10px 0; }

.product-image-popup .image-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #2f2f2f; }

/* Product Shop */
.product-view .product-shop {
  float: right;
  width: 330px; }

.col1-layout .product-view .product-shop {
  float: right;
  width: 545px; }

.col3-layout .product-view .product-shop {
  float: none;
  width: auto; }

.product-view .product-shop .product-name {
  margin: 0 0 5px; }

.product-view .product-shop .product-name h1 {
  margin: 0;
  font: bold 15px/1.35 Arial, Helvetica, sans-serif; }

.product-view .product-shop .availability {
  margin: 10px 0; }

.product-view .product-shop .short-description {
  margin: 10px 0;
  padding: 10px 0 0; }

.product-view .product-shop .price-box {
  margin: 10px 0; }

.product-view .product-shop .add-to-links {
  margin: 0; }

.product-view .product-shop .add-to-links {
  font-size: 12px;
  text-align: right; }

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
  display: inline; }

.product-view .product-shop .add-to-links a {
  color: #1E7EC8 !important;
  font-weight: normal !important; }

/* Product Options */
.product-options {
  margin: 20px 0 0;
  padding: 10px 15px 20px;
  position: relative;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4; }

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

.product-options dt label {
  font-weight: bold;
  color: #2f2f2f; }

.product-options dt label.required em {
  color: #eb340a;
  margin-left: 5px; }

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

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

.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f; }

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

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

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

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

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle; }

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

.product-options dd select {
  width: 99%; }

.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px; }

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

.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0; }

.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px; }

.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px; }

.product-options ul.options-list .label {
  display: block;
  margin-left: 18px; }

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

.product-options ul.validation-failed {
  padding: 0 7px; }

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

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

.product-options-bottom {
  background-color: #fffada;
  padding: 15px 20px;
  border: 1px solid #e4e4e4;
  border-top: 0; }

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

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

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

.product-options-bottom .price-box {
  float: left;
  margin: 0;
  padding: 0; }

.product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right; }

.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px; }

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px; }

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

.product-options-bottom .add-to-cart {
  float: right; }

.product-shop .product-options-bottom {
  margin: 0 0 10px; }

.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px; }

.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0; }

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

.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px; }

.product-shop .product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0; }

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 8px; }

.product-view .box-up-sell .products-grid {
  width: 100%;
  border: 1px solid #e5dcc3; }

.product-view .box-up-sell .products-grid td {
  width: 25%;
  background: #f6f2e7;
  border-right: 1px solid #e5dcc3;
  border-bottom: 1px solid #e5dcc3;
  padding: 15px 10px 12px;
  line-height: 1.6em; }

.product-view .box-up-sell .products-grid tr.last td {
  border-bottom: 0; }

.product-view .box-up-sell .products-grid td.last {
  border-right: 0; }

.product-view .box-up-sell .products-grid td img {
  border: 1px solid #e5dcc3; }

.product-view .box-up-sell .products-grid .product-image {
  text-align: center; }

.product-view .box-up-sell .products-grid td.empty {
  border-right: 0;
  background: #f1ecdb; }

.product-view .box-up-sell .products-grid .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px; }

/* Block: Tags */
.product-view .box-tags {
  margin: 0; }

.product-view .box-tags h3 {
  font-size: 13px; }

.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px; }

.product-view .box-tags .product-tags li {
  display: inline;
  padding: 0 7px 0 4px; }

.product-view .box-tags .product-tags li.first {
  padding-left: 0; }

.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0; }

.product-view .box-tags .form-add label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #0a263c; }

.product-view .box-tags .form-add .input-box {
  float: left;
  width: 305px;
  margin: 0 5px 0 0;
  padding: 0 0 0 23px; }

.product-view .box-tags .form-add input.input-text {
  width: 299px; }

.product-view .box-tags .form-add button.button span {
  border-color: #406a83;
  background: #618499; }

.product-view .box-tags .note {
  margin: 3px 0 0;
  padding: 0 0 0 23px;
  font-size: 11px; }

/* Block: Reviews */
.product-view .box-reviews dl {
  margin: 15px 0; }

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold; }

.product-view .box-reviews dd {
  margin: 0 0 15px; }

.product-view .box-reviews dd small {
  font-style: italic; }

.product-view .box-reviews .form-add {
  margin: 15px 0 0; }

.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal; }

.product-view .box-reviews .form-add h3 span {
  font-weight: bold; }

.product-view .box-reviews .form-add h4 {
  font-size: 12px; }

.product-view .box-reviews .form-add .data-table td {
  text-align: center; }

.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0; }

.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px; }

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 354px; }

/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden; }

.send-friend .form-list li {
  margin-right: -15px; }

.send-friend .form-list li p {
  margin: 0 15px 0 0; }

.send-friend .form-list .field {
  width: 315px; }

.send-friend .form-list .input-box {
  width: 300px; }

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px; }

.send-friend .form-list li.wide .input-box {
  width: 612px; }

.send-friend .form-list li.wide textarea {
  width: 609px; }

.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px; }

/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
  margin: 0;
  font-size: 1em;
  font-weight: normal; }

.product-name a {
  color: #1e7ec8; }

/* Shopping Cart ========================================================================= */
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px; }

.cart .page-title h1 {
  margin: 10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li {
  margin: 0 0 5px; }

.cart .title-buttons .checkout-types {
  float: right; }

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px; }

.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3; }

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px; }

/* Shopping Cart Table */
.cart-table th {
  padding: 2px 10px; }

.cart-table td {
  padding: 10px; }

.cart-table .product-name {
  font-weight: bold;
  margin: 0 0 5px;
  color: #2f2f2f; }

.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #df280a; }

.cart-table tfoot td {
  padding: 5px 10px; }

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

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update,
.cart-table .btn-empty {
  float: right; }

.cart-table .btn-update {
  margin-left: 10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 25px 0 0; }

.cart .cart-collaterals .col2-set {
  float: left;
  width: 605px; }

.cart .cart-collaterals .col2-set .col-2 {
  width: 294px; }

.cart .crosssell {
  border: 1px solid #cec3b6;
  background: #fafaec;
  padding: 12px 15px; }

.cart .crosssell h2 {
  font-size: 13px;
  font-weight: bold; }

.cart .crosssell .product-image {
  float: left;
  width: 75px;
  height: 75px;
  border: 1px solid #d0cdc9; }

.cart .crosssell .product-details {
  margin-left: 90px; }

.cart .crosssell .product-name {
  font-weight: bold; }

.cart .crosssell li.item {
  margin: 12px 0; }

.cart .crosssell .link-compare {
  font-weight: normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
  border: 1px solid #d0cbc1;
  background: #fff;
  padding: 12px 15px;
  margin: 0 0 18px; }

.cart .discount h2,
.cart .shipping h2 {
  background-position: 0 0;
  background-repeat: no-repeat;
  font: bold 13px/16px Arial, Helvetica, sans-serif;
  padding: 0 0 0 21px;
  color: #e26703;
  text-transform: uppercase; }

.cart .discount button span,
.cart .shipping button span {
  border-color: #406a83;
  background: #618499; }

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left; }

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0; }

.cart .discount .input-box {
  margin: 8px 0 0;
  width: 260px; }

.cart .discount input.input-text {
  width: 254px; }

.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0; }

/* Shopping Cart Totals */
.cart .totals {
  float: right;
  width: 268px; }

.cart .totals table {
  width: 100%;
  margin: 7px 0; }

.cart .totals td {
  padding: 1px 15px 1px 7px; }

.cart .totals tfoot th {
  padding: 5px 15px 5px 7px; }

.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px; }

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
  font-size: 15px; }

.cart .totals .checkout-types {
  font-size: 13px;
  padding: 8px 15px 15px;
  text-align: right; }

.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0; }

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic; }

.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px; }

.truncated {
  cursor: help; }

.truncated a.dots {
  cursor: help; }

.truncated a.details {
  cursor: help; }

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

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6; }

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

.truncated .show .item-options {
  top: -20px;
  left: 50%; }

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px; }

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px; }

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px; }

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold; }

.sp-methods dd li {
  margin: 5px 0; }

.sp-methods label {
  font-weight: bold;
  color: #666; }

.sp-methods .price {
  font-weight: bold; }

.sp-methods .form-list {
  padding-left: 20px; }

.sp-methods .form-list li {
  margin: 0 0 8px; }

.sp-methods select.month {
  width: 154px;
  margin-right: 10px; }

.sp-methods select.year {
  width: 96px; }

.sp-methods input.cvv {
  width: 3em !important; }

.sp-methods .checkmo-list li {
  margin: 0 0 5px; }

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right; }

.sp-methods .checkmo-list address {
  float: left; }

.sp-methods .centinel-logos a {
  margin-right: 3px; }

.sp-methods .centinel-logos img {
  vertical-align: middle; }

.sp-methods .release-amounts {
  margin: 0.5em 0; }

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

.please-wait {
  float: right; }

.please-wait img {
  vertical-align: middle; }

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px; }

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999; }

.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right; }

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden; }

.tool-tip .tool-tip-content {
  padding: 5px; }

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403; }

.gift-messages p.control {
  color: #8e8d8b; }

.gift-messages-form {
  position: relative; }

.gift-messages-form label {
  float: none !important;
  position: static !important; }

.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403; }

.gift-messages-form .whole-order {
  margin: 0 0 25px; }

.gift-messages-form .item {
  margin: 0 0 10px; }

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px; }

.gift-messages-form .item .product-image {
  margin: 0 0 7px; }

.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987; }

.gift-messages-form .item .details {
  margin-left: 90px; }

.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.gift-messages-form .item .details .form-list .field {
  width: 255px; }

.gift-messages-form .item .details .form-list .input-box {
  width: 240px; }

.gift-messages-form .item .details .form-list input.input-text {
  width: 234px; }

.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px; }

.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px; }

.gift-message-link {
  font-size: 11px;
  padding-right: 7px; }

.gift-message-link.expanded {
  background-position: 100% -40px; }

.gift-message-row {
  background: #f2efe9; }

.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0; }

.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5; }

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px; }

.checkout-agreements .agree input.checkbox {
  margin-right: 6px; }

.checkout-agreements .agree label {
  font-weight: bold;
  color: #666; }

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px; }

.opc .checkout-agreements li {
  margin: 20px 0 0; }

.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px; }

.opc .checkout-agreements .agree {
  padding-left: 6px; }

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff; }

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px; }

/* Generic Info Set */
.info-set {
  background: #fbfaf6;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px; }

.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703; }

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal; }

.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative; }

.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c; }

.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.info-set .box {
  margin: 0 0 15px; }

.info-set .box h2 {
  color: #e26703; }

.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important; }

.info-set .data-table .product-name a {
  font-weight: bold !important; }

.info-set .data-table .item-options {
  margin: 5px 0 0; }

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0; }

.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px; }

.block-progress .block-title strong {
  font-size: 13px;
  color: #0a263c; }

.block-progress .block-content {
  background: none; }

.block-progress dt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
  background: #eee;
  border: 1px solid #a3aeb3;
  margin: 0 0 6px;
  padding: 2px 8px;
  color: #999; }

.block-progress dd {
  background: #eee;
  border: 1px solid #a3aeb3;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 6px; }

.block-progress dt.complete {
  margin: 0;
  background: #d0dce1;
  color: #5e8ab4; }

.block-progress p {
  margin: 0; }

.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0; }

.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0; }

.block-progress .cards-list .info-table th {
  font-weight: normal; }

.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em; }

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px; }

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

.opc .buttons-set .back-link a {
  padding-left: 16px; }

.opc .buttons-set.disabled button.button {
  display: none; }

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px; }

.opc .ul {
  list-style: disc outside;
  padding-left: 18px; }

.opc {
  position: relative; }

.opc .step-title {
  border-width: 0 1px;
  border-style: solid;
  border-color: #fff #d9dde3 #d9dde3;
  background: #eee;
  padding: 4px 8px 6px;
  text-align: right; }

.opc .step-title .number {
  float: left;
  background: #fff;
  border: 1px solid #fff;
  padding: 0 4px;
  margin: 0 5px 0 0;
  font: bold 11px/14px arial, helvetica, sans-serif;
  color: #999; }

.opc .step-title h2 {
  float: left;
  margin: 0;
  font: bold 13px/16px Arial, Helvetica, sans-serif;
  color: #999; }

.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px; }

.opc .allow .step-title {
  background: #d0dce1;
  border: 1px solid #a3aeb3;
  border-bottom: 0;
  color: #a4b3b9;
  cursor: pointer; }

.opc .allow .step-title .number {
  background: #dbe6eb;
  border-color: #dbe6eb;
  color: #a4b3b9; }

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

/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title {
  background: #f9f3e3;
  border: 1px solid #bbafa0;
  padding-bottom: 5px;
  color: #f18200;
  cursor: default; }

.opc .active .step-title .number {
  background: #f18200;
  border-color: #f19900;
  color: #fff; }

.opc .active .step-title h2 {
  color: #f18200; }

/*.opc .active .step-title a { display:none; }*/
.opc .step {
  border: 1px solid #bbafa0;
  border-top: 0;
  background: #fbfaf6;
  padding: 15px 30px;
  position: relative; }

.opc .step .tool-tip {
  right: 30px; }

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

#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  text-transform: uppercase; }

#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #2f2f2f; }

#opc-shipping_method .buttons-set {
  border-top: 0; }

.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px; }

.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto; }

#opc-review .step {
  border: 0;
  padding: 0; }

#opc-review .product-name {
  font-weight: bold;
  color: #0a263c; }

#opc-review .item-options {
  margin: 5px 0 0; }

#opc-review .buttons-set {
  padding: 20px 30px;
  border: 1px solid #d9dde3;
  border-width: 0 1px 1px; }

#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px; }

#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px; }

#opc-review .authentication {
  margin: 0 auto;
  width: 570px; }

#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px; }

.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba; }

.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200; }

.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703; }

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal; }

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important; }

.multiple-checkout .data-table .product-name a {
  font-weight: bold !important; }

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0; }

.multiple-checkout .gift-messages {
  margin: 15px 0 0; }

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfaf6;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px; }

.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative; }

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c; }

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.multiple-checkout .box {
  margin: 0 0 15px; }

.multiple-checkout .box h2 {
  color: #e26703; }

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0; }

.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  overflow: hidden; }

.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0; }

.multiple-checkout .place-order .grand-total .inner div {
  display: inline; }

.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px; }

.multiple-checkout .place-order .grand-total .price {
  color: #E26703; }

.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px; }

.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
  border-color: #406a83;
  background: #618499; }

#multiship-addresses-table td {
  padding: 10px; }

#multiship-addresses-table tfoot td {
  padding: 5px 10px; }

#multiship-addresses-table tfoot button.button span {
  border-color: #406a83;
  background: #618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden; }

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px; }

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px; }

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px; }

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px; }

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative; }

.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  overflow: hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative; }

/* ======================================================================================= */
/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px; }

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

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

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

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

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0); }
  0% {
    -webkit-transform: rotate(-360deg); } }

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0); }
  0% {
    -moz-transform: rotate(-360deg); } }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  0% {
    transform: rotate(-360deg); } }

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990; }

.remember-me label {
  float: none;
  margin: 0 6px; }

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000; }

.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px; }

.remember-me-popup .remember-me-popup-head {
  position: relative; }

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em; }

.remember-me-popup .remember-me-popup-body {
  padding: 10px; }

.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff; }

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0; }

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0; }

.dashboard .welcome-msg p {
  margin: 0; }

.dashboard .col2-set {
  margin: 0 0 15px; }

/* General Box */
.dashboard .box .box-title {
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right; }

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0; }

/* Block: Account Information */
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }

.dashboard .box-reviews .details {
  margin-left: 20px; }

.dashboard .box-reviews li.item {
  margin: 0 0 7px; }

.dashboard .box-reviews li.item.last {
  margin: 0; }

.dashboard .box-reviews .ratings {
  margin: 7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }

.dashboard .box-tags .details {
  margin-left: 20px; }

.dashboard .box-tags li.item {
  margin: 0 0 7px; }

.dashboard .box-tags li.item.last {
  margin: 0; }

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline; }

/********** Dashboard > */
/* Address Book */
.addresses-list h2 {
  font-weight: bold;
  font-size: 13px;
  color: #e26703;
  text-transform: uppercase; }

.addresses-list h3 {
  font-weight: bold;
  font-size: 13px; }

.addresses-list address {
  margin: 0 0 3px; }

.addresses-list p {
  margin: 0; }

.addresses-list a {
  font-weight: bold; }

.addresses-list .link-remove {
  color: #646464; }

.addresses-list .separator {
  margin: 0 3px; }

.addresses-list li.item {
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px; }

.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0; }

.addresses-list li.empty p {
  font-weight: bold; }

.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0; }

/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px; }

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline; }

.order-info .current {
  font-weight: bold; }

.order-info li {
  margin: 0 3px; }

.order-date {
  margin: 10px 0; }

.order-info-box {
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px; }

.order-info-box h2 {
  font-weight: bold;
  font-size: 13px; }

.order-info-box .box-payment p {
  margin: 0 0 3px; }

.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px; }

.order-items {
  width: 100%;
  overflow-x: auto; }

.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c; }

.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important; }

.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal; }

.order-items .order-links {
  text-align: right; }

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

/* Order Gift Message */
.gift-message dt strong {
  color: #666; }

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* Order Comments */
.order-about dt {
  font-weight: bold; }

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px; }

.tracking-table {
  margin: 0 0 15px; }

.tracking-table th {
  font-weight: bold;
  white-space: nowrap; }

.tracking-table-popup {
  width: 100%; }

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap; }

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px; }

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

.page-print .print-head .logo {
  float: left; }

.page-print .print-head address {
  float: left;
  margin-left: 15px; }

.page-print h1 {
  font-size: 16px;
  font-weight: bold; }

.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold; }

.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold; }

.page-print .order-date {
  padding: 0 0 10px;
  margin: 0 0 10px; }

.page-print .col2-set {
  margin: 0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link {
  display: none; }

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap; }

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline; }

/* My Wishlist */
.my-wishlist .data-table td {
  padding: 10px; }

.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px; }

.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px; }

.my-wishlist .buttons-set {
  margin-top: 2em; }

.my-wishlist .buttons-set button.button {
  float: none; }

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
  border-color: #406a83;
  background: #618499; }

#wishlist-table .add-to-links {
  white-space: nowrap; }

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px; }

.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px; }

#my-tags-table {
  clear: both; }

#my-tags-table td {
  padding: 10px; }

#my-tags-table .add-to-links {
  white-space: nowrap; }

/* My Reviews */
#my-reviews-table td {
  padding: 10px; }

.product-review .product-img-box {
  float: left;
  width: 140px; }

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px; }

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px; }

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px; }

.product-review .product-details {
  margin-left: 150px; }

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px; }

.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f; }

.product-review .ratings-table {
  margin: 0 0 10px; }

.product-review dt {
  font-weight: bold; }

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0; }

.billing-agreements .form-list li select {
  float: left; }

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px; }

.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px; }

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

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

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100; }

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px; }

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis; }

.map-popup-arrow {
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px; }

.map-popup-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px; }

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right; }

.map-popup-checkout span {
  display: block;
  padding-right: 30px; }

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px; }

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0; }

.map-popup-price {
  margin: 5px 0 0; }

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word; }

.map-popup-only-text {
  border-top: 1px solid #ddd; }

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px; }

.home-callout img {
  display: block; }

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px; }

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em; }

.best-selling table {
  border-top: 1px solid #ccc; }

.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px; }

.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc; }

.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em; }

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548; }

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

/* ======================================================================================= */
.guest-select {
  width: 305px !important; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Widgets =============================================================================== */
.widget {
  display: inline; }

.widget .widget-title {
  clear: both;
  padding: 15px 0 0;
  margin: 0 0 7px; }

.widget .widget-title h2 {
  font-size: 15px;
  font-weight: bold;
  color: #e25203; }

.widget .mini-products-images-list .product-image {
  display: block;
  width: 76px;
  height: 76px;
  border: 1px solid #a9a9a9;
  margin: 0 auto; }

.widget .mini-products-images-list li.item {
  float: left;
  width: 77px;
  height: 77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products {
  display: block; }

.col-main .widget-new-products {
  margin: 7px 0; }

.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image {
  width: 85px;
  height: 85px; }

.widget-new-products .products-list .product-shop {
  margin-left: 100px; }

.sidebar .widget-new-products .block {
  font-size: 11px;
  line-height: 1.25; }

.sidebar .widget-new-products .block-title strong {
  background: url(../images/widgets/i_widget-new.gif) 0 1px no-repeat;
  padding-left: 21px;
  color: #dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed {
  display: block; }

.col-main .widget-viewed {
  margin: 7px 0; }

.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image {
  width: 85px;
  height: 85px; }

.widget-viewed .products-list .product-shop {
  margin-left: 100px; }

.sidebar .widget-viewed .block {
  font-size: 11px;
  line-height: 1.25; }

.sidebar .widget-viewed .block-title strong {
  background: url(../images/widgets/i_block-list.gif) 0 0 no-repeat;
  padding-left: 21px; }

/* Widget: Recently Compared Proructs */
.widget-compared {
  display: block; }

.col-main .widget-compared {
  margin: 7px 0; }

.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image {
  width: 85px;
  height: 85px; }

.widget-compared .products-list .product-shop {
  margin-left: 100px; }

.sidebar .widget-compared .block {
  font-size: 11px;
  line-height: 1.25; }

.sidebar .widget-compared .block-title strong {
  background: url(../images/widgets/i_block-list.gif) 0 0 no-repeat;
  padding-left: 21px; }

/* Widget: CMS Static Block */
.sidebar .widget-static-block {
  display: block;
  margin: 0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a {
  padding: 0 0 0 7px; }

.bottom-container .widget a {
  padding: 0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline {
  display: inline; }

.col-main .widget-product-link {
  display: block;
  text-align: right;
  margin: 7px 0; }

.col-main .widget-product-link a {
  background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding-right: 15px; }

.sidebar .widget-product-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px; }

.sidebar .widget-product-link a {
  background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding: 0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline {
  display: inline; }

.col-main .widget-category-link {
  display: block;
  text-align: right;
  margin: 7px 0; }

.col-main .widget-category-link a {
  background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding-right: 15px; }

.sidebar .widget-category-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px; }

.sidebar .widget-category-link a {
  background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding: 0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline {
  display: inline; }

.col-main .widget-cms-link {
  display: block;
  text-align: right;
  margin: 7px 0; }

.col-main .widget-cms-link a {
  background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding-right: 15px; }

.sidebar .widget-cms-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px; }

.sidebar .widget-cms-link a {
  background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding: 0 15px 0 0; }

/* ======================================================================================= */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid #000;
  left: 5px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid #FFF; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid #000;
  left: 3px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid #FFF; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }

@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

body {
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  background: #fafafa; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

p {
  margin: 0 0 12px 0; }

.container {
  width: 960px;
  margin: 0 auto;
  background: #fff; }

.left {
  float: left; }

.right {
  float: right; }

.sidebar, .sidebar-container {
  width: 220px;
  float: left;
  padding: 0; }

.col-main {
  width: 740px; }

.front-right {
  width: 740px;
  float: right;
  padding: 0; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

.col-full-width {
  padding: 20px; }

.col-full-width .subtitle, .col-full-width .sub-title {
  padding-top: 0; }

.col-full-width .page-title {
  margin-bottom: 15px; }

.header .logo {
  float: left; }

.header .right {
  width: 740px; }

.header .right .three-columns {
  overflow: hidden; }

.header .right .three-columns .col {
  background: #666666;
  background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
  background: -o-linear-gradient(top, #666666 0%, #333333 100%);
  background: -ms-linear-gradient(top, #666666 0%, #333333 100%);
  background: linear-gradient(to bottom, #666666 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333',GradientType=0 );
  position: relative; }

.header .right .three-columns .col span {
  background: url(../images/icons/top_icons.png) no-repeat;
  width: 29px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: block; }

.header .right .three-columns .col.col1 {
  float: left;
  width: 340px;
  height: 50px; }

.header .right .three-columns .col.col1 ul {
  list-style: none;
  float: right;
  margin-right: 20px; }

.header .right .three-columns .col.col1 ul li {
  float: left;
  font-size: 12px;
  text-transform: uppercase; }

.header .right .three-columns .col.col1 ul li.first {
  margin-right: 10px;
  color: #999;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

.header .right .three-columns .col.col1 ul li a {
  padding: 4px 6px;
  color: #fff;
  font-weight: bold; }

.header .right .three-columns .col.col1 ul li a:hover {
  background: #777;
  background: rgba(255, 255, 255, 0.25); }

.header .right .three-columns .col.col1 ul li.active a {
  background: #777;
  background: rgba(255, 255, 255, 0.25); }

.header .right .three-columns .col.col2, .header .right .three-columns .col.col3 {
  float: left;
  width: 200px;
  height: 50px;
  text-align: center; }

.header .right .three-columns .col.col2 a, .header .right .three-columns .col.col3 a {
  background: url(../images/icons/top_icons.png) no-repeat;
  background-position: 14px -53px;
  color: #fff;
  line-height: 50px;
  padding: 0 10px 0 25px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

.header .right .three-columns .col.col2 a:hover, .header .right .three-columns .col.col3 a:hover {
  -moz-opacity: 0.82;
  -khtml-opacity: 0.82;
  opacity: 0.82;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 82 ")";
  filter: alpha(opacity=82);
  zoom: 1; }

.header .right .three-columns .col.col2 a.my-account-btn, .header .right .three-columns .col.col3 a.my-account-btn {
  float: left;
  width: 115px; }

.header .right .three-columns .col.col2 a.logout, .header .right .three-columns .col.col3 a.logout {
  cursor: pointer;
  position: relative;
  z-index: 999;
  float: left;
  width: 50px;
  background: #333;
  text-align: center;
  padding: 0;
  font-size: 32px; }

.header .right .three-columns .col.col2 a.logout:hover, .header .right .three-columns .col.col3 a.logout:hover {
  background: #444; }

.header .right .three-columns .col.col2 a.logout:active, .header .right .three-columns .col.col3 a.logout:active {
  background: #333; }

.header .right .three-columns .col.col3 span {
  display: none; }

.header .right .three-columns .col.col3 a {
  background-position: 12px -111px;
  color: #999;
  text-shadow: none; }

.header .right .three-columns .col.col3 a span {
  display: inline-block;
  font-weight: normal;
  position: static;
  background: transparent;
  width: auto;
  height: auto; }

.header .right .top-nav ul {
  width: 720px;
  list-style: none;
  background: #ff0000;
  background: -moz-linear-gradient(top, red 0%, #d90000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(100%, #d90000));
  background: -webkit-linear-gradient(top, red 0%, #d90000 100%);
  background: -o-linear-gradient(top, red 0%, #d90000 100%);
  background: -ms-linear-gradient(top, red 0%, #d90000 100%);
  background: linear-gradient(to bottom, red 0%, #d90000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#d90000',GradientType=0 );
  margin: 0;
  padding: 0 10px;
  height: 50px; }

.header .right .top-nav ul li {
  position: relative;
  float: left; }

.header .right .top-nav ul li ul {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 100%;
  height: auto;
  left: 0px;
  -moz-box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.35); }

.header .right .top-nav ul li ul li {
  margin-left: -10px;
  float: none;
  width: 125px;
  list-style: none;
  background: #d90000; }

.header .right .top-nav ul li ul li a {
  border-bottom: 1px solid #c90000;
  line-height: 20px;
  font-size: 13px;
  padding: 5px 10px 5px 10px; }

.header .right .top-nav ul li:hover {
  background: #b20000; }

.header .right .top-nav ul li:hover ul {
  width: 100px;
  display: block; }

.header .right .top-nav ul li a {
  color: #fff;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding: 0 5px;
  display: block; }

.header .right .top-nav ul li a:hover {
  background: #b20000; }

.header .container {
  position: relative; }

.header .container .left-shadow, .header .container .right-shadow {
  background: url(../images/icons/page_shadow.png) no-repeat;
  width: 15px;
  height: 892px;
  position: absolute;
  top: 0;
  left: -15px; }

.header .container .right-shadow {
  background-position: -15px 0;
  left: auto;
  right: -15px; }

.sidebar {
  background: #f4f4f4; }

.sidebar #nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar #nav li a {
  display: block;
  padding: 7px 7px 7px 32px;
  background: #f2f2f2 url(../images/icons/menu_icons.png) no-repeat;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  background-position: 6px 5px;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px; }

.sidebar #nav li a:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 75 ")";
  filter: alpha(opacity=75);
  zoom: 1; }

.sidebar #nav li.nav-2 a {
  background-position: 6px -61px; }

.sidebar #nav li.nav-3 a {
  background-position: 6px -138px; }

.sidebar #nav li.nav-4 a {
  background-position: 6px -203px; }

.sidebar #nav li.nav-5 a {
  background-position: 6px -274px; }

.sidebar #nav li.nav-6 a {
  background-position: 6px -415px; }

.sidebar #nav li.nav-7 a {
  background-position: 6px -486px; }

.sidebar #nav li.nav-8 a {
  background-position: 6px -554px; }

.sidebar #nav li.nav-9 a {
  background-position: 6px -344px; }

.sidebar #nav li.nav-10 a {
  background-position: 6px -626px; }

.sidebar #nav li.nav-11 a {
  color: #015FB6;
  background-color: #BDDAF6; }

.sidebar #nav li.nav-11 > a {
  background: #BDDAF6 url(../images/icons/storch_20x20.png) no-repeat;
  background-position: 6px 10px; }

.sidebar #nav li.active > a {
  background-color: #e9e9e9;
  color: #000; }

.sidebar #nav li.nav-11.active a {
  background-color: #BDDAF6;
  color: #015FB6; }

.sidebar #nav li ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  background: #fff; }

.sidebar #nav li ul li a {
  background: transparent;
  font-size: 11px;
  padding: 6px 10px;
  border-bottom: none;
  border-top: none; }

.category-title {
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  -moz-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3); }

.category-title h1 {
  font-size: 22px;
  margin: 0 20px;
  padding: 10px 0;
  color: #545454;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.category-image {
  margin: 0; }

.toolbar {
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 10px; }

.toolbar .pager {
  float: left; }

.toolbar .pager .amount {
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 6px; }

.toolbar .sorter {
  float: left; }

.toolbar .sorter .view-mode {
  display: none; }

.toolbar .sorter .sort-by {
  margin: 0 25px 0 0; }

.toolbar .sorter .sort-by label {
  display: none; }

.toolbar .sorter .sort-by select {
  padding: 5px;
  width: 160px; }

.toolbar .no-pictures {
  float: left;
  padding-top: 3px; }

.toolbar .no-pictures a {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #ccc; }

.toolbar .no-pictures a:hover {
  border-bottom: 1px solid #000; }

.toolbar .form-search {
  float: right; }

.toolbar .form-search input {
  padding: 6px;
  margin: 0; }

.toolbar .form-search button {
  padding: 6px;
  background-position: 8px 6px; }

.breadcrumbs {
  height: 40px;
  background: #F8F8F8;
  margin: 0;
  position: relative;
  -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2); }

.breadcrumbs ul {
  margin: 0;
  float: right;
  line-height: 40px;
  padding: 0 15px 0 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666; }

.breadcrumbs p {
  margin: 0;
  line-height: 40px;
  padding: 0 0 0 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666; }

.breadcrumbs a {
  color: #000; }

.breadcrumbs a.crumbs-back {
  margin: 0;
  line-height: 40px;
  padding: 0 0 0 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666; }

.breadcrumbs .right {
  width: auto; }

.breadcrumbs .right p {
  line-height: 40px;
  margin: 0;
  padding: 0 20px 0 0; }

.form-search {
  font-size: 0;
  float: right; }

.form-search input {
  color: #999;
  font-size: 12px;
  padding: 10px 6px;
  border: 1px solid #ddd;
  width: 200px;
  margin-top: 10px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08); }

.form-search button {
  font-size: 12px;
  margin-left: -1px;
  border: 0;
  background: #f4f4f4 url(../images/icons/search_icon.png) no-repeat;
  background-position: 8px 10px;
  text-indent: -9999px;
  border: 1px solid #ddd;
  padding: 10px 6px;
  width: 35px; }

.catalogsearch-result-index .page-title {
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  -moz-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3); }

.catalogsearch-result-index .page-title h1 {
  font-size: 22px;
  margin: 0 20px;
  padding: 10px 0;
  color: #545454;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.footer {
  width: auto;
  clear: both; }

.footer .slider-container {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 10px; }

.footer .slider-container .slider {
  width: 880px;
  margin: 0 auto;
  height: 80px;
  position: relative;
  background: #fff; }

.footer .slider-container .slider .bottom-slider {
  margin: 0; }

.footer .slider-container .slider .bx-controls a {
  background: url(../images/icons/slider_arrows.png) no-repeat;
  background-position: 0 0;
  display: block;
  width: 30px;
  height: 80px;
  position: absolute;
  top: 0;
  left: -30px;
  text-indent: -9999px; }

.footer .slider-container .slider .bx-controls a:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 75 ")";
  filter: alpha(opacity=75);
  zoom: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer .slider-container .slider .bx-controls a.bx-next {
  background-position: 0 -80px;
  left: auto;
  right: -30px; }

.footer .bottom {
  position: relative; }

.footer .bottom .fb-like {
  position: absolute;
  top: 12px;
  right: 12px; }

.footer .bottom ul {
  display: block;
  list-style: none;
  background: #f4f4f4;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0;
  padding: 10px 15px; }

.footer .bottom ul li {
  float: left;
  margin-right: 15px;
  color: #333; }

.footer .bottom ul li.first a:hover {
  border-bottom: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 65 ")";
  filter: alpha(opacity=65);
  zoom: 1; }

.footer .bottom ul li.first a:active {
  position: relative;
  top: 1px; }

.footer .bottom ul li strong {
  margin-right: 10px; }

.footer .bottom ul li a {
  text-decoration: none;
  color: #d80000;
  font-weight: bold; }

.footer .bottom ul li a:hover {
  border-bottom: 1px solid #d80000; }

.home-slider {
  margin-top: -40px;
  position: relative; }

.home-slider .front-slider {
  margin: 0; }

.home-slider .bx-controls .bx-pager {
  position: absolute;
  bottom: 7px;
  right: 5px; }

.home-slider .bx-controls .bx-pager .bx-pager-item {
  float: left;
  width: 11px;
  margin-right: 8px; }

.home-slider .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  width: 8px;
  height: 8px;
  border: 3px solid #fff;
  float: left;
  text-indent: -9999px;
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.home-slider .bx-controls .bx-pager .bx-pager-item a.active {
  border: 3px solid #fff;
  background: #333; }

.news {
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  height: 127px; }

.news h3 {
  font-size: 17px;
  margin: 0 0 8px 0; }

.news h3 small {
  color: #777;
  font-size: 75%;
  font-weight: normal; }

.news h3 a {
  color: #333; }

.news h3 a:hover {
  border-bottom: 1px solid #999; }

.news p {
  font-size: 13px;
  color: #666;
  margin: 0; }

.postTitle {
  padding: 0;
  margin: 0;
  background: #f8f8f8 !important;
  -moz-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3) !important; }

.postTitle h1 {
  font-size: 22px;
  margin: 0 20px;
  padding: 10px 0;
  color: #545454;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.postTitle h1 small {
  font-size: 15px;
  color: #999;
  font-weight: normal; }

.postContent {
  padding: 15px;
  line-height: 1.5;
  font-size: 14px;
  color: #545454; }

.postContent p {
  line-height: 1.5;
  font-size: 14px;
  color: #545454; }

.front-products {
  clear: both; }

.front-products .heading {
  padding: 30px;
  overflow: hidden; }

.front-products .heading h2 {
  display: inline-block;
  padding: 10px;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
  border: 1px solid #ddd;
  float: left; }

.front-products li.item .not-in-stock-text {
  display: none; }

.front-products li.item.active .not-in-stock-text {
  display: block;
  color: #666;
  font-size: 13px;
  font-weight: bold; }

.cms-index-index #nav {
  height: 366px;
  border-bottom: 1px solid #ddd; }

.cms-index-index .main .container .col2-left-layout .col-main .std {
  display: none; }

.products {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }

.lang-rus .header .right .top-nav ul li a {
  font-size: 14px;
  padding: 0 4px; }

.lang-rus .product-grid .product-name {
  font-size: 12px !important; }

.lang-rus .sidebar .nav-container #nav li a {
  padding: 6px 7px 7px 32px !important;
  font-size: 11px !important; }

.lang-rus .toolbar .form-search input {
  width: 130px; }

.lang-rus .products-grid li.item .more-info.active {
  bottom: -112px;
  height: 128px; }

.my-account .box-account.box-recent table tbody tr td.last a {
  float: left !important; }

.my-account .box-account.box-recent table tbody tr td.last span span.separator {
  display: none; }

.products-grid {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eee; }

.products-grid:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.products-grid li.item {
  float: left;
  width: 198px;
  border-right: 1px solid #eee;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px; }

.products-grid li.item.last {
  border-right: 0; }

.products-grid li.item .product-image {
  text-align: center;
  height: 190px;
  display: block; }

.products-grid li.item .product-image:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 75 ")";
  filter: alpha(opacity=75);
  zoom: 1; }

.products-grid li.item .product-name {
  font-size: 13px;
  margin: 0 0 12px 0;
  height: 30px;
  overflow: hidden; }

.products-grid li.item .product-name a {
  color: #000; }

.products-grid li.item .price-box {
  float: left;
  position: relative;
  background: #fafafa;
  border: 1px solid #efefef;
  padding: 5px 10px 5px 5px;
  margin-top: 5px;
  color: #444;
  font-weight: bold;
  font-size: 11px; }

.products-grid li.item .price-box > span {
  display: block; }

.products-grid li.item .price-box .regular-price-for-customer {
  display: none; }

.products-grid li.item .price-box .price {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1px;
  line-height: 1; }

.products-grid li.item .price-box .price span {
  display: none; }

.products-grid li.item .price-box .discountpercent {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1px;
  line-height: 1; }

.products-grid li.item .price-box .discountpercent span {
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: none; }

.products-grid li.item .tier-prices {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: #000; }

.products-grid li.item .tier-prices span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
  color: #333; }

.products-grid li.item .tier-prices .tier-prices-qty {
  font-size: 15px;
  color: #f66;
  font-weight: bold; }

.products-grid li.item .tier-prices .tier-prices-price {
  font-size: 17px;
  font-weight: bold;
  line-height: 1; }

.products-grid li.item .actions {
  float: right; }

.products-grid li.item .actions button {
  border: 0;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#dddddd',GradientType=0 );
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.products-grid li.item .actions button:hover {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.products-grid li.item .actions button:active {
  background: #ddd; }

.products-grid li.item .more-info {
  display: none; }

.products-grid li.item .more-info .add-to-cart {
  font-size: 0;
  padding: 0 20px 20px 20px; }

.products-grid li.item .more-info .add-to-cart label {
  float: left;
  margin: 7px 5px 0 0;
  color: #666;
  font-size: 12px; }

.products-grid li.item .more-info .add-to-cart .qty {
  float: left;
  width: 25px;
  text-align: center;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  padding: 8px 6px;
  border: 1px solid #ddd;
  font-size: 12px; }

.products-grid li.item .more-info .add-to-cart button {
  float: left;
  background: #000;
  border: 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  padding: 9px 16px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-bottom: 8px;
  outline: 0; }

.products-grid li.item .more-info .add-to-cart button:hover {
  background: #333; }

.products-grid li.item .more-info .add-to-cart button:active {
  background: #000; }

.products-grid li.item .more-info .add-to-cart p {
  font-size: 11px;
  margin: 0;
  color: #999;
  clear: both;
  padding: 0; }

.products-grid li.item .more-info .close-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
  color: #333;
  padding: 0 4px;
  background: #e2e2e2;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.products-grid li.item .more-info.active {
  display: block;
  position: absolute;
  bottom: -100px;
  left: -1px;
  height: 101px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-right: 0;
  border-top: 0;
  width: 100%;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.products-grid li.item .more-info.active .product-description {
  padding-top: 20px;
  width: 595px !important;
  padding-bottom: 13px; }

.products-grid li.active {
  background: #fafafa;
  position: relative;
  z-index: 333;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.products-grid li.active .price-box .regular-price-for-customer {
  display: block; }

.products-grid li.active .price-box .discountpercent {
  display: block; }

.cms-index-index ul.products-grid li.item .price-box .price-additional-info {
  float: left;
  font-size: 12px;
  color: #333; }

.no-pictures-list li.item {
  min-height: 57px !important; }

.no-pictures-list li .add-to-cart {
  display: none; }

.no-pictures-list li.active {
  min-height: 165px !important; }

.no-pictures-list li.active .add-to-cart {
  display: block; }

.no-pictures-list li.active .product-shop {
  padding-left: 10px; }

.no-pictures-list li.active .price-box {
  padding-left: 10px;
  top: 58px;
  display: block; }

.no-pictures-list li .price-box {
  left: 1px !important;
  width: 166px;
  margin-right: 0px;
  display: none; }

.products-list li.active .price-box .regular-price-for-customer span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: none; }

.lang-rus .products-list .product-name {
  font-size: 12px !important; }

.products-list {
  list-style: none;
  margin: 0 20px;
  padding: 0; }

.products-list li.item {
  position: relative;
  min-height: 155px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden; }

.products-list li.item .more-info .product-description {
  padding: 10px 25px 0 0; }

.products-list li.item .product-image {
  float: left;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  padding: 20px;
  display: block; }

.products-list li.item .price-box > span {
  display: block; }

.products-list li.item .price-box .regular-price-for-customer {
  display: none; }

.products-list li.item .price-box .price {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1px;
  line-height: 1; }

.products-list li.item .price-box .price span {
  display: none; }

.products-list li.item .price-box .discountpercent {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1px;
  line-height: 1; }

.products-list li.item .price-box .discountpercent span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: none; }

.products-list li.item .tier-prices {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: #000; }

.products-list li.item .tier-prices span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  color: #333;
  text-transform: none; }

.products-list li.item .tier-prices .tier-prices-qty {
  font-size: 15px;
  color: #f66;
  font-weight: bold; }

.products-list li.item .tier-prices .tier-prices-price {
  font-size: 17px;
  font-weight: bold;
  line-height: 1; }

.products-list li.item .price-additional-info {
  font-size: 11px;
  color: #999;
  float: left; }

.products-list li.item .product-shop {
  float: left;
  margin: 10px 0 0 0; }

.products-list li.item .product-shop .price-box {
  background: #fafafa;
  border: 1px solid #efefef;
  padding: 5px 10px 5px 5px;
  max-width: 353px;
  margin-top: 5px;
  color: #444;
  font-weight: bold;
  font-size: 11px; }

.products-list li.item .product-shop .price-box .price {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1px;
  line-height: 1; }

.products-list li.item .product-shop .price-box .price span {
  display: none; }

.products-list li.item .product-shop .price-additional-info {
  font-size: 11px;
  color: #999;
  float: left; }

.products-list li.item .product-shop .add-to-cart {
  position: absolute;
  bottom: 15px;
  right: 17px; }

.products-list li.item .product-shop .add-to-cart p {
  position: absolute;
  bottom: -25px;
  right: 0px;
  font-weight: bold;
  font-size: 13px;
  color: #444;
  width: 138px;
  text-align: right; }

.products-list li.item .product-shop .add-to-cart label {
  float: left;
  margin: 7px 5px 0 0;
  color: #666;
  font-size: 12px; }

.products-list li.item .product-shop .add-to-cart .qty {
  float: left;
  width: 25px;
  text-align: center;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  padding: 8px 6px;
  border: 1px solid #ddd;
  font-size: 12px; }

.products-list li.item .product-shop .add-to-cart button {
  float: left;
  background: #000;
  border: 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  padding: 9px 18px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-bottom: 8px; }

.products-list li.item .product-shop .add-to-cart button:hover {
  background: #333; }

.products-list li.item .product-shop .add-to-cart button:active {
  background: #000; }

.products-list li.item .product-shop .product-name {
  font-size: 16px;
  margin: 0 0 0px 0;
  color: #000; }

.products-list li.item .product-code, .products-list li.item .product-ean {
  color: #444;
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1; }

.products-list li.item .product-ean {
  float: left; }

.products-list li.item .actions {
  position: absolute;
  top: 20px;
  right: 17px; }

.products-list li.item .actions button {
  border: 0;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#dddddd',GradientType=0 );
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0; }

.products-list li.item .actions button:hover {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.products-list li.item .actions button:active {
  background: #ddd; }

.products-list li .product-pictures {
  float: left;
  top: 0;
  left: 0;
  width: 100px; }

.products-list li .product-pictures a img {
  padding-left: 0px !important;
  height: 60px;
  width: 60px; }

.products-list li .product-pictures .product-extra-images a {
  display: none; }

.products-list li .product-pictures img {
  padding-left: 20px;
  height: 60px;
  width: 60px; }

.products-list li.active {
  background: #f2f2f2;
  margin: 0 -20px;
  border-bottom: 1px solid #ddd; }

.products-list li.active .price-box .regular-price-for-customer {
  display: block; }

.products-list li.active .price-box .discountpercent {
  display: block; }

.products-list li.active .product-pictures {
  top: 10px; }

.products-list li.active .product-pictures a {
  padding-top: 0px; }

.products-list li.active .product-pictures .product-extra-images a {
  display: block;
  padding-bottom: 20px;
  padding-top: 0px; }

.products-list li.active .product-shop {
  margin: 0; }

.products-list li .product-shop .not-in-stock-text {
  display: block;
  color: #666;
  font-size: 13px;
  font-weight: bold; }

.products-list li.active .actions {
  position: static; }

.products-list li.active .actions button {
  filter: none;
  background: url(../images/icons/close_icon.png);
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 15px;
  text-indent: -9999px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.products-list li.active .actions button:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.products-list li.active .actions button:active {
  background: transparent; }

.products-list li.active .more-info {
  clear: both;
  display: block; }

.products-list li.active .more-info .add-to-cart label {
  float: left;
  margin: 7px 5px 0 0;
  color: #666;
  font-size: 12px; }

.products-list li.active .more-info .add-to-cart .qty {
  float: left;
  width: 25px;
  text-align: center;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  padding: 8px 6px;
  border: 1px solid #ddd;
  font-size: 12px; }

.products-list li.active .more-info .add-to-cart button {
  float: left;
  background: #000;
  border: 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  padding: 9px 18px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-bottom: 8px; }

.products-list li.active .more-info .add-to-cart button:hover {
  background: #333; }

.products-list li.active .more-info .add-to-cart button:active {
  background: #000; }

.products-list li.active .more-info .add-to-cart p {
  float: left;
  font-size: 12px;
  color: #999;
  padding: 8px 0 0 10px; }

.products-list li.item .product-shop .price-box .discountedprice {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: none; }

.checkout-cart-index .discount {
  display: none; }

.checkout-cart-index table {
  border: 0px; }

.checkout-cart-index table thead tr th {
  font-size: 13px;
  color: #545454;
  border-right: 0px;
  border-bottom: 1px solid #eee;
  padding: 9px 10px; }

.checkout-cart-index table tbody tr {
  background: #fff; }

.checkout-cart-index table tbody tr td {
  padding: 9px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #eee; }

.checkout-cart-index table tbody tr td.a-center a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #545454; }

.checkout-cart-index table tbody tr td.a-center a:hover {
  border-bottom: 1px solid #545454; }

.checkout-cart-index table tbody tr td.a-center.last a {
  display: inline;
  font-size: 20px; }

.checkout-cart-index table tbody tr td.a-center.last a:hover {
  border-bottom: 0px;
  color: #000; }

.checkout-cart-index table tbody tr td.a-center.last a:active {
  color: #999; }

.checkout-cart-index table tbody tr h2 a {
  color: #000;
  font-weight: bold; }

.checkout-cart-index table tbody tr span.price {
  font-weight: bold; }

.checkout-cart-index table tbody tr input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 2px;
  text-align: center;
  border: 0px;
  outline: 0; }

.checkout-cart-index table tfoot tr td {
  padding: 9px 10px; }

.checkout-cart-index table tfoot tr td button {
  font-size: 12px;
  color: #545454;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  outline: 0; }

.checkout-cart-index table tfoot tr td button:hover {
  border-bottom: 1px solid #545454; }

.checkout-cart-index .col-full-width {
  padding: 20px 20px 10px 20px; }

.checkout-cart-index .page-title {
  border-bottom: 0;
  margin: 0 0 14px; }

.checkout-cart-index .cart-empty .cart-heading {
  font-size: 15px;
  line-height: 1.5; }

.checkout-cart-index .cart-empty .cart-link a {
  color: #000;
  font-weight: bold; }

.checkout-cart-index .cart-empty .cart-link a:hover {
  text-decoration: underline; }

.checkout-cart-index .header .container .left-shadow {
  background-position: 0 -385px; }

.checkout-cart-index .header .container .right-shadow {
  background-position: -15px -385px; }

.checkout-cart-index .checkout-types button {
  float: right;
  background: #000;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  padding: 10px 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  width: auto;
  outline: 0; }

.checkout-cart-index .checkout-types button:hover {
  background: #333; }

.checkout-cart-index .checkout-types button:active {
  background: #000; }

.account-login {
  margin: 0px 15px 15px 15px;
  padding-top: 23px; }

.account-login .page-title {
  border-bottom: 0; }

.account-login .col2-set .col-1 {
  display: none; }

.account-login .col2-set .col-2 {
  float: none;
  width: 100%; }

.account-login .col2-set .content {
  background: #fafafa;
  border: 1px solid #e2e2e2;
  padding: 15px; }

.account-login .col2-set .content p.required {
  text-align: left; }

.account-login .col2-set .content input {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 6px 7px;
  display: inline-block;
  margin-bottom: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px; }

.account-login .col2-set .content h2 {
  font-size: 17px;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0; }

.account-login .col2-set .content ul {
  margin: 0;
  padding: 0 0 10px 0; }

.account-login .col2-set .buttons-set {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 15px; }

.account-login .col2-set .buttons-set a.f-left {
  margin-top: 9px;
  color: #ff0000;
  font-weight: bold;
  text-decoration: none; }

.account-login .col2-set .buttons-set a.f-left:hover {
  text-decoration: underline; }

.account-login .col2-set .buttons-set .reg-additional-info {
  font-size: 13px;
  color: #666; }

.account-login .col2-set .buttons-set .reg-additional-info a {
  text-decoration: none;
  color: #d80000;
  font-weight: bold; }

.account-login .col2-set .buttons-set .reg-additional-info a:hover {
  border-bottom: 1px solid #d80000; }

.account-login .col2-set .buttons-set button {
  float: right;
  background: #000;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 14px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-bottom: 0; }

.account-login .col2-set .buttons-set button:hover {
  background: #333; }

.account-login .col2-set .buttons-set button span {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px; }

.account-login .col2-set .buttons-set button span span {
  border: 0;
  padding: 0; }

.customer-account-create a.back-link {
  color: #55AA99; }

.customer-account-create a.back-link:hover {
  text-decoration: underline; }

.customer-account-create ul.form-list {
  padding-left: 0; }

.customer-account-create button.button {
  background: #000;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 14px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-bottom: 0; }

.customer-account-create button.button:hover {
  background: #333; }

.customer-account-create button.button span {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px; }

.customer-account-create button.button span span {
  border: 0;
  padding: 0; }

.customer-account-create .account-create {
  margin: 0px 15px 15px 15px;
  padding-top: 23px; }

.customer-account-create .page-title {
  border-bottom: 0; }

.customer-account-create .fieldset {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  margin: 30px 0px 8px 0px; }

.customer-account-create .fieldset:last-child {
  margin-bottom: 0; }

.customer-account-create .fieldset .legend {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  color: #000;
  padding: 5px 10px;
  margin-top: -36px; }

.customer-account-create input {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 6px 7px;
  display: inline-block;
  margin-bottom: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px; }

.customer-account-forgotpassword .col-full-width {
  margin: 0px 15px 15px 15px;
  padding-top: 23px; }

.customer-account-forgotpassword .col-full-width button.button {
  background: #000;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 14px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-bottom: 0; }

.customer-account-forgotpassword .col-full-width button.button:hover {
  background: #333; }

.customer-account-forgotpassword .col-full-width button.button span {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px; }

.customer-account-forgotpassword .col-full-width button.button span span {
  border: 0;
  padding: 0; }

.customer-account-forgotpassword .col-full-width .back-link a {
  color: #55AA99; }

.customer-account-forgotpassword .col-full-width .back-link a:hover {
  text-decoration: underline; }

.customer-account-forgotpassword .col-full-width ul.form-list {
  padding-left: 0; }

.customer-account-forgotpassword .col-full-width .fieldset {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  margin: 30px 0px 8px 0px; }

.customer-account-forgotpassword .col-full-width .fieldset:last-child {
  margin-bottom: 0; }

.customer-account-forgotpassword .col-full-width .fieldset .legend {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  color: #000;
  padding: 5px 10px;
  margin-top: -36px; }

.customer-account-forgotpassword .col-full-width input {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 6px 7px;
  display: inline-block;
  margin-bottom: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px; }

.my-account {
  margin: 0px 15px 15px 15px;
  padding-top: 23px; }

.my-account .box-account {
  padding: 15px;
  background: #f2f2f2;
  border: 1px solid #e2e2e2; }

.my-account .box-account a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #55aa59; }

.my-account .box-account a:hover {
  border-bottom: 1px solid #55aa59; }

.my-account .box-account h2 {
  margin: -14px -15px 15px -15px;
  background: #e2e2e2;
  font-weight: normal;
  padding: 6px 15px;
  border-bottom: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.my-account .box-account .col2-set:last-child {
  margin-bottom: 0; }

.my-account .box-account .col2-set .box {
  padding: 15px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
  min-height: 110px;
  overflow: hidden; }

.my-account table {
  border: 1px solid #e2e2e2;
  margin-bottom: 15px; }

.my-account table thead tr th {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px; }

.my-account table tbody tr td {
  background: #fafafa;
  border: 1px solid #e2e2e2;
  font-size: 12px; }

.my-account table tbody tr td.last a {
  font-size: 12px;
  color: #55aa59; }

.my-account table tbody tr td.last a:hover {
  border-bottom: 1px solid #55aa59; }

.my-account table tbody tr td.last a.link-reorder {
  float: left; }

.my-account table tbody tr td.last a.link-reorder:hover {
  border-bottom: 1px solid #dc6809; }

.my-account .pager {
  padding: 6px 10px;
  background: #f2f2f2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px; }

.my-account .pager .amount {
  margin: 0 10px 0 0;
  font-size: 12px;
  padding: 4px 0; }

.my-account .pager .limiter {
  padding: 7px 0;
  font-size: 12px; }

.my-account .pager .limiter label {
  font-size: 12px; }

.my-account .pager .limiter select {
  padding: 3px;
  font-size: 12px; }

.block-account ul {
  padding: 0;
  margin: 0; }

.block-account .block-title {
  background: #f2f2f2;
  border-bottom: 1px solid #e2e2e2; }

.block-account .block-title strong {
  color: #000; }

.block-account .block-content li a {
  font-size: 12px; }

.block-account .block-content li a:hover {
  color: #ff0000; }

.block-account .block-content li.current {
  padding: 0;
  border: none; }

.block-account .block-content li.current a {
  color: #ff0000; }

.block-account .block-content li strong {
  font-size: 12px;
  font-weight: normal; }

.fieldset {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  margin: 30px 0px 8px 0px; }

.fieldset .legend {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  color: #000;
  padding: 5px 10px;
  margin-top: -36px; }

.fieldset input {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 6px 7px;
  display: inline-block;
  margin-bottom: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px; }

ul.form-list {
  padding-left: 0; }

p.back-link a {
  color: #55AA99; }

p.back-link a:hover {
  text-decoration: underline; }

.buttons-set button.button {
  background: #000;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 14px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-bottom: 0; }

.buttons-set button.button:hover {
  background: #333; }

.buttons-set button.button:active {
  background: #000; }

.buttons-set button.button span {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px; }

.buttons-set button.button span span {
  border: 0;
  padding: 0; }

.form-list select {
  color: #999;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-color: #E2E2E2; }

.customer-account-logoutsuccess .col-full-width {
  padding: 20px; }

.order-info-box {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  padding: 12px 15px;
  margin: 0 0 15px; }

.order-info {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  padding: 4px 8px;
  margin: 0 0 8px; }

.title-buttons .link-reorder {
  font-size: 12px; }

.title-buttons .link-reorder:hover {
  border-bottom: 1px solid #dc6809; }

.title-buttons .link-print {
  font-size: 12px; }

.title-buttons .link-print:hover {
  border-bottom: 1px solid #dc6809; }

.title-buttons .separator {
  color: #ccc; }

#ajaxcart-response-content {
  width: 388px;
  background: #fff;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #203548;
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -194px;
  -moz-box-shadow: 0 1px 15px black;
  -webkit-box-shadow: 0 1px 15px black;
  box-shadow: 0 1px 15px black;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

#ajaxcart-response-content span {
  display: block;
  margin-bottom: 15px; }

#ajaxcart-response-content button {
  border: 0;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#dddddd',GradientType=0 );
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0; }

#ajaxcart-response-content button:hover {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

#ajaxcart-response-content button:active {
  background: #ddd; }

#ajaxcart-response-content button.continue-btn {
  background: #000;
  color: #fff;
  text-shadow: none; }

#ajaxcart-response-content button.continue-btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #333; }

#ajaxcart-response-content button.continue-btn:after {
  content: " ►"; }

#ajaxcart-response-content .ajax-content-container {
  position: relative;
  padding: 20px;
  border: 3px solid #e2e2e2; }

#ajaxcart-response-content .ajax-content-container #popupBoxClose {
  font-size: 22px;
  position: absolute;
  top: -18px;
  right: -17px;
  height: 30px;
  width: 30px;
  text-align: center;
  display: block;
  line-height: 30px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

#ajaxcart-response-content .ajax-content-container #popupBoxClose:hover {
  background: #ccc;
  cursor: pointer; }

#ajaxcart-response-content .ajax-content-container #popupBoxClose:active {
  top: -17px; }

#ajaxcart-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999; }

.overlay {
  background: #000;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
  filter: alpha(opacity=80);
  zoom: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000; }

.note-msg {
  background: #F9A443;
  border-bottom: 3px solid #d08026;
  color: #fff;
  padding: 6px 10px; }

.notice-msg {
  background: #F9A443;
  border-bottom: 3px solid #d08026;
  color: #fff;
  padding: 6px 10px; }

.messages {
  list-style: none;
  padding: 0;
  margin: 10px 0; }

.messages .success-msg {
  background: #39cf7f;
  border-bottom: 3px solid #21b667;
  color: #fff;
  padding: 6px 10px; }

.messages .success-msg ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.messages .error-msg {
  background: #ED4337;
  border-bottom: 3px solid #b20000;
  color: #fff;
  padding: 6px 10px; }

.messages .error-msg ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.validation-advice {
  margin: -9px 0 0 0; }

.cms-page-view .col-main {
  padding: 11px 20px 10px 20px;
  width: 700px; }

.cms-page-view .page-title {
  margin-bottom: 15px; }

.cms-page-view p {
  color: #333; }

ul.form-list {
  list-style: none; }

ul.form-list .input-box textarea {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 6px 7px;
  display: inline-block;
  margin-bottom: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px; }

.contact-page {
  margin-bottom: 15px; }

.contact-page h2 {
  font-size: 17px;
  margin: 0 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1; }

.contact-page ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.contact-page ul li {
  color: #333;
  float: left;
  width: 33.3%;
  width: 181px;
  height: 80px;
  padding: 0 25px;
  background: #fcfcfc;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 0 1px 1px 0; }

.contact-page ul li.last {
  border-right: none; }

.contact-page ul li h3 {
  font-size: 15px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #e2e2e2; }

.contact-page ul li p {
  font-size: 13px;
  color: #666; }

.contact-page ul li a {
  text-decoration: none;
  color: #d80000;
  font-weight: bold;
  display: block; }

.contact-page ul li a:hover {
  text-decoration: underline; }

.contact-page:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.google-maps {
  width: 700px;
  height: 300px; }

.asukoht {
  font-weight: bold;
  margin-bottom: 5px !important; }

.asukoht span {
  color: #ff0000; }

.kaubamargid img {
  max-width: 300px;
  padding: 10px;
  border: 1px solid #efefef;
  margin: 10px; }

.blog-index-list a.aw-blog-read-more, .blog-post-view a.aw-blog-read-more {
  color: #ff0000;
  font-weight: bold;
  display: block; }

.blog-index-list .postDetails, .blog-post-view .postDetails {
  display: none; }

.blog-index-list .postTitle, .blog-post-view .postTitle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #efefef; }

.blog-index-list h1, .blog-post-view h1 {
  text-shadow: none; }

.blog-index-list h1 a, .blog-post-view h1 a {
  color: #666; }

ul.level0 {
  display: none; }

.active .level0 {
  display: block; }

.ajax-loader {
  background: #333;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  text-align: center;
  width: 240px;
  margin: 0 auto;
  margin-bottom: 10px; }

.product-code span {
  padding-left: 10px; }

.brands-slider {
  width: 700px;
  margin: 0 auto; }

.brands-slider .bx-viewport {
  background: #fafafa;
  border-bottom: 3px solid #e2e2e2;
  overflow: hidden; }

.brands-slider .bx-controls {
  text-align: center;
  padding: 10px 0; }

.brands-slider .bx-controls a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url(../images/icons/slider-btns.png) no-repeat;
  background-position: 0 0; }

.brands-slider .bx-controls a:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 75 ")";
  filter: alpha(opacity=75);
  zoom: 1; }

.brands-slider .bx-controls a:active {
  position: relative;
  top: 1px; }

.brands-slider .bx-controls a.bx-next {
  background-position: 0 -40px;
  margin-left: 10px; }

.brands-slider .kaubamargid-slider {
  list-style: none;
  margin: 0;
  padding: 0; }

.item .customerproducts-add {
  display: none; }

.item .more-info .product-description {
  width: 595px; }

.item.active .customerproducts-add, .item.active .customerproducts-remove {
  display: block;
  float: right;
  width: 260px;
  height: 25px;
  position: absolute;
  bottom: 44px;
  right: -86px; }

.item.active .customerproducts-add button, .item.active .customerproducts-remove button {
  outline: none;
  position: static;
  background: none !important;
  text-shadow: none !important;
  color: #999 !important;
  margin: 0px;
  padding: 0px;
  text-decoration: underline !important;
  text-align: left; }

.item.active .customerproducts-add button:active, .item.active .customerproducts-remove button:active {
  outline: none;
  color: #333 !important; }

.item.active .customerproducts-add button:hover, .item.active .customerproducts-remove button:hover {
  text-decoration: none !important; }

.item.active .product-ean {
  display: inline-block; }

.item.active .more-info {
  padding-top: 0px; }

.item.active .more-info .product-description {
  display: block; }

.item .product-ean {
  display: none; }

.item .more-info {
  clear: both;
  display: block; }

.item .more-info .product-description {
  display: none;
  width: 455px;
  height: auto;
  line-height: 1.2;
  color: #333;
  font-size: 13px; }

.item .more-info .add-to-cart label {
  float: left;
  margin: 7px 5px 0 0;
  color: #666;
  font-size: 12px; }

.item .more-info .add-to-cart .qty {
  float: left;
  width: 25px;
  text-align: center;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  padding: 8px 6px;
  border: 1px solid #ddd;
  font-size: 12px; }

.item .more-info .add-to-cart button {
  float: left;
  background: #000;
  border: 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  padding: 9px 18px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-bottom: 8px; }

.item .more-info .add-to-cart button:hover {
  background: #333; }

.item .more-info .add-to-cart button:active {
  background: #000; }

.item .more-info .add-to-cart p {
  float: left;
  font-size: 12px;
  color: #999;
  padding: 8px 0 0 10px; }

.pages {
  clear: both; }

.pages strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px; }

.pages ol {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0; }

.pages ol li {
  float: left; }

.pages ol li a {
  display: block;
  padding: 1px 3px;
  font-size: 12px;
  line-height: 1;
  color: #55aa59; }

.pages ol li a:hover {
  text-decoration: underline; }

.pages ol li.current {
  padding: 1px 3px;
  font-size: 12px;
  line-height: 1; }

ul.kaubamargid2 li {
  list-style: none;
  width: 33%;
  float: left; }

ul.kaubamargid2 li img {
  width: 87%; }

.onestepcheckout-totals .grand-total .title span {
  color: #666;
  float: left;
  font-size: 10px; }

.footer .slider-container .slider .bx-controls a.bx-next {
  outline: 0;
  -moz-user-select: none; }

.footer .slider-container .slider .bx-controls a.bx-prev {
  outline: 0;
  -moz-user-select: none; }

.content.logged-in .group-select .onestepcheckout-summary .onestepcheckout-totals .grand-total .title span {
  float: none !important; }

.mfp-bottom-bar {
  min-width: 300px; }

.mfp-img {
  max-width: 800px !important;
  max-height: 600px !important; }

.mfp-wrap {
  z-index: 999999 !important; }

.cms-home .products-grid li.item .tier-prices span {
  color: #444;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: none; }

strong.product-code, .out-of-stock-text, strong.product-ean {
  font-weight: normal;
  font-size: 13px !important;
  color: #333; }

.catalog-category-view .category-description.std {
  padding: 10px 20px;
  font-weight: bold;
  color: #5f5d5c;
  font-size: 12px; }

.contacts-index-index ul.messages {
  margin: 0; }

.contacts-index-index .buttons-set {
  padding: 20px; }

.catalogsearch-result-index #search_mini_form_div {
  float: left; }

/*----------------------MAIN*/
.main .container .col2-left-layout .sidebar-container input#my-sidemenu,
.main .container .col2-left-layout .sidebar-container input#account-checkbox {
  display: none; }

.main .container .col2-left-layout .sidebar-container label {
  display: none; }

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

/*----------------------MAIN END*/
/*----------------------HEADER*/
.dropdown label,
.dropdown a[role="button"] {
  display: none; }

.dropdown input[type="checkbox"] {
  position: absolute;
  left: -100vw; }

@media (max-width: 960px) {
  img {
    max-width: 100%;
    height: auto; }
  .header .container {
    width: 100%; }
    .header .container .left-shadow,
    .header .container .right-shadow {
      display: none; }
    .header .container .logo {
      width: 20%; }
      .header .container .logo a {
        width: 100%; }
        .header .container .logo a img {
          width: 100%;
          object-fit: cover;
          height: 100%; }
    .header .container .right {
      width: 80%; }
      .header .container .right .three-columns .col.col1 {
        width: 46%; }
      .header .container .right .three-columns .col.col2 {
        width: 27%; }
        .header .container .right .three-columns .col.col2 a.logout {
          position: absolute;
          right: 0; }
      .header .container .right .three-columns .col.col3 {
        width: 27%; }
      .header .container .right .top-nav ul {
        width: 100%;
        box-sizing: border-box; }
  /*----------------------HEADER END*/
  /*----------------------MAIN*/
  .mfp-figure img {
    max-width: 100% !important; }
  .mfp-figure .mfp-close {
    top: 33px;
    font-size: 3.5em;
    color: #000; }
  .onestepcheckout-index-index .main .col-full-width {
    padding: 0; }
  .main .container {
    width: 100%;
    margin-top: 90px; }
    .main .container .front-products .products-special-offer ul.products-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .main .container .front-products .products-special-offer li.item {
      width: 25%; }
      .main .container .front-products .products-special-offer li.item .product-image {
        height: auto; }
      .main .container .front-products .products-special-offer li.item .more-info.active {
        height: auto;
        bottom: 15px;
        -webkit-transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%); }
        .main .container .front-products .products-special-offer li.item .more-info.active .add-to-cart .btn-cart {
          width: 100%;
          margin: 5px 0; }
      .main .container .front-products .products-special-offer li.item.last {
        border-right: 1px solid #eee; }
      .main .container .front-products .products-special-offer li.item .product-name {
        margin: 5px 0 12px 0; }
    .main .container .col-full-width .cart-collaterals .totals td {
      padding: 5px 0 5px 5px; }
    .main .container .col-full-width .cart-collaterals .totals ul.checkout-types {
      padding-right: 0; }
    .main .container .col-full-width form fieldset {
      padding: 5px 0;
      margin: 0;
      margin-left: -20px;
      margin-right: -20px; }
      .main .container .col-full-width form fieldset thead tr th {
        padding: 9px 5px; }
      .main .container .col-full-width form fieldset tbody tr {
        height: 110px; }
        .main .container .col-full-width form fieldset tbody tr td {
          vertical-align: top;
          padding: 9px 0; }
          .main .container .col-full-width form fieldset tbody tr td.a-right {
            padding: 9px 10px 9px 0; }
          .main .container .col-full-width form fieldset tbody tr td.a-center input.input-text {
            border: 1px solid #ddd;
            border-radius: 2px; }
          .main .container .col-full-width form fieldset tbody tr td.a-center.last a.btn-remove {
            padding-right: 5px; }
          .main .container .col-full-width form fieldset tbody tr td img {
            min-width: 50px;
            padding-left: 5px; }
          .main .container .col-full-width form fieldset tbody tr td .btn-remove {
            line-height: 1.5; }
          .main .container .col-full-width form fieldset tbody tr td .cart-price {
            line-height: 2; }
          .main .container .col-full-width form fieldset tbody tr td .product-name {
            position: absolute;
            margin-top: 55px;
            left: 5px;
            max-width: 44%;
            font-size: 11px; }
          .main .container .col-full-width form fieldset tbody tr td .product-sku {
            position: absolute;
            margin-top: 48px;
            right: 5px;
            max-width: 44%;
            text-align: right; }
          .main .container .col-full-width form fieldset tbody tr td .item-msg.notice {
            max-width: 100%;
            position: absolute;
            margin-top: 80px;
            left: 5px; }
          .main .container .col-full-width form fieldset tbody tr td .item-msg.error {
            position: absolute;
            right: 5px;
            margin-top: 80px; }
    .main .container .col-full-width form#onestepcheckout-form fieldset tbody tr {
      height: auto; }
      .main .container .col-full-width form#onestepcheckout-form fieldset tbody tr td {
        padding: 9px 6px;
        word-break: break-word; }
    .main .container .col-full-width .cart p {
      max-width: 100%; }
    .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-title {
      padding: 5px 15px; }
    .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one,
    .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two,
    .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three {
      width: 100%; }
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .oc-column-content,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .oc-column-content,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .oc-column-content {
        padding: 20px 10px; }
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .oc-column-content table td,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .oc-column-content table td,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .oc-column-content table td {
          width: 1%; }
          .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .oc-column-content table td:first-child,
          .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .oc-column-content table td:first-child,
          .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .oc-column-content table td:first-child {
            max-width: 140px;
            width: auto; }
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .oc-column-content .onestepcheckout-numbers,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .oc-column-content .onestepcheckout-numbers,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .oc-column-content .onestepcheckout-numbers {
          margin: 0; }
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .onestepcheckout-summary,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .onestepcheckout-totals,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .onestepcheckout-summary,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .onestepcheckout-totals,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .onestepcheckout-summary,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .onestepcheckout-totals {
        padding: 0;
        width: 100%; }
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .onestepcheckout-summary .grand-total .title span,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .onestepcheckout-totals .grand-total .title span,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .onestepcheckout-summary .grand-total .title span,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .onestepcheckout-totals .grand-total .title span,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .onestepcheckout-summary .grand-total .title span,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .onestepcheckout-totals .grand-total .title span {
          float: none; }
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .onestepcheckout-comments,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .onestepcheckout-comments,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .onestepcheckout-comments {
        padding: 5px; }
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .onestepcheckout-comments #id_comments,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .onestepcheckout-comments #id_comments,
        .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .onestepcheckout-comments #id_comments {
          width: 100%;
          box-sizing: border-box; }
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-one .onestepcheckout-place-order,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-two .onestepcheckout-place-order,
      .main .container .col-full-width .main-block .content form .group-select .onestepcheckout-threecolumns .onestep-column-three .onestepcheckout-place-order {
        padding: 20px 5px; }
    .main .container .col2-left-layout .sidebar-container {
      position: absolute;
      z-index: 666;
      width: 100%;
      top: 140px; }
      .main .container .col2-left-layout .sidebar-container .sidebar {
        background: transparent;
        height: 40px;
        width: 100%; }
        .main .container .col2-left-layout .sidebar-container .sidebar .nav-container {
          position: relative;
          display: inline-block;
          width: 25%;
          height: 40px; }
          .main .container .col2-left-layout .sidebar-container .sidebar .nav-container ul#nav {
            position: absolute;
            z-index: 999;
            display: block;
            left: -100vw;
            top: 40px;
            background: #fff;
            padding: 0;
            margin: 0;
            list-style: none;
            width: 220px;
            -webkit-font-smoothing: antialiased;
            transform-origin: 0% 0%;
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -webkit-transform: translate(-100%, 0);
            -moz-transform: translate(-100%, 0);
            -ms-transform: translate(-100%, 0);
            -o-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
            -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
            -moz-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
            -ms-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
            -o-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
            transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
            .main .container .col2-left-layout .sidebar-container .sidebar .nav-container ul#nav li {
              width: 100%; }
          .main .container .col2-left-layout .sidebar-container .sidebar .nav-container input {
            position: absolute;
            left: -100vw;
            display: inline-block; }
            .main .container .col2-left-layout .sidebar-container .sidebar .nav-container input:checked ~ label {
              width: 100%;
              border-radius: 0;
              -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
              -moz-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
              -ms-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
              -o-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
              transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
              .main .container .col2-left-layout .sidebar-container .sidebar .nav-container input:checked ~ label span.arrowSpan {
                background: url(../images/icons/arrow_left.png) center center no-repeat; }
          .main .container .col2-left-layout .sidebar-container .sidebar .nav-container label,
          .main .container .col2-left-layout .sidebar-container .sidebar .nav-container a[role="button"] {
            display: inline-block;
            cursor: pointer;
            font-weight: 600;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            text-align: center;
            line-height: 40px;
            top: 50%;
            width: 100%;
            height: 40px;
            background: #ff0000;
            color: #fff;
            -moz-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
            font-size: 0.9em;
            text-transform: uppercase;
            z-index: 999; }
            .main .container .col2-left-layout .sidebar-container .sidebar .nav-container label span.arrowSpan,
            .main .container .col2-left-layout .sidebar-container .sidebar .nav-container a[role="button"] span.arrowSpan {
              height: 16px;
              width: 16px;
              background: url(../images/icons/arrow_right.png) center center no-repeat;
              position: absolute;
              top: 12px;
              right: -18px; }
          .main .container .col2-left-layout .sidebar-container .sidebar .nav-container input[type="checkbox"]:checked ~ ul#nav,
          .main .container .col2-left-layout .sidebar-container .sidebar .nav-container ul#nav:target {
            left: 0; }
          .main .container .col2-left-layout .sidebar-container .sidebar .nav-container input[type="checkbox"]:checked ~ ul#nav {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            max-height: 350px;
            max-height: -webkit-calc(100vh - 90px);
            max-height: -moz-calc(100vh - 90px);
            max-height: calc(100vh - 90px);
            height: auto;
            overflow-y: scroll;
            box-sizing: border-box;
            -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2); }
      .main .container .col2-left-layout .sidebar-container .block-account .block-title {
        display: none; }
      .main .container .col2-left-layout .sidebar-container .block-account .block-content {
        height: 40px;
        box-sizing: border-box;
        width: 75%;
        text-align: center;
        background-color: transparent;
        padding: 0;
        position: absolute;
        left: 25%; }
        .main .container .col2-left-layout .sidebar-container .block-account .block-content ul {
          position: absolute;
          z-index: 666;
          display: block;
          top: -100vw;
          background: #fff;
          padding: 0;
          margin: 0;
          list-style: none;
          width: 100%;
          -webkit-font-smoothing: antialiased;
          transform-origin: 0% 0%;
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -webkit-transform: translate(0, -100%);
          -moz-transform: translate(0, -100%);
          -ms-transform: translate(0, -100%);
          -o-transform: translate(0, -100%);
          transform: translate(0, -100%);
          border: 1px solid #ddd;
          -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
          -moz-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
          -ms-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
          -o-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
          transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
          .main .container .col2-left-layout .sidebar-container .block-account .block-content ul li {
            width: 100%; }
            .main .container .col2-left-layout .sidebar-container .block-account .block-content ul li a {
              padding: 6px 0; }
        .main .container .col2-left-layout .sidebar-container .block-account .block-content input {
          position: absolute;
          left: -100vw;
          display: inline-block; }
          .main .container .col2-left-layout .sidebar-container .block-account .block-content input:checked ~ label {
            width: 100%;
            border-radius: 0;
            -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
            -moz-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
            -ms-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
            -o-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
            transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
        .main .container .col2-left-layout .sidebar-container .block-account .block-content label,
        .main .container .col2-left-layout .sidebar-container .block-account .block-content a[role="button"] {
          display: inline-block;
          position: relative;
          z-index: 999;
          cursor: pointer;
          font-weight: 600;
          text-align: center;
          line-height: 40px;
          width: 100%;
          height: 40px;
          color: #666;
          background: #f4f4f4;
          -moz-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3); }
        .main .container .col2-left-layout .sidebar-container .block-account .block-content input[type="checkbox"]:checked ~ ul,
        .main .container .col2-left-layout .sidebar-container .block-account .block-content ul:target {
          top: 40px; }
        .main .container .col2-left-layout .sidebar-container .block-account .block-content input[type="checkbox"]:checked ~ ul {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          max-height: -webkit-calc(100vh - 90px);
          max-height: -moz-calc(100vh - 90px);
          max-height: calc(100vh - 90px);
          height: auto;
          overflow-y: scroll;
          -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2); }
    .main .container .col2-left-layout .col-main {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .main .container .col2-left-layout .col-main .brands-slider {
        width: 100%; }
      .main .container .col2-left-layout .col-main #search_mini_form_div {
        margin: 0 0 20px 20px; }
      .main .container .col2-left-layout .col-main .my-account form .fieldset {
        padding: 10px; }
        .main .container .col2-left-layout .col-main .my-account form .fieldset h2.legend {
          margin: -24px 0 0 0; }
        .main .container .col2-left-layout .col-main .my-account form .fieldset .form-list {
          margin-bottom: 5px; }
          .main .container .col2-left-layout .col-main .my-account form .fieldset .form-list .field {
            width: 100%; }
            .main .container .col2-left-layout .col-main .my-account form .fieldset .form-list .field .input-box {
              width: 100%; }
              .main .container .col2-left-layout .col-main .my-account form .fieldset .form-list .field .input-box input {
                width: 100%;
                box-sizing: border-box; }
      .main .container .col2-left-layout .col-main .my-account table {
        border: 0; }
      .main .container .col2-left-layout .col-main .my-account table caption {
        font-size: 1.3em; }
      .main .container .col2-left-layout .col-main .my-account table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .main .container .col2-left-layout .col-main .my-account table tbody tr,
      .main .container .col2-left-layout .col-main .my-account table thead tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em; }
      .main .container .col2-left-layout .col-main .my-account table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right; }
        .main .container .col2-left-layout .col-main .my-account table td br {
          display: none; }
        .main .container .col2-left-layout .col-main .my-account table td.last {
          min-height: 26px;
          padding: 3px 8px;
          box-sizing: border-box; }
          .main .container .col2-left-layout .col-main .my-account table td.last a:last-child {
            float: right !important; }
      .main .container .col2-left-layout .col-main .my-account table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase; }
      .main .container .col2-left-layout .col-main .my-account table td:last-child {
        border-bottom: 0; }
        .main .container .col2-left-layout .col-main .my-account table td:last-child a {
          font-size: 0.85em; }
      .main .container .col2-left-layout .col-main .my-account .dashboard .welcome-msg {
        margin: 0 0 1.5em 0; }
      .main .container .col2-left-layout .col-main .my-account .box-account {
        padding: 0 5px 5px 5px; }
        .main .container .col2-left-layout .col-main .my-account .box-account .box-head h2 {
          margin: 0 -5px 5px -5px; }
        .main .container .col2-left-layout .col-main .my-account .box-account .col2-set .col-1,
        .main .container .col2-left-layout .col-main .my-account .box-account .col2-set .col-2 {
          width: 100%; }
          .main .container .col2-left-layout .col-main .my-account .box-account .col2-set .col-1 .box,
          .main .container .col2-left-layout .col-main .my-account .box-account .col2-set .col-2 .box {
            padding: 5px; }
            .main .container .col2-left-layout .col-main .my-account .box-account .col2-set .col-1 .box .box-content p,
            .main .container .col2-left-layout .col-main .my-account .box-account .col2-set .col-2 .box .box-content p {
              margin: 0; }
      .main .container .col2-left-layout .col-main .products-list {
        margin: 0 10px; }
        .main .container .col2-left-layout .col-main .products-list li {
          min-height: 130px !important;
          padding: 10px 0 20px 0; }
        .main .container .col2-left-layout .col-main .products-list li.active {
          margin: 0 -10px;
          padding: 10px; }
          .main .container .col2-left-layout .col-main .products-list li.active .add-to-cart {
            right: 10px; }
            .main .container .col2-left-layout .col-main .products-list li.active .add-to-cart .customerproducts-add {
              right: 0;
              bottom: 80px;
              width: 200px; }
              .main .container .col2-left-layout .col-main .products-list li.active .add-to-cart .customerproducts-add button.customerproducts-add,
              .main .container .col2-left-layout .col-main .products-list li.active .add-to-cart .customerproducts-add .customerproducts-remove {
                width: auto;
                padding: 10px 0; }
          .main .container .col2-left-layout .col-main .products-list li.active .product-shop {
            width: 100%; }
            .main .container .col2-left-layout .col-main .products-list li.active .product-shop .more-info.active {
              width: 100%;
              margin-bottom: 29px; }
              .main .container .col2-left-layout .col-main .products-list li.active .product-shop .more-info.active .product-description {
                width: 100%; }
                .main .container .col2-left-layout .col-main .products-list li.active .product-shop .more-info.active .product-description p {
                  margin: 0 0 20px 0; }
        .main .container .col2-left-layout .col-main .products-list .product-pictures {
          width: 100%; }
          .main .container .col2-left-layout .col-main .products-list .product-pictures img {
            padding: 0 5px 5px 0; }
          .main .container .col2-left-layout .col-main .products-list .product-pictures a {
            padding: 0; }
            .main .container .col2-left-layout .col-main .products-list .product-pictures a:focus {
              outline: none; }
            .main .container .col2-left-layout .col-main .products-list .product-pictures a img {
              padding: 0 5px 5px 0; }
        .main .container .col2-left-layout .col-main .products-list .product-shop .add-to-cart {
          right: 0; }
        .main .container .col2-left-layout .col-main .products-list .product-shop .actions {
          right: 0; }
        .main .container .col2-left-layout .col-main .products-list .product-shop .price-box {
          width: 45vw; }
        .main .container .col2-left-layout .col-main .products-list .add-to-cart {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          display: -webkit-flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-left: 120px; }
          .main .container .col2-left-layout .col-main .products-list .add-to-cart button {
            padding: 9px 10px;
            float: right; }
          .main .container .col2-left-layout .col-main .products-list .add-to-cart label {
            height: 30px; }
          .main .container .col2-left-layout .col-main .products-list .add-to-cart .qty {
            padding: 8px 0;
            position: absolute;
            right: 0;
            top: 0; }
      .main .container .col2-left-layout .col-main .std .contact-page ul li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33%; }
      .main .container .col2-left-layout .col-main .std .google-maps {
        width: 100%; }
        .main .container .col2-left-layout .col-main .std .google-maps iframe {
          width: 100%; }
      .main .container .col2-left-layout .col-main .front-right {
        width: 100%; }
        .main .container .col2-left-layout .col-main .front-right .home-slider {
          margin-top: 0; }
          .main .container .col2-left-layout .col-main .front-right .home-slider ul.front-slider li img {
            flex-shrink: 0;
            width: 100%; }
    .main .container #ajaxcart-popupbox #ajaxcart-response-content {
      width: 91vw;
      max-width: 388px;
      margin: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  /*----------------------MAIN END*/
  /*----------------------FOOTER*/
  .footer .container {
    width: 100%; }
    .footer .container .slider-container .slider {
      width: 85%; }
      .footer .container .slider-container .slider .bx-wrapper {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
  /*----------------------FOOTER END*/ }

@media (max-width: 800px) {
  /*----------------------HEADER*/
  .header .container .logo {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 60px;
    height: 50px; }
  .header .container .right {
    width: 100%; }
  /*----------------------HEADER END*/
  /*----------------------FOOTER*/
  .footer .slider-container .slider .bottom-slider li {
    min-width: 23vw; }
  /*----------------------FOOTER END*/ }

@media (max-width: 575px) {
  /*----------------------MAIN*/
  .main .container .front-products .products-special-offer li.item {
    width: 36%; }
  .main .container .front-products .heading {
    padding: 15px; }
    .main .container .front-products .heading h2 {
      font-size: 14px; }
    .main .container .front-products .heading .form-search {
      width: 50%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main .container .front-products .heading .form-search input {
        margin-top: 0;
        width: 80%; }
  .main .container .col-full-width .account-login {
    margin: 0; }
    .main .container .col-full-width .account-login .reg-additional-info {
      width: -webkit-calc(100% - 70px);
      width: -moz-calc(100% - 70px);
      width: calc(100% - 70px); }
    .main .container .col-full-width .account-login .form-list .input-box {
      width: 100%; }
      .main .container .col-full-width .account-login .form-list .input-box input {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
  .main .container .col2-left-layout .sidebar-container {
    position: fixed;
    top: 50px; }
  .main .container .col2-left-layout .col-main form .fieldset {
    padding: 22px 10px 33px; }
    .main .container .col2-left-layout .col-main form .fieldset .legend {
      margin-left: 0; }
    .main .container .col2-left-layout .col-main form .fieldset .form-list .field {
      width: 100%; }
    .main .container .col2-left-layout .col-main form .fieldset .form-list .input-box {
      margin: 0;
      width: 100%; }
      .main .container .col2-left-layout .col-main form .fieldset .form-list .input-box textarea,
      .main .container .col2-left-layout .col-main form .fieldset .form-list .input-box input {
        width: 100%;
        box-sizing: border-box; }
  .main .container .col2-left-layout .col-main .std form .fieldset {
    padding: 22px 10px 33px; }
    .main .container .col2-left-layout .col-main .std form .fieldset .form-list .field {
      width: 100%; }
    .main .container .col2-left-layout .col-main .std form .fieldset .form-list .input-box {
      margin: 0;
      width: 100%; }
      .main .container .col2-left-layout .col-main .std form .fieldset .form-list .input-box textarea,
      .main .container .col2-left-layout .col-main .std form .fieldset .form-list .input-box input {
        width: 100%;
        box-sizing: border-box; }
  .main .container .col2-left-layout .col-main .category-products .toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 5px; }
    .main .container .col2-left-layout .col-main .category-products .toolbar .pager {
      width: 45%; }
      .main .container .col2-left-layout .col-main .category-products .toolbar .pager .amount {
        margin: 0;
        padding: 6px 0; }
    .main .container .col2-left-layout .col-main .category-products .toolbar .sort-by {
      margin: 0; }
      .main .container .col2-left-layout .col-main .category-products .toolbar .sort-by select {
        margin-bottom: 6px; }
    .main .container .col2-left-layout .col-main .category-products .toolbar #search_mini_form {
      width: 45%; }
    .main .container .col2-left-layout .col-main .category-products .toolbar .form-search {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main .container .col2-left-layout .col-main .category-products .toolbar .form-search input {
        margin-top: 0;
        width: 80%; }
  .main .container .col2-left-layout .col-main .std .contact-page ul li {
    width: 50%;
    margin: 0;
    border-right: 1px solid #ededed;
    padding: 0 0 0 10px; }
    .main .container .col2-left-layout .col-main .std .contact-page ul li.last iframe {
      display: none; }
  .main .container .col2-left-layout .col-main .brands-slider ul {
    padding-left: 0; }
    .main .container .col2-left-layout .col-main .brands-slider ul li {
      padding: 0 5px;
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .main .container .col2-left-layout .col-main .brands-slider ul li img {
        width: 100%; }
  .main .container .col2-left-layout .col-main .front-right .news {
    height: auto; }
  .main .container .col2-left-layout .col-main .front-right .home-slider ul.front-slider li img {
    min-width: 400px; }
  .main .container .col2-left-layout .col-main .front-right .home-slider .bx-controls .bx-pager {
    right: 48%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  /*----------------------MAIN END*/
  /*----------------------HEADER*/
  .header .container .logo {
    display: block; }
  .header .container .right .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #ff0000;
    background: -moz-linear-gradient(top, red 0%, #d90000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(100%, #d90000));
    background: -webkit-linear-gradient(top, red 0%, #d90000 100%);
    background: -o-linear-gradient(top, red 0%, #d90000 100%);
    background: -ms-linear-gradient(top, red 0%, #d90000 100%);
    background: linear-gradient(to bottom, red 0%, #d90000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#d90000',GradientType=0 ); }
    .header .container .right .dropdown.langdropdown {
      background: transparent;
      width: 100%;
      float: right; }
      .header .container .right .dropdown.langdropdown input:checked ~ label {
        top: 50%;
        right: 0; }
      .header .container .right .dropdown.langdropdown ul {
        position: absolute;
        z-index: 666;
        display: block;
        left: auto;
        top: -100vw;
        box-sizing: border-box;
        background: #fff;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
        -moz-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
        -ms-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
        -o-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
        .header .container .right .dropdown.langdropdown ul li {
          text-align: center;
          width: 100%;
          height: 40px;
          line-height: 30px;
          background: #666666;
          background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #333333));
          background: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
          background: -o-linear-gradient(top, #666666 0%, #333333 100%);
          background: -ms-linear-gradient(top, #666666 0%, #333333 100%);
          background: linear-gradient(to bottom, #666666 0%, #333333 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333',GradientType=0 ); }
          .header .container .right .dropdown.langdropdown ul li.active a {
            background: transparent; }
          .header .container .right .dropdown.langdropdown ul li a {
            padding: 6px 0; }
      .header .container .right .dropdown.langdropdown input[type="checkbox"]:checked ~ ul,
      .header .container .right .dropdown.langdropdown ul:target {
        top: 50px; }
      .header .container .right .dropdown.langdropdown input[type="checkbox"]:checked ~ ul {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        max-height: -webkit-calc(100vh - 90px);
        max-height: -moz-calc(100vh - 90px);
        max-height: calc(100vh - 90px);
        height: auto;
        overflow-y: scroll; }
      .header .container .right .dropdown.langdropdown label {
        height: 50px;
        width: 100%;
        z-index: 999;
        top: 50%;
        right: 0;
        line-height: 50px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        background: #666666;
        background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #333333));
        background: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
        background: -o-linear-gradient(top, #666666 0%, #333333 100%);
        background: -ms-linear-gradient(top, #666666 0%, #333333 100%);
        background: linear-gradient(to bottom, #666666 0%, #333333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333',GradientType=0 ); }
        .header .container .right .dropdown.langdropdown label span {
          display: block;
          width: 29px;
          height: 50px;
          margin-bottom: 0;
          position: absolute;
          background: url(../images/icons/top_icons.png) no-repeat;
          border-radius: 0;
          z-index: auto;
          transform-origin: 23px 0px;
          -webkit-transform-origin: 23px 0px;
          -ms-transform-origin: 23px 0px;
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none;
          -webkit-transform: none !important;
          -moz-transform: none !important;
          -ms-transform: none !important;
          -o-transform: none !important;
          transform: none !important; }
    .header .container .right .dropdown ul {
      position: absolute;
      z-index: 999;
      display: block;
      left: -100vw;
      top: 50px;
      background: #fff;
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -webkit-transform: translate(-100%, 0);
      -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      -o-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
      -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      -moz-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      -ms-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      -o-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
      .header .container .right .dropdown ul li {
        width: 100%;
        height: 40px;
        background: #ff0000;
        background: -moz-linear-gradient(top, red 0%, #d90000 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(100%, #d90000));
        background: -webkit-linear-gradient(top, red 0%, #d90000 100%);
        background: -o-linear-gradient(top, red 0%, #d90000 100%);
        background: -ms-linear-gradient(top, red 0%, #d90000 100%);
        background: linear-gradient(to bottom, red 0%, #d90000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#d90000',GradientType=0 ); }
        .header .container .right .dropdown ul li:last-child {
          -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2); }
        .header .container .right .dropdown ul li a {
          padding: 0 15px;
          line-height: 40px; }
        .header .container .right .dropdown ul li .subdropdown input ~ label:after {
          content: '+';
          font-size: 32px;
          font-weight: 300; }
        .header .container .right .dropdown ul li .subdropdown input:checked ~ label {
          z-index: 1000; }
          .header .container .right .dropdown ul li .subdropdown input:checked ~ label:after {
            content: '-';
            font-size: 32px;
            font-weight: 300;
            line-height: 35px; }
        .header .container .right .dropdown ul li .subdropdown ul {
          left: 120vw;
          visibility: hidden;
          margin-left: 40%;
          margin-top: -50px;
          width: 60%; }
          .header .container .right .dropdown ul li .subdropdown ul li {
            z-index: 998;
            margin: 0;
            background: #ff0000;
            background: -moz-linear-gradient(top, #666 0%, #333 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%, #333));
            background: -webkit-linear-gradient(top, #666 0%, #333 100%);
            background: -o-linear-gradient(top, #666 0%, #333 100%);
            background: -ms-linear-gradient(top, #666 0%, #333 100%);
            background: linear-gradient(to bottom, #666 0%, #333 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#333',GradientType=0 ); }
            .header .container .right .dropdown ul li .subdropdown ul li a {
              height: 40px;
              line-height: 40px;
              box-sizing: border-box;
              border-bottom: 1px solid #333; }
              .header .container .right .dropdown ul li .subdropdown ul li a:hover {
                background: #333; }
        .header .container .right .dropdown ul li .subdropdown label {
          width: 40px;
          height: 40px;
          top: 50%;
          text-align: center;
          line-height: 40px; }
    .header .container .right .dropdown input[type="checkbox"]:checked ~ ul {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .header .container .right .dropdown input[type="checkbox"] {
      position: absolute;
      left: -100vw; }
    .header .container .right .dropdown label,
    .header .container .right .dropdown a[role="button"] {
      display: inline-block;
      cursor: pointer;
      color: #fff;
      font-weight: 600;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      right: 14px;
      top: 50%; }
    .header .container .right .dropdown input[type="checkbox"]:checked ~ ul,
    .header .container .right .dropdown ul:target {
      left: 0;
      visibility: visible; }
    .header .container .right .dropdown span:first-child {
      transform-origin: 0% 0%;
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%; }
    .header .container .right .dropdown span:nth-last-child(2) {
      transform-origin: 50% 100%;
      -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%; }
    .header .container .right .dropdown span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: #fff;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 23px 0px;
      -webkit-transform-origin: 23px 0px;
      -ms-transform-origin: 23px 0px;
      -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      -moz-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      -ms-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      -o-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header .container .right .dropdown span:last-child {
        margin-bottom: 0; }
    .header .container .right .dropdown input:checked ~ label {
      top: 47%;
      right: 13px; }
    .header .container .right .dropdown input:checked ~ label > span {
      opacity: 1;
      -webkit-transform: rotate(45deg) translate(-2px, -1px);
      -ms-transform: rotate(45deg) translate(-2px, -1px);
      transform: rotate(45deg) translate(-2px, -1px); }
    .header .container .right .dropdown input:checked ~ label > span:nth-last-child(3) {
      opacity: 0;
      -webkit-transform: rotate(0deg) scale(0.2, 0.2);
      -ms-transform: rotate(0deg) scale(0.2, 0.2);
      transform: rotate(0deg) scale(0.2, 0.2); }
    .header .container .right .dropdown input:checked ~ label > span:nth-last-child(2) {
      -webkit-transform: rotate(-45deg) translate(0, 1px);
      -ms-transform: rotate(-45deg) translate(0, 1px);
      transform: rotate(-45deg) translate(0, 1px); }
  .header .container .right .top-nav {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
  .header .container .right .three-columns {
    overflow: visible;
    position: fixed;
    top: 0;
    left: 60px;
    z-index: 1000;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px); }
    .header .container .right .three-columns .col.col1 {
      width: 33.33%; }
      .header .container .right .three-columns .col.col1 ul {
        padding: 0;
        margin-right: 0; }
        .header .container .right .three-columns .col.col1 ul li.first {
          display: none; }
    .header .container .right .three-columns .col.col2 {
      width: 33.33%; }
      .header .container .right .three-columns .col.col2 a {
        background-position: 70% -53px;
        color: transparent;
        width: auto;
        padding: 0;
        white-space: nowrap;
        margin: auto;
        height: 50px;
        width: 50px; }
        .header .container .right .three-columns .col.col2 a.my-account-btn {
          background-position: 78% -53px;
          color: transparent;
          min-height: 50px;
          width: 63%;
          padding: 0;
          white-space: nowrap;
          font-size: 10px; }
      .header .container .right .three-columns .col.col2 a ~ a.logout {
        width: 25px !important;
        height: 25px;
        color: #fff !important;
        line-height: 25px;
        border-radius: 50%;
        margin-right: 18%;
        margin-top: 12.5px; }
    .header .container .right .three-columns .col.col3 {
      width: 33.33%; }
      .header .container .right .three-columns .col.col3 a {
        background-position: 58% -111px;
        color: transparent;
        min-width: 50px;
        min-height: 50px;
        width: auto;
        padding: 0;
        white-space: nowrap;
        font-size: 1px; }
        .header .container .right .three-columns .col.col3 a span {
          display: none; }
  .header .container .right .breadcrumbs {
    position: fixed;
    margin-top: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 666;
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25); }
    .header .container .right .breadcrumbs ul {
      padding: 0 10px 0 0;
      padding-left: 30%;
      font-size: 0.8em;
      text-align: right;
      line-height: normal;
      width: 100%; }
      .header .container .right .breadcrumbs ul li {
        line-height: 12px; }
    .header .container .right .breadcrumbs a.crumbs-back {
      display: none; }
  /*----------------------HEADER END*/
  /*----------------------FOOTER*/
  .footer .slider-container .slider .bottom-slider li {
    min-width: 38vw; }
  .footer .bottom ul li:nth-of-type(1),
  .footer .bottom ul li:nth-of-type(2) {
    margin-right: 85px; }
  /*----------------------FOOTER END*/ }

/*# sourceMappingURL=style0002.css.map */
