/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * 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: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.subnav ul,
.addnav,
.footer-nav ul,
.social-networks,
.pagination ul,
.products ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.blue-block .container:after,
.promo-boxes .row:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #7a7f80;
    background: #fff;
    font: 15px / 1.7333 "museo_sans300", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #000;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

/* This stylesheet generated by Transfonter (http://transfonter.org) on January 4, 2016 9:43 AM */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 4, 2016 */

@font-face {
    font-family: "cabrito_norm_regularnormRg";
    src: url("../fonts/insigne_-_cabrito-extlig-webfont.eot");
    src: url("../fonts/insigne_-_cabrito-extlig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/insigne_-_cabrito-extlig-webfont.woff") format("woff"), url("../fonts/insigne_-_cabrito-extlig-webfont.ttf") format("truetype"), url("../fonts/insigne_-_cabrito-extlig-webfont.svg#cabrito_ext_lightext_light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "cabrito_norm_regularnormRg";
    src: url("../fonts/insigne_-_cabrito-norreg-webfont.eot");
    src: url("../fonts/insigne_-_cabrito-norreg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/insigne_-_cabrito-norreg-webfont.woff") format("woff"), url("../fonts/insigne_-_cabrito-norreg-webfont.ttf") format("truetype"), url("../fonts/insigne_-_cabrito-norreg-webfont.svg#cabrito_norm_regularnormRg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lavanderia_regularregular";
    src: url("../fonts/lavanderia_regular-webfont.eot");
    src: url("../fonts/lavanderia_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lavanderia_regular-webfont.woff") format("woff"), url("../fonts/lavanderia_regular-webfont.ttf") format("truetype"), url("../fonts/lavanderia_regular-webfont.svg#lavanderia_regularregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "museo_sans300";
    src: url("../fonts/museosans-300-webfont.eot");
    src: url("../fonts/museosans-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-300-webfont.woff") format("woff"), url("../fonts/museosans-300-webfont.ttf") format("truetype"), url("../fonts/museosans-300-webfont.svg#museo_sans300") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "museo_sans300";
    src: url("../fonts/museosans-100-webfont.eot");
    src: url("../fonts/museosans-100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-100-webfont.woff") format("woff"), url("../fonts/museosans-100-webfont.ttf") format("truetype"), url("../fonts/museosans-100-webfont.svg#museo_sans100") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "museo_sans300";
    src: url("../fonts/museosans-webfont.eot");
    src: url("../fonts/museosans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-webfont.woff") format("woff"), url("../fonts/museosans-webfont.ttf") format("truetype"), url("../fonts/museosans-webfont.svg#museo_sans500") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "museo_sans300";
    src: url("../fonts/museosans_0-webfont.eot");
    src: url("../fonts/museosans_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans_0-webfont.woff") format("woff"), url("../fonts/museosans_0-webfont.ttf") format("truetype"), url("../fonts/museosans_0-webfont.svg#museo_sans700") format("svg");
    font-weight: 700;
    font-style: normal;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    height: 29px;
    border: 1px solid #cdc7c1;
    color: #9da6a8;
    font-size: 13px;
    margin-right: 2px;
    padding: 2px 11px;
    outline: none;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: #7a7f80;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #9da6a8;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #9da6a8;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #9da6a8;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #9da6a8;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    textarea.placeholder {
        color: #9da6a8;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background: #7a7f80;
    font-size: 13px;
    border: 3px solid #606465;
    text-transform: uppercase;
    height: 29px;
    line-height: 21px;
    padding: 2px;
}

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="file"]:hover,
    input[type="submit"]:hover {
        background: #606465;
    }

.search-from {
    float: right;
    position: relative;
    padding-left: 30px;
}

    .search-from:before {
        background: url(../images/sprite.png) no-repeat -101px 0;
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -9px;
        content: "";
    }

    .search-from input[type="text"] {
        width: 184px;
        float: left;
    }

    .search-from input[type="submit"] {
        float: left;
        width: 29px;
    }

.newsletter-form {
    border: 1px solid #e1e9e9;
    padding: 6px;
    margin-bottom: 35px;
}

    .newsletter-form .inner {
        background: #10bdd2;
        color: #fff;
        overflow: hidden;
        padding: 10px 12px 8px 23px;
        display: block;
        font-size: 17px;
    }

    .newsletter-form .form-group {
        float: right;
    }

    .newsletter-form .title {
        display: inline-block;
        font: 20px "cabrito_norm_regularnormRg", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        text-transform: uppercase;
        position: relative;
        padding: 4px 25px 0 30px;
        max-width: 240px;
    }

        .newsletter-form .title:before {
            background: url(../images/sprite.png) no-repeat -563px 0;
            width: 21px;
            height: 21px;
            position: absolute;
            left: 0;
            top: 5px;
            content: "";
        }

    .newsletter-form input[type="submit"] {
        width: 63px;
        float: right;
    }

    .newsletter-form input[type="text"] {
        width: 327px;
        margin-right: 2px;
        float: left;
        border-color: #17a4b2;
        font-size: 13px;
        color: #9da6a8;
        padding-left: 16px;
        padding-right: 16px;
    }

    .newsletter-form label {
        max-width: 470px;
        display: inline-block;
        vertical-align: top;
        line-height: 22px;
        margin-top: 6px;
        font-weight: initial;
    }

.header-top {
    background: url(../images/bg-header-t.png) repeat-x;
    padding-bottom: 10px;
}

    .header-top .container {
        overflow: hidden;
    }

.subnav {
    float: left;
    padding: 10px 0;
    max-width: 620px;
}

    .subnav li {
        float: left;
        text-transform: capitalize;
        font-size: 14px;
        padding: 0 19px;
        position: relative;
    }

        .subnav li:first-child {
            padding-left: 11px;
        }

            .subnav li:first-child:before {
                display: none;
            }

        .subnav li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            background-color: #dadedf;
            height: 19px;
            width: 1px;
            margin-top: -10px;
        }

        .subnav li.active a {
            color: #00bdd6;
        }

    .subnav a {
        color: #7a7f80;
        text-decoration: none;
    }

        .subnav a:hover {
            color: #00bdd6;
        }

.addnav {
    float: right;
    padding: 10px 0;
    max-width: 550px;
}

    .addnav a {
        color: #7a7f80;
        text-decoration: none;
    }

        .addnav a:hover {
            color: #00bdd6;
        }

    .addnav li {
        float: left;
        padding: 0 29px;
        font-size: 14px;
        position: relative;
    }

        .addnav li:last-child {
            padding: 0 11px 0 60px;
        }

        .addnav li:first-child:after {
            display: none;
        }

        .addnav li:after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            background-color: #dadedf;
            height: 19px;
            width: 1px;
            margin-top: -10px;
        }

        .addnav li:before {
            position: absolute;
            left: 4px;
            top: 50%;
            content: "";
            background: url(../images/sprite.png) no-repeat -1px 0;
            width: 17px;
            height: 20px;
            margin-top: -10px;
        }

    .addnav .cart:before {
        background-position: -33px 0;
        width: 21px;
        height: 19px;
        left: 26px;
        margin-top: -11px;
    }

    .addnav span {
        display: inline-block;
        vertical-align: top;
        padding-left: 24px;
    }

    .addnav .view {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-right: 17px;
    }

        .addnav .view:after {
            position: absolute;
            right: 0;
            top: 50%;
            content: "";
            background: url(../images/sprite.png) no-repeat -73px 0;
            width: 11px;
            height: 10px;
            margin-top: -3px;
        }

    .addnav .price {
        display: inline-block;
        vertical-align: top;
        padding: 0 3px;
    }

.header-middle {
    padding-bottom: 12px;
}

    .header-middle .container {
        overflow: hidden;
    }

.logo-wrap {
    float: left;
    padding: 9px 5px 0 0;
    max-width: 670px;
}

    .logo-wrap .logo {
        width: 272px;
        float: left;
    }

        .logo-wrap .logo img {
            width: 100%;
        }

.slogan {
    float: left;
    text-transform: uppercase;
    color: #cdc7c1;
    font-size: 17px;
    padding: 92px 0 0 15px;
}

.header-r {
    float: right;
    padding-top: 17px;
    max-width: 420px;
}

    .header-r .wrap {
        overflow: hidden;
        margin-bottom: 46px;
    }

    .header-r .shopping {
        float: right;
        padding-left: 32px;
        position: relative;
        font: 700 15px/15px "cabrito_norm_regularnormRg", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        text-transform: uppercase;
        color: #cc6a9c;
        text-decoration: none;
    }

        .header-r .shopping:hover {
            color: #7a7f80;
            opacity: .8;
        }

        .header-r .shopping span {
            display: block;
            font: 12px/13px "museo_sans300", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            color: #7a7f80;
            text-transform: none;
        }

        .header-r .shopping:before {
            background: url(../images/sprite.png) no-repeat -473px -1px;
            width: 28px;
            height: 21px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -13px;
            content: "";
        }

#header {
    position: relative;
    /*z-index: 9999;*/
    z-index: 99;
    margin-bottom: 17px;
}

    #header .social-networks {
        border-right: 1px solid #edeff0;
        float: right;
        margin-right: 17px;
        padding-right: 6px;
        max-width: 220px;
    }

.nav-holder {
    background: url(../images/bg-nav.png) repeat-x;
    padding: 17px 5px;
}

#navigation {
    max-width: 1160px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

    #navigation ul {
        display: table-row;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #navigation li {
        display: table-cell;
        text-align: center;
        border-left: 1px solid #00a6bc;
        font: 17px "cabrito_norm_regularnormRg", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        position: relative;
        text-transform: capitalize;
    }

        #navigation li.active > a {
            color: #000;
        }

        #navigation li.hover .dropdown {
            display: block;
        }

        #navigation li.hover > a {
            color: #000;
        }

        #navigation li:first-child {
            border: none;
        }

        #navigation li .dropdown {
            position: absolute;
            left: 0;
            top: 100%;
            min-width: 199px;
            padding-top: 23px;
            display: none;
        }

            #navigation li .dropdown ul {
                border: 1px solid #00b3bd;
                background: #00dce8;
                display: block;
                padding: 3px;
                box-shadow: 0 4px 8px -4px rgba(0, 220, 232, .4);
            }

            #navigation li .dropdown li {
                font: 500 14px "museo_sans300", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
                display: block;
                padding: 6px 7px;
                border-width: 1px 0 0;
                border-style: solid;
                border-color: #01c1d1;
                text-align: left;
            }

                #navigation li .dropdown li.hover a {
                    color: #fff;
                }

                #navigation li .dropdown li:first-child {
                    border: none;
                }

            #navigation li .dropdown a {
                display: inline-block;
                width: auto;
                padding: 0;
            }

                #navigation li .dropdown a:hover {
                    color: #000 !important;
                }

    #navigation a {
        display: block;
        color: #fff;
        text-decoration: none;
        width: 100%;
        padding: 2px;
    }

    #navigation .sale {
        padding: 0;
        border: none;
        text-align: center;
    }

        #navigation .sale a {
            background: #e31f43;
            border: 2px solid #c30024;
            font-size: 16px;
            display: block;
            padding: 0 5px;
            max-width: 58px;
        }

            #navigation .sale a:hover {
                background: #c30024;
                color: #fff;
            }

.nav-opener {
    float: right;
    width: 80px;
    height: 40px;
    background: #00bdd6;
    overflow: hidden;
    /*text-indent: -9999px;*/
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
    display: none;
    color: white;
    padding: 7px;
    text-align: center;
}

    .nav-opener:hover {
        background: #000;
    }

    .nav-opener:hover {
        opacity: .8;
    }

/*.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/

body.nav-active .nav-opener {
    background: #000;
}

body.nav-active .nav-holder {
    z-index: 122;
}

body.nav-active #navigation {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.footer-nav {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}

    .footer-nav ul {
        display: table-row;
    }

    .footer-nav li {
        display: table-cell;
        text-align: center;
        border-left: 1px solid #eaeeee;
        text-transform: capitalize;
        font-size: 14px;
    }

        .footer-nav li:first-child {
            border: none;
        }

        .footer-nav li.active a {
            color: #00bdd6;
        }

    .footer-nav a {
        color: #7a7f80;
        text-decoration: none;
    }

        .footer-nav a:hover {
            color: #00bdd6;
        }

#footer {
    padding-bottom: 23px;
}

    #footer .email {
        float: left;
        font-size: 13px;
        position: relative;
        padding-left: 49px;
    }

        #footer .email:after {
            background: url(../images/sprite.png) no-repeat -268px 0;
            width: 31px;
            height: 17px;
            position: absolute;
            left: 6px;
            top: 3px;
            content: "";
        }

        #footer .email a {
            color: #00bdd6;
            text-decoration: none;
        }

            #footer .email a:hover {
                color: #7a7f80;
            }

    #footer .contact-no {
        float: right;
        position: relative;
        padding: 0 13px 0 37px;
        color: #00bdd6;
        font-size: 13px;
        font-weight: 500;
    }

        #footer .contact-no:after {
            background: url(../images/sprite.png) no-repeat -307px 0;
            width: 22px;
            height: 22px;
            position: absolute;
            left: 3px;
            top: -1px;
            content: "";
        }

        #footer .contact-no .tel {
            color: #00bdd6;
            text-decoration: none;
        }

            #footer .contact-no .tel:hover {
                color: #7a7f80;
            }

    #footer .social-networks {
        overflow: hidden;
        text-align: center;
        padding: 0 70px 0 3px;
    }

        #footer .social-networks li {
            float: none;
            display: inline-block;
            vertical-align: top;
            padding: 0 10px;
        }

        #footer .social-networks a {
            background: url(../images/sprite.png) no-repeat -342px 0;
            width: 12px;
            height: 25px;
        }

            #footer .social-networks a:hover {
                background-position: -141px 0;
            }

        #footer .social-networks .twitter a {
            background-position: -367px 0;
            width: 29px;
            height: 24px;
        }

            #footer .social-networks .twitter a:hover {
                background-position: -166px 0;
            }

        #footer .social-networks .instagram a {
            width: 28px;
            height: 27px;
            background-position: -402px 0;
        }

            #footer .social-networks .instagram a:hover {
                background-position: -201px 0;
            }

        #footer .social-networks .pinterest a {
            width: 18px;
            height: 24px;
            background-position: -441px 0;
        }

            #footer .social-networks .pinterest a:hover {
                background-position: -240px 0;
            }

    #footer p {
        text-align: center;
        font-size: 13px;
        color: #cdc7c1;
    }

        #footer p a {
            color: #cdc7c1;
            text-decoration: none;
        }

            #footer p a:hover {
                color: #000;
            }

    #footer .designed-by {
        color: #7a7f80;
    }

        #footer .designed-by:hover {
            color: #cdc7c1;
        }

.footer-middle {
    overflow: hidden;
    margin-bottom: 36px;
    text-align: center;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 5px;
}

.social-networks li {
    float: left;
    padding: 0 14px;
    margin-bottom: 5px;
}

.social-networks a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/sprite.png) no-repeat -141px 0;
    width: 12px;
    height: 25px;
}

    .social-networks a:hover {
        background-position: -342px 0;
    }

.social-networks .twitter a {
    background-position: -166px 0;
    width: 29px;
    height: 24px;
}

    .social-networks .twitter a:hover {
        background-position: -367px 0;
    }

.social-networks .instagram a {
    background-position: -201px 0;
    width: 28px;
    height: 27px;
}

    .social-networks .instagram a:hover {
        background-position: -402px 0;
    }

.social-networks .pinterest a {
    background-position: -240px 0;
    width: 18px;
    height: 24px;
}

    .social-networks .pinterest a:hover {
        background-position: -441px 0;
    }

.carousel {
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0 0 1px 1px rgba(204, 204, 204, .6);
    margin-bottom: 17px;
}

    .carousel .mask {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .carousel .slideset {
        width: 100% !important;
        letter-spacing: -4px;
        white-space: nowrap;
    }

    .carousel .slide {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        overflow: hidden;
    }

    .carousel .left-block {
        float: left;
        width: 75.2631578947%;
    }

    .carousel .right-content {
        float: right;
        width: 24.4736842105%;
    }

    .carousel img {
        width: 100%;
    }

.pagination {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    padding-right: 24.8245614035%;
}

    .pagination ul {
        letter-spacing: -4px;
        text-align: center;
        padding-left: 12px;
    }

    .pagination li {
        display: inline-block;
        vertical-align: top;
        width: 12px;
        height: 12px;
        text-indent: -9999px;
        border: 2px solid #fff;
        margin: 0 3px;
        cursor: pointer;
    }

        .pagination li:hover,
        .pagination li.active {
            background: #fff;
        }

.product-block h1 {
    text-align: center;
    font: 700 30px/40px "cabrito_norm_regularnormRg", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #cdc7c1;
    margin-bottom: 10px;
}

.product-block .holder {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #e8f4f4;
    padding: 0 16px;
    margin-bottom: 21px;
}

.products {
    overflow: hidden;
}

    .products ul {
        font-size: 0;
        line-height: 0;
        letter-spacing: -4px;
        padding: 16px 0;
        margin: -17px -16px -26px;
    }

    .products li {
        letter-spacing: 0;
        width: 25%;
        display: inline-block;
        vertical-align: top;
        font-size: 17px;
        line-height: 18px;
        text-align: center;
        padding: 39px 15px 28px;
        position: relative;
    }

        .products li:after {
            content: "";
            background: #e8f4f4;
            top: 0;
            left: -300px;
            right: 0;
            position: absolute;
            height: 1px;
            width: 9999px;
        }

        .products li:before {
            content: "";
            background: #e8f4f4;
            top: 10px;
            bottom: 10px;
            right: 0;
            position: absolute;
            width: 1px;
        }

    .products .title {
        display: block;
        font-weight: 300;
        margin: 0 12px 7px;
        height: 37px;
        overflow: hidden;
    }

        .products .title a {
            color: #7a7f80;
            text-decoration: none;
        }

            .products .title a:hover {
                color: #00bdd6;
            }

    .products footer {
        text-align: center;
    }

    .products .price {
        font-size: 21px;
        color: #00bdd6;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        padding: 0 9px;
        /*max-width: 100px;
	overflow: hidden;*/
    }

        .products .price .mark {
            font-weight: 300;
        }

    .products .item {
        margin-bottom: 15px;
    }

.btn-add {
    background: #00bdd6;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 139px;
    text-align: center;
    border: 1px solid #02b1c8;
    text-decoration: none;
    padding: 5px;
    line-height: 20px;
}

    .btn-add img {
        margin-right: 8px;
    }

    .btn-add:hover {
        background: #02b1c8;
    }

.club-box {
    border: 1px solid #e1e9e9;
    padding: 5px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

    .club-box .row {
        background: url(../images/bg-club-box.jpg);
        overflow: hidden;
        border: 1px solid #e1e9e9;
        padding: 9px 0;
    }

    .club-box .holder {
        overflow: hidden;
    }

    .club-box .col {
        width: 33.333%;
        float: left;
        border-left: 1px solid #bab1a3;
        padding: 0 2px 9999px;
        margin-bottom: -9999px;
        text-align: center;
    }

        .club-box .col:first-child {
            border: none;
        }

    .club-box .icon-wrap {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

        .club-box .icon-wrap img {
            vertical-align: middle;
        }

    .club-box .description {
        max-width: 250px;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
    }

    .club-box h2 {
        margin-bottom: -9px;
        color: #83807c;
        font: 33px/48px "lavanderia_regularregular", "Georgia", serif;
    }

        .club-box h2 span {
            text-transform: uppercase;
            font-weight: 100;
            font-family: "museo_sans300";
        }

    .club-box p {
        margin-bottom: 0;
    }

    .club-box a {
        color: #fff;
        text-decoration: none;
    }

        .club-box a:hover {
            color: #83807c;
        }

#main {
    margin-bottom: 46px;
}

.blue-block {
    background: #f1f6f7;
    padding: 26px 0;
    position: relative;
}

    .blue-block:before,
    .blue-block:after {
        position: absolute;
        height: 16px;
        width: 100%;
        left: 0;
        content: "";
        background: url(../images/pattern-top.png) repeat-x;
    }

    .blue-block:before {
        top: -16px;
    }

    .blue-block:after {
        bottom: -16px;
        background: url(../images/pattern-bottom.png) repeat-x;
    }

    .blue-block .container {
        position: relative;
    }

        .blue-block .container:before {
            width: 280px;
            height: 210px;
            position: absolute;
            bottom: -36px;
            left: 207px;
            background: url(../images/bg.png) no-repeat;
            content: "";
        }

    .blue-block .intro-block {
        width: 46.6%;
        float: left;
        position: relative;
    }

    .blue-block h2 {
        color: #00bdd6;
        font: 700 20px "cabrito_norm_regularnormRg", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .blue-block .testimonial {
        width: 47%;
        float: right;
        position: relative;
    }

        .blue-block .testimonial h2 {
            margin-bottom: 21px;
        }

    .blue-block p {
        margin-bottom: 6px;
    }

        .blue-block p a {
            color: #00bdd6;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
        }

            .blue-block p a:hover {
                color: #000;
            }

    .blue-block .btn-wrap {
        padding-top: 19px;
    }

.btn {
    border: 1px solid #b5afa6;
    background: #c6bfb4;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    min-width: 139px;
    padding: 3px 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

    .btn:hover {
        background: #b5afa6;
    }

.testimonial-slider {
    position: relative;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e0dbd4;
    padding: 8px 0;
    margin-bottom: 11px;
}

    .testimonial-slider .mask {
        position: relative;
        overflow: hidden;
    }

    .testimonial-slider blockquote {
        margin: 0;
        line-height: 24px;
        padding: 12px 0;
    }

    .testimonial-slider q {
        display: block;
        margin-bottom: 6px;
    }

    .testimonial-slider cite {
        font-style: normal;
        color: #b0aba4;
        font-size: 14px;
        font-weight: 500;
    }

        .testimonial-slider cite a {
            text-decoration: none;
            color: #b0aba4;
        }

            .testimonial-slider cite a:hover {
                color: #000;
            }

    .testimonial-slider .btn-prev,
    .testimonial-slider .btn-next {
        position: absolute;
        background: url(../images/sprite.png) no-repeat -512px 0;
        width: 14px;
        height: 14px;
        overflow: hidden;
        text-indent: -9999px;
        left: 50%;
        margin-left: -7px;
    }

        .testimonial-slider .btn-prev:hover,
        .testimonial-slider .btn-next:hover {
            opacity: .8;
        }

    .testimonial-slider .btn-prev {
        top: -14px;
    }

    .testimonial-slider .btn-next {
        bottom: -14px;
        background-position: -533px 0;
    }

.promo-boxes {
    margin-bottom: 9px;
}

    .promo-boxes .row {
        margin: 0 -12px;
    }

    .promo-boxes .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .promo-boxes .title {
        display: block;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 23px;
        line-height: 24px;
    }

    .promo-boxes a:hover .block {
        border-color: #f4f0f0;
    }

    .promo-boxes .block {
        box-shadow: 0 0 1px 1px rgba(204, 204, 204, .6);
        border: 4px solid #fff;
        background: #f8c1d9 url(../images/bg-promobox.png);
        position: relative;
        min-height: 99px;
        color: #fff;
        font: 300 19px "cabrito_norm_regularnormRg", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        text-align: left;
        padding: 21px 64px 20px 18px;
        overflow: hidden;
    }

        .promo-boxes .block.shipping {
            padding: 24px 10px 20px 89px;
            color: #a09357;
            font-size: 14px;
            background: #f8f4b0 url(../images/bg-promobox01.png);
        }

            .promo-boxes .block.shipping .icon {
                right: auto;
                top: 50px;
                left: 12px;
                margin-top: -28px;
            }

            .promo-boxes .block.shipping .title {
                font-size: 21px;
                line-height: 25px;
            }

        .promo-boxes .block.new-arrival {
            padding: 15px 83px 15px 8px;
            color: #fff;
            text-align: center;
            background: #e3ddcc url(../images/bg-promobox02.png);
        }

            .promo-boxes .block.new-arrival .title {
                font-size: 30px;
                line-height: 30px;
            }

            .promo-boxes .block.new-arrival .icon {
                right: 4px;
            }

        .promo-boxes .block.wrapping {
            padding: 24px 10px 20px 116px;
            color: #fff;
            background: #0064a4 url(../images/bg-promobox03.png);
            text-align: center;
        }

            .promo-boxes .block.wrapping .text {
                max-width: 130px;
            }

            .promo-boxes .block.wrapping .icon {
                right: auto;
                top: 50px;
                left: 34px;
                margin-top: -38px;
            }

            .promo-boxes .block.wrapping .title {
                font-size: 23px;
                line-height: 24px;
            }

    .promo-boxes p {
        margin: 0;
    }

    .promo-boxes .text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 182px;
    }

    .promo-boxes .col {
        width: 25%;
        float: left;
        padding: 0 12px 12px;
    }

@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 1179px) {
    .newsletter-form .title {
        padding-right: 15px;
    }

    .newsletter-form input[type="email"] {
        width: 170px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .promo-boxes .row {
        margin: 0 -8px;
    }

    .promo-boxes .title {
        font-size: 18px;
    }

    .promo-boxes .block {
        padding-left: 10px;
    }

        .promo-boxes .block.shipping {
            padding-right: 10px;
            font-size: 12px;
        }

            .promo-boxes .block.shipping .title {
                font-size: 18px;
            }

        .promo-boxes .block.new-arrival .title {
            font-size: 25px;
        }

        .promo-boxes .block.wrapping {
            padding-left: 94px;
        }

            .promo-boxes .block.wrapping .icon {
                left: 15px;
            }

            .promo-boxes .block.wrapping .title {
                font-size: 19px;
            }

    .promo-boxes .col {
        padding: 0 8px 16px;
    }
}

@media (max-width: 1099px) {
    .subnav li {
        padding: 0 10px;
    }

    .addnav li {
        padding-right: 11px;
    }

        .addnav li:last-child {
            padding-left: 40px;
        }

    .addnav .cart:before {
        left: 10px;
    }

    .logo-wrap .logo {
        width: 220px;
    }

    .slogan {
        font-size: 15px;
        padding-top: 75px;
    }

    .header-r .wrap {
        margin-bottom: 28px;
    }

    .products li {
        width: 33.333%;
    }

    .club-box {
        font-size: 15px;
    }

        .club-box h2 {
            font-size: 28px;
        }

    .promo-boxes .block.new-arrival .text {
        max-width: 130px;
    }
}

@media (max-width: 1024px) {
    .newsletter-form form {
        padding-left: 12px;
    }

    .newsletter-form .title {
        display: block;
        max-width: none;
    }

    .subnav {
        display: none;
    }

    .addnav .view:after {
        margin-top: -4px;
    }

    .logo-wrap .logo {
        float: none;
    }

    .slogan {
        padding: 5px 0 0 2px;
        float: none;
        display: block;
    }

    .nav-holder {
        padding-top: 15px;
    }

    #navigation li {
        font-size: 13px;
        padding: 0;
    }

        #navigation li .dropdown {
            min-width: 185px;
        }

    .footer-nav {
        display: block;
    }

        .footer-nav ul {
            display: block;
            text-align: justify;
        }

        .footer-nav li {
            display: inline-block;
            vertical-align: top;
            padding: 0 10px 5px;
            border: none;
        }

    .products li {
        width: 50%;
    }

    .club-box .icon-wrap {
        display: block;
        margin: 0 0 10px;
    }

    .club-box .description {
        display: block;
        max-width: none;
    }

    .promo-boxes .block.shipping .text {
        left: 80px;
        right: 20px;
        max-width: none;
    }

    .promo-boxes .block.new-arrival .text {
        max-width: none;
    }

    .promo-boxes .block.wrapping .text {
        left: 85px;
        right: 20px;
        max-width: none;
    }

    .promo-boxes .text {
        max-width: none;
        text-align: center;
        right: 80px;
        width: auto;
        left: 20px;
    }

    .promo-boxes .col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .search-from input[type="text"] {
        width: 140px;
    }

    .newsletter-form .form-group {
        float: none;
        position: relative;
        padding-right: 65px;
    }

    .newsletter-form input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
    }

    .newsletter-form input[type="email"] {
        width: 100%;
    }

    .newsletter-form label {
        margin: 4px 0;
    }

    .header-top {
        background: #eff5f6;
        padding: 0 0 5px;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }

    .addnav {
        float: left;
        padding: 14px 50px 7px 0;
    }

    .logo-wrap {
        padding-top: 0;
    }

        .logo-wrap .logo {
            width: 180px;
        }

    .slogan {
        font-size: 10px;
    }

    .header-r {
        padding-top: 3px;
    }

    #header {
        border-bottom: 1px solid #eff5f6;
    }

        #header .social-networks {
            display: none;
        }

    .nav-holder {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        background: none;
        padding: 0;
    }

    #navigation {
        padding: 50px 5px 5px;
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .25s linear;
        transition: opacity .25s linear;
        height: 0;
        background: #ffffff;
    }

        #navigation ul {
            display: block;
        }

        #navigation li {
            display: block;
            text-align: left;
            font-size: 16px;
            border: none;
        }

            #navigation li.hover > a {
                background: #000;
                color: #fff;
            }

            #navigation li .dropdown {
                position: relative;
                padding: 0;
            }

                #navigation li .dropdown ul {
                    padding: 0;
                    border: none;
                    box-shadow: none;
                    background: #eff5f6;
                }

                #navigation li .dropdown li {
                    padding: 0;
                    border: none;
                }

                #navigation li .dropdown a {
                    display: block;
                    padding: 8px 15px;
                }

                    #navigation li .dropdown a:hover {
                        color: #fff !important;
                        background: #000 !important;
                    }

        #navigation a {
            padding: 8px 15px;
            color: black;
            font-size: 20px;
        }

        #navigation .sale a {
            max-width: none;
        }

        #navigation .sale a {
            padding: 6px 15px;
        }

    .nav-opener {
        display: block;
    }

    #footer .email {
        display: inline-block;
        margin: 0 5px 15px 0;
        float: none;
    }

    #footer .contact-no {
        display: inline-block;
        margin-bottom: 15px;
        float: none;
    }

    #footer .social-networks {
        padding: 15px 2px 15px;
        clear: both;
        overflow: visible;
    }

    .footer-middle {
        margin-bottom: 0;
    }

    .blue-block .intro-block {
        margin-bottom: 50px;
        float: none;
        width: 100%;
    }

    .blue-block .testimonial {
        float: none;
        width: 100%;
    }
}

@media (max-width: 639px) {
    .addnav {
        float: none;
        padding: 5px 50px 5px 0;
    }

        .addnav li {
            float: none;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 12px;
        }

            .addnav li:last-child {
                padding: 5px 0 0 29px;
            }

            .addnav li:after {
                display: none;
            }

        .addnav .cart:before {
            left: 0;
        }

        .addnav span {
            padding-left: 0;
        }

    .header-middle {
        padding: 5px 0;
    }

    .logo-wrap {
        float: none;
        padding: 0 0 5px;
        text-align: center;
    }

        .logo-wrap .logo {
            width: 140px;
            margin: 0 auto;
        }

    .slogan {
        font-size: 11px;
    }

    .header-r {
        float: none;
        overflow: hidden;
        padding-bottom: 5px;
        max-width: none;
    }

        .header-r .wrap {
            float: left;
            margin-bottom: 0;
        }

    #footer .social-networks {
        padding-top: 0;
    }

    .copyright {
        display: block;
    }

    .products li {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }

        .products li:before {
            display: none;
        }

    .club-box .row {
        padding: 10px;
    }

    .club-box .col {
        width: 100%;
        float: none;
        padding: 5px;
        border-top: 1px solid #bab1a3;
        margin: 0;
        border-left: none;
    }

    .promo-boxes .col {
        width: 100%;
        float: none;
    }
}

@media (max-width: 389px) {
    .search-from {
        float: none;
        display: table;
        width: 100%;
        padding-right: 32px;
    }

        .search-from input[type="text"] {
            display: table-cell;
            width: 100%;
        }

        .search-from input[type="submit"] {
            position: absolute;
            right: 0;
            top: 0;
        }

    .header-r .wrap {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .header-r .shopping {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

