/************************FLEXSLIDER***********************************/


/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */


/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}


/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: normal;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 100;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 16px; /* 11px original */
    height: 16px; /* 11px original */ 
    display: block;
    background: #c9c9c9;
    background: rgba(201, 201, 201, 0.7);
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid #9b9d9f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #c8102e;
    background: rgba(200, 16, 46, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

@import url("//hello.myfonts.net/count/3193cd");
@font-face {
    font-family: 'AndesRoundedBold';
    src: url('../fonts/3193CD_0_0.eot');
    src: url('../fonts/3193CD_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/3193CD_0_0.woff2') format('woff2'), url('../fonts/3193CD_0_0.woff') format('woff'), url('../fonts/3193CD_0_0.ttf') format('truetype'), url('../fonts/3193CD_0_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'AndesRoundedBook';
    src: url('../fonts/3193CD_2_0.eot');
    src: url('../fonts/3193CD_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/3193CD_2_0.woff2') format('woff2'), url('../fonts/3193CD_2_0.woff') format('woff'), url('../fonts/3193CD_2_0.ttf') format('truetype'), url('../fonts/3193CD_2_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'AndesRounded';
    src: url('../fonts/3193CD_7_0.eot');
    src: url('../fonts/3193CD_7_0.eot?#iefix') format('embedded-opentype'), url('../fonts/3193CD_7_0.woff2') format('woff2'), url('../fonts/3193CD_7_0.woff') format('woff'), url('../fonts/3193CD_7_0.ttf') format('truetype'), url('../fonts/3193CD_7_0.svg#wf') format('svg');
}

@import 'https://fonts.googleapis.com/css?family=Yellowtail';
@media screen {
    /* reset */
    body {
        margin: 0;
        padding: 0 0 0 0;
        font-size: 14px;
        line-height: 20px;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 400;
        background: #ffffff;
    }
    .clear {
        clear: both;
    }
    img {
        border: 0px;
        padding: 0px;
        margin: 0px;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    li {
        list-style-type: none !important;
    }
    /* --------------------------------------------------
    Grid
    -------------------------------------------------- */
    .column-row,
    .row {
        margin: 0 0 18px -20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column,
    .columns {
        float: left;
        display: inline;
        margin: 0 0 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .one {
        width: 60px;
    }
    .two {
        width: 140px;
    }
    .three {
        width: 220px;
    }
    .four {
        width: 300px;
    }
    .five {
        width: 380px;
    }
    .six {
        width: 460px;
    }
    .seven {
        width: 540px;
    }
    .eight {
        width: 620px;
    }
    .nine {
        width: 700px;
    }
    .ten {
        width: 780px;
    }
    .eleven {
        width: 860px;
    }
    .twelve {
        width: 940px;
    }
    .two-seventh {
        width: 26%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .five-seventh {
        width: 65%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .offset-by-one-half {
        margin-left: 40px;
    }
    .offset-by-one {
        margin-left: 80px;
    }
    .offset-by-two {
        margin-left: 160px;
    }
    .offset-by-three {
        margin-left: 240px;
    }
    .offset-by-four {
        margin-left: 320px;
    }
    .offset-by-five {
        margin-left: 400px;
    }
    .offset-by-six {
        margin-left: 480px;
    }
    .offset-by-seven {
        margin-left: 560px;
    }
    .offset-by-eight {
        margin-left: 640px;
    }
    .offset-by-nine {
        margin-left: 720px;
    }
    .offset-by-ten {
        margin-left: 800px;
    }
    /* Clear the columns automagically, thanks @kneath */
    .column-row:after,
    .row:after,
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    * html .column-row,
    * html .row,
    * html .clearfix {
        height: 1%;
    }
    .column-row,
    .row,
    .clearfix {
        display: inline-block;
    }
    .column-row,
    .row,
    .clearfix {
        display: block;
    }
    /* structural elements */
    nav {
        width: 100%;
        /* height: 165px!important; KD removed 12.29.2016 */ 
        position: relative;
        background: rgba(255, 255, 255, 1.0);
        border-top: 4px solid #d0112b;
    }
    .centerhead {
        width: 940px;
        margin: 0px auto;
        position: relative;
        z-index: 501;
    }
    .menuholder {
        background: #e2e0de;
        position: absolute;
        top: 120px;
        width: 100%;
    }
    .centercolumn {
        width: 940px;
        margin: 40px auto;
    }
    .container {
        position: relative;
    }
    .logo {
        margin: 10px auto 0 auto;
        width: 120px;
        height: 97px;
    }
    .logo img {
        width: 100%;
    }
    .hvr-grow {
        /* animate logo */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }
    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .clearfix .cart {
        float: none;
    }
    .cart {
        float: right;
        margin-top: -13px;
    }
    .inset {
        width: 940px;
        margin: 0px auto;
    }
    .breadcrumbs {
        width: 100%;
        padding: 10px 0px 20px 0px;
        border-bottom: 1px solid #e9e8e6;
    }
    .breadcrumb ul li.separator {
        padding: 0 5px 0 0;
    }
    .breadcrumb ul li a {
        font-weight: normal;
    }
    .topnavl {
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: left;
    }
    .topnavr {
        position: absolute;
        top: 0px;
        right: 0px;
        text-align: right;
    }
    .lang {
        display: inline-block;
        position: relative;
    }
    .lang:hover .lang-content {
        display: block;
    }
    .lang .lang-content a {
        text-transform: capitalize;
    }
    .lang-content {
        background-color: #f9f9f9;
        border: 1px solid #e9e8e6;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        display: none;
        min-width: 120px;
        padding: 10px 0;
        position: absolute;
        text-align: left;
        z-index: 501;
    }
    .searchbox {
        position: absolute;
        top: -125px;
        text-align: left!important;
        z-index: 5000;
        left: calc(50% + 280px);
    }
    .offerbox {
        position: absolute;
        top: 50px;
        left: 0px;
    }
    footer {
        padding: 50px 0px 0px 0px;
        width: 100%;
        background: #e9e9e9;
        color: #fff;
    }
    footer .copyright {
        padding: 10px 0px;
        width: 100%;
        background: #000;
        color: #fff;
    }
    footer .links {
        float: left;
        width: 220px;
        height: 350px;
        margin-right: 20px;
    }
    footer .links:last-child {
        margin-right: 0px;
    }
    .copyright {
        background: #000;
        padding: 5px;
        font-size: 12px;
    }
    img.stroke {
        border: 1px solid #000000;
    }
    img.right {
        float: right;
        margin: 0px 0px 15px 15px;
    }
    img.left {
        float: left;
        margin: 0px 15px 15px 0px;
    }
    img.leftw {
        float: left;
        margin: 0px 30px 30px 0px;
    }
    div.right {
        float: right;
        margin: 0px 0px 15px 15px;
    }
    /* define colors */
    .white {
        color: #ffffff;
    }
    .black {
        color: #000000;
    }
    .dkgray {
        color: #857b74;
    }
    .navgray {
        color: #6e6259;
    }
    .navgray .red {
        font-family: inherit;
    }
    .ltgray {
        color: #e2e0de;
    }
    .blgray {
        color: #53565a;
    }
    .relative {
        position: relative;
    }
    .red,
    .sale {
        color: #d0112b;
    }
    .blue {
        color: #0073cf;
    }
    /* page elements */
    .flexslider1,
    .flexslider2,
    .hero {
        width: 100%;
    }
    .flexslider1 .flexhead {
        position: absolute;
        top: 60px;
        right: 60px;
        width: 380px;
        text-align: center;
    }
    .flexslider2 .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: -30px;
        text-align: left;
        z-index: 100;
    }
    .breadcrumb,
    .offer {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-size: 12px;
        line-height: 14px;
        color: #75787b;
        border-bottom: 1px #ccd3db solid;
        padding: 8px 0px 0px 0px;  /* KD added 12/29/2016 */
    }
    .offerbox.offer {
        border-bottom: none;
    }
    .breadcrumb ul li {
        float: left;
        padding-right: 5px;
    }
    H1,
    H2,
    H3,
    H4,
    H5,
    H6 {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        /* 400Book, 500Medium, 700Bold */
    }
    H1 {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
        padding: 0px 0 0px 0;
        margin: 0px 0 15px 0;
        letter-spacing: normal;
    }
    H2 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        padding: 0px 0 0px 0;
        margin: 0px 0 15px 0;
    }
    H3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        padding: 0px 0 0px 0;
        margin: 0px 0 15px 0;
    }
    .content h3 {
        line-height: 40px;
    }
    .links H4 {
        font-size: 18px;
        line-height: 32px;
        font-weight: 700;
        padding: 0px 0 0px 0;
        margin: 0px 0 10px 0;
        text-transform: uppercase;
    }
    .popbox {
        display: block;
        background: #00b2a9;
        padding: 10px;
        height: 100px;
    }
    .badge {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        font-size: 30px!important;
        line-height: 44px;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 10px;
        border: 2px solid #ffffff;
        z-index: 100;
        -ms-transform: rotate(-15deg);
        /* IE 9 */
        -webkit-transform: rotate(-15deg);
        /* Safari */
        transform: rotate(-15deg);
        text-transform: lowercase;
    }
    .badge2 {
        left: 70px;
    }
    .badgenew {
        color: #fff;
        background: #00b2a9;
    }
    .badgesale {
        color: #fff;
        background: #e37221;
    }
    .prodbox {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        width: 220px;
        height: 330px;
        margin-top: 5px;
        margin-right: 15px !important;
        border: 1px solid #c5c0bd;
        position: relative;
        display: block;
        float: left;
    }
    .search .prodbox:nth-child(3n),
    .salebox .prodbox:nth-child(4n),
    .mywishlist .prodbox:nth-child(3n) {
        margin-right: 0!important;
    }
    .hvr-float {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .hvr-float:hover,
    .hvr-float:focus,
    .hvr-float:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .prodbox:last-child {
        margin-right: 0px;
    }
    .prodbox:hover {
        border: 1px solid #d0112b;
    }
    .prodbox img {
        width: 100%;
        padding-bottom: 5px;
    }
    .prodbox .item {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 15px;
        font-weight: 500;
    }
    .prodbox .price .item {
        padding: 0px;
    }
    .prodbox .skill {
        position: absolute;
        bottom: 10px;
        left: 15px;
        text-transform: uppercase;
        font-size: 11px;
    }
    .prodbox .wishlist {
        position: absolute;
        bottom: 15px;
        right: 15px;
        font-size: 16px;
    }
    .prodbox .price {
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        padding: 0px 15px;
        letter-spacing: -1px;
    }
    .listprice {
        color: #acacac;
    }
    .prodbox .listprice,
    .listprice {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        text-decoration: line-through;
    }
    .prodbox .colors {
        display: block;
        background: #eeefee;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        width: 100%;
        padding: 3px 0px;
        position: absolute;
        bottom: 36px;
        left: 0px;
    }
    .ratings {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 500;
        font-size: 12px;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }
    .promoWrap {
        overflow: hidden;
        margin-bottom: 20px;
    }
    .promobox {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        width: auto!important;
        height: auto!important;
        overflow: hidden;
        margin-right: 18px;
        position: relative;
        display: block;
        float: left;
    }
    .promobox:last-child {
        margin-right: 0px;
    }
    .promoleft {
        height: 300px;
        width: 220px;
        margin-top: 35px;
    }
    .blogbg {
        padding: 50px 0px;
        background: #f8f8f7;
        overflow: hidden;
    }
    .blogbox {
        width: 300px;
        margin-right: 18px;
        float: left;
    }
    .blogbox:last-child {
        margin-right: 0px;
    }
    .blogbox .date {
        font-size: 11px;
        font-weight: 500;
    }
    .blogbox .author {
        font-size: 11px;
        font-weight: 700;
        float: right;
        text-align: right;
    }
    .newsletter_signup {
        background: #ffffff url(../images/bkgrnd-signup.jpg) center no-repeat;
        background-size: cover;
        overflow: hidden;
        padding: 50px 0px;
    }
    .newsletter_signup .logo {
        width: 139px;
        height: 113px;
        margin-bottom: 10px;
        float: left;
        margin-right: 30px;
    }
    .newsletter_signup .box {
        margin-bottom: 10px;
        background: none;
    }
    .newsletter_signup .white h1 {
        color: #ffffff;
    }
    .newsletter_signup .form {
        float: right;
        width: 350px;
        margin: 25px 0 20px 25px;
    }
    .newsletter_signup button.newsletter_signup {
        border-radius: 0;
        padding: 15px;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        min-height: 0;
    }
    .newsletter_signup #newsletter_signup {
        padding: 15px;
    }
    .newsletter_signup #newsletter_signup:focus {
        box-shadow: none;
    }
    .newsletter_signup button.newsletter_signup i {
        line-height: 12px;
        font-size: 12px;
    }
    .newsletter_signup .form .pen {
        float: left;
        padding-top: 10px;
    }
    .rowheader {
        border: 1px solid #c8c9c7;
        padding: 5px 0;
    }
    .semi {
        font-family: "Gotham SSm A", "Gotham SSm B", "MontserratRegular", sans-serif !important;
        font-weight: 700;
    }
    .alignrt {
        text-align: right;
    }
    .alignc {
        text-align: center;
    }
    .offset-by-one {
        margin-left: 80px;
    }
    .discount {
        background: #f0f7e6 none repeat scroll 0 0;
    }
    /* links and buttons */
    a {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        text-decoration: none;
        color: #c8102e;
    }
    a:hover {
        color: #6e6259;
    }
    .black {
        color: #000;
    }
    a.black:hover {
        color: #c8102e;
        text-decoration: none;
    }
    .blogbox a {
        text-transform: uppercase;
    }
    .blogbox .meta {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 0;
        clear: both;
        overflow: hidden;
    }
    .blogbox .meta strong {
        float: right;
        font-size: 11px;
        font-weight: 700;
        text-align: right;
    }
    .topnav ul li {
        display: inline-block;
    }
    .topnav a {
        font-size: 12px;
        font-weight: 500;
        color: #6e6259;
        text-transform: uppercase;
    }
    .topnav a:hover {
        color: #d0112b;
    }
    .topnavr a {
        margin-left: 15px;
    }
    .topnavl a {
        margin-right: 15px;
    }
    .breadcrumb a {
        color: #c8102e;
        text-transform: uppercase;
    }
    .breadcrumb a:hover {
        color: #000000;
    }
    footer .links li a {
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }
    footer .links li a:hover {
        color: #d0112b;
        -webkit-transition: color 200ms ease-in;
        -moz-transition: color 200ms ease-in;
        -o-transition: color 200ms ease-in;
        transition: color 200ms ease-in;
    }
    .copyright a {
        color: #fff;
        margin-left: 30px;
        text-transform: uppercase;
    }
    .copyright a:hover {
        color: #d0112b;
    }
    div.sociallinks {
        height: 30px;
        width: 30px;
    }
    div.sociallinks {
        border-radius: 50%;
        text-decoration: underline;
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        float: left;
        padding: 1px;
        margin: 0px 10px 10px 0px;
        background: #d0112b;
    }
    div.sociallinks:hover {
        background: #6e6259;
        -webkit-transition: background 200ms ease-in;
        -moz-transition: background 200ms ease-in;
        -o-transition: background 200ms ease-in;
        transition: background 200ms ease-in;
    }
    div.sharelinks {
        height: 30px;
        width: 30px;
    }
    div.sharelinks {
        border-radius: 50%;
        text-decoration: underline;
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        float: left;
        padding: 1px;
        margin: 0px 10px 10px 0px;
        background: #6e6259;
    }
    div.sharelinks:hover {
        background: #d0112b;
        -webkit-transition: background 200ms ease-in;
        -moz-transition: background 200ms ease-in;
        -o-transition: background 200ms ease-in;
        transition: background 200ms ease-in;
    }
    a.linkopacity img {
        -moz-opacity: 1.0;
        opacity: 1.0;
    }
    a.linkopacity:hover img {
        -moz-opacity: .70;
        opacity: .70;
    }
    a.linkopacity .action {
        display: none;
    }
    .btn {
        text-decoration: none;
        white-space: nowrap;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 50px;
        font-weight: 500;
        text-align: center;
        padding: 15px;
    }
    /* Global Button Styles */
    .disabled {
        cursor: default;
        pointer-events: none;
    }
    .btn.submit {
        width: 200px;
        line-height: 34px;
    }
    button.btn,
    .btn,
    a.btn {
        color: #fff;
        background-color: #c80f2e;
        border: none;
        border-radius: 0px;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 400;
        line-height: 34px;
        padding: 5px 20px;
        transition: background-color .2s ease-in;
    }
    button.btn span,
    .btn span,
    a.btn span {
        background-color: transparent;
        border-radius: 0px;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        display: inline;
        padding: 0px;
        height: auto;
        line-height: 12px;
        font-size: 12px;
        font-weight: normal;
        color: #fff!important;
        background: transparent;
        border-radius: 7px;
        transition: none;
    }
    button.btn:hover,
    .btn:hover,
    .positive:hover,
    a.btn:hover {
        background-color: #ff6666;
    }
    button.btn.neutral,
    a.btn.neutral {
        margin-right: 20px;
        background-color: white;
        border: 1px solid #c80f2e;
        color: #c80f2e!important;
    }
    button.btn.neutral span,
    a.btn.neutral span {
        color: #c80f2e!important;
    }
    button.btn.neutral:hover,
    a.btn.neutral:hover {
        background-color: #c80f2e;
        color: white!important;
    }
    button.btn.neutral:hover span,
    a.btn.neutral:hover span {
        color: white!important;
    }
    button.btn.neutral span,
    a.btn.neutral span {
        color: #c80f2e;
        background-color: transparent;
        background: none;
    }
    button.btn.neutral span:hover,
    button.btn.neutral:hover span,
    a.btn.neutral span:hover,
    a.btn.neutral:hover span {
        color: white;
        background: none;
    }
    button.btn:hover span,
    button.btn[disabled]:hover span,
    a.btn.disabled:hover span,
    a.btn:hover span {
        background-color: transparent;
    }
    button.btn[disabled]:hover {
        background-color: #c80f2e;
    }
    .hm {
        /*to align the buttons to the headers on the homepage */
        vertical-align: middle;
        margin-left: 25px;
    }
    .sm {
        line-height: 20px;
        padding: 10px;
        width: 120px;
        display: block;
    }
    a.red,
    button.red {
        color: #fff;
        border: 1px solid #c80500;
        background: #c80500;
    }
    a.red:hover,
    button.red:hover {
        background: #857b74;
        border: 1px solid #857b74;
        -webkit-transition: background 200ms ease-in, border 200ms ease-in;
        -moz-transition: background 200ms ease-in, border 200ms ease-in;
        -o-transition: background 200ms ease-in, border 200ms ease-in;
        transition: background 200ms ease-in, border 200ms ease-in;
    }
    a.white,
    button.white {
        color: #c80500;
        border: 1px solid #c80500;
        background: transparent;
        border-radius: 0px;
        padding: 15px;
        line-height: 1;
        font-weight: bold;
    }
    h1 a.btn {
        line-height: 50px;
    }
    a.white:hover,
    button.white:hover {
        color: #fff;
        background: #857b74;
        border: 1px solid #857b74;
        -webkit-transition: background 200ms ease-in;
        -moz-transition: background 200ms ease-in;
        -o-transition: background 200ms ease-in;
        transition: background 200ms ease-in;
    }
    a.gray {
        float: right;
        margin-left: 1px;
        color: #fff;
        background: #857b74;
        line-height: normal;
        padding: 20px 15px;
    }
    a.gray:hover {
        background: #c80500;
        -webkit-transition: background 200ms ease-in;
        -moz-transition: background 200ms ease-in;
        -o-transition: background 200ms ease-in;
        transition: background 200ms ease-in;
    }
    a.neg {
        color: #fff;
        border: 1px solid #fff;
        background: transparent;
    }
    a.neg:hover {
        color: #000;
        background: transparent;
        border: 1px solid #000;
        -webkit-transition: background 200ms ease-in, border 200ms ease-in;
        -moz-transition: background 200ms ease-in, border 200ms ease-in;
        -o-transition: background 200ms ease-in, border 200ms ease-in;
        transition: background 200ms ease-in, border 200ms ease-in;
    }
    /* form elements */
    INPUT,
    TEXTAREA,
    SELECT {
        font-family: 'AndesRounded', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        background: #ffffff;
        padding: 14px;
        border: 1px solid #6e6259;
    }
    INPUT.full,
    SELECT.full,
    TEXTAREA.full {
        box-sizing: border-box;
        width: 100%;
    }
    INPUT:focus,
    TEXTAREA:focus,
    SELECT:focus {
        -webkit-box-shadow: 0px 0px 8px 0px #d0112b;
        -moz-box-shadow: 0px 0px 8px 0px #d0112b;
        box-shadow: 0px 0px 8px 0px #d0112b;
        border: 1px solid #d0112b;
    }
    INPUT.bullets,
    INPUT.checkbox {
        background: transparent;
        border-width: 0;
    }
    button.submit {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        color: #fff;
        border: 1px solid #c80500;
        background: #c80500;
    }
    button.submit.disabled {
        background: #857b74;
        border: 1px solid #857b74;
    }
    button.submit:Hover {
        background: #857b74;
        border: 1px solid #857b74;
        -webkit-transition: background 200ms ease-in, border 200ms ease-in;
        -moz-transition: background 200ms ease-in, border 200ms ease-in;
        -o-transition: background 200ms ease-in, border 200ms ease-in;
        transition: background 200ms ease-in, border 200ms ease-in;
        cursor: pointer;
    }
    input.white {
        background: transparent;
        color: #fff;
        border: none;
        border-bottom: 1px solid #fff;
        margin: 0 -4px 0 0;
    }
    button.newsletter_signup {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        color: #fff;
        border: 1px solid #fff;
        background: transparent;
        line-height: normal;
    }
    button.newsletter_signup:Hover {
        background: #c80500;
        border: 1px solid #c80500;
        -webkit-transition: background 200ms ease-in, border 200ms ease-in;
        -moz-transition: background 200ms ease-in, border 200ms ease-in;
        -o-transition: background 200ms ease-in, border 200ms ease-in;
        transition: background 200ms ease-in, border 200ms ease-in;
        cursor: pointer;
    }
    input.red {
        background: transparent;
        color: #000;
        border: none;
        border-bottom: 1px solid #c80500;
        margin: 0 -40px 0 0;
    }
    button.search {
        color: #c80500;
        border: none;
        padding: 0px 8px;
        line-height: 42px;
        background: transparent;
    }
    button.search:Hover {
        color: #857b74;
        -webkit-transition: color 200ms ease-in;
        -moz-transition: color 200ms ease-in;
        -o-transition: color 200ms ease-in;
        transition: color 200ms ease-in;
        cursor: pointer;
    }
}


/***SUPER FISH**/


/*** ESSENTIAL STYLES ***/

#nav_main .sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav_main .sf-menu li {
    position: relative;
}

#nav_main .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 999;
}

#nav_main .sf-menu > li {
    float: left;
}

#nav_main .sf-menu li:hover > ul,
.sf-menu li.sfhover > ul {
    display: block;
}

#nav_main .sf-menu a {
    display: block;
    position: relative;
}

#nav_main .sf-menu ul ul {
    top: 0;
    left: 100%;
}


/************************************************************************************
NAV
*************************************************************************************/

#nav-wrap {
    margin-top: 0px;
}


/* menu icon */

#menu-icon {
    display: none;
}

#nav_main .sf-menu {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 16px;
    /*** FIX temporary for SHOP menu align ***/
    text-transform: uppercase;
    position: relative;
    margin-left: -20px;
}

#nav_main .sf-menu ul {
    margin: 0px;
}

#nav_main .sf-menu a {
    padding: 17px 20px 12px 20px;
    text-decoration: none;
}

#nav_main .sf-menu a {
    color: #6e6259;
    background: none;
    border-bottom: 6px solid transparent;
}

#nav_main .sf-menu a:hover {
    color: #d0112b;
    border-bottom: 6px solid #d0112b;
    -webkit-transition: color 300ms ease-in;
    -moz-transition: color 300ms ease-in;
    -o-transition: color 300ms ease-in;
    transition: color 300ms ease-in;
}

#nav_main .sf-menu li {
    background: none;
    white-space: nowrap;
}

#nav_main .sf-menu a.selected,
.sf-menu a.selected:hover {
    color: #d0112b;
}

#nav_main .sf-menu ul li a {
    color: #000000;
    font-size: 14px;
    text-transform: lowercase;
    padding: 0 20px;
}

#nav_main .sf-menu ul li a:hover {
    color: #ff4300;
}

#nav_main .sf-menu li:hover,
.sf-menu li.sfhover {
    background: none;
    -webkit-transition: none;
    transition: none;
}

.nav_main ul.Lb {
    position: absolute;
    background: #fff;
    top: -45px;
    left: calc(100% - 527px);
    margin-top: 97px;
    text-align: left;
    padding: 10px 0 15px;
    width: auto;
    height: auto;
    z-index: 111;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1), 0 -5px 0 0 #ff1a3c;
}

.new-dropdown {
    display: none;
    min-width: 940px !important;
    left: calc(100% - 800px) !important;
    top: 48px !important;
}

#nav_main .sf-menu .new-dropdown ul {
    display: block;
    position: relative;
}

#nav_main .sf-menu ul ul {
    top: 0;
    left: 1px;
}

.col .Lb .nav-submenu-title:hover {
    background: none !important;
}

.nav_main li.Lb a {
    display: block !important;
    margin: 0 !important;
    padding: 4px 0 4px 30px !important;
    line-height: 18px !important;
    background: url(../images/nav-heart.png) 3px 8px no-repeat !important;
    color: #e51937 !important;
}

.nav_main.menuholder {
    min-height: 0;
}

#content {
    /* top: 8px; KD removed 12.29.2016 */
    }

#home_hero {
    top: 0;
}

.cycle-pager-outer {
    left: 50%;
    top: 390px;
}

.hero-cycle-pager-wrap .cycle-pager {
    border: none;
}

.hero ul.cycle-slideshow,
.hero ul.cycle-slideshow li {
    height: 432px;
}

.hero-cycle-pager-wrap .cycle-pager span {
    background: rgba(201, 201, 201, 0.7);
    border: 2px solid #9b9d9f;
}

.hero .prev-arrow,
.hero .next-arrow {
    width: 45px;
    height: 47px;
    position: absolute;
    top: 185px;
    z-index: 110;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/hero-arrows.png) no-repeat;
    opacity: 0.5;
}

.hero .prev-arrow:hover,
.hero .next-arrow:hover {
    opacity: 1;
}

.prev-arrow {
    background-position: left top;
}

.next-arrow {
    right: 0;
    background-position: right top !important;
}

.language {
    display: none; //temp //todo update with dropdown
}

.searchbox {
    top: 33px;
    left: auto;
    right: 0;
}

.searchbox .form form .siteSearchInput {
    margin: 0 -33px 0 0;
    line-height: 20px;
}

.searchbox .form form .siteSearchInput:focus {
    box-shadow: none;
}

.cart a.gray {
    border-radius: 0;
    position: relative;
    z-index: 500;
}

.last .promobox:nth-child(2) {
    //margin-left: 47px !important;
}

.landing_scroller {
    width: 100%;
}

.breadcrumb .container {
    padding: 0 0 5px 0;
}

.custom-top-fix {
    top: -40px;
}

.middle-div {
    top: -50px;
}

div.last>div:last-of-type {
    /*  margin-top: -50px; */
}

.std_wrap {
    margin-top: 55px;
}


/*fix for FAQs*/

.item_container_holder {
    margin-top: 50px !important;
}

.last .last {
    margin-top: 0 !important;
}


/* NAVIGATION DROP MENU STYLING */

#ddmenu ul {
    top: -56px;
}

#ddmenu {
    max-height: 35px;
    min-width: 940px;
}

.menuholder #ddmenu .dd-column2 {
    min-width: 109px;
}

div.yarncolors {
    width: 100px;
}

a.color {
    display: inline !important;
    float: left;
    margin: 0 4px 3px 0;
    padding: 0;
}

a.hover img {
    opacity: 1;
}

img.menucolor {
    display: inline-block;
    height: 30px;
    margin: 0;
    width: 30px;
}

.centercart {
    width: 940px;
    margin: 13px auto 0 auto;
    position: relative;
    z-index: 500;
}

.cart {
    float: right;
    margin-top: -14px
}

.privateSale {
    display: none;
}


/*productDetailsPanel page template styles*/

.productDetailsPanel div.last>div:last-of-type {
    margin-top: 0px;
}

.productDetailsPanel .productDescription h1 {
    color: #52555a;
    /*this prevents it from being on top of yarn colors or pattern category*/
    margin-right: 80px;
}

.productDetailsPanel .productDescription .productRelatedPatterns.scroller_wrap {
    clear: both;
}

.productDetailsPanel .productDescription .productRelatedPatterns h1 {
    clear: both;
    overflow: hidden;
}

.productDetailsPanel .productDescription .productRelatedPatterns h1 .btn {
    float: right;
}

.productDetailsPanel .shareProduct {
    text-align: left;
}

.productDetailsPanel .shareProduct b {
    clear: both;
    display: block;
}

.productDetailsPanel .shareProduct .shareIcons.addthis_toolbox {
    border: none;
}

.productDetailsPanel .reviewsSummary {
    margin-top: 0px;
    padding: 0px;
    border: none;
}

.productDetailsPanel .based_on_reviews {
    color: #52555a;
    font-size: 12px;
    line-height: 14px;
    padding: 0px;
    margin-right: 10px;
}

.productDetailsPanel .based_on_reviews a {
    font-size: 12px;
}

.productDetailsPanel .reviewsSummary .writeReview {
    color: black;
    font-size: 12px;
    padding: 0px;
    margin-left: 0px;
}

.productDetailsPanel .reviewsSummary .writeReview a {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}

.productDetailsPanel .productDescription .summary {
    border: none;
    font-size: 15px;
    color: #52555a;
}

.productDetailsPanel .reviewsSummary .title {
    display: none;
}

.productDetailsPanel .reviewsSummary {
    margin-bottom: 20px;
}

.productDetailsPanel #productTabs ul.tabs-list li {
    background-color: #e1e0de;
    padding-right: 0px;
    margin-left: 0px;
}

#productTabs ul.tabs-list li {
    background-image: none
}

.productDetailsPanel #productTabs ul.tabs-list li a {
    background-image: none;
    color: #6f625a;
    padding: 5px 0px;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    width: 179px;
    text-align: center;
}

.productDetailsPanel #productTabs ul.tabs-list li.current {
    background-image: none;
    padding-right: 0px;
    margin-left: 0px;
}

.productDetailsPanel #productTabs .tabBody * {
    animation: 0.7s ease-in-out 0s normal none 1 running scale;
}

.productDetailsPanel #productTabs .tabBody .productFeatureClasses {
    width: 100%;
}

.productDetailsPanel #productTabs .tabBody table td {}

.productDetailsPanel #productTabs .tabBody table td.attrib {
    padding-right: 5px;
}

#productTabs .tabBody ul li {
    list-style-type: disc!important;
    background: none;
    padding-left: 0;
}

.productDetailsPanel .productTabContainer {
    margin-top: 30px!important;
    clear: both;
    float: left;
}

.productDetailsPanel .productTabContainer .container {
    width: 100%;
}

.productDetailsPanel .productTabContainer #productTabs ul.tabs-list li.current a {
    color: white;
    background-color: #6f625a;
    background-image: none;
    font-size: 12px;
    padding: 5px 0px;
    text-transform: uppercase;
    border-left: none;
    width: 178px;
    text-align: center;
}

.productDetailsPanel .atc-basePrice {
    display: inline-block;
    margin-bottom: 20px;
}

.productDetailsPanel .atc-basePrice label {
    display: none;
}

.productDetailsPanel .atc-basePrice.strike-through {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
}

.productDetailsPanel .atc-basePrice.strike-through strong {
    font-size: 12px;
}

.productDetailsPanel .atc-basePrice.strike-through small {
    display: none;
}

.productDetailsPanel .productDescription .atc-basePrice strong {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-right: 5px;
}

.productDetailsPanel .productDescription .atc-basePrice small {
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}

.productDetailsPanel .reviewsSummary .hearts {
    height: 15px;
}

.productDetailsPanel .reviewsSummary .hearts.rating_1_5 {
    background-position: 0 0px;
}

.productDetailsPanel .reviewsSummary .hearts.rating_2_5 {
    background-position: 0 -15px;
}

.productDetailsPanel .reviewsSummary .hearts.rating_3_5 {
    background-position: 0 -30px;
}

.productDetailsPanel .reviewsSummary .hearts.rating_4_5 {
    background-position: 0 -45px;
}

.productDetailsPanel .rating {
    width: 88px;
    margin-right: 0px;
}

.productDetailsPanel .reviewsSummary .hearts.rating_5_5 {
    background-position: 0 -60px;
}

.reviews_wrap {
    background-color: #f8f6f7;
    padding-top: 30px;
}

.productDetailsPanel .productFeatureClasses {
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
    float: left;
}

.productDetailsPanel .productDescription .priceAndDetailsWrap {
    position: relative;
    overflow: hidden;
}

.productDetailsPanel .productDescription .price {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.pinfoprice span {
    clear: both;
    display: block;
}

.productDetailsPanel .productFeatureClasses.table table td {
    width: 210px;
}

.productDetailsPanel .wrapper {
    float: left;
    width: 160px;
}

.productDetailsPanel .wrapper:nth-child(even) {
    clear: right;
}

.productDetailsPanel .wrapper:first-child {}

.productDetailsPanel .wrapper .label {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    color: #75787b;
}

.productDetailsPanel .wrapper .value {
    color: #56575b;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    width: 100%;
    padding-right: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.productDetailsPanel .productAddToCartPanel .submitWrap {
    float: right;
    clear: both;
    text-align: center;
}

.productDetailsPanel .productAddToCartPanel .btn_add_favorites {
    display: block;
    clear: both;
    margin-top: 20px;
    color: #c8102e;
}

.productDetailsPanel .productAddToCartPanel .btn_add_favorites:hover {
    text-decoration: none;
    color: #6e6259;
}

.productDetailsPanel .productAddToCartPanel div.qty,
.your_cart td.quantity .qty {
    float: none;
    display: inline-block;
    width: 79px;
}

.your_cart td.quantity .qty,
.your_cart a.updateQuantityProduct,
.your_cart a.submitRemoveProduct,
.your_cart td.quantity .addRemoveWrap {
    float: left;
}

.your_cart td.quantity .addRemoveWrap a.submitRemoveProduct {
    clear: both;
}

.your_cart a.updateQuantityProduct,
.your_cart a.submitRemoveProduct {
    padding: 0 0 0 5px!important;
}

.productDetailsPanel .productAddToCartPanel input.qty,
.arrowQty {
    height: 67px;
    width: 100%;
    font-size: 14px;
    padding: 0;
}

.your_cart td.quantity input.arrowQty {
    border: none;
}

.qtyWrap {
    border: 1px solid #c3c3c3;
    height: 67px;
}

.cart_items .qtyWrap {
    width: 67px;
}

.checkout .promo_code .btn.submit {
    width: 100px;
    float: left;
}

.checkout .promo_code input {
    margin-right: 5px!important;
    width: 225px;
    float: left;
    padding: 11px 10px 11px 10px!important;
    margin-left: 0;
    border: 1px solid #000;
}

.cart .centercolumn {
    margin-bottom: 0;
}

.qtybtn {
    padding: 6px 6px 4px 2px;
    cursor: pointer;
    float: right;
    clear: right;
    color: #6e6259;
}

.qtybtn span {
    display: none;
}

.productDetailsPanel #productTabs ul.tabs-list {
    border-bottom: 2px solid #6f625a;
}

.productDescription {
    padding-left: 0px;
    width: 540px;
}

.productDescription .summary {
    padding: 0px;
}

.productDescription .container {
    width: auto;
}

.productDescription .numColors,
.productDescription .patternCategory {
    position: absolute;
    top: 0;
    right: 10px;
    background: #efefef;
    padding: 15px 10px;
}

.productDescription .patternCategory {
    background: none;
    padding: 0;
}

.productDescription .numColors .numColorsLabel {
    clear: both;
    display: block;
    color: #857b74;
}

.productDescription .numColors .numColorsNumber {
    font-weight: bold;
    padding: 0 0 6px 2px;
}


/* tool category icon */

.productDescription .patternCategory .toolicon {
    display: block;
    height: 60px;
    margin: 0 0 20px 20px;
    width: 60px;
}

.productImagePrimary>a .new {
    display: none;
}

.productDetailsPanel .productImage {
    margin-right: 20px;
    width: 380px;
}

.productDetailsPanel .productActions {
    margin-bottom: 0px;
}

.productDetailsPanel .productImagePrimary>a img {
    width: 100%;
    height: auto;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
}

.productDetailsPanel .productImage #primary_image a .overlay {
    display: none;
}

.productDetailsPanel .productActions a.btn_add_favorites,
.productDetailsPanel .patternActions a.btn_add_favorites {
    color: #56575b;
    background-image: url(../images/add-fav.png);
    padding-left: 30px;
    font-size: 10px;
    height: auto;
    line-height: 18px;
    float: left;
}

.productDetailsPanel .productActions a.btn_add_favorites:hover,
.productDetailsPanel .patternActions a.btn_add_favorites:hover {
    color: #000;
}

.productDetailsPanel .patternActions a.btn_download {
    background: none;
    color: #fff;
    background-color: #c80f2e;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
    line-height: 34px;
    padding: 5px 20px;
    transition: background-color 0.2s ease-in 0s;
    margin-left: 24px;
    height: auto;
    margin: 10px 0;
    float: left;
    overflow: hidden;
}

.productDetailsPanel .patternActions a.btn_download span {
    background: transparent none repeat scroll 0 0;
    border-radius: 7px;
    color: #fff !important;
    display: inline;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 12px;
    padding: 0;
    transition: none 0s ease 0s;
}

.productDetailsPanel .patternActions a.btn_download:hover {
    background-color: #ff6666;
}

.productDetailsPanel .productActions .shareProduct,
.productDetailsPanel .patternActions .shareProduct {}

.productDetailsPanel .productActions .shareProduct .shareIcons,
.productDetailsPanel .patternActions .shareProduct .shareIcons {
    padding-right: 0;
    margin-left: 0;
}

.productDetailsPanel .productActions .shareProduct .shareIcons.addthis_toolbox a:first-child {
    margin-left: 0;
}

.productDetailsPanel .productActions .shareProduct .shareIcons.addthis_toolbox a {
    float: none;
}

.patternActions .shareProduct a {
    background: none;
    color: #211e1f;
    display: inline-block;
    height: auto;
    line-height: 1em;
    padding: 0;
    margin: 0!important;
    text-align: left;
    text-decoration: none;
}

.patternActions a.btn_add_favorites {
    background-position: left 5px;
    border-right: none;
    padding-right: 0;
}

.patternActions a.btn_download {
    background-position: left -95px;
    border-left: 3px dotted #211e1f;
    padding-left: 27px;
}

.productDetailsPanel .qty label {
    text-transform: uppercase;
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.productDetailsPanel #qtyInput,
.arrowQty {
    width: 20px!important;
    height: 35px!important;
    border: none!important;
    border-radius: 0px!important;
    padding: 14px!important;
}


/* Review Styling */

.reviews_wrap .span-8 {
    float: none;
    margin-bottom: 50px;
    width: 100%;
}

.reviews_wrap .span-8 > div:first-child {
    height: 60px;
}

.reviews_wrap .span-8 .sub-heading span {
    color: #55565b;
    font-size: 16px;
    font-weight: 700;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.reviews_wrap .span-8 .sub-heading p {
    color: #55565b;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
}

.reviews_wrap .span-16 {
    float: none;
    width: 100%;
}

.reviews_wrap h2 {
    color: #55565b;
    display: inline;
    margin-right: 10px;
    width: auto;
}

.reviews_wrap #write_review_action {
    color: #c80f2e;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #c80f2e;
}

.reviews_wrap #write_review_action:hover {
    background-color: #c80f2e;
    color: #fff;
}

.reviews_wrap div.last>div:last-of-type {
    margin-top: 0px;
}

.reviews_breakdown table {
    width: 33%;
}

.reviews_breakdown table th {
    color: #666;
    font-weight: 500;
    font-size: 12px;
    min-width: 48px;
    text-align: left;
}

.reviews_breakdown table td .bar {
    height: 16px;
    width: 230px;
}

.reviews_breakdown table td.percent {
    width: 231px;
}

.reviews_breakdown table td .bar span {
    background-color: #c80f2e;
    height: 16px;
}

.reviews_breakdown .hearts {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: normal;
}

.reviews_breakdown table td:last-child {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 500;
}

.reviews_wrap .reviews_list {
    padding: 0px;
}

.reviews_wrap .reviews_list table {
    width: 100%;
}

.reviews_wrap .reviews_list table td:first-child {
    vertical-align: top;
    width: 25%;
}

.reviews_wrap .reviews_list table td:last-child {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.reviews_wrap .reviews_list table .date {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}

.reviews_wrap .reviews_list table .author {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    color: #000;
}

.reviews_wrap .reviews_list table .stars {
    display: inline-block;
}

.reviews_wrap .reviews_list blockquote {
    margin: 5px 0 0;
}

.stars {
    height: 15px;
    width: 80px;
}

.stars.stars_2 {
    background-position: left -15px;
}

.stars.stars_3 {
    background-position: left -30px;
}

.stars.stars_4 {
    background-position: left -45px;
}

.stars.stars_5 {
    background-position: left -60px;
}

.reviews_wrap .review_quote p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
}


/* Yard Product Page Styles */

.productDetailsPanel .table td {
    vertical-align: top;
    padding-bottom: 15px;
    line-height: 14px;
}

.productDetailsPanel .table .attrib {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: top;
    padding-right: 10px;
}

.productDetailsPanel .table tr td:last-child {
    width: 68%;
}

.product_listings div.last>div:last-of-type {
    margin-top: 0px;
}

.paginationBar.bottom .viewSwitcher {
    padding: 11px 30px 11px 35px;
}

.searchbox {
    z-index: 500;
}

#cboxOverlay {
    z-index: 1000;
}

#addToCartLayer {
    z-index: 1001;
}

.miniCartPopup .links a {
    padding: 5px 5px;
    margin-right: 0px;
}

.miniCartPopup {
    border-radius: 0px;
    border: 1px solid #ccd3db;
    right: 0px;
    top: 40px;
}

#reviews table td {
    padding-bottom: 20px;
}

.productDescriptionText table td:first-child {
    display: none;
}

.productDetailsPanel .color-swatches {
    margin: 10px 0;
    height: 131px;
    overflow: hidden;
    padding: 2px;
}

.productDetailsPanel .color-swatch {
    display: inline-block;
    margin-right: 2px;
}

.productDetailsPanel .color-swatches img {
    padding: 1px;
    max-height: 62px;
    max-width: 62px;
}

.productDetailsPanel a:hover img,
.productDetailsPanel .color-swatch.selected img {
    outline: 1px solid gray;
}

.productDetailsPanel .more-swatches {
    text-align: center;
    background-color: #e1e0de;
}

.productDetailsPanel .more-swatches a {
    background-color: white;
    color: #6f625a;
    padding: 2px 10px;
}

.productDetailsPanel .more-swatches a:after {
    display: inline-block;
    content: "";
    height: 10px;
    width: 13px;
    position: relative;
    right: -6px;
    background: url(../images/select-arrow.png) no-repeat;
    top: 1px;
}

.productDetailsPanel .more-swatches.close a:after {
    background: url(../images/select-arrow-up.png) no-repeat;
}

.pdpBuyable .color-swatches {
    height: auto;
}

//facet navigation
.cd-accordion-menu .icheckbox_square-red input[type=checkbox],
.cd-accordion-menu .iradio_square-red input[type=radio] {
    background: none!important;
    display: none;
}

.cd-accordion-menu .icheckbox_square-red,
.cd-accordion-menu .iradio_square-red {
    display: none;
}

.cd-accordion-menu.animated label.facet_block-label::before {
    background: none;
}

.cd-accordion-menu.animated label.facet_block-label {
    box-shadow: none;
}

.cd-accordion-menu .lessFacetValues {
    display: none;
}

.cd-accordion-menu .more a {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}

.cd-accordion-menu label {
    padding-right: 40px;
}

.has-children ul li:last-child {
    margin-bottom: 15px;
}

.appliedFilters {
    box-shadow: 0 -1px #b1b3b3 inset;
    width: 100%;
    color: #6e6259;
    display: block;
    font-size: 18px;
    padding: 6px 6px 6px 0;
    position: relative;
}

.appliedFilters a {
    color: #6e6259;
}

.appliedFilters a:hover {
    text-decoration: none;
    color: #d0112b;
}

.appliedFiltersWrap {
    margin-bottom: 15px;
}

.appliedFiltersWrap #removeCategoryFilter {
    float: right;
}

.patternDeets .moreByType,
.patternDeets .moreBySkill {
    clear: both;
}

.patternDifficultyBlock .patternDifficulty {
    padding: 0 0 23px;
}

.patternType p {
    display: none;
}

.productDescription .patternType p {
    display: block;
}

.productFeatVideo .video_wrap iframe {
    max-width: 100%;
}

.productFeatVideo h3 {
    top: 0;
    line-height: 1em;
}

.checkoutProgress ul li a {
    font-size: 16px;
}

#modal--summary-payment-enter-new {}

.patternTypeBlock {
    min-height: 0px;
    position: relative;
}

.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #333333;
}

.ui-dialog .ui-dialog-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    overflow: auto;
    padding: 0.5em 1em;
    position: relative;
}

.summaryOverlay {
    margin: 20px;
    padding: 20px;
}

.ui-widget-overlay {
    background: #333 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 0.2em;
    position: absolute;
    top: 0;
}

.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #333333;
}

.ui-dialog .ui-dialog-titlebar {
    position: absolute;
    right: 0;
    z-index: 5;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: inline-block;
    height: 20px;
    margin: 10px 10px 0 0;
    padding: 1px;
    width: 40px;
}

.ui-dialog-titlebar-close .ui-icon {
    background: transparent url("../images/remove.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 33px;
    text-indent: -20000px;
    width: 34px;
}

.productListItem .product-classification {}

.productListItem a.productMainLink {
    display: block;
    overflow: hidden;
    width: 100%;
}

.productListItem .details {}

.productListItem .patternTypeBlock {
    width: auto;
}

.productListItem .videoListingDescription {
    overflow: hidden;
}

.productListItem .head,
.productListItem .meta,
.productListItem .details,
.productListItem .product-classification {
    overflow: hidden;
}

.productListItem .patternType {
    margin: 0 20px 20px 0;
}

.product_listings .sticky-wrapper {
    height: auto !important;
    /* RHS-393 included to override JS set height in sticky.js for faceted navigation */
}

.productListItem .price .atc-basePrice {
    font-size: 20px;
}

.prodbox img {
    width: 100%;
}

.prodbox .prodimg {
    width: 220px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 5px;
}


/*custom dropdown*/

.dd .ddTitle .ddTitleText img,
.ddcommon .ddChild li img {
    height: 67px;
}

.productAddToCartPanel .quantityWrap {
    position: relative;
    height: 90px;
    width: 100%;
    margin-bottom: 20px;
}

.productAddToCartPanel .quantityWrap div.qty {
    position: absolute;
    bottom: 0;
    right: 0;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap {
    position: absolute;
    bottom: 0;
    left: 0;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .ddcommon,
.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .ddTitleText,
.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .ddTitleText,
.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .oneItemWrap {
    height: 67px;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .oneItemWrap {
    display: inline-block;
    max-width: 400px;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .ddTitleText,
.ddcommon .ddChild li {
    display: table;
    width: 100%;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .ddTitleText .description,
.ddcommon .ddChild li .description {
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    width: 100%;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .ddTitleText .description {
    padding-right: 25px;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap ._msddli_ .description {
    padding-left: 20px;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .ddTitleText .fnone + .description + .description,
.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap ._msddli_ .fnone + .description + .description,
.ddcommon .ddChild li .fnone + .ddlabel + .description {
    padding-left: 0px;
}

.dd .ddTitle .description,
.ddcommon .ddChild li .description {
    color: #333!important;
    font-size: 14px!important;
    display: table-cell!important;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .dropdown {
    margin-bottom: 0;
}

.productAddToCartPanel .quantityWrap .patternDetailsDropdownWrap .labelPatternDetailsDropdown,
.productDetailsPanel .qty label {
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}


/*promotional message product detail page*/

.promoMsg {
    background: none;
    text-align: left;
    color: #d0112b;
    padding: 0;
    clear: both;
}

.reviewWrap {
    margin-bottom: 15px;
}

.add_to_cart_form {
    clear: both;
}

.patternDownloadWrap {
    clear: both;
    float: left;
    margin-top: 40px;
    margin-bottom: 20px;
}

.patternDownloadWrap .patterndl {
    float: left;
    margin-top: -15px;
    text-align: center;
}

.patternDownloadWrap .patterndl a.btn {
    line-height: 15px;
    padding: 15px 8px;
    display: inline-block;
    width: 198px;
}

.patternDownloadWrap .patterndl a.btn_add_favorites:hover {
    text-decoration: none;
}

.patternDownloadWrap hr {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: #e9e8e6 -moz-use-text-color -moz-use-text-color !important;
    border-image: none !important;
    border-style: solid none none !important;
    border-width: 1px 0 medium !important;
}

.patternDownloadWrap span.or {
    border: none;
    color: #53565a;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
}

.patternDownloadWrap span.or::after,
.patternDownloadWrap span.or::before {
    background: white none repeat scroll 0 0;
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #e9e8e6;
    top: 12px;
    width: 20%;
}

.patternDownloadWrap span.or::before {
    right: 75%;
    margin-right: 0;
}

.patternDownloadWrap span.or::after {
    left: 75%;
    margin-left: 0;
}

.patternDownloadWrap .patterndlOR {
    width: 80px;
    padding: 10px;
}

.swatchWrap {
    margin: 40px 0 50px;
    float: left;
    clear: both;
}

.swatch img {
    max-width: 100%;
}

.swatch img.nostock {
    filter: grayscale(100%);
    position: relative;
    z-index: 1;
}


/* primary image updates */

.detail_image {
    border: none!important;
    height: auto!important;
}

.detail_image img {
    max-width: 100%;
    border: 1px solid #6e6259;
}

.prodtn {
    border: 1px solid #cdcdcc;
    float: left;
    height: 70px;
    margin: 0 5px 5px 0;
    position: relative;
    text-align: center;
    width: 70px;
    overflow: hidden;
}

.prodtn img {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 0px;
    transform: translate(-50%, 0px);
    width: 100%;
    max-width: 100%;
}

.extraImageWrap {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.zoomContainer {
    z-index: 100;
}

.pinfobox {
    margin-bottom: 15px;
    color: black;
    margin-right: 15px;
}

.pinfobox img {
    display: inline-block;
}

.pinfobox .skilllevel {
    clear: both;
    margin-top: 3px;
    text-transform: uppercase;
}

.scroller_wrap {
    padding: 0;
}

.tabhead {
    border-bottom: 2px solid #6e6259;
    display: block;
}

.tabhead span {
    background: #6e6259 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 33.3333%;
}

.tabbody {
    padding: 10px 0;
}

.popularProjectsWrap {
    background: #01b2aa;
    padding: 10px;
    overflow: hidden;
}

.popularProjectsWrap h2 {
    color: white;
    float: left;
    width: 25%;
}

.popularProjectsWrap .popularProjectsLinksWrap {
    width: 75%;
    float: left;
    text-align: right;
}

.popularProjectsWrap .popularProjectsLinksWrap a {
    color: white;
    display: inline-block;
    line-height: 50px;
    width: 125px;
    border: 1px solid white;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
}

.popularProjectsWrap .popularProjectsLinksWrap a:nth-child(-n+3) {
    margin-bottom: 15px;
}

.popularProjectsWrap .popularProjectsLinksWrap a:hover {
    color: #000;
    background: transparent;
    border: 1px solid #000;
    -webkit-transition: background 200ms ease-in, border 200ms ease-in;
    -moz-transition: background 200ms ease-in, border 200ms ease-in;
    -o-transition: background 200ms ease-in, border 200ms ease-in;
    transition: background 200ms ease-in, border 200ms ease-in;
}

.search {
    position: relative;
    float: left;
}

.search.paginationWrap {
    width: 100%;
    margin-bottom: 20px;
}

div.search label {
    font-weight: 700;
    margin-right: 5px;
}

.search INPUT,
.search TEXTAREA,
.search SELECT {
    border: 1px solid #d0112b;
    text-transform: uppercase;
    color: #d0112b;
}

.search SELECT option {
    text-transform: uppercase;
    color: #d0112b;
}

.search INPUT:focus,
.search TEXTAREA:focus,
.search SELECT:focus {
    box-shadow: none;
}

.search .viewSwitcher {
    position: absolute;
    top: 0;
    right: 5px;
}

.search .viewSwitcher a:first-child {
    margin-right: 10px;
}

.search .totalResults {
    margin-bottom: 20px;
}

.search .sortForm {
    float: left;
}

.search .productListItem .price {
    width: auto;
}

.search .numPerPageWrap {
    margin-left: 30px;
    text-transform: lowercase;
}

.search .numPerPageWrap .numPerPage {
    display: inline-block;
}

.search .pagination .prev,
.search .pagination .next,
.search .pagination .innerPaginationLinks {
    display: inline-block;
}

div.pagination {
    float: right;
    margin-top: 16px;
}

.search .pagination a {
    color: #53565a;
    font-weight: 700;
    padding: 4px 6px;
}

.search .pagination a:hover {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #c8102e;
}

.pagination a.selected {
    color: #c8102e;
    font-weight: 700;
    padding: 4px 6px;
}

.pagination a.selected:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #c8102e;
    cursor: default;
    font-weight: 700;
}

.list .prodbox .badge {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 42px;
    float: right;
    margin: -5px 15px 0 0px;
    position: relative;
}

.list .prodbox .badge2 {
    float: right;
    margin: -5px 15px 0 0px;
    position: relative;
}

.list .prodbox {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    display: block;
    float: none;
}

.search .prodbox {
    margin-bottom: 20px;
}

.list .prodbox .details {
    margin-right: 100px;
    margin-top: 4px;
    margin-left: 0;
    margin-bottom: 0;
}

.list .prodbox .prodimg {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 15px 0 0;
    float: left;
}

.list .prodbox .item {
    padding: 10px 15px;
}

.list .prodbox .skill {
    position: absolute;
    text-transform: uppercase;
    font-size: 11px;
    top: 5px;
    left: auto;
    right: 70px;
    text-align: right;
}

.list .prodbox .skill2 {
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    top: auto;
    left: auto;
}

.list .prodbox .price {
    padding: 5px 15px 0px 0px;
}

.list .prodbox .colors {
    display: inline;
    top: 0px;
    bottom: auto;
    right: 0px;
    left: auto;
    width: 160px;
    text-align: left;
    padding-left: 15px;
}

.list .prodbox .ratings {
    top: 25px;
    right: 0px;
    bottom: auto;
    left: auto;
    width: 160px;
    text-align: left;
    padding-left: 15px;
}

a.sort-selected {
    color: #e51937;
}

a.sort-selected,
a.sort-selected:hover {
    color: #857b74;
    cursor: default;
    pointer-events: none;
}

a.sort {
    color: #e2e0de;
}

a.sort:hover {
    color: #c8102e;
}

.cart_items {
    border-bottom: 1px solid #c8c9c7;
    margin: 0 0 0 -20px;
    padding: 15px 0;
}

.cart_items .listprice {
    margin-right: 10px;
}

.cart_items {
    border-bottom: 1px solid #c8c9c7;
    margin: 0 0 0 -20px!important;
    padding: 15px 0;
}

.cart_items:hover {
    background: #f8f7f7 none repeat scroll 0 0;
}

.checkoutimg {
    height: 138px;
    overflow: hidden;
    width: 138px;
}

img.stroke,
.checkoutimg img,
.checkoutimg-sm img {
    border: 1px solid #c8c9c7;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fineprint {
    color: #857b74;
    font-size: 12px;
    line-height: 12px;
}

#defaultAddressForm > #i18nAddressForm > div,
#i18nAddressForm > div.form_field_columns,
#billingAddressData > #billingAddressForm > div > div {
    width: auto;
}

.form_field-elements .form_field-input,
.form_field-elements .form_field-checkbox,
.form_field-elements .form_field_error-message,
.form-field-button {
    margin-left: 0;
    position: static;
    clear: both;
}

#defaultAddressForm #i18nAddressForm input[name="postcode"],
#i18nAddressForm input[name="postcode"],
#billingAddressData #billingAddressForm input[name="postcode"] {
    width: 100%;
}

form .row .column.two-seventh {
    margin-top: 15px;
}

.content ul,
.tab-content ul {
    margin: 20px;
    padding-left: 20px;
}

.content ul li,
.tab-content ul li {
    list-style-type: disc!important;
    background-image: none;
    padding-left: 0;
}

.cart-small {
    border: 1px solid #c8c9c7;
    height: auto;
    margin-bottom: 50px;
    max-height: 300px;
    overflow: auto;
}

.cart-small-row {
    border-bottom: 1px solid #c8c9c7;
    padding: 5px;
    overflow: hidden;
}

.checkoutimg-sm {
    float: left;
    height: 75px;
    margin: 0 10px 30px 0;
    overflow: hidden;
    width: 75px;
}

.checkoutimg-sm img {
    width: 100%;
}

.checkoutprodname{ 
	margin-left: 85px;
}

.cart-column-right,
.cart-column-left {
    float: left;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-column-left {
    width: 36%;
}

.cart-column-right {
    width: 62%;
}

.cart_totals {
    margin: 0 0 3px -20px;
}

.checkout-menu {
    text-align: center;
}

.checkout-menu li.selected {
    color: #6e6259;
}

.checkout-menu li {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    color: #a7a6a4;
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B", "MontserratRegular", sans-serif !important;
    font-size: 18px;
    line-height: 43px;
    padding: 0 34px;
    text-transform: uppercase;
    vertical-align: middle;
}

.tooltip {
    position: relative;
    display: inline-block;
    color: #d0112b;
}

.tooltip .tooltiptext {
	border: 1px solid #cfcfcf;
    visibility: hidden;
    width: 300px;
    background-color: white;
    color: black;
    text-align: center;    
    padding: 5px 0;    

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}