﻿/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('fonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.sprite {
    background: url(responsive-sprite.2.png) no-repeat;
}

p {
    text-align: justify;
}

a:link, a:visited, a:hover, a:focus, a:active {
    text-decoration: none;
    color: #444948;
}

.form input[type='text']:active, .form input[type='text']:focus, .form input[type='submit']:focus {
    outline: 0;
}

.menu {
    background: #fff;
}

.top .box:hover, .top .box.hovered {
    border: 1px solid #d3d6c4;
}

.top .box {
    position: relative;
}

    .top .box .menu {
        border: 1px solid #d3d6c4;
        padding: 10px 10px 5px;
        left: -1px;
        top: 30px;
        z-index: 1000;
    }

.top .my .menu {
    width: 225px;
}

.top .subscribe .menu {
    width: 180px;
}

.top .box:hover .menu, .top .box.hovered .menu {
    display: block;
}

    .top .box:hover .menu:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: -1px;
        background-color: #fff;
        height: 1px;
        width: 38px;
    }

.top .menu span {
    font-weight: 600;
    text-transform: uppercase;
}

.top .box .menu p, #mm .bbox p {
    position: relative;
    text-align: left;
    margin: 8px 0;
}

    .top .box .menu p:first-child, #mm .bbox p:first-child {
        margin-top: 0;
    }

.top .box .menu a, #mm .bbox a {
    display: inline-block;
    color: #f1582d;
    text-decoration: underline;
    padding: 2px 10px 0;
}

    .top .box .menu a:first-child, #mm .bbox a:first-child {
        padding-left: 0;
    }

.top .my .menu a:last-child, #mm .bbox.my a:last-child {
    border-left: 1px solid #dfe1d4;
    padding-right: 0;
}

.top .subscribe .menu a:last-child {
    padding-left: 0;
}

nav > a.active {
    position: relative;
}

nav > a > div.bottom-border {
    display: none;
}

nav > a.active > div.bottom-border {
    content: ' ';
    width: 0%;
    height: 2px;
    background-color: #13abb5;
    position: absolute;
    left: 50%;
    bottom: -4px;
    display: block;
}

nav .menu {
    display: block;
    position: absolute;
    left: 0;
    top: 45px;
    padding: 20px;
    border: 1px solid #d3d6c4;
    border-top: 0;
    max-width: 100%;
    white-space: nowrap;
    z-index: 1001;
    width: 100%;
}

    nav .menu > div {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        white-space: normal;
    }

    nav .menu > div {
        width: 22%;
        margin-left: 1%;
    }

        nav .menu > div:first-child {
            margin-left: 0;
        }

    nav .menu.columns3 > div {
        width: 30%;
    }

    nav .menu.columns2 > div {
        width: 25%;
    }

    nav .menu.columns1 > div {
        width: 100%;
    }

    nav .menu > div.featuring {
        width: 25%;
    }

    nav .menu.columns3 > div.featuring {
        width: 33%;
    }

    nav .menu.columns2 > div.featuring {
        width: 73%;
    }

nav .menu {
    background-color: #fff;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///9PWxP///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw==);
    background-repeat: repeat-y;
}

nav .menu {
    background-position: 68% top;
}

    nav .menu.columns3 {
        background-position: 60% top;
    }

    nav .menu.columns2 {
        background-position: 25% top;
    }

    nav .menu.columns1 {
        background-image: none;
    }

    #links .description a, #links .description a:hover, #links .description a:visited, nav .menu > div .description a, nav .menu > div .description a:hover, nav .menu > div .description a:visited {
        color: #f36e49!important;
        text-decoration: underline;
    }

    nav .menu > div:last-child {
        margin-right: 0;
    }

    nav .menu > div.featuring {
        margin-left: 1%;
    }

        nav .menu > div.featuring > span, #links div.featuring > span {
            color: #23b1ba;
            font-style: italic;
            margin-bottom: 10px;
            font-weight: 600;
            display: block;
        }

#links div.featuring > span {
    color: #23b1ba;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: 400;
    display: block;
}

nav .menu > div.featuring > div.description {
    margin: 3px 0 25px;
}

    nav .menu > div.featuring > div.description > span, #links div.featuring > div.description > span {
        color: #4c6b6d;
        font-size: 1.1em;
        font-weight: 600;
        display: block;
    }

    nav .menu > div.featuring > div.description p, #links div.featuring > div.description p {
        margin: 5px 0;
    }

nav .menu > div.featuring > a > img {
    max-width: 100%;
}

nav .menu > div a {
    display: block;
}

    nav .menu > div a:hover {
        color: #f36e49;
    }

    nav .menu > div a:not(:last-child) {
        margin: 0 0 11px;
    }

nav .menu .heading {
    font-weight: 600;
    color: #4c6b6d;
    font-size: 1.1em;
}

nav .menu .viewall {
    text-decoration: underline;
}

#links .element .sub a.viewall {
    margin-top: 7px;
    text-decoration: underline;
}

nav .menu .heading:not(:first-child) {
    margin-top: 33px;
}

.wrap > section.breadcrumbs {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    background-color: #eff3e7;
    padding: 12px 0;
}

    .wrap > section.breadcrumbs .links {
        width: 970px;
        margin: 0 auto;
        color: #272d2c;
    }

        .wrap > section.breadcrumbs .links a {
            font-weight: 300;
            color: #272d2c;
        }

        .wrap > section.breadcrumbs .links #breadcrumbs > span {
            margin: 0 8px;
            color: #acb0a2;
        }

        .wrap > section.breadcrumbs .links #breadcrumbs, .wrap > section.breadcrumbs .links #breadcrumbs li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline;
        }

footer {
    background: url(data:image/gif;base64,R0lGODlhCgAMANUAAAAAAP///yctLCowLCsyKy40KzA2KzQ6Kjc+KUVMJ0pRJmRsImBoI11lJPn68o2XHImTHISNHX2GHnyFH3qDH3d/H2tzIZKcG5+oJ6StMqewOay0Ra+2SrC4TrO6VLW8Wbi/X8nOhczRjc/Uk+DjueXnxPT15vHy3/v79v39+vz8+f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACsALAAAAAAKAAwAAAZRwM0p8CEFRKFAaZQ5lTAkkyaUQjGdUGnIY20+oxpQx3H9mlQgDtkLFSwYAgVFgIgYFpCD4pJAPBoEeXt9fwQTenx+gBMVg4qGFQOJfwUSkRZBADs=) #272d2c repeat-x left top;
    float: left;
    padding: 45px 0 40px;
}

    footer .wrap > section {
        text-align: center;
    }

    footer ul, footer li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    footer li {
        display: inline-block;
        vertical-align: middle;
    }

    footer .seen-links:before {
        display: block;
        content: "where you've seen us";
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        text-align: center;
        margin-bottom: 25px;
        font-size: 1.1em;
    }

    footer .seen-links {
        text-align: center;
        margin-bottom: 30px;
    }

        footer .seen-links img {
            display: inline-block;
            vertical-align: middle;
            margin: 0 11px;
        }

    footer .footer-links, footer .company-links {
        border-top: 1px solid #98a08e;
        text-align: center;
        clear: both;
    }

    footer .footer-links {
        padding: 30px 0 25px;
    }

        footer .footer-links a {
            color: #fff;
            font-size: 1.1em;
            font-weight: 300;
        }

        footer .footer-links li, footer .company-links li {
            padding: 0 17px;
        }

            footer .footer-links li:not(:last-child), footer .company-links li:not(:last-child) {
                border-right: 1px solid #7a8174;
            }

    footer .newsletter-social {
        margin: 10px auto;
        width: 85%;
    }

    footer .newsletter {
        float: left;
        width: 67%;
    }

        footer .newsletter .form {
            background-color: #fff;
            margin: 0 0 25px;
        }

            footer .newsletter .form input[type='email'] {
                padding: 9px;
                width: -moz-calc(100% - 64px);
                width: -webkit-calc(100% - 64px);
                width: calc(100% - 64px);
                color: #000;
            }

    footer .social-links {
        text-align: center;
        float: left;
        width: 160px;
        margin: 2px 0 0 5%;
    }

        footer .social-links a {
            display: inline-block;
            width: 31px;
            height: 30px;
            margin: 0 4px;
        }

            footer .social-links a:first-child {
                margin-left: 0;
            }

            footer .social-links a:last-child {
                margin-right: 0;
            }

    footer a.fb {
        background-position: -125px -6px;
    }

    footer a.instagram {
        background-position: -86px -6px;
    }

    footer a.pinterest {
        background-position: -48px -6px;
    }

    footer a.twitter {
        background-position: -10px -6px;
    }

    footer .company-links {
        padding: 30px 0 15px;
        margin-top: 5px;
    }

        footer .company-links li, footer .company-links a {
            color: #fff;
            font-weight: 300;
        }

    footer .phone:before {
        content: ' ';
        background: url(data:image/gif;base64,R0lGODlhCAALANUAAAAAAP///2NnZ3x/f3d6epWYmIqNjZ6goJmbm8HDw7O1te3u7ubn59/g4Nvc3MrLyyctLCkvLiwyMTI4N0VLSlBVVLS3tqqtrKGko9HT0sPFxL7Av/39/fr6+vj4+PHx8erq6v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACEALAAAAAAIAAsAAAY3QMHCMYEYIY1AoHCEKAOZ5ifAqDQ1gUcTMghwKE0JKJCINAlKy+FShCieAYRRsnl6jhEDqIMJAgA7) no-repeat left center;
        width: 17px;
        height: 11px;
        display: inline-block;
    }

    footer .copyright {
        color: #7a8174;
        font-size: .9em;
    }

    footer .trust-guard {
        padding: 20px 0 10px;
    }

    footer.trending-styles-links {
        text-align: center;
        background: #98a08e;
        color: #fff;
        font-size: .9em;
        padding: 23px 0;
        margin: 0;
    }

        footer.trending-styles-links a, footer.trending-styles-links span {
            color: #000;
            font-weight: 600;
            font-size: 1.1em;
        }

        footer.trending-styles-links a {
            font-style: italic;
        }

        footer.trending-styles-links ul, footer.trending-styles-links span {
            display: inline-block;
            vertical-align: bottom;
        }

            footer.trending-styles-links ul li a {
                padding: 0 13px;
                line-height: 14px;
            }

            footer.trending-styles-links ul li:not(:last-child) a {
                border-right: 1px solid #fff;
            }

            footer.trending-styles-links ul li:first-child a {
                padding-left: 5px;
            }

.wrap .banners {
    padding-bottom: 45px;
    max-width: 1100px;
}

    .wrap .banners.full {
        max-width: 100%;
    }

#brands {
    margin: 5px auto;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}

.caption-2 {
    padding: 0 3.5%;
}

    .caption-2 p {
        line-height: 24px;
    }

    .caption-2 i {
        font-weight: 700;
        line-height: 2em;
        display: block;
        font-style: normal;
    }

.sorting .selected:after {
    content: ' ';
    padding: 15px;
    background: url(data:image/gif;base64,R0lGODlhCgAJALMAAAAAAP///76+vru7u7q6ure3t7S0tLGxsYKCgv///wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAkALAAAAAAKAAkAAAQhUIRJp0CjzoE6qVzXFVMhHqJhnMEqdgZliiTYZVogSFQEADs=) no-repeat center center;
    display: inline-block;
    border-left: 1px solid #d3d6c4;
    margin-left: 12px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

.wrap > section.controls .panel .sorting.hovered .options, .wrap > section.controls .panel .sorting:hover .options {
    display: block;
}

.wrap > section.controls .panel .options {
    background: #fff;
    z-index: 100;
    padding: 10px;
}

.sorting .options a {
    display: block;
}

    .sorting .options a:not(:last-child) {
        margin: 0 0 5px;
    }

.sale .info:after {
    content: '';
    background: url(https://lib.store.yahoo.net/lib/yhst-69328165909994/onsale.png) left top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 31px;
}

.panel .filters a {
    display: inline-block;
    margin: 2px;
    padding: 3px;
    font-size: .9em;
}

    .panel .filters a:not(.clear) {
        border: 1px solid #d3d6c4;
    }

    .panel .filters a:after {
        content: '×';
        margin: 0 1px 0 4px;
    }

.paging .opts {
    margin-top: 10px;
    letter-spacing: 2px;
}

    .paging .opts::after {
        content: '+ more options';
        font-size: .7em;
        text-transform: uppercase;
        color: #5c6362;
        margin-top: 7px;
        cursor: pointer;
    }

.paging .column:hover .opts::after {
    color: #000;
}

.paging.loading {
    background: url(ajax-loader.gif) no-repeat center bottom;
    padding-bottom: 40px!important;
}

.details {
    color: #272d2c;
}

.itemtop .details .pricing .pextra {
    margin-left: 12px;
    font-size: 1em;
    margin-top: 12px;
}

    .itemtop .details .pricing .pextra.onsale {
        margin-top: 6px;
        background: url(https://lib.store.yahoo.net/lib/yhst-69328165909994/onsale.png) 99.5% center no-repeat;
        padding: 7px 55px 7px 0;
    }

.itemtop .details .pricing .pprice {
    text-decoration: line-through;
    color: #5c6362;
}

.itemtop .details .pricing .price-each {
    margin-left: 3px;
    margin-top: 14px;
    float: left;
    color: #353b3a;
}

.itemtop .details .pricing .psave {
    font-size: 1.1em;
    color: #ff6c00;
    font-weight: 600;
}

.itemtop .details .pricing .ponsale {
    font-size: 1.1em;
    line-height: .8em;
}

.itemtop .details .pricing .onsale .psave, .itemtop .details .pricing .onsale .ponsale {
    font-size: 1.1em;
}

.itemtop .details .pricing .psave::before {
    content: '|';
    color: #d6d9c8;
    margin: 0 5px;
}

.itemtop .details .pricing .ponsale {
    display: block;
}

.details .prItemRating a, .prListOverallRating span {
    background-image: url(yellow-stars-18px.png);
    background-repeat: no-repeat;
    display: block;
    height: 18px;
}

.prOverallRating div a {
    background-image: url(yellow-stars-36px.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 36px;
    width: 186px;
}

.details a.star0, .prListOverallRating .star0 {
    background-position: 0 -214px;
}

.details a.star05, .prListOverallRating .star05 {
    background-position: 0 -193px;
}

.details a.star1, .prListOverallRating .star1 {
    background-position: 0 -172px;
}

.details a.star15, .prListOverallRating .star15 {
    background-position: 0 -152px;
}

.details a.star2, .prListOverallRating .star2 {
    background-position: 0 -129px;
}

.details a.star25, .prListOverallRating .star25 {
    background-position: 0 -108px;
}

.details a.star3, .prListOverallRating .star3 {
    background-position: 0 -87px;
}

.details a.star35, .prListOverallRating .star35 {
    background-position: 0 -65px;
}

.details a.star4, .prListOverallRating .star4 {
    background-position: 0 -44px;
}

.details a.star45, .prListOverallRating .star45 {
    background-position: 0 -22px;
}

.details a.star5, .prListOverallRating .star5 {
    background-position: 0 0;
}

.prOverallRating a.star0 {
    background-position: 0 -565px;
}

.prOverallRating a.star05 {
    background-position: 0 -507px;
}

.prOverallRating a.star1 {
    background-position: 0 -450px;
}

.prOverallRating a.star15 {
    background-position: 0 -395px;
}

.prOverallRating a.star2 {
    background-position: 0 -336px;
}

.prOverallRating a.star25 {
    background-position: 0 -280px;
}

.prOverallRating a.star3 {
    background-position: 0 -225px;
}

.prOverallRating a.star35 {
    background-position: 0 -170px;
}

.prOverallRating a.star4 {
    background-position: 0 -110px;
}

.prOverallRating a.star45 {
    background-position: 0 -55px;
}

.prOverallRating a.star5 {
    background-position: 0 0;
}

.details .inv-message span {
    margin: 3px 0;
    display: inline-block;
    background: url(responsive-sprite.png) no-repeat -221px -381px;
    padding: 3px 0 3px 24px;
    font-weight: 600;
}

    .details .inv-message span.free-shipping {
        background-position: -515px -119px;
        padding: 4px 0 4px 50px;
        color: #ff6c00;
    }

.details .inv-message .free-shipping + .message {
    margin-left:5px;
}

.details .divider, #main > .divider {
    height: 1px;
    width: 100%;
    clear: both;
    background-color: #d3d6c4;
    float: left;
    margin: 0 0 15px;
}

.iop > .divider, #main > .divider {
    float: left;
    margin: 15px 0;
    clear: both;
}

.details .inv-message {
    margin: 0 0 10px;
    color: #96a022;
    float: left;
}

.details .options {
    clear: both;
}

.details .options-desc {
    margin: 0 0 15px;
}

.details .opt.error {
    position: relative;
}

    .details .opt.error:before {
        content: 'Select';
        position: absolute;
        color: #2a302f;
        opacity: .9;
        background: url(options-error-bg.png) no-repeat center center;
        z-index: 200;
        width: 62px;
        height: 31px;
        left: -63px;
        bottom: 0;
        padding: 7px 0 12px 8px;
    }

.details .delivery-message.empty {
    display: none;
}

.details .ship-message, .details .delivery-message {
    margin: 0 0 25px;
}

    .details .ship-message.loading, .details .delivery-message.loading {
        text-indent: -9999px;
        background: url(ajax-load.gif) no-repeat left center;
    }

.details .qty {
    padding: 9px 5px 9px 10px;
    -webkit-appearance: none;
}

    .details .qty select[name='vwquantity'], .filters .filter > span {
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        background: url(data:image/gif;base64,R0lGODlhBgAGAKIAAAAAAP///7+/vz8/P////wAAAAAAAAAAACH5BAEAAAQALAAAAAAGAAYAAAMPOLAwwkAE1UJ40c6hrwwJADs=) right center no-repeat;
    }

    .details .qty * {
        display: inline-block;
        vertical-align: middle;
    }

    .details .qty select {
        font-size: 1em;
        width: 42px;
        padding: 7px 2px 5px 7px;
        border: 0;
    }

        .details .qty select:active, .details .qty select:focus {
            border: 0;
            outline: 0;
        }

.addthis_toolbox > a > span {
    display: none;
    visibility: hidden;
    text-indent: -9999px;
}

#main .addthis_toolbox > a {
    display: inline-block;
    width: 33px;
    height: 34px;
    background-image: url(responsive-sprite.png);
    background-repeat: no-repeat;
    margin: 0 5px;
}

.addthis_toolbox > a.addthis_button_pinterest > div {
    display: none;
}

.addthis_toolbox > a.addthis_button_pinterest {
    background-position: -7px -375px;
}

.addthis_toolbox > a.instagram {
    background-position: -51px -375px;
}

.addthis_toolbox > a.addthis_button_facebook {
    background-position: -96px -375px;
}

.addthis_toolbox > a.addthis_button_twitter {
    background-position: -140px -375px;
}

.itemtop .gallery {
    max-width: 600px;
    width: 100%;
    padding: 0 35px;
    margin-top: 15px;
}

.details .inv-message.empty {
    display: none;
}

.details .ship-message span {
    display: block;
    margin-bottom: 3px;
}

.details .icons {
    clear: both;
    text-align: center;
    padding-top: 25px;
}

.product-icons {
    margin-top: 25px;
}

.details .icons .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    font-size: .85em;
    text-align: center;
    width: 90px;
}

    .details .icons .icon img {
        display: block;
        margin: 0 auto 7px;
    }

.itembottom {
    color: #272d2c;
    padding-top: 13px;
}

.features-details .itembottom {
    padding-top: 0;
}

.itembottom > .info, .itembottom > .additional {
    padding: 15px;
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 0;
}

.itembottom > .info, .itembottom > .additional {
    padding: 15px 0;
}

.itembottom > .reviews {
    padding: 15px;
}

.itembottom .info h2 {
    font-size: 1.8em;
    font-weight: 300;
    margin: 10px 0 20px;
}

.itembottom h3 {
    font-weight: 300;
    margin: 10px 0 17px;
    font-size: 1.8em;
    text-transform: none;
}

.itembottom .designer-items h3 {
    text-align: center;
    margin-top: 20px;
}

.itembottom .designer-items .no-scroller {
    text-align: center;
}

    .itembottom .designer-items .no-scroller img {
        max-width: 100%;
        height: auto;
        margin: 15px 1% 0;
    }

.brand-text h3 {
    font-weight: 400;
}

.brand-text p {
    text-align: left;
}

.iop p, .regular p, .info .caption {
    line-height: 28px;
    font-size: 1.1em;
}

.itembottom .text-details {
    width: 100%;
}

.rw > h3 {
    display: none;
}

.itembottom .features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .itembottom .features ul li {
        padding-left: 1em;
        margin: 0 0 10px;
        position: relative;
    }

.itembottom .dimensions > div, .itembottom .tab.dimensions > div > div {
    margin: 0 0 12px;
}

.itembottom .dimensions span {
    display: inline-block;
    vertical-align: middle;
}

    .itembottom .dimensions span:first-child {
        width: 110px;
        margin-right: 15%;
    }

    .itembottom .dimensions span:last-child {
        width: -moz-calc(85% - 110px);
        width: -webkit-calc(85% - 110px);
        width: calc(85% - 110px);
    }

.itembottom .features ul li:before {
    content: "+";
    color: #4a9fa2;
    position: absolute;
    left: 0;
    font-weight: 900;
}

.itembottom .features ul li {
    margin: 0 0 20px;
    line-height: 22px;
}

.prListBar {
    display: none;
}

.itembottom .quality-scale {
    margin: 15px 0;
}

.itembottom .text-details {
    float: left;
}

.regular .info .text-details .caption {
    margin: 0 0 10px;
    line-height: 28px;
}

.regular .info .text-details h2 {
    font-weight: 400;
}

.itembottom .additional .features, .itembottom .reviews .rw {
    float: left;
    width: 61%;
}

.itembottom .dim-quality-scale, .itembottom .additional .collection-designer, .itembottom .reviews .qa {
    float: right;
    width: 35%;
}

.itembottom .collection img {
    max-width: 100%;
    height: auto;
}

.itembottom .collection h3, .itembottom .designer h3 {
    margin: 25px 0;
    font-size: 1.1em;
    font-weight: 400;
}

.itembottom .collection h3, .itembottom .designer h3 {
    font-size: 1.7em;
    font-weight: 300;
}

.itembottom .product:not(.tab) {
    padding: 30px 0 15px;
}

.itembottom .designer:not(.tab) {
    padding: 15px 0;
}

.itembottom .designer, .itembottom .product {
    clear: both;
}

    .itembottom .designer .icons, .itembottom .product .icons {
        width: 50%;
        text-align: center;
    }

    .itembottom .product .icons {
        float: right;
    }

    .itembottom .collection p, .itembottom .designer p {
        text-align: left;
    }

.full-caption.read-more {
    height: 190px;
    overflow: hidden;
}

    .full-caption.read-more:not(.expanded) + a.read-more-link {
        display: inline-block;
        font-weight: 600;
        font-size: 1.1em;
        color: #000;
    }

.regular .shop-link, .iop .shop-link {
    font-weight: 600;
    font-size: 1.1em;
    color: #000;
}

    .item-bottom a.read-more-link:before, .regular .shop-link:before, .iop .shop-link:before {
        content: '>';
        color: #f1582d;
        margin-right: 3px;
    }

.item-bottom a.read-description {
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.1em;
    background: url(data:image/gif;base64,R0lGODlhBgAHALMAAAAAAP///+7u7szMzJmZmYiIiHd3d2ZmZkRERDMzMxEREf///wAAAAAAAAAAAAAAACH5BAEAAAsALAAAAAAGAAcAAAQTMMhZyAxEJStF0UNnAIinWcc2RQA7) no-repeat left center;
    padding-left: 10px;
    color: #000;
    display: block;
    margin: 8px 0 25px;
}

.item-bottom a.read-more-link {
    display: none;
}

.itembottom .collection h3 {
    display: none;
}

.itembottom .collection p, .itembottom .designer p, .itembottom .product p {
    line-height: 24px;
}

.itembottom .collection-designer .collection p.full-caption, .itembottom .collection-designer .designer p.full-caption {
    display: none;
}

.itembottom .collection p.has-more:after, .itembottom .designer p.has-more:after {
    content: '+ Read More';
    color: #21bcb3;
    margin-left: 5px;
    cursor: pointer;
}

.itembottom .collection-designer .designer {
    margin-top: 45px;
}

    .itembottom .collection-designer .designer .text, .itembottom .tab.designer p.full-caption {
        float: right;
        width: -moz-calc(100% - 115px);
        width: -webkit-calc(100% - 115px);
        width: calc(100% - 115px);
        padding-left: 10px;
    }

.itembottom .tab.designer p.full-caption {
    float: none;
    width: auto;
}

.itembottom .designer .text h3, .itembottom .collection-designer .designer p.full-caption {
    margin-top: 0;
}

.itembottom .designer .icons {
    float: left;
}

    .itembottom .designer .icons img, .itembottom .product .icons img {
        margin-bottom: 10px;
        max-width: 100%;
    }

.rm-link {
    text-transform: uppercase;
    margin: 15px 0 10px;
    display: block;
}

    .rm-link.more:before {
        content: '+';
        margin-right: 7px;
    }

    .rm-link.less:before {
        content: '-';
        margin-right: 7px;
    }

.pinIcon {
    position: absolute;
    top: 182px;
    left: 0;
    display: none;
    width: 100%;
}

    .pinIcon a {
        display: block;
        background: #fff url(pinit2.png) center center no-repeat;
        text-indent: -9999px;
        height: 37px;
        border: #e6e8db 1px solid;
    }

        .pinIcon a:hover {
            background: #ca1517 url(pinit.png) center center no-repeat;
            border: #ca1517 1px solid;
        }

.column .info:hover .pinIcon {
    display: block;
}

.quality-scale {
    width: 465px;
    border: 1px solid #d3d6c4;
}

    .quality-scale:before {
        content: 'Quality';
        width: 90px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        padding-top: 25px;
        font-weight: 600;
    }

    .quality-scale .scale {
        background: url(scale-dot.2.png) repeat-x left center;
        height: 16px;
        margin: 17px 0 12px 42px;
        position: relative;
        width: 288px;
        display: inline-block;
    }

        .quality-scale .scale span {
            background: url(scale-selected-dot.2.png) repeat-x left center;
            display: inline-block;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 0;
        }

    .quality-scale .scale-description {
        text-align: center;
        position: relative;
        height: 25px;
        width: 340px;
        margin-left: 120px;
        display: inline-block;
    }

        .quality-scale .scale-description span {
            position: absolute;
            text-align: center;
            color: #58585a;
            font-weight: 600;
            width: 90px;
            font-size: .8em;
        }

    .quality-scale.scale1 .scale-description span:first-child, .quality-scale.scale3 .scale-description span:nth-child(2), .quality-scale.scale5 .scale-description span:last-child {
        font-size: .8em;
        font-weight: 600;
    }

    .quality-scale.scale1 .scale span {
        left: 0;
    }

    .quality-scale.scale2 .scale span {
        left: 68px;
    }

    .quality-scale.scale3 .scale span {
        left: 136px;
    }

    .quality-scale.scale4 .scale span {
        left: 204px;
    }

    .quality-scale.scale5 .scale span {
        left: 272px;
    }

    .quality-scale .scale-description span:first-child {
        left: -23px;
    }

    .quality-scale .scale-description span:nth-child(2) {
        left: 33%;
        width: 85px;
    }

    .quality-scale .scale-description span:last-child {
        right: 0;
    }

.itembottom .container-quality-scale {
    float: left;
    width: 100%;
}

.itembottom .left-column {
    float: left;
    width: 47%;
}

.itembottom .right-column {
    float: right;
    width: 41%;
}

.container-icons {
    clear: both;
}

    .container-icons div {
        display: inline-block;
        vertical-align: middle;
        background-image: url(collection-product-icons.2.png);
        background-repeat: no-repeat;
    }

        .container-icons div.iwarranty {
            padding: 7px 0 7px 52px;
            width: 110px;
        }

        .container-icons div.iquality {
            padding: 7px 0 7px 52px;
            background-position: 0 -148px;
            width: 140px;
            margin: 0 42px 0 53px;
        }

        .container-icons div.iseller {
            padding: 13px 0 13px 73px;
            background-position: 0 -334px;
            width: 105px;
        }

        .container-icons div span:first-child {
            text-transform: uppercase;
            font-size: 1.1em;
            display: block;
        }

.iop .colors-sample-area {
    max-width: 100%;
    text-align: center;
    padding: 38px 0 30px;
}

    .iop .colors-sample-area p {
        text-align: center;
        line-height: 22px;
        font-size: 1.2em;
    }

    .iop .colors-sample-area .image-samples {
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 95px;
    }

    .iop .colors-sample-area h3 {
        font-style: italic;
        border-bottom: 1px solid #000;
        color: #000;
        font-size: 2.2em;
        font-family: Georgia;
        font-weight: 400;
        display: inline-block;
        padding-bottom: 13px;
        margin: 40px 0 0;
    }

    .iop .colors-sample-area a {
        font-weight: 900;
        font-size: 1.3em;
    }

        .iop .colors-sample-area a:before {
            content: '>';
            color: #eb6e4c;
            margin-right: 5px;
        }

.collection, .collection p {
    text-align: center;
    line-height: 24px;
}

    .collection .image {
        padding-top: 20px;
    }

.rw > br {
    display: none;
}

#main .sa_star {
    background-image: url(store-reviews-stars-bg.png);
}

.st-loading-message {
    font-size: 16px;
    font-style: italic;
    color: #999;
    margin: 10px auto;
}

section.info {
    padding: 0 5px;
}

.aboutus h2 {
    font-style: italic;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    color: #272d2c;
}

.aboutus p.full {
    width: 100%;
    clear: both;
}

.aboutus p.left {
    width: 48%;
    float: left;
    margin-right: 1%;
    text-align: justify;
    clear: left;
}

.aboutus p.right {
    width: 48%;
    float: right;
    margin-left: 1%;
    text-align: justify;
    clear: right;
}

.aboutus p.larger {
    font-size: 2em;
    font-weight: 300;
}

.aboutus p.centered {
    text-align: center;
}

.aboutus p.left img, .aboutus p.right img {
    display: block;
    margin: 0 0 5px 0;
}

.aboutus p span.heading {
    display: block;
    font-size: 1.8em;
    font-weight: 300;
    margin: 0 0 5px 0;
}

body.opened .overlay, body.popup .overlay {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #cfe0d8;
    z-index: 10000;
    opacity: .9;
}

#newsletter {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    max-width: 670px;
    height:100%;
    max-height:670px;
    border:15px solid #bfdace;
    z-index: 100001;
    display: none;
    background-color:#fff;
    text-align:center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family:'Open Sans';
    padding:90px 4% 0;

}

#newsletter .nheader {
    position: relative;
    text-align:center;
}
    #newsletter .brd {
        display:none;
    }
    #newsletter .close {
        background: url(newsletter-close2.png) no-repeat center center;
        text-align: center;
        width: 31px;
        height: 31px;
        position: absolute;
        right: 6%;
        top: 13%;
    }

    #newsletter .nbody {
        background-color: #fff;
        text-align: center;
    }

        #newsletter .nbody .inner {
            font-size:1.7em;
            line-height:1.9em;
            float:left;
            width:100%;
        }

            #newsletter .nbody .inner .inner-cont {
                margin:40px 2% 15px;
                font-weight:300;
            }
    #newsletter .welcome {
        width: 295px;
        height: 46px;
        background: url(newsletter-welcome2.png) no-repeat left top;
        display: inline-block;
        background-size: contain;
    }

    #newsletter .promo, #newsletter .thankyou {
        font-size: 3em;
        color: #3c4140;
        font-weight: 600;
        line-height:1em;
        margin:20% 0;
    }

    #newsletter .promo_next, #newsletter .thankyou_next {
        font-size: 2.5em;
        color: #3c4140;
        font-weight: 300;
        line-height:1em;
    }

    #newsletter .form {
        margin: 20px 0;
        padding:0 20px;
        float: left;
        width: 100%;
    }

    #newsletter input[type='text'], #newsletter input[type='email'] {
        width: 70%;
        padding: 8px 10px 8px 20px;
        border: 1px solid #e0e2d5;
        border-right: 0;
        font-style: italic;
        display: inline-block;
        vertical-align: middle;
        font-size: 0.75em;
        float: left;
        font-family:'Open Sans';
        font-weight:300;

    }

        #newsletter input[type='text']:focus, #newsletter input[type='email']:focus {
            font-style: normal;
            color: #3c4140;
        }

    #newsletter input[type='submit'] {
        float: left;
        width: 30%;
        background: #cfe0d8 url(newsletter-submit2.png) no-repeat center center;
        color: #fff;
        border: 0;
        display: inline-block;
        vertical-align: middle;
        padding: 14px 20px 14px;
        cursor: pointer;
    }
    #newsletter .news-product {
        float:left;
        clear:both;
        width:100%;
        margin:20px 0 0;
        padding:0 0 0 5%;
    }
#newsletter .news-product .news-product-image {
    float:left;
    width:50%;
}
    #newsletter .news-product .news-product-image img {
        max-width:100%;
        height:auto;
    }
#newsletter .news-product .news-product-info {
    float:left;
    width:50%;
    font-size:0.7em;
    text-align:left;
    line-height:1em;
    color:#3c4140;
    font-weight:300;
}
#newsletter .news-product .news-product-info a {
    color:#de8614;
    font-weight:600;
    display:block;
    margin-bottom:20px;
}
#newsletter .news-product .news-product-info span {
    display:block;
}
#newsletter .news-product .news-product-info span:before {
    content:'(';
}
#newsletter .news-product .news-product-info span:after {
    content:')';
}
.popup #newsletter {
    display: block;
}

.contactus h2, .emailus h2, .info h2 {
    font-size: 2.1em;
    font-weight: 300;
    margin-top: .2em;
}

.contactus h3 {
    font-size: 1.7em;
    color: #11b7ae;
    font-weight: 300;
}

.contactus .a2 h3:first-child {
    margin-top: .2em;
}

.contactus.emailus .a1 h3 {
    margin-bottom: 5px;
}

    .contactus.emailus .a1 h3 + p {
        margin-top: 5px;
    }

.contactus .a1, .contactus .a2, .contactus .a3, .contactus .a4 {
    padding: 2%;
}

.contactus.emailus .a1 {
    width: 60%;
}

.contactus.emailus .a2 {
    width: 39%;
}

.contactus .link {
    color: #11b7ae;
    text-decoration: underline;
}

.contactus .a1 p {
    font-size: 1.3em;
    font-weight: 300;
}

.contactus .a2 .link {
    text-decoration: none;
}

.contactus span.left-div {
    color: #d3d6c4;
    margin: 0 5px;
}

.contactus .a1, .contactus .a3, .contactus .a4 {
    float: left;
}

.contactus .a1 {
    border-bottom: 1px solid #d3d6c4;
    border-right: 1px solid #d3d6c4;
    width: 66%;
}

.contactus.emailus .a1 {
    border-bottom: 0;
}

.contactus .a3 {
    border-right: 1px solid #d3d6c4;
}

.contactus .a4 {
    border-right: 1px solid #d3d6c4;
}

.contactus .a2 {
    float: right;
    width: 33%;
}

.contactus .a3, .contactus .a4 {
    width: 33%;
    height: 580px;
}

.contactus .newsletter .form {
    border: 1px solid #d3d6c4;
    padding: 3px;
}

    .contactus .newsletter .form input[type='text'] {
        width: -moz-calc(100% - 42px);
        width: -webkit-calc(100% - 42px);
        width: calc(100% - 42px);
    }

.contactus p.with-error:after, .contactus .g-recaptcha.with-error:after {
    content: '* Required';
    color: #c00;
    font-weight: 600;
    font-size: .8em;
    margin-top: 5px;
    display: block;
}

.emailus .a1 input[type='text'], .emailus .a1 select, .emailus .a1 textarea {
    padding: 7px 10px;
    display: block;
    width: 100%;
    border: 1px #d3d6c4 solid;
    font-size: .9em;
    color: #444948;
}

.emailus .formframe {
    max-width: 440px;
    width: 100%;
}

.emailus textarea {
    font-family: Lato,Arial,sans-serif;
}

.emailus input[type='reset'] {
    border: 0;
    padding: 10px 17px;
    float: left;
    width: 125px;
    text-align: center;
    color: #272d2c;
    font-size: 1.1em;
    text-transform: lowercase;
    cursor: pointer;
    background-color: #d3d6c4;
}

.emailus input[type='submit'] {
    border: 0;
    padding: 10px 13px;
    float: left;
    width: 145px;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    background: #f1582d url(content-bullet-white.png) no-repeat 22px center;
    margin-left: 170px;
}

.emailus label {
    display: inline-block;
    width: 85px;
    text-align: right;
}

.color-swatches {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 10010;
    width: 100%;
    padding: 40px 15px 10px 10px;
    -webkit-box-shadow: 0 0 18px 1px rgba(18,18,18,.64);
    -moz-box-shadow: 0 0 18px 1px rgba(18,18,18,.64);
    box-shadow: 0 0 18px 1px rgba(18,18,18,.64);
}

    .color-swatches > .colorswatches-inner {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 500px;
        padding-right: 10px;
    }

    .color-swatches.opened {
        display: block;
    }

a.swatch-link {
    background: url(swatches-bg.png) no-repeat top left;
    text-align: left;
    margin-bottom: 10px;
    color: #272d2c;
    background-position: bottom left;
    padding: 7px 0 2px 26px;
    float: right;
    font-weight: 600;
}

.swatchtable {
    font-size: .9em;
    color: #000;
    float: left;
    list-style-type: none;
    padding-right: 5px;
    padding-bottom: 30px;
    max-width: 150px;
}

li.swatchtable {
    height: 200px;
}

.swatchtable a {
    cursor: default;
}

    .swatchtable a img {
        max-width: 100%;
        height: auto;
    }

.color-swatches .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    height: 18px;
    background-position: -274px -116px;
}

#nakGetBreadContainer {
    clear: both;
    margin-top: 15px;
    float: left;
    padding-top: 25px;
    width: 100%;
}

    #nakGetBreadContainer:before {
        content: 'OR';
        font-size: .8em;
        background-color: #fff;
        position: absolute;
        right: 102px;
        top: -1px;
        color: #424242;
        width: 30px;
        z-index: 2;
        text-align: center;
    }

    #nakGetBreadContainer:after {
        content: '';
        position: absolute;
        right: 1px;
        top: 5px;
        border-top: 1px solid #d7d5d4;
        width: 248px;
        height: 1px;
        z-index: 1;
    }

    #nakGetBreadContainer .prevent {
        z-index: 3;
    }

#prOverallRatingTitle {
    display: none;
}

.wrap .section-coupon {
    max-width: 100%;
    margin-bottom: 10px;
}

.wrap .global-coupon {
    max-width: 100%;
}

.section-coupon > div {
    text-align: center;
    font-size: 2.2em;
    font-weight: 100;
    padding: 10px 0;
}

.desccaption {
    display: block;
}

.mcaption {
    display: none;
}

#yfcinfowindow_p {
    display: none;
}

.column.discont {
    background-color: #f1cbcb;
}

#GetBreadButtonID .bread-as-low-as-tooltip-external {
    bottom: -57px!important;
    top: auto!important;
    left: auto!important;
    right: 0!important;
}

.dimensions .references.inited {
    display: block;
}

.tablinks {
    margin-bottom: 20px;
}

.regular .tablinks {
    display: none;
}

.tablinks ul, .tablinks li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tablinks li {
    display: inline-block;
    margin: 0 3%;
}

    .tablinks li:first-child {
        margin-left: 0;
    }

    .tablinks li:last-child {
        margin-right: 0;
    }

.tablinks a {
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 900;
    color: #000;
    position: relative;
    font-size: 1.1em;
}

    .tablinks a > div.bottom-border {
        display: none;
    }

    .tablinks a.active > div.bottom-border {
        content: ' ';
        width: 0%;
        height: 2px;
        background-color: #13abb5;
        position: absolute;
        left: 50%;
        bottom: -8px;
        display: block;
    }

#mobile .search-form input[type='text'], .top .search-form input[type='text'] {
    min-width: 185px;
}

#mobile .search-form input[type='image'], .top .search-form input[type='image'], #mobile .search-form input[type='reset'] {
    float: right;
}

#mobile .search-form input[type='reset'] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: #fff;
    background-image: url(data:image/gif;base64,R0lGODlhEQASALMAAAAAAP///+To6WmDhVl1d6e2t6+9vmeCg+Ln5+bq6u7x8f///wAAAAAAAAAAAAAAACH5BAEAAAsALAAAAAARABIAAAQ/MMhJq0rC1B3UMMpRcJM3diJpUuHJDm6ZlrA6ryRa4DlKxDnPrycxtXq4I4en2zCLs2JteZvaRggNMaQlFgURADs=);
    background-position: center center;
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    margin-top: 4px;
    outline: none;
}

    #mobile .search-form input[type='reset']:active, #mobile .search-form input[type='reset']:focus {
        outline: none;
    }

.trust-guard {
    background: url(trustguard-logo.png) left center no-repeat;
    padding: 5px 0 5px 100px;
}

    .trust-guard ul, .trust-guard li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .trust-guard li {
        display: block;
        margin: 10px 0;
        padding: 0 0 0 20px;
        background: url(trustguard-bullet.png) left center no-repeat;
        text-align: left;
    }

.product-icons {
    clear: both;
    float: left;
    display: none;
}

.picture .marrow {
    display: none;
    text-indent: -9999px;
    position: absolute;
    width: 14px;
    height: 28px;
}

body:not(.opened) > div.mz-zoom-window.mz-preview {
    display: none;
}

#backtop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 3%;
    color: #000;
    font-weight: 600;
    text-transform: lowercase;
    width: 55px;
    text-align: right;
    background-color: #fff;
    padding: 5px;
}

    #backtop:before {
        content: ' ';
        background: url(data:image/gif;base64,R0lGODlhCgALAMQAAAAAAP////z8/PPz8+fn5+Tk5N7e3tLS0snJybq6uoODg2ZmZlRUVERERDk5OS0tLScnJxISEgoKCgEBAf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABQALAAAAAAKAAsAAAUpYCAmYlkqE2KKhgRAgyk4QL2YyMJEy0Ksh8eqFByKikbkULkqNGpQQAgAOw==) no-repeat left top;
        width: 5px;
        height: 11px;
        padding: 0 7px;
    }

    #backtop.active {
        display: inline-block;
    }

section.controls.bottom-controls {
    margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
    .itemtop {
        padding: 0 10px 25px;
    }
}

@media screen and (max-width:1024px) {
    .itembottom {
        padding: 13px 15px 0;
    }

        .itembottom .left-column {
            width: 50%;
        }
}

@media screen and (max-width:1000px) {
    .itemtop {
        padding: 0 10px 25px;
    }
}

@media screen and (max-width:970px) {
    .header-text {
        margin-left: 7px;
    }

    .sequence-banners {
        margin: 0 15px 15px;
    }

    .full .sequence-banners {
        margin: 0 0 15px;
    }

    .caption-2 {
        padding: 0 1%;
    }

    #main > h4, p.caption {
        padding: 0 5px;
    }

    .tablinks ul {
        margin: 0 0 0 15px;
    }

    .tablinks li {
        margin: 0 2.5%;
    }

    .itembottom .left-column {
        width: 55%;
    }

    .wrap > section.breadcrumbs .links {
        width: 100%;
    }
}

@media screen and (max-width:940px) {
    nav .menu > div > a > img {
        max-width: 90%;
        height: auto;
    }
}

@media screen and (max-width:920px) {
    .top .my.box:hover .menu {
        left: -186px;
    }

    .top .subscribe.box:hover .menu {
        left: -141px;
    }

    .top .subscribe.box:hover {
        border: 1px solid #d3d6c4;
    }

    .top .box:hover .menu:before {
        right: 0;
        left: auto;
    }

    nav .menu {
        background-position: 72% top;
    }

        nav .menu .heading {
            font-size: 1em;
        }

    .container-icons div.iquality {
        margin: 0 35px 0 45px;
    }

    .itembottom .dimensions span:first-child {
        margin-right: 7%;
    }

    .itembottom .dimensions span:last-child {
        width: -moz-calc(93% - 110px);
        width: -webkit-calc(93% - 110px);
        width: calc(93% - 110px);
    }
}

@media screen and (max-width:850px) {
    .quality-scale {
        width: 430px;
    }

        .quality-scale .scale {
            margin: 17px 0 12px 15px;
        }

        .quality-scale .scale-description {
            margin-left: 95px;
        }

    .container-icons div.iquality {
        margin: 0 25px;
    }
}

@media screen and (max-width:836px) {
    .contactus .a1 {
        width: 100%;
        border-right: 0;
    }

    .contactus .a2 {
        float: left;
        width: 100%;
        max-width: 400px;
    }

    .contactus .a3 {
        clear: left;
    }

    .contactus .a3, .contactus .a4 {
        width: 48%;
        border-top: 1px solid #d3d6c4;
    }

    .contactus .a4 {
        border-right: 0;
    }

    footer .footer-links li, footer .company-links li {
        padding: 0 13px;
    }
}

@media screen and (max-width:800px) {
    .container-icons div.iquality {
        margin: 0 20px;
    }

    .quality-scale {
        width: 410px;
    }

        .quality-scale .scale {
            margin: 17px 0 12px 0;
        }

        .quality-scale .scale-description {
            margin-left: 77px;
        }
}

@media screen and (max-width:780px) {
    .itembottom h3 {
        font-size: 1.2em;
    }

    .itembottom .text-details, .itembottom .dim-quality-scale {
        float: none;
        width: 100%;
    }

    .itembottom .dim-quality-scale {
        text-align: center;
    }
    .desc-story .left-column {
        display:none;
    }
    .itembottom #tabs {
        display: block;
    }
    .itembottom .product:not(.tab) {
        padding:10px 0 15px;
    }
    #tabs .text-details {
        padding:0;
    }
    .itembottom > .info {
        border-bottom: 0;
        float: none;
    }
    #tabs .info h2 {
        display:none;
    }
    .itembottom #tabs .tab {
        clear: both;
    }

        .itembottom #tabs .tab .qa > h3, .itembottom #tabs .tab .rw > h3 {
            display: none;
        }

        .itembottom #tabs .tab > a {
            display: block;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            padding: 13px 0;
            background-color: #282e2d;
            margin: 5px 0;
        }

        .itembottom #tabs .tab > div {
            display: none;
            padding: 15px;
        }

        .itembottom #tabs .tab.opened > div {
            display: block;
        }

        .itembottom #tabs .tab.opened > a {
            font-weight: 600;
            background-color: #575d5d;
            border: 1px solid #575d5d;
            color: #fff;
        }


    footer .newsletter .form input[type='email'] {
        font-size: .95em;
        padding: 9px 5px;
    }

    footer .footer-links li, footer .company-links li {
        padding: 0 10px;
    }

    footer .newsletter-social {
        width: 93%;
    }

    footer .newsletter {
        width: 72%;
    }

    footer .social-links {
        margin-left: 15px;
    }

    #nakGetBreadContainer {
        float: none;
        width: 220px;
        margin: 0 auto;
    }

        #nakGetBreadContainer #GetBreadButtonID {
            float: left;
            margin: 15px 0 10px;
        }

    .details .social-links {
        padding-top: 12px;
        clear: both;
    }

    .details .opt.error:before {
        display: none;
    }

    .details .atc.error:before {
        content: 'Please select options';
        border: 1px solid #7fd1cb;
        padding: 8px 0 8px 8px;
        display: block;
        clear: both;
        color: #2a302f;
        opacity: .9;
        background: #e0f2ef;
        margin-bottom: 10px;
    }

    .section-coupon > div {
        font-size: 1.8em;
    }

    .product-icons {
        clear: both;
        float: none;
    }

    #GetBreadButtonID .bread-as-low-as-tooltip-external {
        bottom: 5px!important;
    }

    img.product-icons + .social-links {
        border-top: 1px solid #d3d6c4;
    }

    .picture .marrow {
        display: block;
        top: 35%;
        background: url(sliders-sprite.2.png) no-repeat;
        z-index: 100;
    }

        .picture .marrow.prev {
            background-position: 0 -152px;
            left: 10px;
        }

        .picture .marrow.next {
            background-position: -14px -152px;
            right: 10px;
        }

    a.swatch-link {
        display: inline-block;
    }

    a.read-description {
        margin-bottom: 10px;
    }

    .desc-story .left-column, .desc-story .right-column {
        width: 100%;
    }

    .itembottom .container-quality-scale {
        text-align: center;
    }

    .quality-scale {
        text-align: left;
        margin: 15px auto;
        width: 430px;
    }

        .quality-scale .scale {
            margin: 17px 0 12px 15px;
        }

        .quality-scale .scale-description {
            margin-left: 95px;
        }

    .container-icons {
        clear: both;
        text-align: center;
    }

        .container-icons div.iquality {
            margin: 0 35px 0 45px;
        }

    .tablinks ul {
        margin: 0 15px 0 15px;
    }

    .trust-guard {
        margin: 10px auto 5px;
        max-width: 360px;
        border-top: 0;
        float: none;
    }

    img.product-icons + .social-links {
        border-top: 0;
        padding-top: 0;
    }

    #nakGetBreadContainer {
        max-width: 400px;
        width:280px;
    }

        #nakGetBreadContainer #GetBreadButtonID {
            width: 100%;
        }

        #nakGetBreadContainer:after {
            top: 20px;
            width: 300px;
        }

        #nakGetBreadContainer:before {
            top: 12px;
            right: 130px;
        }

    .itemtop .details .pricing, .itemtop .details .pricing .pextra, .itemtop .details .pricing .price-each, .itemtop .details .pricing .psale {
        float: none;
    }
}

@media screen and (max-width:760px) {
    #mm h2 {
        font-style: italic;
        font-size: 1.1em;
        font-weight: 400;
    }

    #mm .mbox {
        padding: 10px 0;
    }

    #mm .close {
        position: absolute;
        right: 10px;
        top: 16px;
        width: 18px;
        height: 18px;
        background-position: -274px -116px;
    }

    #links .sub {
        display: none;
    }

    #links .element > a, #mm .other a {
        text-transform: uppercase;
        font-size: 1.1em;
        margin-bottom: 8px;
        display: block;
        font-weight: 900;
        color: #1c2422;
    }

    #mm .other {
        margin-left: 40px;
    }

    #mm .bbox {
        padding-left: 40px;
    }

    #mm .other a {
        font-size: 1.1em;
        margin-bottom: 8px;
        display: block;
        font-weight: 400;
        color: #1c2422;
        text-transform: none;
    }

    #links .element > a:after {
        content: '';
        background: url(responsive-sprite.png) no-repeat -319px -116px;
        float: right;
        width: 20px;
        height: 10px;
        margin-top: 5px;
    }

    #links .element.opened .sub {
        display: block;
        margin: 15px 0 15px 15px;
    }

    #links .element.opened > a:after, #mm a.other-links.opened:after {
        background-position: -296px -116px;
    }

    #links .element .sub a, #mm .mmy > a {
        display: block;
        margin: 7px 0;
        color: #1c2422;
    }

        #links .element .sub a img {
            max-width: 100%;
            height: auto;
        }

        #links .element .sub a.heading {
            font-weight: 600;
            color: #4c6b6d;
            font-size: 1.1em;
        }

    #links .element .sub > div > a:last-child {
        margin-bottom: 25px;
    }

    #mm .mmy > a {
        font-weight: 600;
    }

        #links .element .sub a:hover, #mm .mmy > a:hover {
            color: #f60;
        }

    #links .element .sub a.heading:not(:first-child) {
        margin-top: 30px;
    }

    #mm .search-form .form {
        width: 100%;
        border: 1px solid #d3d6c4;
        padding: 8px 6px 8px 8px;
        margin: 10px 0 5px;
    }

    #mm .search-form input[type='text'] {
        width: -moz-calc(100% - 33px);
        width: -webkit-calc(100% - 33px);
        width: calc(100% - 33px);
    }

    #mobile .search-form input[type='text'] {
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        font-size: 1.1em;
    }

    #mm .subscribe-link {
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #f60;
        font-size: 1.2em;
        display: block;
    }

        #mm .subscribe-link:after {
            content: '';
            background: url(responsive-sprite.png) no-repeat -342px -116px;
            float: right;
            width: 10px;
            height: 20px;
        }

    #mm .mphone {
        background-position: -292px -150px;
        padding: 25px 0 5px 40px;
        border-top: 1px solid #d3d6c4;
    }

        #mm .mphone span {
            display: block;
            font-size: 1.2em;
            font-weight: 600;
            color: #4a5854;
        }

            #mm .mphone span.hours {
                font-size: 1em;
                margin: 3px 0 0;
                font-weight: 400;
            }

    #mm .bbox p {
        color: #1c2422;
    }

    #mm .bbox > span {
        text-transform: uppercase;
        font-weight: 600;
        color: #1c2422;
    }

    #mm .menu.subscribe {
        background-position: 2px 4px;
        background-repeat: no-repeat;
    }

    #mm .menu.my {
        background-position: 2px 4px;
        background-repeat: no-repeat;
    }

    #mobile.opened {
        padding-bottom: 50px;
        border-bottom: 1px solid #fff;
    }

    #mobile.opening {
        padding-bottom: 20px;
    }

        #mobile.opened .search-form, #mobile.opening .search-form {
            width: 100%;
            border-top: 1px solid #d3d6c4;
            border-bottom: 1px solid #d3d6c4;
            position: absolute;
            left: 0;
        }

        #mobile.opening .search-form {
            bottom: auto;
        }

    #mobile.opened .search-form {
        display: block;
        height: 35px;
        bottom: 12px;
    }

        #mobile.opened .search-form .form, #mobile.opening .search-form .form {
            margin: 3px 10px;
        }

            #mobile.opened .search-form .form:before {
                content: 'Search';
                border-right: 1px solid #d3d6c4;
                font-style: italic;
                color: #848678;
                font-size: 1.1em;
                padding-right: 5px;
                float: left;
                margin-top: 4px;
            }

    #mm .menu.active {
        display: block;
        position: initial;
    }

    #mobile .search-form input[type='image'] {
        display: none;
    }

    .collection {
        padding: 0 15px;
    }

    #newsletter {
        width: 98%;
    }

        #newsletter .welcome {
            width: 200px;
            height: 31px;
        }

        #newsletter .nbody .inner {
            font-size: 1.3em;
            line-height: 1.7em;
        }

            #newsletter .nbody .inner .inner-cont {
                margin: 30px 10% 10px;
            }

        #newsletter input[type='text'], #newsletter input[type='email'] {
            font-size: 1em;
        }

        #newsletter .form {
            padding: 0 11%;
        }

        #newsletter .news-product .news-product-info, #newsletter .news-product .news-product-info p {
            font-size: 0.9em;
            line-height: 1em;
        }

    .mz-no-expand .mz-hint, #nakGetBreadContainer:before, #nakGetBreadContainer:after {
        display: none;
    }

    #nakGetBreadContainer {
        padding-top: 0;
        width: -moz-calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        max-width: 300px;
        float: right;
        margin-right:22%;
    }
        #nakGetBreadContainer #GetBreadButtonID {
            margin:15px 0 0;
        }
    #GetBreadButtonID .bread-as-low-as-tooltip-external {
        display:none !important;
    }
    #GetBreadButtonID-bread-iframe {
        height:30px !important;
        max-height:30px;
    }
    .itemtop {
        padding:0 10px 5px;
    }
    .desc-story .itembottom {
        padding:0 7px;
    }
}

@media screen and (max-width:720px) {
    .top .search-form {
        width: 40%;
    }

    .top .box {
        position: absolute;
        width: 100px;
        right: 70px;
        padding: 0;
    }

        .top .box a {
            font-size: .9em;
        }

            .top .box a > span {
                display: none;
            }

    .top .my {
        width: 100px;
        height: 32px;
        top: 30px;
        right: 70px;
        border: 0;
    }

        .top .my:hover, .top .my.hovered {
            padding: 0;
            border: 0;
        }

    .top .subscribe {
        height: 32px;
        top: 4px;
        height: auto;
        right: 73px;
    }

    .top .my .menu {
        top: 22px;
    }

    footer .footer-links a {
        font-size: 1em;
    }

    footer .newsletter-social {
        width: 100%;
        text-align: center;
    }

    footer .newsletter {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    footer .social-links {
        margin-left: 15px;
        float: none;
        margin: 10px auto 30px;
    }

    footer .footer-links li, footer .company-links li {
        margin-bottom: 10px;
    }

    .tablinks li {
        margin: 0 2.2%;
    }

    .wrap > section.breadcrumbs {
        display: none;
    }
     #nakGetBreadContainer {
        margin-right:20%;
    }
    .color-swatches p {
        font-size:1em;
        line-height:24px;
        margin:0.5em;
    }
    .color-swatches > .colorswatches-inner {
        padding-right:0;
    }
    .color-swatches > .colorswatches-inner ul {
        padding:0;
        margin:0;
    }
    .color-swatches > .colorswatches-inner ul .swatchtable:nth-child(2n) {
        padding-left:5px;
        padding-right:0;
    }
}

@media screen and (max-width:680px) {
    .top .search-form {
        width: 38%;
    }

    .top .subscribe {
        right: 53px;
    }

    .top .my {
        right: 50px;
    }

    .itembottom {
        padding: 0;
    }

    .itembottom .text-details {
        padding: 0 10px;
    }

    .tablinks, section.features-details, .desc-story .right-column, section.product-designer, section.collection-info, section.reviews-section, section.store-reviews-section, section.qa-section, header.simple.desktop, #main.iop > .divider, #main.regular > .divider {
        display: none;
    }

    .itembottom .designer .icons, .itembottom .product .icons {
        margin: 0 auto;
        float: none;
    }

    .itembottom .designer p.full-caption {
        padding: 0;
    }

    .itembottom .features ul li {
        margin: 0 0 15px;
    }

    .dimensions h3 {
        margin-top: 0;
    }

    .features {
        border-top: 1px solid #d3d6c4;
        margin-top: 20px;
    }

        .features h3 {
            margin-top: 15px;
        }

    .collection .image {
        padding-top: 0;
    }

    p, .info .caption {
        line-height: 26px;
    }

    .itembottom .info h2 {
        margin: 7px 0 15px;
    }

    .colors-sample-area {
        float: left;
        width: 100%;
        margin: 15px 0;
    }

    .itembottom #tabs .tab > div {
        padding: 10px;
    }

    #main > header.simple:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 15px;
        height: 1px;
        background-color: #d3d6c4;
        width: 100%;
        z-index: -1;
    }

    .container-quality-scale {
        padding-left: 10px;
    }
    #newsletter .news-product {
        padding:0 0 0 20%;
    }
    #newsletter .news-product .news-product-image {
        width:40%;
    }
    #newsletter .news-product .news-product-image {
        -webkit-border-bottom-left-radius: 50%;
        -moz-border-radius-bottomleft: 50%;
        border-bottom-left-radius: 50%;
    }
    
     #nakGetBreadContainer {
        margin-right:19%;
    }
}
@media screen and (max-width:660px) {
    #nakGetBreadContainer {
        margin-right:18%;
    }
}
@media screen and (max-width:620px) {
    .top .search-form {
        width: 36%;
    }

    .top .subscribe {
        right: 48px;
    }

    .top .my {
        right: 45px;
    }

    .caption-2 {
        padding: 0 .5%;
    }
    #nakGetBreadContainer {
        margin-right:14%;
    }
}

@media screen and (max-width:580px) {
    
    .picture .marrow.next {
        right:0px;
    }
    .picture .marrow.prev {
        left:0px;
    }
    .itembottom > .info, .itembottom > .additional {
        padding: 10px 7px;
    }

    .aboutus p.left, .aboutus p.right {
        width: 100%;
        text-align: justify;
        clear: both;
    }

    .aboutus p {
        margin-top: 0;
    }

    .aboutus img.full {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .contactus .a1, .contactus .a2, .contactus .a3, .contactus .a4, .contactus.emailus .a1, .contactus.emailus .a2 {
        float: left;
        width: 100%;
        clear: both;
        height: auto;
    }

    .emailus input[type='submit'] {
        margin-left: 28px;
    }

    .contactus .a3, .contactus .a4 {
        border-top: 1px solid #d3d6c4;
    }

    .contactus .a4, .contactus .a3 {
        border-right: 0;
    }

    footer .footer-links {
        padding: 20px 0 15px;
    }

        footer .footer-links li {
            display: block;
            border-right: 0;
            font-size: .9em;
            margin: 5px 0;
        }

    footer .company-links li.phone {
        font-size: 1.2em;
    }

    footer .company-links li.hours, footer .company-links li {
        font-size: .9em;
    }

        footer .company-links li.phone, footer .company-links li.hours {
            display: block;
        }

    footer .copyright {
        font-size: .85em;
    }

    footer.trending-styles-links a, footer.trending-styles-links span {
        font-size: .95em;
    }

    footer.trending-styles-links span {
        display: block;
        margin-bottom: 5px;
    }

    footer.trending-styles-links li {
        margin: 5px 0;
    }

    .desccaption {
        display: none;
    }

    .mcaption {
        display: block;
    }

    .column .info:hover .pinIcon {
        display: none;
    }

    .iop .colors-sample-area .image-samples {
        background-size: contain;
        width: 95%;
        margin: 0 auto;
    }

    .iop .colors-sample-area h3 {
        margin: 0;
        padding-bottom: 7px;
    }

    .trust-guard {
        border-top: 1px solid #d3d6c4;
        border-bottom: 1px solid #d3d6c4;
    }

    .details .ship-message, .details .delivery-message {
        margin: 0 0 15px;
    }

    .details .delivery-message {
        clear: both;
        text-align: left;
    }
    #nakGetBreadContainer {
        margin-right:12%;
    }
}
@media screen and (max-width:560px) {
    #newsletter {
        padding:50px 4% 0;
    }
        #newsletter .close {
            right:7%;
            top:10%;
        }
        #newsletter .nbody .inner {
            font-size:1.2em;
            line-height:1.5em;
        }
            #newsletter .nbody .inner .inner-cont {
                margin:25px 10% 10px;
            }
        #newsletter input[type='submit'] {
            padding:13px 20px;
        }
        #newsletter .news-product {
            margin:10px 0 0;
        }
            #newsletter .news-product .news-product-image {
                width:35%;
            }
        #newsletter .news-product {
            padding: 0 0 0 25%;
        }
            #newsletter .news-product .news-product-info a {
                font-size:0.95em;
            }
    #nakGetBreadContainer {
        margin-right:10%;
    }
}

@media screen and (max-width:530px) {
    #main > header h2 {
        font-size: 1.05em;
    }

    #main > h3 {
        font-size: .95em;
        margin: 0 0 10px 0;
    }

    #main .column > h3 {
        margin: 7px 0;
        font-weight: 400;
        font-size: 1.4em;
    }

    .aboutus h2 {
        font-size: 1.8em;
    }

    .aboutus p.larger {
        font-size: 1.6em;
    }
    #nakGetBreadContainer {
        margin-right:8%;
    }
}

@media screen and (max-width:480px) {
    .container-quality-scale {
        padding-left: 0;
    }

    .quality-scale {
        width: 100%;
        border-left: 0;
        border-right: 0;
        margin: 15px 0;
    }

        .quality-scale:before {
            display: block;
            margin: 0 auto;
            padding-top: 10px;
            font-size: 1.1em;
        }

        .quality-scale .scale {
            margin: 15px auto;
            display: block;
        }

        .quality-scale .scale-description {
            margin: 0 auto;
            display: block;
        }

            .quality-scale .scale-description span:first-child {
                left: -10px;
            }

            .quality-scale .scale-description span:nth-child(2) {
                left: 37%;
            }

            .quality-scale .scale-description span:last-child {
                right: -10px;
            }

    .container-icons div.iwarranty {
        padding: 65px 0 7px 0;
        width: 65px;
        background-position: 10px 0;
    }

    .container-icons div.iquality {
        width: 88px;
        padding: 65px 0 7px 0;
        background-position: 21px -148px;
        margin: 0 25px;
    }

    .container-icons div.iseller {
        padding: 70px 0 13px 0;
        background-position: 10px -334px;
        width: 80px;
    }
    #newsletter input[type='submit'] {
        padding:12px 20px 13px;
    }
    #newsletter .nbody .inner {
        font-size:1.1em;
    }
    #newsletter .nbody .inner .inner-cont {
        margin:25px 7% 10px;        
    }
    #newsletter .close {
        right:5%;
        top:9%;
    }
    #newsletter .form {
        padding:0 5%;
    }
    #newsletter .promo, #newsletter .thankyou {
        font-size: 2em;
    }

    #newsletter .promo_next, #newsletter .thankyou_next {
        font-size: 1.5em;
    }
    #nakGetBreadContainer {
        margin-right:5%;
    }
        #nakGetBreadContainer #GetBreadButtonID {
            margin:5px 0 0;
        }
    .details .options select {
        width: 100%;
    }
}
@media screen and (max-width:460px) {
    #nakGetBreadContainer {
        margin-right:4%;
    }
}
@media screen and (max-width:420px) {
    #nakGetBreadContainer {
        margin-right:0%;
    }
}

@media screen and (max-width:410px) {
    
    #mobile {
        padding: 20px 3% 15px;
    }

        #mobile .search-form {
            display: block;
            border: 1px solid #d3d6c4;
            margin-top: 15px;
            padding: 4px;
        }

            #mobile .search-form input[type='reset'] {
                display: none;
            }

            #mobile .search-form input[type='text'] {
                width: -moz-calc(100% - 35px);
                width: -webkit-calc(100% - 35px);
                width: calc(100% - 35px);
            }

            #mobile .search-form input[type='image'] {
                display: inline-block;
            }
    #newsletter .welcome {
        width:120px;
        height:19px;
    }
    #newsletter .nbody .inner .inner-cont {
        margin:20px 3% 5px;
    }
    #newsletter .nbody .inner {
        font-size:1em;
    }
    #newsletter .news-product {
        margin:0;
    }
    #newsletter .news-product {
        padding:0 0 0 19%;
    }
        #newsletter .news-product .news-product-info a {
            margin-bottom:10px;
        }
        #newsletter .news-product .news-product-info, #newsletter .news-product .news-product-info p {
            font-size:1em;
        }
            #newsletter .news-product .news-product-info p {
                margin:0.5em 0;
            }
    #newsletter input[type='submit'] {
        padding:11px 20px 11px;
    }
    #newsletter .news-product .news-product-info {
        width:60%;
    }

    #nakGetBreadContainer {
        width: 100%
    }
}

@media screen and (max-width:380px) {
    .details .inv-message span.free-shipping {
        padding: 4px 0 4px 45px;
    }
    .swatchtable {
        max-width:130px;
    }
    

    .details .qty {
        margin: 0 10px 10px 0;
    }

    .quality-scale .scale-description {
        width: 310px;
    }

        .quality-scale .scale-description span {
            width: 65px;
            top: -10px;
        }

            .quality-scale .scale-description span:nth-child(2) {
                left: 41%;
            }

    .quality-scale {
        padding-bottom: 10px;
    }
    #newsletter .news-product .news-product-image img {
        max-width:80%;
    }
    #newsletter input[type='text'], #newsletter input[type='email'] {
        padding:8px 10px 8px 10px;
    }
    #newsletter .nbody .inner .inner-cont {
        margin:20px 0 5px;
    }
    #newsletter .nbody .inner {
        font-size:0.95em;
    }
    #newsletter .form {
        padding:0 2%;
        margin:13px 0;
    }
}

@media screen and (max-width:330px) {
    .quality-scale .scale-description {
        width: 280px;
    }

    .quality-scale .scale {
        width: 248px;
        background: url(scale-dot.3.png) repeat-x left center;
    }

    .quality-scale.scale1 .scale span {
        left: 0;
    }

    .quality-scale.scale2 .scale span {
        left: 58px;
    }

    .quality-scale.scale3 .scale span {
        left: 116px;
    }

    .quality-scale.scale4 .scale span {
        left: 144px;
    }

    .quality-scale.scale5 .scale span {
        left: 232px;
    }

    .quality-scale .scale-description span:first-child {
        left: -8px;
    }

    .quality-scale .scale-description span:last-child {
        right: -5px;
    }

    .quality-scale .scale-description span:nth-child(2) {
        left: 33%;
    }
}
