/* core */
.content {
    position: static;
    background: transparent;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.content ul {
    list-style: none outside none;
}

/* Order Status Table formatting*/
.order-column {
    padding: 10px 40px 20px 0;
}

.order-column a, a.blue-link, button.blue-link {
    border-bottom: medium none;
    color: #0160A6;
    text-decoration: underline;
}

.ordersuccess-link-print {
    color: #0283e2;
    text-decoration: underline;
}

.order-column a:hover, a.blue-link:hover, button.blue-link {
    color: #0283e2;
}

td.dotted-line {
    padding-bottom:20px;
}

/* recently ordered sidebar formatting*/

div.block.block-reorder {
    display:none;
}


/* image replacement */
body {
    color: #484848;
    font: 400 18px/30px "museo-slab", serif;
    /*overflow-x: hidden;*/
    background-color: transparent;
    width: 100%;
}

h1 {
    color: #616161;
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "museo-slab", sans-serif;
}

h2 {
    color: #558d96;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0.25em;
}

h3 {
    color: #504f4f;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0.25em;
}
h3 small {
    font-size: 60%;
}

h4 {
    color: #558d96;
    font-size: 20px;
    font-weight: 400;
    margin: 24px 0 10px;
}
@media (max-width: 639px) {
    h4 {
        font-size: 14px;
    }
}

h5 {
    color: #558d96;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.25em;
}

h6 {
    color: #558d96;
    margin-bottom: 0.25em;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
p strong {
    font-weight: 700;
}
@media (max-width: 639px) {
    p {
        font-size: 14px;
        line-height: 20px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

ol {
    list-style: none;
    margin-bottom: 1.625em;
    padding-left: 40px;
}
ol ol,
ol ul {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin-bottom: 1.625em;
}
ul ol,
ul ul {
    margin-bottom: 0;
}

.mod-wrapper table {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin: 20px 0;
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.mod-wrapper table th {
    background: #eeeeee;
    color: #222;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 4px;
}
.mod-wrapper table td {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    background: #fff;
    padding: 4px;
    border: 1px solid #eee;
}

/* global templates / sections */
.layout-one-col .main-column {
    width: 100%;
    float: left;
}
.layout-one-col .main-column .vert-shadow {
    display: none;
}
.layout-one-col .side-column {
    display: none;
}

.layout-two-col .main-column {
    width: 72%;
    padding-left: 1%;
    padding-right: 2%;
    float: left;
}
@media (min-width: 640px) and (max-width: 959px) {
    .layout-two-col .main-column {
        width: 100%;
        padding: 0 0 0 0;
        float: none;
    }
}
@media (max-width: 639px) {
    .layout-two-col .main-column {
        width: 88%;
        padding: 0 6%;
        float: none;
    }
}
.layout-two-col .side-column {
    width: 25%;
    float: right;
    clear: right;
}
@media (min-width: 640px) and (max-width: 959px) {
    .layout-two-col .side-column {
        width: 100%;
        float: none;
        clear: none;
    }
}
@media (max-width: 639px) {
    .layout-two-col .side-column {
        width: 88%;
        padding: 0 6%;
        float: none;
    }
}

.site-header {
    height: 115px;
    background-color: blue;
    position: relative;
    z-index: 2;
    width: 100%;
}

.site-footer {
    float: left;
    width: 100%;
}
.site-footer .blue-area {
    float: left;
    width: 100%;
    background-color: blue;
    padding: 30px 0;
}

.content-wrap {
    max-width: 1260px;
    margin: 50px auto 87px;
    position: relative;
    width: 94.5%;
    background-size: 100%;
    padding-bottom: 2.5%;
    font: 15px "proxima-nova", sans-serif;
}
@media (min-width: 1300px) {
    .content-wrap {
        padding-bottom:35px;
    }
}
.content-wrap .hero {
    height: 300px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.content-wrap .hero .image-flex {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}
.content-wrap .hero .image-flex img {
    display: block;
    min-width: 1260px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -630px;
}
.content-wrap .hero .hero-modules + .hero-text {
    right: 320px;
    width: 320px;
}
.content-wrap .hero .hero-text {
    position: absolute;
    width: 40%;
    right: 7%;
    top: 50px;
    z-index: 11;
}
.content-wrap .hero .hero-text h1 {
    /*-webkit-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);
    -o-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);*/
    font-family: "museo-slab", serif;
    font-size: 54px;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}
.content-wrap .hero .hero-text h1 a {
    font-weight: 700;
    display: block;
}
.content-wrap .hero .hero-text h3 {
    /*-webkit-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);
    -o-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.75);*/
    font: 300 22px/28px "museo-sans", sans-serif;
    color: #dfdede;
    margin-bottom: 20px;
}
.content-wrap .hero .hero-text h3 a {
    font-weight: 300;
    display: block;
}

.content-wrap .hero .hero-text.dark h1 {
    color: #474747;
}
@media (min-width: 960px) and (max-width: 1279px) {
    .content-wrap .hero .hero-text {
        right: 2%;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .content-wrap .hero .hero-text {
        right: 1%;
        width: 36%;
    }
}
.content-wrap .hero .hero-module-1 {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 307px;
    height: 191px;
}
.content-wrap .hero .hero-module-1 a {
    display: block;
    width: 307px;
    height: 191px;
}
.content-wrap .hero .hero-module-2 {
    position: absolute;
    z-index: 5;
    top: 191px;
    right: 0;
    width: 307px;
    height: 202px;
}
.content-wrap .hero .hero-module-2 a {
    display: block;
    width: 307px;
    height: 202px;
}
.content-wrap .hero .hero-mask {
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    max-width: 1260px;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 97px;
}
.content-wrap .hero .hero-mask img {
    position: absolute;
    width: 1260px;
    height: 97px;
    top: 0;
    right: 0;
}
@media (max-width: 639px) {
    .content-wrap .hero {
        display: none;
    }
}
.content-wrap .hero + .body-wrap {
    padding-top: 25px;
}
@media (min-width: 640px) and (max-width: 959px) {
    .content-wrap {
        margin-top: 50px;
    }
}
@media (max-width: 639px) {
    .content-wrap {
        width: auto;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 360px) {
    .content-wrap {
        min-width: 320px;
        width: auto;
        margin-top: 55px;
        margin-left: 0;
        margin-right: 0;
    }
}

.body-wrap {
    background: white;
    clear: both;
    margin: 0 auto;
    min-height: 400px;
    padding-top: 50px;
    position: relative;
    top: 0;
    min-height: 600px;
    z-index: 4;
    width: 100%;
}
@media (min-width: 960px){
    .catalog-product-view .body-wrap {
        padding-top:40px;
    }
}
.body-wrap sup {
    vertical-align: bottom;
}
.body-wrap h3 {
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    color: #504f4f;
}
@media (max-width: 639px) {
    .body-wrap h3 {
        word-wrap: break-word;
    }
}
.body-wrap a.special-offer {
    background: url(../images/free-shipping-tag.png) top left no-repeat;
    position: absolute;
    top: -100px;
    left: -12px;
    height: 93px;
    overflow: hidden;
    text-indent: -9999px;
    width: 305px;
}
.body-wrap a.special-offer:hover {
    background-position: left -92px;
}
@media (max-width: 639px) {
    .body-wrap a.special-offer {
        display: none;
    }
}
@media (max-width: 639px) {
    .body-wrap {
        z-index: 1;
        padding-top: 10px;
    }
}

.two-column-right .col-main {
    float: left;
    padding-left: 2.7%;
    padding-right: 0;
}
@media (min-width: 640px) and (max-width: 960px) {
    .two-column-right .col-main {
        position: relative;
        padding-bottom: 40px;
        float: none;
        width: 93%;
        padding: 0 20px;
        min-width: 0;
    }
}
@media (max-width: 639px) {
    .two-column-right .col-main {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        float: none;
        padding-top: 55px;
    }
}
.two-column-right .col-left {
    float: right;
    clear: right;
    background-image: none;
}
.two-column-right .col-left .center-img {
    display: none;
}
@media (min-width: 640px) and (max-width: 959px) {
    .two-column-right .col-left {
        clear: both;
    }
}
@media (max-width: 639px) {
    .two-column-right .col-left {
        clear: both;
    }
}

.two-column-right .col-right {
    float: left;
    background-image: none;
    height: 100%;
    padding: 0 0 35px 3.4%;
    box-sizing: content-box;
}
@media (min-width: 961px) {
    .two-column-right .col-right {
        width: 24.1%;
    }
}
@media (max-width: 1279px) and (min-width: 959px) {
    .two-column-right .col-right {
        float: left;
        background-image: none;
        height: 100%;
        padding: 0 0 35px 7%;
    }
}
.two-column-right .col-right .center-img {
    display: none;
}
@media (max-width: 959px) {
    .review-product-view.two-column-right .col-right.sidebar {
        display: none;
    }
    .two-column-right .col-right {
        clear: both;
    }
}

.two-column-right .left-sidebar-vert-shadow {
    position: absolute;
    top: 0;
    right: 27.5%;
    width: 11px;
    height: 100%;
    display: block;
    z-index: 10;
    margin-right: -5px;
    left: auto;
    margin-left: 0;
}
@media (min-width: 961px) and (max-width: 1279px) {
    .two-column-right .left-sidebar-vert-shadow {
        right: 31.1%;
    }
}
@media (min-width: 640px) and (max-width: 960px) {
    .two-column-right .left-sidebar-vert-shadow {
        display: none;
    }
}
@media (max-width: 639px) {
    .two-column-right .left-sidebar-vert-shadow {
        display: none;
    }
}

.col-main {
    position: relative;
    padding-bottom: 40px;
    float: right;
    width: 67.7%;
    padding-right: 2.7%;
}
@media (min-width: 960px) and (max-width: 1279px) {
    .col-main {
        width: 60.7%;
        padding-right: 5.3%;
        min-width: 565px;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-main {
        position: relative;
        padding-bottom: 40px;
        float: none;
        width: 93%;
        padding: 0 20px;
        min-width: 0;
    }
}
@media (max-width: 639px) {
    .col-main {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        float: none;
        padding-top: 55px;
    }
}

.left-sidebar-vert-shadow {
    position: absolute;
    top: 0;
    left: 27.5%;
    width: 11px;
    height: 100%;
    display: block;
    z-index: 10;
    margin-left: -5px;
    /* max-height:2648px; */
}
@media (min-width: 960px) and (max-width: 1279px) {
    .left-sidebar-vert-shadow {
        left: 31.1%;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .left-sidebar-vert-shadow {
        display: none;
    }
}
@media (max-width: 639px) {
    .left-sidebar-vert-shadow {
        display: none;
    }
}

.left-sidebar-shadow-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 154px;
    height: 150px;
    display: block;
    z-index: 0;
}

.col-left {
    background: url(../images/bg-tile-left-col-jv.png) right repeat-y;
    float: left;
    height: 100%;
    padding: 0 0 35px 3.4%;
    width: 24.1%;
    clear: left;
}
.col-left.sidebar .category-list {
    display: block;
}
@media (max-width: 959px) {
    .col-left.sidebar .category-list {
        display: none;
    }
}
.col-left.sidebar .category-list .level-0 .category-list {
    display: none;
}
.col-left.sidebar .category-list .level-0.active .category-list {
    display: block;
}
.col-left.sidebar .category-list li a {
    background: url(../images/ico-left-nav.png) left 4px no-repeat;
    padding-left: 20px;
    font: 500 20px/36px "museo-sans", sans-serif;
    color: #5e5e5e;
    display: block;
    padding-right: 20px;
    background-position: left 0.5em;
}
.col-left.sidebar .category-list li a.active, .col-left.sidebar .category-list li a:hover {
    text-decoration: underline;
    color: #414141;
}
.col-left.sidebar .category-list ul a {
    background: none;
    font: 16px/26px "museo-sans", sans-serif;
    color: #a9a9a9;
    padding-left: 40px;
}
.col-left.sidebar .category-list ul a.arrow {
    /*background:url("../images/ico-left-nav.png") no-repeat scroll 28px 3px transparent;*/
    font-weight: 700;
    color: #7c7c7c;
}
.col-left.sidebar .category-list ul li.active a, .col-left.sidebar .category-list ul a:hover {
    text-decoration: underline;
    color: #5e5e5e;
}
.col-left.sidebar .category-list ul .level-2 {
    font-size: 15px;
    line-height: 25px;
}
.col-left.sidebar .category-list ul .level-2 a {
    padding-left: 60px;
    font-size: 14px;
}
.col-left.sidebar.nav {
    position: relative;
    padding-bottom: 0;
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-left.sidebar.nav h3 {
        display: none;
    }
}
@media (min-width: 960px) {
    .col-left.sidebar.nav .select .ds-selector-wrap {
        display: none;
    }
}
@media (max-width: 959px) {
    .col-left.sidebar.nav .select .ds-selector-wrap {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
    }
}
.col-left.sidebar.nav .select select {
    display: none;
}
@media (max-width: 959px) {
    .col-left.sidebar.nav .select select {
        display: block;
    }
}
@media (max-width: 639px) {
    .col-left.sidebar.nav .select {
        top: -3px;
    }
}
.col-left.sidebar .support {
    font: 17px "proxima-nova", sans-serif;
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-left.sidebar .support .support-info {
        float: left;
        width: 42%;
        margin-right: 5%;
    }
}
.col-left.sidebar .support .support-info h3 {
    margin: 30px 0 20px;
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-left.sidebar .support .support-info h3 {
        margin-top: 0;
    }
}
.col-left.sidebar .support .support-list a {
    float: left;
    text-decoration: underline;
}
.col-left.sidebar .support .support-list a:hover {
    text-decoration: none;
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-left.sidebar .support .support-list {
        float: left;
        width: 48%;
    }
}
.col-left.sidebar .support .phone {
    background: url(../images/ico-support.jpg) top left no-repeat;
    color: #010101;
    font: 700 22px "museo-slab", serif;
    padding: 2px 0 11px 60px;
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-left.sidebar .support .phone {
        background: none;
        padding-left: 0;
    }
}
.col-left.sidebar .support .phone a {
    background: none;
    padding-left: 0;
}
@media (max-width: 639px) {
    .col-left.sidebar .support .phone {
        background: none;
    }
}
.col-left.sidebar .support .schedule {
    background: url(../images/ico-support.jpg) bottom left no-repeat;
    padding: 11px 0 0px 60px;
    margin-bottom: 36px;
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-left.sidebar .support .schedule {
        background: none;
        padding-left: 0;
    }
}
@media (max-width: 639px) {
    .col-left.sidebar .support .schedule {
        background: none;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-left.sidebar .support {
        margin-top: 20px;
        font-size: 15px;
    }
    .col-left.sidebar .support h3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 639px) {
    .col-left.sidebar .support {
        display: none;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-left.sidebar {
        float: none;
        overflow: hidden;
    }
}
@media (max-width: 639px) {
    .col-left.sidebar {
        width: 100%;
        padding: 0;
        float: none;
    }
    .col-left.sidebar .nav h3 {
        display: none;
        background: none;
    }
}
.col-left .call-customer-care {
    width: 300px;
    margin: 10px auto;
    display: none;
}
.col-left .call-customer-care a {
    display: none;
}
@media (max-width: 639px) {
    .col-left .call-customer-care a {
        background: url(../images/btn-select-med.png) no-repeat;
        display: block;
        padding: 12px 15px;
        width: 91%;
        height: 45px;
    }
}
@media (max-width: 639px) {
    .col-left .call-customer-care {
        display: block;
    }
}
@media (max-width: 639px) {
    .col-left h3 {
        display: none;
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    .col-left {
        width: 27.7%;
        min-width: 0;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-left {
        background: none;
        width: 96.7%;
        clear: both;
    }
    .col-left .center-img {
        display: none;
    }
}
@media (max-width: 639px) {
    .col-left {
        width: 100%;
        background: none;
    }
}

.check {
    width: 84%;
}
.check li {
    background: url(../images/ico-check.png) left 4px no-repeat;
    padding-left: 25px;
    font: normal 17px/19px "museo-sans", sans-serif;
    color: #939393;
    margin: 4% 0;
}

.support a {
    background: url(../images/ico-left-nav.png) left 4px no-repeat;
    padding-left: 20px;
    font-weight: bold;
}

.center-img {
    display: block;
    width: 100%;
    margin: 25px 0;
}
@media (max-width: 639px) {
    .center-img {
        display: none;
    }
}

.catalog-product-view .col-left.sidebar h3.page-title {
    font-size: 18px;
    line-height: 22px;
}

.parent-categories-wrap .list-head h3.page-title {
    margin-bottom: 10px;
}

li.category-crumb{
    list-style: disc inside;
    color: #025A9C;
    padding: 10px 0 0 10px;
    vertical-align: top;
}

li.category-crumb:hover, li.category-crumb:visited{
    color: #0283e2;
}
li.category-crumb a{
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
}

.select {
    position: relative;
}
.select select {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 23;
    -webkit-appearance: menulist-button;
}
@media (max-width: 639px) {
    .select select {
        display: block;
        left: 0;
        bottom: 0;
        width: 90%;
        z-index: 23;
        -webkit-appearance: menulist-button;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .select {
        width: 88%;
        margin: 0 auto 20px;
    }
}
@media (max-width: 639px) {
    .select {
        width: 188px;
        float: right;
        margin-right: 10px;
    }
}

.customStyleSelectBox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 90%;
    height: 42px;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    border-width: 0;
    color: #5e5e5e;
    font: 500 16px "museo-sans", sans-serif;
    position: relative;
    z-index: 22;
    max-width: 540px;
}
@media (min-width: 960px) {
    .customStyleSelectBox {
        display: none;
    }
}
.customStyleSelectBox img {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    display: none;
}
@media (min-width: 640px) and (max-width: 959px) {
    .customStyleSelectBox img.lg-select {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
    }
    .customStyleSelectBox img.sm-select {
        display: none;
    }
}
@media (max-width: 639px) {
    .customStyleSelectBox img.lg-select {
        display: none;
    }
    .customStyleSelectBox img.sm-select {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
    }
}
.customStyleSelectBox .customStyleSelectBoxInner {
    height: 42px;
    overflow: hidden;
    padding: 2px 0 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
}
@media (min-width: 640px) and (max-width: 959px) {
    .customStyleSelectBox .customStyleSelectBoxInner {
        padding: 10px 0 0 30px;
        display: block;
    }
}
@media (max-width: 639px) {
    .customStyleSelectBox .customStyleSelectBoxInner {
        height: 35px;
        overflow: hidden;
        padding: 6px 0 0 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: block;
    }
}
@media (max-width: 639px) {
    .customStyleSelectBox {
        height: 35px;
    }
}

.toolbar-bottom {
    padding-top: 20px;
    margin-top: 40px;
}
@media (max-width: 639px) {
    .toolbar-bottom {
        padding: 20px 0px 0;
        margin: 20px auto;
    }
}

.toolbar {
    color: #5e5e5e;
    font: 700 11px/27px "museo-sans", sans-serif;
    text-transform: uppercase;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.toolbar img {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    vertical-align: middle;
}
.toolbar img.direction-arrow {
    margin-left: 4px;
}
.toolbar label {
    vertical-align: middle;
    color: #5e5e5e;
    font: 700 11px/15px "museo-sans", sans-serif;
    text-transform: uppercase;
}
@media (max-width: 639px) {
    .toolbar label {
        font-size: 9px;
    }
}
.toolbar select {
    display: inline;
    height: 25px;
}
@media (max-width: 639px) {
    .toolbar select {
        padding-left: 3px;
    }
}
.toolbar .pager {
    float: right;
}
.toolbar .pager .limiter {
    float: left;
}
@media (max-width: 639px) {
    .toolbar .pager .limiter {
        display: none;
    }
}
.toolbar .pager .pages {
    float: right;
}
.toolbar .pager .pages li {
    display: inline;
    margin: 0 2px;
    float: left;
    width: 17px;
    height: 21px;
    text-align: center;
    background-color: #F1F1F1;
    padding: 5px 5px 0;
    font: 700 12px/15px "museo-sans", sans-serif;
}
.toolbar .pager .pages li.current, .toolbar .pager .pages li:hover {
    background-color: #217e7a;
    color: #fff;
}
.toolbar .pager .pages li a {
    padding: 5px;
}
.toolbar .pager .pages a.next {
    padding: 2px;
    display: block;
    float: right;
    margin: 0 2px 0 10px;
}
@media (max-width: 639px) {
    .toolbar {
        padding: 0 0px;
    }
}

.sort-by label {
    display: none;
}
.sort-by .sort-mobile {
    display: none;
}
@media (max-width: 639px) {
    .sort-by .sort-mobile {
        display: inline;
    }
}
@media (max-width: 639px) {
    .sort-by label {
        display: none;
    }
}

.category-products .list-head {
    position: relative;
}
.category-products .list-head .view-all-listing {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    position: absolute;
    right: 0;
    bottom: 0;
    float: none;
}
@media (max-width: 639px) {
    .category-products .list-head .view-all-listing {
        position: static;
        line-height: 32px;
        float: right;
        clear: both;
        background-position: right center;
        display: none;
    }
}
@media (max-width: 639px) {
    .category-products .list-head {
        margin-bottom: 0;
    }
}

.list-head {
    display: block;
}
.list-head + hr {
    margin-top: 5px;
    margin-bottom: 20px;
}
.list-head h3 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    float: none;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 0 0;
    font-family: "museo-slab", serif;
}
.list-head a.view-all-listing {
    background: url(../images/ico-right-nav.png) right 5px no-repeat;
    float: right;
    color: #217E7A;
    font: 700 14px/18px "museo-slab", serif;
    padding-right: 25px;
}
@media (max-width: 639px) {
    .list-head a.view-all-listing {
        display: none;
    }
}
.list-head a.view-all-listing:hover {
    color: #105552;
}
@media (max-width: 639px) {
    .list-head {
        width: auto;
        overflow: hidden;
        margin: 10px auto 20px;
    }
}

.category-title {
    color: #616161;
    font: 700 40px "museo-slab", serif;
}
@media (min-width: 640px) and (max-width: 959px) {
    .category-title {
        font-size: 30px;
    }
}
@media (max-width: 639px) {
    .category-title {
        font-size: 18px;
    }
}

.compare-toolbar {
    background: url(../images/bg-compare-box.png) repeat-x;
    border: 0;
    overflow: hidden;
    line-height: 1.6;
    padding: 0 20px;
    height: 0;
    -webkit-transition: height .5s ease 0s, padding .5s ease 0s, border-bottom .5s ease 0s;
    -moz-transition: height .5s ease 0s, padding .5s ease 0s, border-bottom .5s ease 0s;
    -o-transition: height .5s ease 0s, padding .5s ease 0s, border-bottom .5s ease 0s;
    transition: height .5s ease 0s, padding .5s ease 0s, border-bottom .5s ease 0s;
    max-heighT: 26px;
}

.compare-toolbar.active {
    height: 26px;
    padding: 20px;
    border-bottom: 1px solid #EBEDF0;
}

.compare-toolbar .btn-compare {
    background: url(../images/btn-compare.png) no-repeat;
    text-indent: -9999px;
    display: block;
    float: left;
    width: 97px;
    height: 28px;
    margin-right: 20px;
}

.inline-anch {
    font: 16px/22px "proxima-nova", sans-serif;
    color: #0664a8;
    text-decoration: underline;
}
.inline-anch:hover {
    text-decoration: none;
}

.has-js label.c_on {
    background: url(../images/btn-checkbox.png) 13px -36px no-repeat;
}

.has-js .compare-label {
    background: url(../images/btn-checkbox.png) 13px 5px no-repeat;
    height: 24px;
    display: block;
    font: 15px/17px "museo-sans", sans-serif;
    color: #868585;
    padding: 8px 0 0 43px;
    width: auto;
}

.has-js .filter-label {
    min-height: 24px;
    display: block;
    color: #868585;
    padding: 5px 10px 5px 35px;
    vertical-align: middle;
    font: 500 16px/24px "museo-sans", sans-serif;
    position: relative;
}
.has-js .filter-label .checkbox {
    width: 22px;
    height: 23px;
    position: absolute;
    display: block;
    left: 0;
    top: 6px;
    background: url(../images/btn-checkbox.png) 0 0 no-repeat;
    margin-top: 0;
}
.has-js .filter-label .count {
    font-size: 15px;
    color: #a9a9a9;
}
.has-js .filter-label.c_on .checkbox {
    background-position: 0 bottom;
}

.currently {
    background-color: #d3d3d3;
    margin: 20px 42px 20px 0;
    padding: 25px;
}
.currently .side-title {
    font: 500 18px/36px "museo-sans", sans-serif;
}
.currently .filt {
    font: 16px/26px "museo-sans", sans-serif;
    padding-left: 0;
}
.currently .filter-label {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
}
.currently .filter-label .checkbox {
    top: 0px;
}
.currently .actions a {
    font: 16px/26px "museo-sans", sans-serif;
    color: #5d5d5d;
    text-decoration: underline;
}
@media (min-width: 640px) and (max-width: 959px) {
    .currently {
        display: none;
    }
}

.has-js .compare-label input, .has-js .label_radio input, .has-js .filter-label input {
    position: absolute;
    left: -9999px;
}

div.compare-checkbox-block{
    width: 100%;
}

@media (max-width: 639px)  {
    div.compare-checkbox-block {
        width: 40%;
        margin-right: 60%;
    }

    div.compare-checkbox-block div.compare-checkbox {
        float: none;
    }
    div.compare-checkbox-block div.compare-checkbox.on{
        float: left;
    }
}

@media (max-width: 500px)  {
    div.compare-checkbox-block {
        width: 56%;
        margin-right: 44%;
        margin-bottom: 10px;
    }
}


.compare-checkbox {
    background: none;
    color: #868585;
    margin: 25px 0px 0px;
    float: left;
}
.compare-checkbox.on {
    background: url(../images/bg-compare-field.png) right -33px no-repeat;
    overflow: hidden;
    width: 75%;
    margin-right: 2px;
}
.compare-checkbox.on label {
    color: #f0ecec;
}
.compare-checkbox.on .compare-wrap {
    background: url(../images/bg-compare-field.png) left 0 no-repeat;
}
.compare-checkbox .compare-wrap {
    background: none;
    position: relative;
    margin-right: 6px;
}
.compare-checkbox .compare-wrap a {
    display: none;
}
.compare-checkbox .compare-wrap label {
    display: block;
    cursor: pointer;
}
.go-compare {
    background: url(../images/bg-compare-field.png) right -33px no-repeat;
    height: 32px;
    width: 37px;
    zoom: 1;
    margin-top: 25px;
    display: none;
}
.go-compare.on {
    display: inline-block;
}
.go-compare span {
    background: url(../images/bg-compare-field.png) left 0 no-repeat;
    position: relative;
    margin-right: 7px;
    float: left;
}
.go-compare span span {
    background: url(../images/ico-compare-arrow.png) right no-repeat;
    width: 20px;
    height: 17px;
    margin: 0;
    float: none;
    display: block;
    padding: 8px 8px 8px 5px;
    text-indent: -9999px;
}
@media (max-width: 639px) {
    .go-compare {
        display: none;
    }
}
.catalog-category-view .col-left .nav {
    padding-bottom: 0;
}

.narrow-by-list ol {
    margin-left: 0;
    padding-left: 0;
}
@media (min-width: 640px) and (max-width: 959px) {
    .narrow-by-list {
        display: none;
    }
}
@media (max-width: 639px) {
    .narrow-by-list {
        display: none;
    }
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    height: 46px;
}

a.view-all-button {
    display: none;
}
@media (max-width: 639px) {
    a.view-all-button {
        display: block;
        background: url(../images/m-btn-view-all.jpg) center no-repeat;
        height: 52px;
        width: 134px;
        margin: 0 auto;
        text-indent: -9999px;
        margin-bottom: 45px;
    }
}

.clear {
    clear: both;
    width: 100%;
    height: 100%;
    display: block;
}

.italic {
    font-style: italic;
}

.availability {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    font-weight: 300;
    color: #777;
}
.availability span {
    font-weight: 700;
}

label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-weight: 300;
    font-size: 15px;
    color: #666;
    padding: 4px 0;
}
#login-form label {
    margin-top: 10px;
}

#login-form input {
    padding-left: 8px;
}

.input-box {
    padding: 5px;
    position: relative;
}
.input-box.validation-error input[type=text],
.input-box.validation-error input[type=email],
.input-box.validation-error input[type=password],
.input-box.validation-error textarea,
.input-box.validation-error select {
    -webkit-box-shadow: #dbb5bc 0 0 3px 0 inset;
    -moz-box-shadow: #dbb5bc 0 0 3px 0 inset;
    box-shadow: #dbb5bc 0 0 3px 0 inset;
    border: 1px solid crimson;
}
.input-box.validation-error .validation-advice {
    zoom: 1;
    vertical-align: top;
    display: block;
}
.input-box .validation-advice {
    font-size: 18px;
    line-height: 20px;
    color: crimson;
    display: none;
    margin-top: 3px;
    font-weight:500;
}
.input-box input[type=text],
.input-box input[type=email],
.input-box input[type=password],
.input-box input[type=tel],
.input-box textarea {
    -webkit-box-shadow: #dddddd 0 0 3px 0 inset;
    -moz-box-shadow: #dddddd 0 0 3px 0 inset;
    box-shadow: #dddddd 0 0 3px 0 inset;
    border: 1px solid #c7c7c7;
    font-family: "proxima-nova", sans-serif;
    padding: 0 1%;
    font-size: 16px;
    background: white;
    width: 95%;
    color: #333;
    height: 37px;
}
.color-swatch-wrapper .validation-advice {
    font-size: 18px;
    line-height: 20px;
    color: crimson;
    margin-top: 3px;
    font-weight: 500;
    clear: both;
    display: block;
}
#product-review-table td .label { color:#666666; }
#review-form .label .validation-advice {
    color: crimson;
}
#review-form textarea {
    height: 200px;
    padding: 1%;
}

li[id^="opc-"] div.input-box {
    box-sizing: content-box;
}

.input-box.options-box, .input-box.options-box.validation-error {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
.input-box.checkbox-box, .input-box.checkbox-box.validation-error {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
.input-box.radio-box, .input-box.radio-box.validation-error {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

p.amount {
    float: left;
    margin-right: 26px;
    vertical-align: middle;
    padding: 6px;
    color: #5e5e5e;
    font: 700 11px/15px "museo-sans", sans-serif;
    text-transform: uppercase;
}
@media (min-width: 640px) and (max-width: 960px) {
    p.amount {
        display: none;
    }
}
@media (max-width: 639px) {
    p.amount {
        display: none;
    }
}

.ds-selector-wrap {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    position: relative;
}
.ds-selector-wrap select {
    opacity: 0;
    position: absolute;
    display: inline;
    top: 0;
    left: 0;
}
.ds-selector-wrap .customSelect {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    background: url(../images/btn-select-gry.png) bottom right no-repeat;
    outline: none;
    outline: none;
    height: 27px;
    line-height: 27px;
    border-width: 0;
    vertical-align: middle;
}
.ds-selector-wrap .customSelect .customSelectInner {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    background: url(../images/btn-select-gry.png) top left no-repeat;
    padding: 0 7px 0 12px;
    height: 27px;
    line-height: 27px;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    margin-right: 21px;
}
@media (max-width: 639px) {
    .ds-selector-wrap .customSelect .customSelectInner {
        padding-right: 0;
    }
}
@media (max-width: 639px) {
    .ds-selector-wrap .customSelect {
        padding-left: 0px;
    }
}

.col-main-wide {
    padding: 0px 35px;
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-main-wide {
        padding-bottom: 0;
    }
}
@media (max-width: 639px) {
    .col-main-wide {
        padding: 35px 10px 10px;
    }
}

.cms-home .breadcrumbs {
    display: none;
}
.cms-home .body-wrap {
  padding-top: 0;
}

.breadcrumbs {
    color: #313131;
    font-family: "museo-sans", sans-serif;
    position: relative;
    top: -23px;
    text-align: left;
}
@media (min-width: 640px) and (max-width: 959px) {
    .breadcrumbs {
        top: -23px;
    }
}
@media (max-width: 639px) {
    .breadcrumbs {
        top: -23px;
    }
    .breadcrumbs li {
        font-size: 13px;
        line-height: 19px;
    }
}
.breadcrumbs ul {
    margin-bottom: 0;
}
@media (max-width: 639px) {
    .breadcrumbs ul {
        margin-left: 11px;
    }
}
.breadcrumbs li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
}
.breadcrumbs li a, .breadcrumbs li a:visited {
    color: #313131;
    text-decoration: underline;
}
.breadcrumbs li a:hover {
    color: #555555;
}
.breadcrumbs li.product {
    float: none;
    width: auto;
    margin: 0 0 0 0 !important;
}

.search-404 label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-family: "museo-sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #5f5e5e;
}
.search-404 .text {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 20px;
    color: #222;
    padding: 6px;
    border: 1px solid #dadada;
}
.search-404 button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    background-color: transparent;
    margin-top: -15px;
}
.search-404 button img {
    display: block;
}
@media (max-width: 639px) {
    .search-404 button {
        margin-top: 0;
    }
}

.page-text-404 a {
    text-decoration: underline;
    color: #417f7a;
}

.cart-body-wrap {
    clear: both;
}

.cart, .cart-collaterals {
    padding: 0 35px 40px;
}

@media (max-width: 799px) {
    .cart, .cart-collaterals {
        padding-left: 0;
        padding-right: 0;
    }
}

.cart h1 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-family: "museo-slab", serif;
}
@media (max-width: 639px) {
    .cart h1 {
        font-size: 24px;
    }
}
.cart input {
    /*
    width: 70%;
    padding: 3px 7px;
    background: white;
    border: 1px solid #999;
    text-align: center;
    font-size:18px;
    @media (min-width: 640px ) and ( max-width: 959px ){
        width:12%;
    }
    @media (max-width: 639px ){
        width:25%;
    }
    */
}

@media (max-width: 639px) {
    .cart, .cart-collaterals {
        padding: 35px 10px 10px;
    }
}

.a-right {
    text-align: right;
    padding: 15px 0;
}
.a-right .checkout-types {
    float: right;
}
@media (max-width: 639px) {
    .a-right {
        padding-top: 10px;
    }
}
@media (max-width: 480px) {
    .a-right .checkout-types {
        clear:both;
    }
}
@media (max-width: 365px) and (min-width:361px) {
    .a-right .checkout-types {
        float:left;
    }
}

.messages {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.messages .error-msg {
    color: crimson;
    margin: 20px 0;
    border-top: 1px solid;
    border-color: #d1d1d1;
    font: italic 15px/12px "proxima-nova", sans-serif;
    padding: 12px 0;
}

.cart .messages .error-msg {
    border-top: none;
    border-bottom: 1px solid;
}

.messages .error-msg:last-child {
    border: none;
}

.messages .error-msg.shipping-notice {
    font-style: normal;
    padding-left: 4px;
}

.messages .error-msg span {
    padding-right: 30px;
}
.messages .error-msg li {
    background-color: #ffefef;
    padding: 12px 17px;
}
#checkout-step-login .messages .error-msg li{
    width:90%;
}

.messages li {
    margin: 0 !important;
}
@media (max-width: 639px) {
    .messages li.success-msg {
        border-top: 1px solid;
        border-color: #d1d1d1;
    }
}

.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages li li {
    margin: 0 0 3px !important;
    padding: 2px 4px;
}

.success-msg {
    border-top: 1px solid;
    border-color: #d1d1d1;
    color: #0a7068;
    font: italic 15px/12px "proxima-nova", sans-serif;
    padding: 12px 0;
}

.success-msg.shipping-notice {
    font-style: normal;
}

.cart .success-msg {
    border-top: none;
    border-bottom: 1px solid;
}

.cart .success-msg:last-child {
    border: none;
}

@media (max-width: 639px) {
    .success-msg span {
        background: none;
    }
}

.prod-code {
    font-size: 14px;
    float: left;
    text-align: left;
    color: #8d8d8d;
    margin-left: 7%;
}
@media only screen and (max-width:959px) and (min-width:640px){
    .cart-product-info .prod-code {
        margin-left: 0;
    }
}

button.btn-proceed-checkout, button.acnt {
    background: #185a58 none repeat scroll 0 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #185a58;
    color: #fff;
    display: inline-block;
    font-family: "museo-slab",serif;
    font-size: 120%;
    padding: 12px 15px;
    text-decoration: none;
}
button.btn-proceed-checkout::after, button.acnt::after{
    background-image: url(../images/white-arrow-right-thicker.png);
    background-size: 15px 15px;
    content: " ";
    display: inline-block;
    height: 15px;
    margin-left: 7px;
    width: 15px;
    vertical-align: middle;
    text-decoration: none;
}
button.btn-proceed-checkout:hover, button.acnt:hover{
    background: rgba(33,126,122,1);
    background: -moz-linear-gradient(top, rgba(33,126,122,1) 0%, rgba(34,78,77,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33,126,122,1)), color-stop(100%, rgba(34,78,77,1)));
    background: -webkit-linear-gradient(top, rgba(33,126,122,1) 0%, rgba(34,78,77,1) 100%);
    background: -o-linear-gradient(top, rgba(33,126,122,1) 0%, rgba(34,78,77,1) 100%);
    background: -ms-linear-gradient(top, rgba(33,126,122,1) 0%, rgba(34,78,77,1) 100%);
    background: linear-gradient(to bottom, rgba(33,126,122,1) 0%, rgba(34,78,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217e7a', endColorstr='#224e4d', GradientType=0 );
    color: #fff;
    text-decoration:none;
}
@media (min-width: 640px) and (max-width: 959px) {
    button.acnt {
        float: right;
    }
}
@media (max-width: 639px) {
    button.acnt {
        float: left;
        margin-bottom: 15px;
    }
}
button.btn-update, button.btn-continue {
    padding: 0 55px 15px 0;
    float: left;
    color: #8b8b8b;
    text-decoration: underline;
}
button.btn-update:hover, button.btn-continue:hover {
    text-decoration: none;
}
@media (min-width: 960px) and (max-width: 1279px) {
    button.btn-update, button.btn-continue {
        padding: 15px 30px 15px 0;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    button.btn-update, button.btn-continue {
        padding-right: 25px;
        font-size: 14px;
    }
}
@media (max-width: 639px) {
    button.btn-update, button.btn-continue {
        padding-right: 11px;
        font: 14px "proxima-nova", sans-serif;
    }
}

button.btn-update.cart-update-link {
    height:60px;
}
@media only screen and (max-width:959px) {
    button.btn-update.cart-update-link{
        margin-left: 26%;
        margin-bottom: 20px;
        height: auto;

    }
}
@media only screen and (max-width:639px) {
    button.btn-update.cart-update-link {
        margin-left: 50%;
        margin-bottom: 10px;
        height: auto;
    }
}

.cart-body-wrap .cart-info.-header {
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    overflow: hidden;
    line-height: 40px;
}

@media (max-width: 970px) {
    .cart-body-wrap .cart-info.-header {
        display: none;
    }
}

.cart-info ._heading_section {
    vertical-align: middle;
    color: #939393;
    font: 18px "museo-sans", sans-serif;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.cart-info ._heading_section.-qty,
.cart-info ._heading_section.-price {
    text-align: center;
}

.cart-info ._info_section {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.cart-info ._heading_section.-product-description,
.cart-info ._info_section.-product-description {
    text-align: left;
    width: 57%;
    box-sizing: border-box;
    padding-left: 5px;
}


.cart-info.-product ._info_section.-product-description {
    display: table;
}

@media (max-width: 970px) {
    .cart-info.-product ._info_section.-product-description {
        width: 100%;
    }
}

.cart-info ._heading_section.-qty,
.cart-info ._info_section.-qty {
    width: 21%;
    margin-left: 2%;
}

.cart-info.-product ._info_section.-qty {
    text-align: center;
    margin-top: 20px;
    line-height: 1em;
}

.cart-info.-product .item-msg.error {
    color: crimson;
}


@media (max-width: 970px) {
    .cart-info.-product ._info_section.-qty {
        width: 162px;
        float: left;
    }
}

@media (max-width: 500px) {
    .cart-info.-product ._info_section.-qty {
        text-align: left;
        margin-left: 0;
    }
}

.cart-info ._heading_section.-price,
.cart-info ._info_section.-price {
    width: 11%;
    margin-left: 8%;
}

.cart-info ._info_section.-price {
    margin-top: 20px;
    line-height: 1em;
    text-align: right;
    float: right;
}

@media (max-width: 970px) {
    .cart-info ._info_section.-price {
        width: auto;
        float: right;
    }
}


@media (max-width: 639px) {
    .cart-body-wrap .cart-info.-header {
        display: none;
    }
}

.cart-info.-product {
    display: block;
    border-bottom: 1px solid #CDCDCD;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
}

@media (max-width: 970px) {
    .cart-info.-header + .cart-info.-product {
        border-top: 1px solid #CDCDCD;
    }
}


@media (max-width: 639px) {
    .cart-info.-product {
        width: 100%;
    }
}


.cart-product-info {
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: table-cell;
}

.cart-product-info.-product-image {
    width: 150px;
}

.cart-product-info.-product-image img {
    max-width: 100%;
}

@media (max-width: 440px) {
    .cart-product-info.-product-image {
        width: 100px;
    }
}

.cart-product-info.-details {
    padding-left: 20px;
    padding-top: 20px;
}

.cart-product-info.-details ._product-name {
    font-size: 27px;
    font-weight: bold;
    color: #5D5D5D;
}

.cart-product-info.-details ._product-name a {
    font-weight: bold;
    color: #5D5D5D;
}

.cart-product-info.-details ._product-options {
    margin: 10px 0 10px;
}

@media (max-width: 970px) {
    .cart-product-info.-details ._product-name {
        float: right;
        max-width: 450px;
    }

    .cart-product-info.-details ._product-name,
    .cart-product-info.-details ._product-options,
    .cart-product-info.-details ._remove-link {
        float: right;
        clear: both;
        text-align: right;
    }
}

.cart-product-info.-details ._product-options ._product-option {
    font-size: 19px;
    color: #5D5D5D;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .cart-product-info.-details ._product-name {
        font-size: 20px;
    }

    .cart-product-info.-details ._product-options ._product-option {
        font-size: 15px;
    }
}

.quantity-adjuster ._adjuster-submit {
    display: block;
}

.cart-product-info ._remove-link {
    display: inline-block;
}

.cart-product-info ._remove-link,
.quantity-adjuster ._adjuster-submit {
    margin-top: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.cart-product-info ._remove-link:hover {
    text-decoration: none;
}

.cart-label {
    display: none;
    font-weight: 300;
}

.product-item-price {
    display: block;
    margin-bottom: 15px;
}

.product-item-price,
.product-subtotal {
    margin-top: 10px;
}

.product-item-price .price,
.product-item-price .cart-label {
    display: inline-block;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #217E7A;
    float: none;
}

.product-subtotal {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #5D5D5D;
}

.product-subtotal .price {
    display: block;
    margin: 0;
    padding: 0;
}

/*@media (min-width: 640px) and (max-width: 959px) {*/
    /*.cart-label {*/
        /*display: block;*/
        /*font: 16px/22px "museo-sans", sans-serif;*/
        /*color: #939393;*/
        /*float: left;*/
        /*padding-right: 3%;*/
        /*width: 24%;*/
        /*height: 1px;*/
    /*}*/
/*}*/
/*@media (max-width: 639px) {*/
    /*.cart-label {*/
        /*display: block;*/
        /*font: 300 16px/22px "museo-sans", sans-serif;*/
        /*color: #939393;*/
        /*float: left;*/
        /*padding-right: 3%;*/
        /*width: 47%;*/
        /*height: 1px;*/
    /*}*/
/*}*/

.img {
    width: 16%;
    float: left;
}
.img img {
    width: 80%;
    height: auto;
    padding: 7% 10%;
}
@media (min-width: 640px) and (max-width: 959px) {
    .img {
        width: 29.6%;
    }
}
@media (max-width: 639px) {
    .img.ib {
        width: 40%;
    }
}

.prod-name {
    font-family: "museo-sans", sans-serif;
    text-align: left;
}
.cart-info.-product .heading.pn {
    text-align: left;
}

.u-price .price {
    font-size: 22px;
    color: #0a6e66;
}
@media (max-width: 639px) {
    .u-price .price {
        font-size: 18px;
        line-height: 25px;
        margin: 0;
    }
}

@media (max-width: 639px) {
    .d-qty.ib .input-box {
        float: left;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .d-qty.ib .input-box {
        float: left;
    }
}

.d-qty.ib .input-text {
    text-align: center;
}

.sub .price {
    font-size: 22px;
    color: #0a6e66;
}
@media (max-width: 639px) {
    .sub .price {
        font-size: 18px;
        line-height: 25px;
        margin: 0;
    }
}

.remove a {
    font: 18px/22px "proxima-nova", sans-serif;
    color: #8b8b8b;
    text-decoration: underline;
}
.remove a:hover {
    text-decoration: none;
}
.ib-wrap {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.col2-set .col-2 {
    float: none;
    width: auto;
    margin-right: auto;
    overflow: hidden;
}

.col3-layout {
    width: 100%;
    position: relative;
}

.col3-layout div[class^="col-"] {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}


.cart-collaterals {
    overflow: hidden;
    clear: both;
}

.cart-collaterals .col3-layout {
    background: #fff url(../images/single-dot-rule.png) repeat-x;
    padding: 30px 0 15px 0;

}

@media only screen and (max-width: 1040px) and (min-width: 640px ) {
    .cart-collaterals .col3-layout .col-1 {
        width: 40%;
    }
    .cart-collaterals .col3-layout .col-2 {
        width: 59%;
    }
    .cart-collaterals .col3-layout .col-3 {
        width: 99%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 639px) {
    .cart-collaterals .col3-layout div[class^="col-"] {
        width: 99%;
    }
    .cart-collaterals .col3-layout div.col-3 {
        margin-top: 20px;
    }
}



.cart-collaterals input.input-text {}
.cart-collaterals .customSelect.ship {
    padding-left: 0;
}
.cart-collaterals h3 {
    text-transform: none;
    margin-top: 20px;
    color: #5e5e5e;
}

.checkout-types {
    float: right;
}
@media (min-width: 640px) and (max-width: 959px) {
    .checkout-types {
        float: none;
    }
}
@media (max-width: 639px) {
    .checkout-types {
        float: left;
    }
}

.discount {
    float: none;
    text-align: left;
    width: 400px;
}

@media (max-width: 875px) {
    .discount {
        width: 300px;
    }
}

@media (max-width: 720px) {
    .discount {
        width: 250px;
    }
}

@media (max-width: 600px) {
    .discount {
        clear: both;
        float: right;
    }
}

@media (max-width: 400px) {
    .discount {
        clear: both;
        float: left;
    }
}

.discount .discount-wrapper.hide {
    display: none;
}

.discount .add-coupon {
    font-size: 19px;
    color: #5D5D5D;
    cursor: pointer;
    text-decoration: underline;
}

.discount .add-coupon:hover {
    text-decoration: none;
}

.discount .cancel {
    font-size: 13px;
    line-height: 16px;
    float: right;
    color: crimson;
}

.discount .input-box {
    margin: 15px 0;
    padding-right: 35px;
}

.discount .coupon-applied .input-box {
    background: url('../images/coupon-applied-check.png') no-repeat center right;
}

.discount .input-box .coupon-code {
    font-size: 26px;
    color: #5D5D5D;
    font-weight: bold;
    padding-top: 24px;
    padding-bottom: 22px;
    padding-left: 15px;
    box-sizing: border-box;
    width: 100%;
}

.discount .apply-coupon {
    border: none;
    display: block;
}

.discount .apply-coupon:hover {
    text-decoration: underline;
}

.discount .button.cancel {
    height: auto;
    margin-left: 13px;
    padding: 2px 0;
    display: block;
    float: none;
}

.discount .button.cancel:hover {
    text-decoration: underline;
}

.shipping {
    float: left;
    text-align: left;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding: 0 4.3%;
    width: 100%;
    box-sizing: border-box;
}

.shipping select {
    max-width: 90%;
}


@media (min-width: 640px) and (max-width: 1040px) {
    .shipping {
        width: 91%;
        border-right: 0;
    }
}
@media (max-width: 639px) {
    .shipping {
        width: 100%;
        border: 0;
        padding: 0;
    }
}

.account-login .totals{
    text-align:center;
}
.totals {
    float: right;
    background-color: white;
    text-align: right;
    font-weight: bold;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 970px) {
    .totals {
        margin-right: 0;
    }
}

@media (max-width: 799px) {
    .totals {
        clear: both;
        float: right;
        margin-bottom: 40px;
        margin-right: 0;
    }
}

.quote-price-row {
    margin-bottom: 15px;
}

#checkout-step-review .quote-price-row {
    text-align: right;
    font-size: 18px;
    color: #a9a9a9;
}

.quote-price-title,
.quote-price-value {
    display: inline-block;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: normal;
}

#checkout-step-review .quote-price-title,
#checkout-step-review .quote-price-value {
    font-size: 18px;
    color: #a9a9a9;
}

.quote-price-estimated-shipping {
    display: inline-block;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: normal;
    padding-right: 36px;
}

.quote-price-title + .quote-price-value {
    margin-left: 60px;
    width: 100px;
}

#checkout-step-review .quote-price-title + .quote-price-value {
    margin-left: 10px;
}

.quote-price-title.-subtotal,
.quote-price-value.-subtotal {
    font-weight: bold;
    font-size: 25px;
    color: #5D5D5D;
}

.quote-price-title.-store-credit,
.quote-price-value.-store-credit {
    font-size: 19px;
    color: #5D5D5D;
}

#checkout-step-review .quote-price-title.-grand-total,
#checkout-step-review .quote-price-value.-grand-total {
    font-size: 18px;
    color: #a9a9a9;
    font-weight: bold;
}

#checkout-step-review .quote-price-title.-subtotal,
#checkout-step-review .quote-price-value.-subtotal {
    font-size: 18px;
    color: #a9a9a9;
    font-weight: normal;
}

.totals .btn-proceed-checkout {
    margin-top: 20px;
}

.cart-box, .customer-account-login {
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
}
.cart-collaterals .cart-box, .cart-collaterals .cart-box-inner {
    box-sizing: content-box;
}

.cart-box button.btn-proceed-checkout, .cart-box button.acnt, .customer-account-login button.btn-proceed-checkout, .customer-account-login button.acnt {
    float: none;
}
@media (min-width: 640px) and (max-width: 959px) {
    .cart-box button.btn-proceed-checkout, .cart-box button.acnt, .customer-account-login button.btn-proceed-checkout, .customer-account-login button.acnt {
        margin-top: 27px;
    }
}
.cart-box .cart-box-inner, .customer-account-login .cart-box-inner {
    padding: 25px 7%;
    background-color: #f4f3f3;
    border: 1px solid #c6c6c6;
    width: 84%;
    padding-top: 0;
    overflow: hidden;
}
.cart-box .cart-box-inner .price-table, .customer-account-login .cart-box-inner .price-table {
    border-bottom: 1px solid #a9a8a8;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 20px;
}
.cart-box .cart-box-inner .left, .customer-account-login .cart-box-inner .left {
    font: 16px/22px "museo-slab", serif;
    color: #5e5e5e;
    text-transform: none;
    float: left;
    clear: both;
    width: 50%;
    text-align: right;
    border-top: 1px solid #a9a8a8;
    border-right: 1px solid #a9a8a8;
    padding: 7px 7px 7px 0;
}
.cart-box .cart-box-inner .right, .customer-account-login .cart-box-inner .right {
    float: left;
    text-align: center;
    width: 44%;
    border-top: 1px solid #a9a8a8;
    padding: 7px 0;
}
.cart-box .cart-box-inner, .customer-account-login .cart-box-inner {
    padding: 25px 7%;
    background-color: #f4f3f3;
    border: 1px solid #c6c6c6;
    width: 84%;
    padding-top: 0;
    overflow: hidden;
}
.cart-box .cart-box-inner .price-table, .customer-account-login .cart-box-inner .price-table {
    border-bottom: 1px solid #a9a8a8;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 20px;
}
.cart-box .cart-box-inner .price-table table, .customer-account-login .cart-box-inner .price-table table {
    width: 100%;
}
.cart-box .cart-box-inner .price-table table td, .cart-box .cart-box-inner .price-table table th, .customer-account-login .cart-box-inner .price-table table td, .customer-account-login .cart-box-inner .price-table table th {
    font: 13px/19px "museo-slab", serif;
    color: #5e5e5e;
    text-transform: none;
    text-align: right;
    border-top: 1px solid #a9a8a8;
    border-right: none;
    padding: 7px 12px 7px 12px;
    float: none;
}
.cart-box .cart-box-inner .price-table table td:first-child, .cart-box .cart-box-inner .price-table table th:first-child, .customer-account-login .cart-box-inner .price-table table td:first-child, .customer-account-login .cart-box-inner .price-table table th:first-child {
    border-right: 1px solid #a9a8a8;
}
.cart-box .cart-box-inner .price-table table .right, .customer-account-login .cart-box-inner .price-table table .right {
    float: left;
    text-align: center;
    width: 44%;
    border-top: 1px solid #a9a8a8;
    padding: 7px 0;
}
.cart-box label, .customer-account-login label {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 1em;
    margin: 0 4px 0 0;
}
.cart-box .btn-cart, .customer-account-login .btn-cart {
    margin-top: 20px;
}
.cart-box .shadow.shadow-small-onwhite, .customer-account-login .shadow.shadow-small-onwhite {
    width: 100%;
    display: block;
}
@media (min-width: 960px) and (max-width: 1279px) {
    .cart-box, .customer-account-login {
        float: none;
        clear: both;
        width: 100%;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .cart-box, .customer-account-login {
        float: none;
        clear: both;
        width: 100%;
    }
}

.left-arrow {
    background: url(../images/ico-left-nav.png) left 4px no-repeat;
    padding-left: 20px;
    font-weight: bold;
    float: left;
    text-decoration: underline;
}
.left-arrow:hover {
    text-decoration: none;
}

.input-box {
    margin: 0 0 15px;
    padding: 0;
}
.input-box .input-checkbox {
    color: #5e5e5e;
    font-size: 14px;
    width: auto;
    padding: 0;
}

label.required em {
    font-style: normal;
    color: #e00101;
}

p.required {
    font-size: 12px;
    text-align: right;
    color: #e00101;
    margin-bottom: 0;
}
@media (max-width: 639px) {
    p.required {
        text-align: center;
        margin-bottom: 15px;
    }
}

h4.beta-message {
    margin-bottom: 20px;
    text-align: center;
}

.form-list {
    position: relative;
    width: 100%;
    left: 0%;
}
@media (min-width: 640px) and (max-width: 959px) {
    .form-list {
        position: static;
        width: auto;
        left: auto;
    }
}
@media (max-width: 639px) {
    .form-list {
        position: static;
        width: auto;
        left: auto;
    }
}

.form-list li.note a{
    margin-left: 40px;
}
@media (min-width: 640px) and (max-width: 959px) {
    .form-list li.note a{
        margin-left: auto;
    }
}
@media (max-width: 639px) {
    .form-list li.note a{
        margin-left: auto;
    }
}

.account-login {
    max-width: 950px;
    margin: 0 auto;
    min-width: 300px;
}
.account-login h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.account-login h5 {
    font: 15px "museo-sans", sans-serif;
    color: #5e5e5e;
}
.account-login .cart-box-inner {
    width: 85.4%;
    min-height: 345px;
}
@media (max-width: 639px) {
    .account-login .cart-box-inner {
        width: 90%;
        padding: 0 14px;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .account-login button.acnt {
        margin-top: 20px;
    }
}
.account-login label {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 1em;
    float: left;
    width: 34%;
    text-align: right;
    padding-top: 3px;
    margin: 0;
    padding-right: 10px;
}
@media (min-width: 640px) and (max-width: 959px) {
    .account-login label {
        text-align: center;
    }
}
@media (max-width: 639px) {
    .account-login label {
        width: 100%;
        padding-bottom: 10px;
        text-align: left;
    }
}
.account-login .input-box {
    float: left;
    width: 57%;
}
@media (min-width: 640px) and (max-width: 959px) {
    .account-login .input-box {
        width: 58%;
    }
}
@media (max-width: 639px) {
    .account-login .input-box {
        width: 94%;
    }
}
.account-login .f-left, .account-login .note {
    margin: 0 0 25px 45px;
    display: block;
    text-decoration: underline;
}
.account-login .f-left:hover, .account-login .note:hover {
    text-decoration: none;
}
@media (min-width: 640px) and (max-width: 959px) {
    .account-login .f-left, .account-login .note {
        margin: 0 0 0px 35px;
    }
}
@media (max-width: 639px) {
    .account-login .f-left, .account-login .note {
        margin: 0 auto 10px;
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    .account-login {
        padding: 65px 40px;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .account-login {
        padding: 65px 40px;
    }
}
@media (max-width: 639px) {
    .account-login {
        padding: 30px 0px;
    }
}
.account-login ul {
    margin-bottom: 0px;
}

#opc-login input[type="radio"], #opc-login label {
    display:inline;
}

#opc-login label {
    vertical-align: middle;
}

.account-create {
    width: 50%;
    float: none;
    padding-left: 0;
    margin: 0 auto;
    xpadding-top: 65px;
}
.account-create .input-box .input-checkbox {
    display: block;
    float: left;
}
.account-create .back-link {
    float: left;
}
@media (max-width: 639px) {
    .account-create .back-link {
        float: none;
        margin: 10px 0;
    }
}
.account-create .required {
    clear: both;
    text-align: left;
}
.account-create form {
    margin-top: 16px;
}
.account-create .button {
    float: right;
}
@media (min-width: 640px) and (max-width: 959px) {
    .account-create .button {
        float: right;
    }
}
@media (max-width: 639px) {
    .account-create .button {
        float: left;
        margin-bottom: 15px;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .account-create {
        width: 70%;
    }
}
@media (max-width: 639px) {
    .account-create {
        width: 80%;
    }
}

.back {
    float: left;
}

.col2-set {
    overflow: hidden;
}
.col2-set .content {
    min-height: 255px;
    color: #7e7f7f;
    font: 300 16px/26px "museo-sans", sans-serif;
    width: 100%;
    margin: 30px auto 0;
}
.col2-set h5 {
    border-top: 1px solid #9B9B9B;
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
}

.contact {
    width: 100%;
    border-top: 1px solid #b9b7b0;
    margin-top: 30px;
    overflow: hidden;
    font: 300 italic 16px "museo-sans", sans-serif;
    text-align: center;
}
.contact a {
    color: #b3b3b3;
    font-weight: 300;
}
.contact p {
    margin-top: 25px;
}

.col-1.acnt-box {
    width: 40%;
    float: left;
}
.col-1.acnt-box p {
    margin-bottom: 20px;
}
.col-1.acnt-box .totals {
    width: 100%;
    padding: 0;
    margin: 0;
}
.col-1.acnt-box .totals .cart-box {
    margin: 0;
    width: 100%;
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-1.acnt-box .totals {
        margin-bottom: 25px;
    }
}
@media (max-width: 639px) {
    .col-1.acnt-box .totals {
        margin-bottom: 25px;
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    .col-1.acnt-box {
        width: 45%;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-1.acnt-box {
        width: 100%;
    }
}
@media (max-width: 639px) {
    .col-1.acnt-box {
        width: 100%;
    }
}

.col-2.acnt-box {
    float: right;
    width: 40%;
}
.col-2.acnt-box p {
    margin-bottom: 20px;
}
.col-2.acnt-box .totals {
    width: 100%;
    padding: 0;
    margin: 0;
}
.col-2.acnt-box .totals .cart-box {
    margin: 0;
    width: 100%;
}
@media (min-width: 960px) and (max-width: 1279px) {
    .col-2.acnt-box {
        width: 45%;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .col-2.acnt-box {
        width: 100%;
    }
}
@media (max-width: 639px) {
    .col-2.acnt-box {
        width: 100%;
    }
}

.checkout {
    padding: 0px 5px 50px;
}
.checkout .password-fields {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
}
.checkout p {
    font: 300 16px/24px "proxima-nova", sans-serif;
    color: #7e7f7f;
    margin-bottom: 15px;
}
.checkout p.required {
    font-size: 12px;
    text-align: left;
    color: #e00101;
    margin-bottom: 0;
}
.checkout ol {
    list-style: none;
    margin-bottom: 1.625em;
    padding-left: 0;
}
.checkout .step .buttons-set {
    clear: both;
}
.checkout .step .button {
    float: left;
    margin-left: 28px;
}

@media (max-width: 639px) {
    .checkout .step .button {
        margin-left: 0;
    }
}

.checkout #checkout-step-review #checkout-review-table {
    width: 100%;
}
.checkout #checkout-step-review #checkout-review-table th {
    padding: 7px 12px;
    text-align: left;
}
.checkout #checkout-step-review #checkout-review-table td {
    padding: 7px 12px;
}
.checkout #checkout-step-review #checkout-review-table td h3.product-name {
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}
.checkout #checkout-step-review #checkout-review-table .a-right {
    float: none;
    text-align: right;
}
.checkout #checkout-step-review #checkout-review-table .a-center {
    text-align: center;
}
.checkout #checkout-step-review #checkout-review-table .a-left {
    text-align: left;
}
.checkout #checkout-step-review #checkout-review-submit {
    margin-top: 20px;
}
.checkout #checkout-step-review #checkout-review-submit .f-left {
    float: left;
}
.checkout #checkout-step-review #checkout-review-submit button {
    float: right;
}
.checkout #checkout-step-review #checkout-review-submit #review-please-wait {
    float: right;
    clear: right;
}
@media (max-width: 639px) {
    .checkout {
        padding: 0;
    }
}
@media screen and (max-width: 450px) {
    .checkout #checkout-step-review {
        font-size: 10px;
    }
}


.checkout-address{
     padding: 10px;
     line-height: 1.3em;
     margin-right: 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
 }
@media screen and (max-width: 450px) {
    .checkout-address {
        margin-right: 0;
        padding-right: 0;
    }
    .checkout-address .address-lines {
        max-width: 88%;
    }
}
.checkout-address .address-lines {
    display: inline-table;
    margin-left: 10px;
}
.checkout-address  .address-lines span {
    font: 200 18px/24px 'museo-sans';
    display: block;
}

.checkout-step-breadcrumbs {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
}
.checkout-step-breadcrumbs li {
    color: #999;
    padding: 10px 10px 10px 10px;
    margin: 1px;              /* fallback color */
    position: relative;
    display: block;
    float: left;
}
.checkout-step-breadcrumbs li.selected {
    background: #0F81BC;
    color: #fff;
}

.opc .section {
    background: none;
    padding: 0;
    margin: 4px 0px;

}
.opc h3 {
    padding: 10px 0;
    margin-bottom: 15px;
}
.opc #opc-billing .form-list label, .opc #opc-shipping .form-list label, .opc #opc-payment .form-list label {
    color: #7e7f7f;
    position: relative;
    z-index: 0;
    width: 100%;
    text-align: left;
    display: block;
    font: 200 18px/24px 'museo-sans';
}
.opc #opc-payment .form-list label.label-inline {
    display: inline;
}
.opc #opc-billing .form-list .input-box.options-box, .opc #opc-shipping .form-list .input-box.options-box, .opc #opc-payment .form-list .input-box.options-box {
    background-color: #fff;
}
.opc #opc-payment .form-list .input-box.options-box select{
    width: 100%;
}
@media (max-width: 959px) {
    .opc #opc-billing .form-list label, .opc #opc-shipping .form-list label, .opc #opc-payment .form-list label {
        width: 100%;
        text-align: left;
    }
    .opc #opc-billing .form-list .input-box.options-box, .opc #opc-shipping .form-list .input-box.options-box, .opc #opc-payment .form-list .input-box.options-box {
        width: 100%;
        max-width: 570px;
    }
}
@media (max-width: 639px) {
    .opc #opc-billing .form-list .customSelectInner, .opc #opc-shipping .form-list .customSelectInner, .opc #opc-payment .form-list .customSelectInner {
        max-width: 430px;
    }
}
@media (max-width: 639px) {
    .opc #opc-billing .form-list select, .opc #opc-shipping .form-list select, .opc #opc-payment .form-list select {
        width: 100%;
        max-width: 290px;
    }
}
.opc #opc-billing .form-list .input-box, .opc #opc-shipping .form-list .input-box, .opc #opc-payment .form-list .input-box {
    display: block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
}

@media (max-width: 639px) {
    .opc #opc-billing .button, .opc #opc-shipping .button, .opc #opc-payment .button {
        margin-left: 0;
    }
}
.opc #opc-billing p.required, .opc #opc-shipping p.required, .opc #opc-payment p.required {
    float: left;
    width: 100%;
}
.opc #opc-billing .control, .opc #opc-shipping .control, .opc #opc-payment .control {
    float: left;
    font: 200 18px/24px 'museo-sans';
}
.opc #opc-billing .control, .opc #opc-shipping .control, .opc #opc-payment .control span{
    margin-right: 10px;
}
.opc #opc-billing .control label, .opc #opc-shipping .control label, .opc #opc-payment .control label {
    width: auto;
    text-align: left;
}
.opc #opc-billing .control .radio-box, .opc #opc-billing .control .check-box, .opc #opc-shipping .control .radio-box, .opc #opc-shipping .control .check-box, .opc #opc-payment .control .radio-box, .opc #opc-payment .control .check-box {
    width: auto;
    height: auto;
    padding: 3px 10px 0 0;
}
@media (max-width: 959px) {
    .opc #opc-billing .control, .opc #opc-shipping .control, .opc #opc-payment .control {
        margin-left: 0;
    }
}
.opc #opc-login {
    /*padding-bottom: 100px;*/
}
.opc #opc-login .form-list
{
    width: auto;
}
.opc #opc-login fieldset
{
    max-width: 375px;
}
.opc #opc-login .input-box {
    display: block;
    max-width: 375px;
}
.opc #opc-login .note, .opc #opc-login .note a {
    margin-left: 0;
    font-size: 14px;
}
@media (max-width: 639px) {
    .opc #opc-login .note {
        font: 13px "proxima-nova", sans-serif;
        text-decoration: underline;
        clear: both;
    }
}
.opc #opc-login .button {
    margin-left: 0;
}
@media (max-width: 639px) {
    .opc #opc-login #onepage-guest-register-button {
        margin-left: 0;
    }
}

@media (max-width: 639px) {
    .opc #opc-login {
        padding-bottom: 0;
    }
}
.opc form {
    color: #52504d;
    font-weight: normal;
    font-size: 16px;
}
.opc label {
    display: block;
    text-align: left;
    padding-top: 7px;
    padding-right: 10px;
}
.opc .input-box {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}
.opc .input-box .mcafee-wrap {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 12px;
}

.opc li .number {
  display: none;
}

.opc .step-title {
  display:none;
  background: #f3f3f3 0 0 repeat-x;
  cursor: pointer;
  padding: 12px 0 12px 20px;
}
.opc .step-title h6 {
  font: 700 25px "proxima-nova", sans-serif;
  color: #7d7d7d;
  margin-bottom: 0;
}

.opc li.active .step-title {
    background: #f3f3f3;
    display:block;
}
.opc li.active .step-title h6 {
    color: #7d7d7d;
}

.opc .step {
    padding: 15px 30px 30px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 639px) {
    .opc .step {
        padding: 15px 10px;
    }
}
.opc .col2-set .col-1 {
    float: right;
    margin-left: 5%;
    width: 45%;
}
.opc .col2-set .col-1 .note {
    margin: 0 0 15px 120px;
    color: #7e7f7f;
}
.opc .col2-set .col-1 .button {
    margin-left: 120px;
}
@media (max-width: 959px) {
    .opc .col2-set .col-1 {
        width: 100%;
    }
}
.opc .col2-set .col-2 {
    float: left;
    width: 45%;
    margin-right: 5%;
}
@media (max-width: 959px) {
    .opc .col2-set .col-2 {
        width: 100%;
    }
}
.opc .form-list li.control .radio-box {
    float: left;
    margin: 0;
}
.opc .form-list li.control label {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.opc .form-list label {
    color: #7e7f7f;
    font-weight: normal;
    position: relative;
    z-index: 0;
}
.opc .shipping-methods li {
    padding: 15px;
    border: 1px solid #d2d2d2;
}
.opc .shipping-methods li label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    vertical-align: middle;
    font: 200 18px/24px 'museo-sans';
}
.shipping-methods li label {
    cursor: pointer;
    max-width: 90%;
}
@media screen and (max-width: 450px) {
    .opc .shipping-methods li label {
        max-width: 85%;
        padding-right: 0;
    }
}
.opc #checkout-shipping-method-load {
    margin-bottom: 20px;
}
.opc #co-shipping-method-form .checkout-block-title {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    border-bottom: 1px solid #999;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.opc #billing-newsletter-signup .input-box.newsletter-signup {
    clear: both;
    border: none;
    box-shadow: none;
}
.opc #billing-newsletter-signup #billing_subscribed_label {
    font: 200 12px/24px 'museo-sans';
    display: inline;
}
.shipping-faq-link {
    float: right;
    margin: 10px 0px 20px 0px;
}
#shipping-zip-form {
    margin-bottom: 45px;
}

#checkout-step-payment .no-display {
    display: inline-block;
    vertical-align: middle;
}
#checkout-step-payment label {
    display: inline-block;
    vertical-align: middle;
}

#checkout-step-payment form#co-payment-form fieldset dl.sp-methods dl.sp-methods dt {
    display: none;
}
#checkout-step-payment form#co-payment-form fieldset{
    padding: 0px;
}

#payment_form_ds_oraclepayment {
     max-width: 450px;
}

#payment_form_ds_oraclepayment ul.form-list {
    margin-top: 30px;
}
#payment_form_ds_oraclepayment ul.form-list li {
    display: block;
    width: 100%;
}
@media (max-width: 568px) {
    #payment_form_ds_oraclepayment ul.form-list li {
        display: block;
        width: 100%;
    }
}


#payment_form_ds_oraclepayment .mcafee-wrap{
    position: absolute;
    right: 20px;
    top: 20px;
}
#opc-login .step div div .buttons-set button{
    float: left;
}

.shipping-methods dt {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 6px;
}
.shipping-methods li {
    margin-bottom: 4px;
    font-size: 15px;
}
.shipping-methods li input {
    margin-right: 6px;
    display: inline;
}

@media (max-width: 639px) {
    .section ul {
        margin: 0;
    }
}

.please-wait {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

html {
    /*overflow-x:hidden;*/
}

header {
    position: relative;
    z-index: 3;
}
header h1 {
    margin-bottom: 0;
}

.site-wrapper {
    position: relative;
    z-index: 2;
}

sup {
    font-size: smaller;
    line-height: normal;
    vertical-align: super;
}

.back-link {
    font-size: 14px;
    line-height: 16px;
    color: #777;
}
.back-link small {
    font-size: 12px;
}

.button .arrow {
    margin-right: 6px;
    position: absolute;
    right: 100%;
    top: 4px;
}

button.text-button {
    font-weight: 700;
    color: black;
    height: auto;
    width: auto;
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    font-size: 17px;
    line-height: 17px;
    overflow: visible;
    left: 15px;
}

.buttons-set .back-link {
    float: right;
}

.buttons-set .checkout.back-link {
    float: left;
    clear: left;
    margin-left: 30px;
    margin-bottom: 5px;
    padding: 0;
}

@media (max-width: 639px) {
    .buttons-set .checkout.back-link {
        margin-left: 0;
    }
}

.account-create .buttons-set .back-link {
    float: left;
}

.catalog-category-view .category-description {
    color: #5f5e5e;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 36px;
}

.catalog-category-view .category-description a {
    text-decoration: underline;
}

.catalog-category-view .category-description a:hover {
    text-decoration: none;
}

@media (max-width: 639px) {
    .catalog-category-view .category-description.std a.btn-green.smaller.fr {;
        display:none;
    }
}


hr {
    -webkit-box-shadow: #dddddd 0 0 5px 0;
    -moz-box-shadow: #dddddd 0 0 5px 0;
    box-shadow: #dddddd 0 0 5px 0;
    height: 1px;
    border: none;
    background: #ebedf0;
    margin: 14px auto;
}

.cms-index-index .col-main > div.std {
    display: none;
}

#atlwdg-trigger {
    z-index: 600;
}

.cloudzoom-blank {
    z-index: 3;
}

.cloudzoom-zoom,
.cloudzoom-zoom-inside {
    z-index: 4;
}

@media(max-width: 480px){
    .cloudzoom-zoom, .cloudzoom-blank {
        display:none;
    }
}

.form-instr{
    color:#777;
    margin-left:20px;
}

.form-instr > ul {
    list-style: circle inside;
    margin-left:3px;
}

/* Order Table formatting*/

div.hero-placeholder {
    height:300px;
}

div.hero-placeholder img {
    height:300px;
    width:auto;
}

.content-wrap .hero .hero-text h1.hero-placeholder-header {
    color:#5E5E5E;
    font: 500 30px/36px "museo-sans",sans-serif;
}

.content-wrap .hero .hero-text h3.hero-placeholder-subhead {
    color:#5E5E5E;
    font: 300 16px/20px "museo-sans",sans-serif;
}

.content-wrap .hero .hero-text.placeholder {
    position: absolute;
    right: 7%;
    top: 20px;
    width: 60%;
    z-index: 11;
}

span.elipsis {
    display: none;
}
span.responsive-truncate {
    display:inline;
}

@media (min-width: 1121px) and (max-width: 1279px) {
    .content-wrap .hero .hero-text.placeholder {
        right: 2%;
        width: 50%;
    }
    .content-wrap .hero .hero-text h1.hero-placeholder-header {
        font: 500 28px/32px "museo-sans",sans-serif;
    }
    h2.cta-features-header {
        font-weight: 500;
        font-size: 20px;
        padding-top: 15px;
    }
    .content-wrap .hero .hero-text h3.hero-placeholder-subhead {
        font:300 14px/18px "museo-sans",sans-serif;;
    }
    p.cta-features-sub {
        line-height: 18px;
        padding-top: 15px;
        padding-left:10px;
        font-size:14px;
    }
    span.elipsis {
        display:inline;
    }
    span.responsive-truncate{
        display:none;
    }

}
@media (min-width: 960px) and (max-width: 1120px) {
    .content-wrap .hero .hero-text.placeholder {
        right: 1%;
        width:50%;
    }
    .content-wrap .hero .hero-text h1.hero-placeholder-header {
        font: 400 26px/30px "museo-sans",sans-serif;
    }
    .content-wrap .hero .hero-text h3.hero-placeholder-subhead {
        font: 200 14px/18px "museo-sans",sans-serif;
    }
    h2.cta-features-header {
        font-weight: 400;
        font-size: 18px;
        padding-top: 10px;
    }
    p.cta-features-sub {
        line-height: 16px;
        padding-top: 10px;
        padding-left:10px;
        font-size:14px;
    }
    span.elipsis {
        display:inline;
    }
    span.responsive-truncate{
        display:none;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .content-wrap .hero .hero-text.placeholder {
        right: 1%;
        width: 50%;
    }
    .content-wrap .hero .hero-text h1.hero-placeholder-header {
        font: 300 20px/30px "museo-sans",sans-serif;
    }
    .content-wrap .hero .hero-text h3.hero-placeholder-subhead {
        font: 200 14px/18px "museo-sans",sans-serif;
    }
    h2.cta-features-header {
        font-weight: 300;
        font-size: 18px;
        padding-top: 20px;
    }
    p.cta-features-sub {
        line-height: 16px;
        padding-top: 10px;
        padding-left:10px;
        font-size:14px;
    }
    span.elipsis {
        display:inline;
    }
    span.responsive-truncate{
        display:none;
    }
}

@media (max-width: 639px){
    div.cta-features {
        display: none;
    }
}

/* New Category Page Styling */
a.btn-green.smaller.category-button {
    float:right;
}

@media (min-width:1121px) and (max-width: 1280px){
    a.btn-green.smaller.category-button.training {
        float:none;
    }
    a.blue-link.cta-link.category-link {
        float:none;
    }
}

@media (max-width: 680px){
    a.btn-green.smaller.category-button {
        float:none;
    }
    a.blue-link.cta-link.category-link, div.category-description a.blue-link.cta-link {
        float:left;
        width:90%;
    }
}

/* Order Page Formatting */


table#my-orders-table tbody td {
    padding-right:20px;
    color: #a9a9a9;
}

table#my-orders-table tbody h3.product-name {
    font-size: 20px;
}

.crosssell .item {
    width: 45%;
    margin-right:2%;
    height:auto;
}

.crosssell .product-image {
    width: 45%;
    margin-right:2%;
    float: left;
}

.crosssell button.btn-cart {
    width: auto !important;
}
.crosssell .price-box {
    position: static;
}
.crosssell .product-image a {
    display: block;
    padding:6%;
    border: 1px solid #e2e1e1;
    background: #eef0f1;
}
.crosssell .product-image a img {
    margin: 0;
}

/* fixing Safari drop-down bug */
select#billing-address-select, select#shipping-address-select {
    width: 100%;
}
/* Onepage payment formatting */
#cc-card-select-wrapper div.mcafee-wrap {
    padding-left:20px;
    clear:right;
    float:left;
}
@media (max-width:510px) {
    #cc-card-select-wrapper div.mcafee-wrap {
        clear:both;
        padding-left:0;
    }
}
/* END:Onepage payment formatting */

/* Onepage Order review formatting */
.order-review .mcafee-wrap {clear: both; float: right; margin-top: 22px;}
/* END:Onepage Order review formatting */
/* Cart */

.totals .mcafee-wrap {
    margin: 10px -15px 0 0;
}


/* END: Cart */

/* Account Dashboard Formatting */
div.dashboard-section p.account-dashboard {
    font: 500 16px/24px "museo-sans", sans-serif;
    color: #a9a9a9;
}
th.order-column.sub-title.third {
    font-size:20px;
}
div.primary-shipping-address, div.primary-billing-address {
    width:45%;
    float:left;
}
div.primary-shipping-address {
    padding:2.5% 2.5% 2.5% 0;
}

div.primary-billing-address {
    padding:2.5% 2.5% 2.5% 5%;
}
@media print{
    body{
        font-family:serif;
    }
    body, article,
    #product_comparison{
        padding:0;
        margin:0;
        width: 100%;
    }
    td.remove-btns, header div.bounds, .breadcrumbs,
    #back-btn-wrapper, h1.compare-title,div.add-to-cart{
        display:none;
    }

    div.col-main{
        padding:0;
        margin:0;
    }
    div.category-products{
        position:relative;
        top:75px;
    }
    .review, .compare-checkbox, .go-compare {
        display:none;
    }
}


h4.black-friday-sale {
    padding: 10px 10% 10px 10%;
    font-weight: 500;
    color:#fff;
    background-color:#006C68;
}

p.shipping-messages {
    margin-bottom:10px;
}

ul#new-creditcard-form.form-list li.wide {clear:left;}


div.item-options-config{
    clear:both;
}



div#shipping-speed-note h5.processing-time{font-weight:700;}

div.dangerous-goods-warning {
    margin: 20px 0 -5px 20px;
}
div.dangerous-goods-warning h5.dangerous-goods {
    color: #777;
}

.subs-notification {
    font: 500 18px/22px "museo-sans", sans-serif;
    margin-bottom: 17px;
    color:#a9a9a9;
}

div.slide-content_lucky_litter {
    position: absolute;
    top:15%;
    width:60%;
    left:40%;
}

div.slide-content_lucky_litter h1.lucky_litter_header {
    font: 700 48px/114% 'museo-slab', serif;
    color:#fff;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
}

div.slide-content_lucky_litter h2 {
    color: #504F4F;
    font: 400 20px/28px 'museo-sans', sans-serif;
}

div.create-account-box {
    background: none repeat scroll 0 0 #EEF0F1;
    border: 1px solid #E2E1E1;
    padding: 3.5%;
    width:600px;
    position:absolute;
    top:-120px;
}

div.create-account-box ul {
    margin-top: 5%;
    left:10%;
    list-style-type: none;
    margin-bottom: 5%;
    color: #5F5E5E;
    font: 400 16px/150% 'museo-sans', sans-serif;
}

div.create-account-box div.input-box {
    width:57%;
    float:left;
    margin-bottom: 5%;
}

div.create-account-box div.input-box.no-margin {
    margin-bottom:0;
}

div.create-account-box div.input-box p {
    color: #5F5E5E;
    font: 300 12px/150% 'museo-sans', sans-serif;
}

div.create-account-box ul li label {
    float:left;
    width:34%;
    text-align:left;
}

div.lucky-litter-account-details form p {
    font: 300 16px/20px "museo-sans",sans-serif;
    color:#A9A9A9;
}

div.lucky-litter-account-details {
    padding-top: 300px;
}
div.lucky-litter-account-details ul {
    list-style-position: inside;
    padding-left: 20px;
}
div.lucky-litter-account-details ul li{
    color:#5F5E5E;
    font: 400 16px/150% 'museo-sans', sans-serif;
}

div.lucky-litter-faqs ul {
    padding-left: 20px;
}

div.lucky-litter-faqs ul li {
    margin-bottom: 20px;
}

div.lucky-litter-thank-you h1 {
    font:700 30px/50px 'museo-sans', sans-serif;
    color:#504F4F;
    margin-top:50px;
}

div.lucky-litter-account-details.confirmation {
    padding-top:30px;
}

div.lucky-litter-more-fun h3.premier-content-header,
div.lucky-litter-toy-group-copy p.premier-copy {
    padding-bottom: 30px;
}

div.lucky-litter-toy-group,
div.lucky-litter-toy-group-copy{
    float:left;
    width:50%;
}
img.lucky-litter-one-step {
    position:absolute;
    left:20px;
    top:280px;
    z-index:99999999;
}
@media only screen and (max-width: 1280px) {
    img.lucky-litter-one-step {
        top:250px;
        left:15px;
    }
}
@media only screen and (max-width: 1120px) {
    img.lucky-litter-one-step {
        top:220px;
        left:11px;
    }
}
@media only screen and (max-width: 1040px){
    img.lucky-litter-one-step {
        top:295px;
        left:9px;
    }
}
@media only screen and (max-width: 880px){
    img.lucky-litter-one-step {
        top:250px;
        left:5px;
    }
}
@media only screen and (max-width: 800px){
    img.lucky-litter-one-step {
        top:220px;
        left:5px;
    }
}
@media only screen and (max-width: 720px){
    img.lucky-litter-one-step {
        top:190px;
        left:2px;
    }
}
@media only screen and (max-width: 640px){
    img.lucky-litter-one-step {
        top:170px;
        left:0;
    }
}
@media only screen and (max-width: 600px){
    img.lucky-litter-one-step {
        display:none;
    }
}

div.slide-content_lucky_litter {
    position: absolute;
    top:7%;
    width:40%;
    left:60%;
}
@media only screen and (max-width:400px){
    div.slide-content_lucky_litter {
        left:10%;
        width:80%;
    }
}

div.slide-content_lucky_litter h1.lucky_litter_header {
    font: 700 48px/114% 'museo-slab', serif;
    color:#fff;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1280px){
    div.slide-content_lucky_litter h1.lucky_litter_header {
        font:700 38px/114% 'museo-slab',serif;
    }
}
@media only screen and (max-width: 720px){
    div.slide-content_lucky_litter h1.lucky_litter_header {
        font:700 24px/114% 'museo-slab',serif;
    }
}

div.slide-content_lucky_litter h2 {
    color: #504F4F;
    font: 400 20px/28px 'museo-sans', sans-serif;
}

@media only screen and (max-width:1119px){
    img.premierlogo.scoopfree.lucky-litter {
        width:75%;
    }
}

div.create-account-box {
    background: none repeat scroll 0 0 #EEF0F1;
    border: 1px solid #E2E1E1;
    padding: 3.5%;
    width:93%;
    position:absolute;
    top:-120px;
}
@media only screen and (max-width:1280px) {
    div.create-account-box {
        top:-110px;
    }
}
@media only screen and (max-width:1040px) {
    div.create-account-box {
        top:0px;
    }
}


div.create-account-form {
    float:left;
    width:50%;
}
@media only screen and (max-width:800px) {
    div.create-account-form {
        width:100%;
    }
}

div.manage-details {
    float:right;
    width:45%;
    padding-left:5%;
}
@media only screen and (max-width:800px) {
    div.manage-details {
        clear:both;
        float:none;
        width:90%;
        margin-left:0;
        padding-top:20px;
    }
}

div.create-account-box ul {
    margin-top: 5%;
    left:10%;
    margin-bottom: 5%;
    color: #5F5E5E;
    font: 400 16px/150% 'museo-sans', sans-serif;
    list-style-type: none;
}

div.create-account-box div.input-box,
div.create-account-box div.lucky-litter-email-box{
    width:57%;
    float:left;
    margin-bottom:0;
}
div.create-account-box div.lucky-litter-email-box {
    background: none;
    border: none;
    box-shadow: none;
    padding: 5px;
    position: relative;
}

div.create-account-box div.input-box input {
    width:100%;
}

div.create-account-box div.input-box.no-margin {
    margin-bottom:0;
}

div.create-account-box p.helpful-hints {
    color: #5F5E5E;
    font: italic 300 12px/150% 'museo-sans', sans-serif;
    clear:both;
    margin-bottom: 5%;
}
div.create-account-box p.helpful-hints.password {
    margin-left:34%;
}

div.create-account-box ul li label {
    float:left;
    width:34%;
    text-align:left;
}

div.lucky-litter-account-details form p {
    font: 300 16px/20px "museo-sans",sans-serif;
    color:#A9A9A9;
}

div.lucky-litter-account-details {
    padding-top: 300px;
}
div.create-account-box div.input-box p.lucky-litter-email,
p.lucky-litter-copy{
    color:#5D5D5D;
    font:400 18px/25px 'museo-sans';
    margin:0 0 5px;
}
p.lucky-litter-copy {
    padding-bottom: 20px;
}

div.lucky-litter-account-details ul {
    list-style-position: inside;
    padding-left: 20px;
}
div.lucky-litter-account-details ul li{
    color:#5F5E5E;
    font: 400 16px/150% 'museo-sans', sans-serif;
}
div.lucky-litter-faqs {
    padding-top:350px;
}
@media only screen and (max-width:1040px) {
    div.lucky-litter-faqs {
        padding-top:80%;
    }
}
@media only screen and (max-width:800px) {
    div.lucky-litter-faqs {
        padding-top:135%;
        padding-left:0;
    }
}
@media only screen and (max-width:640px) {
    div.lucky-litter-faqs {
        padding-top:165%;
        padding-left:0;
    }
}
@media only screen and (max-width:500px) {
    div.lucky-litter-faqs {
        padding-top:290%;
        padding-left:0;
    }
}
@media only screen and (max-width:400px) {
    div.lucky-litter-faqs {
        padding-top:300%;
        padding-left:0;
    }
}

div.lucky-litter-faqs ul {
    padding-left: 20px;
}

div.lucky-litter-faqs ul li {
    margin-bottom: 20px;
}

div.lucky-litter-faqs ul.dark-gray-arrows > li a {
    font:400 18px/26px 'proxima-nova', sans-serif;
}

div.right-col.lucky-litter {
    padding-top:350px;
}
@media only screen and (max-width:1040px) {
    div.right-col.lucky-litter {
        padding-top:60% ;
    }
}
@media only screen and (max-width:960px) {
    div.right-col.lucky-litter {
        padding-top:0;
    }
}

div.lucky-litter-thank-you h1 {
    font:700 30px/50px 'museo-sans', sans-serif;
    color:#504F4F;
    margin-top:50px;
}

div.lucky-litter-account-details.confirmation {
    padding-top:30px;
}

div.lucky-litter-more-fun h3.premier-content-header,
div.lucky-litter-toy-group-copy p.premier-copy {
    padding-bottom: 30px;
}

div.lucky-litter-toy-group,
div.lucky-litter-toy-group-copy{
    float:left;
    width:50%;
}

.no-padding {
    padding: 0px;
}

.body-wrap div#advancereviews-filteredReviews dt h3.all-reviews-title {
    font: 700 18px/25px 'proxima-nova', sans-serif;
    color:#105552;
}
h1.product-title.reviews {
    font-weight:400;
}

div#customer-reviews h4 {
    color: #105552;
    font-weight: 700;
}

.rating-summary a.blue-link:hover {
    text-decoration: underline;
}

div.product-description div.head h1.product-title.reviews{display:none;}
div.product-description div.head .btn-product-details{display:none;}

.agreement-content input[type=checkbox] {
    display: inline ;
}


/* Address Validation */
#suggestion{left:20px;right:20px;margin:0 auto; height: auto;}
#suggestion .modal-header {border: none;}
#suggestion .modal-body {clear: both; max-height: 450px;}

.s_msg {
    margin-bottom: 10px;
    font-weight: 500;
    color: #ff0018;
    font-size: 14px;
    font-family: arial;
    padding: 0px 30px;
}
.s_current_input,
.s_suggest_input {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
    color: #3f3e3e;
}

.s_suggest_input {
    max-height: 260px;
    overflow: auto;
}
.s_current_input h2,
.s_suggest_input h2 {
    font-size: 14px;
    text-transform: none;
    line-height: 1.3em;
    padding-left:25px;
    font-weight: bold;color: #444;font-family:arial;
}
.s_suggest_option {
    margin-bottom: 5px;
    padding: 10px 10px 10px 25px;
    background: #f0f0f0;
}
.s_suggest_option .s_left { float: left;font-family: arial;font-size: 14px; }
.s_suggest_option .s_right { text-align: right; }
.s_suggest_option:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.s_close { text-align: center; }
.s_close .s_close_msg { margin: 5px 0; font-size: 12px; font-weight: bold; }
.s_close .s_close_btn { width: auto; }

.s_close{display:none;}
.modal-header button span{font-size: 35px;}
.s_suggest_option .s_right button span span{color: #005fa3;font-size: 14px;text-decoration: underline;font-weight: 600;font-family:arial}
.s_suggest_option .s_right button span span:hover{text-decoration: underline;}

.s_current_input{border-bottom: 1px solid #e5e5e5;}
.s_current_address{padding: 0px 0px 25px 25px;;font-size: 14px;font-family: arial;}
.s_suggest_input h2{padding: 15px 25px;}
.button-close{cursor: pointer;color: #005fa3;font-size: 14px;text-decoration: underline;font-weight: 600;font-family: arial;}

@media(max-width:767px){
    #suggestion{top:20px;width:auto;margin:0;}
    #suggestion.fade.in{top:20px}
    .modal-body{overflow:visible;max-height:none}
}
@media(max-width:480px){#suggestion{top:10px;left:10px;right:10px}
    .bootstrap-iframe-modal.fade.in{top:10px}
}
li.control.fraud-message{
    width:85%;
}
li.control.fraud-message span.total-anti-fraud{
    font-style:italic;
}
li.control.fraud-message span.total-anti-fraud span.anti-fraud {
    font-weight:700;
}
.happy-holiday-message .holiday-greeting-snowflakes{
    max-width:50%;
}

.happy-holiday-message .holiday-greeting-message{
    color: #b42328;
    float: left;
    font-family: "museo-slab",serif;
    font-size: 40px;
    line-height: 60px;
    width: 50%;
}
@media only screen and (max-width:500px){
    .happy-holiday-message .holiday-greeting-message{
	width:100%;
    }
}

.error-reset-link {
    text-decoration: underline;
}
.error-reset-link:hover {
    color: #FC1745;
    text-decoration: none;
}

.opc-clickblocker {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index:10000;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -khtml-opacity: 0;
}


.thumb-trig.disabled {
    opacity: 0.35;
    filter: alpha(opacity=35);
}

.unavailable-msg, #order-save-errors {
    color: crimson;
}

#order-save-errors {
    text-align: left;
    margin-bottom: 15px;
}
